/* .dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 30%;
    top: 40px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 70%;
    left: 70%;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    } */

[type='checkbox']:checked, [type='radio']:checked, .dark [type='checkbox']:checked, .dark [type='radio']:checked
{
    background-color: var(--site_color) !important;
}

[type='checkbox']:focus, [type='radio']:focus
{
    --tw-ring-color: none !important;
}

.invalid-feedback
{
    font-size: 12px;
    font-weight: bolder;
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea
{
    border-color: #D8D8D8 !important;
}

.select2-results__option ,.select2-selection__rendered{
    font-family: 'Fira Sans';
}

.select2-container--default .select2-selection--single
{
    border: 1px solid rgb(216 216 216 / var(--tw-border-opacity)) !important;
    border-radius: 0px !important;
}











.service-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    display:flex;
    flex-direction:column;
    text-align:center;
    transition:.35s ease;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-card i{
    font-size:55px;
    color:#8B0000;
    margin-bottom:20px;
}

.service-card p{
    flex:1;
}

.service-card .btn{
    margin-top:auto;
}



/* COUNTERS */

.counter-section{
    background:#8B0000;
    color:#fff;
    padding:70px 0;
}

.counter-box h2{
    font-size:42px;
    font-weight:700;
}

.counter-box p{
    margin:0;
    opacity:.9;
}






/* MATRIMONY */


.matri-home-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #eee;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.matri-home-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.matri-home-img{
    width:100%;
    height:300px;
    object-fit:cover;
}


.profile-meta{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    font-size:14px;
}

.profile-info{
    font-size:14px;
    margin-bottom:10px;
    color:#555;
}

.income-box{
    background:#f8f9fa;
    padding:12px;
    border-radius:10px;
    text-align:center;
    color:#555;
}

.income-box strong{
    display:block;
    color:#198754;
    font-size:16px;
    margin-top:5px;
}


/* JOBS */

.job-home-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s ease;
}

.job-home-card:hover{
    transform:translateY(-8px);
}



/* SCHOLARSHIP */

.scholarship-home-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    border:1px solid #e9ecef;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s ease;
}

.scholarship-home-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.scholarship-home-card h5{
    min-height:60px;
    line-height:1.5;
}

.scholarship-meta{
    display:flex;
    justify-content:space-between;
    gap:15px;
    font-size:14px;
}

.scholarship-meta div{
    flex:1;
    background:#f8f9fa;
    border-radius:10px;
    padding:10px;
}

.scholarship-meta i{
    margin-right:5px;
}



/* ACTIVITIES */

.activity-card{
    background:#fff;
    text-align:center;
    padding:40px 20px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s ease;
}

.activity-card:hover{
    transform:translateY(-8px);
}

.activity-card i{
    font-size:50px;
    color:#8B0000;
    margin-bottom:20px;
}



/* SUCCESS STORIES */

.success-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s ease;
}

.success-card:hover{
    transform:translateY(-8px);
}

.success-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#8B0000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:20px;
}



/* TESTIMONIAL */

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}



/* NEWS */

.news-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}



/* MEMBERSHIP CTA */

.membership-section{
    background:linear-gradient(
        135deg,
        #8B0000,
        #b8860b
    );
    color:#fff;
    padding:100px 0;
}

.membership-section .btn{
    border-radius:50px;
}



.footer-section {
    background: #1b1f24;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d9d9d9;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-section h5 {
    position: relative;
    margin-bottom: 20px;
}

.footer-section h5:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #dc3545;
    position: absolute;
    left: 0;
    bottom: -8px;
}


.navbar-nav .nav-link{
    font-weight:500;
    color:#333;
    position:relative;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:#dc3545;
}

.navbar-nav .nav-link.active{
    color:#dc3545 !important;
}

.navbar-nav .nav-link.active:after{
    content:'';
    position:absolute;
    left:10px;
    right:10px;
    bottom:-8px;
    height:3px;
    background:#dc3545;
    border-radius:5px;
}

.top-bar{
    background:#1f2937;
    color:#fff;
    padding:8px 0;
    font-size:13px;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
}

.navbar-nav .nav-link{
    font-weight:500;
    padding:0 15px;
}

.navbar-nav .nav-link:hover{
    color:#dc3545 !important;
}

.navbar{
    z-index:999;
}

.dropdown-menu{
    border:none;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}


.event-banner{

    text-align:center;
}

.event-banner img{

    max-width:100%;

    max-height:350px;

    width:auto;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,.15);
}



.event-description{

    font-size:16px;

    line-height:1.9;
}



.event-description img{

    max-width:100%;

    height:auto;

    border-radius:10px;
}



.event-description table{

    width:100%;

    margin:20px 0;
}



.event-gallery-image{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:10px;

    transition:.3s;

    box-shadow:0 2px 8px rgba(0,0,0,.1);
}



.event-gallery-image:hover{

    transform:scale(1.05);
}






.register-hero{
    background: linear-gradient(
        135deg,
        #0d6efd,
        #6610f2
    );

    color:#fff;
}

.register-hero h1{

    font-size:3rem;

    font-weight:700;
}

.register-hero p{

    font-size:1.2rem;

    opacity:.9;
}


.register-card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    box-shadow:
        0 10px 40px
        rgba(0,0,0,.08);
}


.section-title{

    background:#f8f9fa;

    padding:12px 20px;

    border-left:5px solid #0d6efd;

    border-radius:10px;

    font-size:18px;

    font-weight:600;

    margin-bottom:20px;
}


.form-control{

    border-radius:12px;

    min-height:52px;
}

.form-select{

    border-radius:12px;

    min-height:52px;
}


.register-btn{

    background:
        linear-gradient(
            135deg,
            #0d6efd,
            #6610f2
        );

    border:none;

    color:white;

    height:60px;

    font-size:18px;

    font-weight:600;

    border-radius:15px;
}



.register-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.section-title{
    padding:14px 20px;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.form-control,
.form-select{

    height:52px;
    border-radius:12px;
    border:1px solid #dee2e6;
}

.form-control:focus,
.form-select:focus{

    box-shadow:0 0 0 .2rem rgba(13,110,253,.15);
}

.register-btn{

    height:60px;
    border:none;

    background:linear-gradient(
        135deg,
        #0d6efd,
        #6610f2
    );

    color:white;

    font-size:18px;
    font-weight:600;

    border-radius:15px;
}

.register-btn:hover{

    color:white;

    transform:translateY(-2px);

    transition:.3s;
}

.card-body{

    background:#fff;
}


.directory-card{
    transition:all .3s ease;
}

.directory-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12)!important;
}