﻿
/*new css start 13-11-2025 by gaurib*/
.navbar-1 {
    background-color: #021934;
    color: black;
}
body {
    background: linear-gradient(45deg, #f9a82538, #f9a82512);
}
    /*.rdp-bg {
    position: relative;
    background: url('~/images/image 4.png') no-repeat center center/cover;
    background-attachment: fixed;
    z-index: 1;
}

    .rdp-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.75); 
        backdrop-filter: brightness(1.05) blur(1px);
        z-index: 0;
    }

.rdp-section .container-fluid,
.rdp-section .row {
    position: relative;
    z-index: 2;
}*/

    .rdp-section {
    background-color: #fffbfb;
}
.rdp-card {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
}

.rdp-title {
    font-size: 1.75rem;
    color: #222;
}

.rdp-text {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.rdp-feature span {
    color: #444;
    font-weight: 500;
}

.rdp-btn-primary {
    background-color: #e09010;
    color: black !important;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .rdp-btn-primary:hover {
        background-color: #f9a825;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(249, 168, 37, 0.4);
    }

.rdp-btn-outline {
    background-color: transparent;
    color: #f9a825 !important;
    border: 2px solid #f9a825;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .rdp-btn-outline:hover {
        background-color: #f9a825;
        color: #000 !important;
    }

.rdp-img-wrapper {
    height: 400px;
}

.rdp-image {
    object-fit: contain;
    border-radius: 10px;
    object-position: center;
    height: 100%;
}

.user-profile-page-login img {
    margin-top: 1rem !important;
}


@media (max-width: 768px) {
    .rdp-card {
        text-align: center;
    }

    .rdp-feature {
        justify-content: center;
    }

    .rdp-btn-primary,
    .rdp-btn-outline {
        width: 100%;
    }
}
/*.rdp-section {
    background-color: #fff;
}
*/
.rdp-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #111;
    line-height:1.6;
}

.rdp-list li {
    margin-bottom: 1rem;
    font-size:20px;
    display: flex;
    align-items: center;
    color: #333;
}

.rdp-dot {
    height: 14px;
    width: 14px;
    background-color: #a1a5f3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.rdp-card {
    border-radius: 12px;
    background: #fff;
}

/* Hover Card Effect */
.rdp-hover-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}

    .rdp-hover-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

/* Icon Circle */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-danger {
    background-color: #dc3545;
}

.bg-success {
    background-color: #28a745;
}

.bg-primary {
    background-color: #007bff;
}

.bg-warning {
    background-color: #ffc107;
}


.section-title {
    font-size: 1.8rem;
    font-weight: 600;
  
    margin-bottom: 40px;
    text-align: center;
}

.stage-card {
    background: #ffffff;
    border-radius: 12px;
    border-left:2px solid #f7931e;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 10px;
    transition: 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}

    .stage-card:hover {
        background: #f3f6fb;
        transform: translateY(-3px);
        border-left-color: #001f3f;
    }

.stage-icon {
    background-color: #f7931e3d;
    color: #180f80;
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stage-content h5 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #001f3f;
}

.stage-content p {
    margin: 3px 0 0;
   font-size: 20px;
    line-height: 1.7;
    color: #444;
}

.right-content {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
}
.right-content-one {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
   
}

    .right-content-one h4 {
        color: #001f3f;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 26px;
    }

    .right-content-one p {
        color: #444;
        font-size: 20px;
        line-height: 1.7;
    }

/* Button theme */
.btn-theme {
    background-color: #f7931e;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-weight: 500;
    transition: 0.3s;
}

    .btn-theme:hover {
        background-color: #e67e00;
        color: #fff;
    }
.card-title {
    font-size: 20px;
}
@media (max-width:992px) {
    .media-item {
        flex: 1 1 calc(25% - 15px);
    }
}

@media (max-width:576px) {
    .media-item {
        flex: 1 1 100%;
    }
}

/* Header Style */
.section-header-video {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.25rem;
    color: #df7e00;
    border-left: 6px solid #df7e00;
    /* margin-bottom: 20px; */
}
.top-navbar {
    background-color: #021934;
}
.navbar {
    background-color: #021934 !important;
}
.sidebar-header {
    background-color: #8cc1ffa1 !important;
}
#sidebar {
    background-color: #8cc1ffa1 !important;
}