﻿body 
{
    margin:0px;   background-color:#eee;  
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}
@media(max-width:991px) {
    .main-navbar > .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
.main-navbar {
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important
}

    .main-navbar > .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important
    }
.lft
{    
    width:155px;
    background-color:#333;
    min-height:500px;    
}
.rgt
{
    float:right;
       
    width:700px;
    height:500px;
}
.con
{
    width:auto;
    height:auto;
    margin:auto;
    text-align:left;
}
.lft a
{
    color:#fff;
    text-decoration:none;
    font-family:Calibri;
    padding-left:11px;    
}
.lft a:hover
{
    text-decoration:underline;
}
.txt
{
    border:0;
    background-color:#fff;
    border-radius:3px;
    resize:none;
    margin:5px 3px;
    padding:3px;
    border:thin solid #555;
}
.btn
{
    border:0;   
    background-color:#333;
    border-radius:3px;
    margin:5px 3px;
    color:#fff;
    font-size:15px;
    padding:9px;
}
.main-navbar {
    background-color: #ffd853;
    min-height: 70px;
}

.navbar-logo {
    height: 65px;
    width: 65px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 22px 10px;
    transition: all 0.2s ease;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #8b0000;
    }

.navbar-brand {
    margin-right: 5px;
}

/* Dropdown */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 18px rgba(0,0,0,0.15);
    border-radius: 8px;
}

.dropdown-item {
    font-weight: 500;
    padding: 9px 16px;
}

    .dropdown-item:hover {
        background-color: #fff3c4;
        color: #8b0000;
    }

/* Mobile */
@media (max-width: 991px) {

    .main-navbar {
        min-height: 62px;
    }

    .navbar-logo {
        height: 48px;
        width: 48px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 5px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }
}

.welcome-section {
    background: #ffffff;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 35px 45px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

    /* Soft background decoration */
    .welcome-section::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: #fff8dc;
        top: -100px;
        right: -80px;
    }

    .welcome-section::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: #fffaf0;
        bottom: -80px;
        left: -60px;
    }

/* Header */
.welcome-header {
    position: relative;
    z-index: 1;
}

.welcome-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #ffd853;
    color: #7b1e00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.12);
}

.welcome-header h2 {
    margin: 0;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

    .welcome-header h2 span {
        color: #8b0000;
    }

.title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0 8px;
}

    .title-line span {
        width: 55px;
        height: 2px;
        background: #ffd853;
    }

    .title-line i {
        color: #d49b00;
        font-size: 12px;
    }

.welcome-subtitle {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

/* Content */
.welcome-content {
    position: relative;
    z-index: 1;
    max-width: 1050px;
    margin: auto;
}

    .welcome-content p {
        color: #555;
        font-size: 16px;
        line-height: 1.85;
        text-align: justify;
        margin-bottom: 18px;
    }

/* Feature boxes */
.welcome-features {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eee;
}

.welcome-feature {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    background: #fffaf0;
    border-radius: 10px;
    border-left: 4px solid #ffd853;
}

    .welcome-feature > i {
        font-size: 25px;
        color: #8b0000;
        width: 35px;
        text-align: center;
    }

    .welcome-feature h5 {
        margin: 0 0 4px;
        color: #333;
        font-size: 15px;
        font-weight: 700;
    }

    .welcome-feature p {
        margin: 0;
        color: #777;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
    }

/* Mobile */
@media (max-width: 767px) {

    .welcome-section {
        padding: 28px 18px;
        margin-top: 20px;
    }

    .welcome-header h2 {
        font-size: 24px;
    }

    .welcome-content p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .welcome-features {
        flex-direction: column;
    }

    .welcome-feature {
        width: 100%;
    }
}
.message-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

    .message-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 28px rgba(0,0,0,0.13);
    }


/* Header */

.message-header {
    background: linear-gradient(135deg, #ffd853, #ffe88b);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333;
}

    .message-header i {
        color: #8b0000;
        font-size: 19px;
    }

    .message-header h4 {
        margin: 0;
        font-size: 19px;
        font-weight: 700;
    }


/* Profile */

.message-profile {
    text-align: center;
    padding: 22px 15px 12px;
}

.profile-image {
    width: 120px;
    height: 120px;
    margin: auto;
    padding: 4px;
    border-radius: 50%;
    background: #ffd853;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .profile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid #fff;
    }

.message-profile h5 {
    margin: 13px 0 3px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.message-profile span {
    display: block;
    color: #8b0000;
    font-size: 12px;
    line-height: 1.5;
}


/* Body */

.message-body {
    padding: 10px 25px 25px;
}

    .message-body p {
        color: #555;
        font-size: 15px;
        line-height: 1.75;
        text-align: justify;
    }

.message-greeting {
    color: #8b0000 !important;
    font-weight: 600;
    margin-bottom: 8px;
}

.message-body a {
    color: #8b0000;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

    .message-body a:hover {
        color: #c00000;
        text-decoration: underline;
    }


/* Quote */

.quote {
    background: #fffaf0;
    border-left: 4px solid #ffd853;
    padding: 12px 15px;
    margin: 5px 0 15px;
    color: #555 !important;
    font-style: italic;
}

    .quote i {
        color: #d4a000;
        margin-right: 6px;
    }

    .quote small {
        display: block;
        margin-top: 5px;
        text-align: right;
        color: #8b0000;
        font-weight: 600;
    }


/* Mobile */

@media (max-width: 767px) {

    .message-card {
        border-radius: 12px;
    }

    .message-header h4 {
        font-size: 17px;
    }

    .message-body {
        padding: 10px 18px 20px;
    }

        .message-body p {
            font-size: 14px;
            line-height: 1.7;
        }
}
.partners-section {
    padding: 10px 15px 25px;
}

/* Heading */

.partners-heading {
    margin-bottom: 30px;
}

.section-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #ffd853;
    color: #8b0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.partners-heading h3 {
    margin: 0;
    color: #333;
    font-size: 27px;
    font-weight: 700;
}

.section-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin: 10px 0 7px;
}

    .section-line span {
        width: 50px;
        height: 2px;
        background: #ffd853;
    }

    .section-line i {
        color: #d49b00;
        font-size: 11px;
    }

.partners-heading p {
    margin: 0;
    color: #777;
    font-size: 14px;
}


/* Partner Cards */

.partner-card {
    height: 100%;
    min-height: 210px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .partner-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ffd853;
    }

    .partner-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 9px 25px rgba(0,0,0,0.12);
    }


/* Logo */

.partner-logo {
    width: 180px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}

    .partner-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }


/* Name */

.partner-card h5 {
    margin: 15px 0 0;
    color: #444;
    font-size: 15px;
    font-weight: 600;
}


/* Mobile */

@media (max-width: 767px) {

    .partners-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .partners-heading h3 {
        font-size: 23px;
    }

    .partner-card {
        min-height: 190px;
    }

    .partner-logo {
        width: 160px;
        height: 95px;
    }
}

.site-footer {
    position: relative;
    background: #252525;
    color: #fff;
    margin-top: 60px;
    padding: 55px 0 0;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    inset: 0;
    background-image: url('images/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.035;
    pointer-events: none;
}


/* Footer Boxes */

.footer-box {
    height: 100%;
    padding: 10px 25px;
}

.footer-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

    .footer-title i {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffd853;
        color: #8b0000;
        border-radius: 50%;
        font-size: 16px;
    }

    .footer-title h4 {
        margin: 0;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
    }


/* Contact */

.footer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
    color: #ddd;
    font-size: 14px;
    line-height: 1.6;
}

    .footer-info-item > i {
        color: #ffd853;
        width: 20px;
        margin-top: 3px;
        text-align: center;
    }

    .footer-info-item a {
        color: #ddd;
        text-decoration: none;
    }

        .footer-info-item a:hover {
            color: #ffd853;
        }


/* Social */

.footer-social {
    margin-top: 25px;
}

    .footer-social h6 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        color: #fff;
        text-decoration: none;
        transition: all 0.25s ease;
    }

        .footer-social a:hover {
            background: #ffd853;
            color: #8b0000;
            transform: translateY(-3px);
        }


/* Partners */

.footer-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.footer-partner {
    width: 115px;
    height: 80px;
    padding: 7px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

    .footer-partner:hover {
        transform: translateY(-4px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    }

    .footer-partner img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


/* Quick Links */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #ddd;
        text-decoration: none;
        font-size: 15px;
        transition: all 0.2s ease;
    }

        .footer-links a i {
            color: #ffd853;
            margin-right: 8px;
        }

        .footer-links a:hover {
            color: #ffd853;
            padding-left: 5px;
        }


/* Bottom */

.footer-bottom {
    margin-top: 40px;
    padding: 20px 15px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
}

    .footer-bottom p {
        margin: 4px 0;
        color: #aaa;
        font-size: 13px;
    }

    .footer-bottom a {
        color: #ffd853;
        text-decoration: none;
        font-weight: 600;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }


/* Mobile */

@media (max-width: 767px) {

    .site-footer {
        padding-top: 35px;
    }

    .footer-box {
        padding: 10px 15px;
    }

    .footer-title {
        justify-content: flex-start;
    }

    .footer-partners {
        gap: 8px;
    }

    .footer-partner {
        width: 100px;
        height: 70px;
    }

    .footer-bottom {
        margin-top: 25px;
    }
}

.admin-body {
    margin: 0;
    background: #f4f7fb;
    font-family: Arial,Helvetica,sans-serif;
    color: #263238
}

.admin-wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%
}

.admin-sidebar {
    width: 235px;
    min-width: 235px;
    background: #123f4a;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 0 12px rgba(0,0,0,.12);
    position: sticky;
    top: 0;
    height: 100vh
}

.admin-logo {
    height: 75px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #0d333c;
    border-bottom: 1px solid rgba(255,255,255,.12)
}

    .admin-logo img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 50%;
        background: #fff;
        padding: 2px;
        margin-right: 10px
    }

    .admin-logo strong {
        display: block;
        font-size: 16px;
        color: #fff
    }

    .admin-logo small {
        display: block;
        font-size: 11px;
        color: #b9d4d9;
        margin-top: 2px
    }

.admin-menu {
    padding: 12px 10px;
    flex: 1;
    overflow-y: auto
}

    .admin-menu a, .admin-menu-bottom a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #dcecef;
        text-decoration: none;
        padding: 5px 13px;
        margin: 3px 0;
        border-radius: 7px;
        font-size: 14px;
        transition: .2s
    }

        .admin-menu a i, .admin-menu-bottom a i {
            width: 18px;
            text-align: center;
            font-size: 14px
        }

        .admin-menu a:hover, .admin-menu-bottom a:hover {
            background: #1c5966;
            color: #fff;
            padding-left: 17px
        }

        .admin-menu a.active {
            background: #f3c64d;
            color: #17333a;
            font-weight: 600
        }

.admin-menu-bottom {
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,.12)
}

    .admin-menu-bottom .logout-link:hover {
        background: #b83232
    }

.admin-content {
    flex: 1;
    min-width: 0
}

.admin-topbar {
    height: 75px;
    background: #fff;
    border-bottom: 1px solid #e3e8ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04)
}

    .admin-topbar h5 {
        margin: 0;
        color: #164854;
        font-weight: 600;
        font-size: 17px
    }

    .admin-topbar span {
        font-size: 12px;
        color: #7b8a90
    }

.website-btn {
    background: #164854;
    color: #fff;
    text-decoration: none;
    padding: 8px 13px;
    border-radius: 6px;
    font-size: 13px
}

    .website-btn:hover {
        background: #0d333c;
        color: #fff
    }

.admin-page-content {
    padding: 18px
}

    .admin-page-content > .container {
        max-width: 100%
    }

.admin-sidebar::-webkit-scrollbar {
    width: 5px
}

.admin-sidebar::-webkit-scrollbar-thumb {
    background: #39717c;
    border-radius: 10px
}

@media(max-width:767px) {
    .admin-sidebar {
        width: 65px;
        min-width: 65px
    }

    .admin-logo {
        justify-content: center;
        padding: 8px
    }

        .admin-logo img {
            width: 42px;
            height: 42px;
            margin: 0
        }

        .admin-logo div {
            display: none
        }

    .admin-menu a, .admin-menu-bottom a {
        justify-content: center;
        padding: 11px 5px
    }

        .admin-menu a span, .admin-menu-bottom a span {
            display: none
        }

        .admin-menu a i, .admin-menu-bottom a i {
            margin: 0
        }

    .admin-topbar {
        padding: 0 12px
    }

        .admin-topbar span {
            display: none
        }

    .admin-page-content {
        padding: 10px
    }
}