body{
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
}
.navbar {
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-family: Sofia Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #000000;
}

.navbar-nav .btn-danger {
    background-color: #000000;
    border-color: #000000;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    margin-left: 10px;
    font-weight: 500;
    transition: all 0.3s;
}

.navbar-nav .btn-danger:hover {
    background-color: #000000;
    border-color: #000000;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .navbar-nav .btn-danger {
        margin-top: 10px;
        margin-left: 0;
    }
}

.rajdhani{
    font-family: 'Rajdhani', sans-serif;
    }
    .font-19{
    font-size: 19px;
    }
    .coral-bg {
    background-color: #000000;
    border-radius: 20px 20px 20px 20px !important; 
}

.card {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-body {
    border-radius: 0 0 10px 10px; /* Add border radius to card body bottom */
    position: relative; /* Ensure proper stacking context */
    z-index: 1; /* Place body above header in stacking order */
    background-color: #fff; /* Ensure background is solid */
}

.btn-outline-danger, .btn-danger {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-outline-danger:hover, .btn-danger:hover,.btn:hover {
    background-color: #000000;
    border-color: #000000;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #000000;
    border-color: #000000;
    opacity: 0.5;
}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 51, 51, 0.25);
    border-color: #000000;
}

.upload-area {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    cursor: pointer;
}

.upload-area:hover {
    border-color: #000000;
}

.coral-bg {
    background-color: #000000;
}
.bg-danger {
    background-color: #000000 !important;
}
.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}
.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
footer h5 {
    font-weight: 600;
}
footer ul li a:hover {
    text-decoration: underline !important;
}
.front-head{
    font-family: Sofia Pro;
    font-weight: 900;
    font-style: Black;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    
}

.front-button{
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/* Media queries for mobile devices */
@media (max-width: 768px) {
    .front-head {
        font-size: 36px;
        line-height: 42px;
    }
    
    .front-button {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .front-head {
        font-size: 28px;
        line-height: 34px;
    }
    
    .front-button {
        font-size: 14px;
        line-height: 24px;
    }
}