.mainbgcolor{
    background-color: #18191b !important;
}
.secondbgcolor{
    background-color: #aa8637 !important;;
}
.maintextcolor{
    color: #aa8637 !important;
}
.nav-link{
    color: #fff !important;
}
.mainlogosize{
    width:150px !important;
}


/* Navbar link base style */
.nav-item .maintextcolor {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #C9A227; /* မင်းသုံးချင်တဲ့ Gold Color */
  cursor: pointer;
}


.nav-item .maintextcolor::after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #C9A227;
    transform: scaleY(-1);
    opacity: 0;
    transition: opacity 0.4s ease;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent);
            mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent);
    margin-top:-0.25em;
}
.nav-item .maintextcolor:hover::after {
    opacity: 0.5;
}





.jobseeker_login{
    background-image: url('../picture/jobseekerlogin_image.jpeg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height:100vh;
}
.jobseeker_loginn{
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.bgsilver{
    background-color: rgb(192, 192, 192,0.4);
}
.fontsize08{
    font-size:0.8em;
}
a{
    text-decoration: none !important;
    color:#000 !important;
    font-size:1em !important;
}
.form-control{
    box-shadow: none !important;
}
.form-control:hover{
    border:1px solid #000 !important;
}
.toggle-btn {
    border: none;
    background: none;
    font-size: 1rem;
    cursor: pointer;
    color: inherit;
}
@media (max-width: 991px) {
    .desktop-toggle { display: none; }
}
@media (min-width: 992px) {
    .mobile-toggle { display: none; }
}



/* footer start */
footer {
    padding: 40px 0;
    margin-top:3em !important;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 8px;
}
footer a {
    color:#fff !important;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline !important;
}
footer .social-icons i{
    font-size:1.5em;
    margin-right:0.5em;
}
/* footer end */


/* scrolltop start */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: white;
    border: none;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}
/* scrolltop end */


/* search start */
.search-wrapper {
    background: #fff;
    padding: 12px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #aa8637;
}
.search-input, .search-input:hover {
    flex: 1;
    border:none !important;
    outline: none !important;
    background: #f9fafb;
    transition: 0.3s;
    font-size:1.1em;
}
.btn-search {
    background: #aa8637 !important;
    color: #fff !important;
    padding: 6px 25px !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
    border:none !important;
}
.btn-search:hover {
    background: #18191b !important;
}
/* Responsive fix */
@media (max-width: 768px) {
    .search-wrapper {
    border-radius: 20px;
    flex-direction: column;
    padding: 15px;
    }
    .btn-search {
    width: 100%;
    }
}
/* search end */


/* post list start */
.job-card {
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    height: 100%;
}
.job-time {
    font-size: 0.9rem;
    color: #6c757d;
}
.apply-btn {
    color: #fff !important;
    background-color: #2563eb !important;
    transition: 0.3s;
    font-size:0.8em !important;
}
.apply-btn:hover {
    background: #1d4ed8;
    color: #fff;
}
/* post list end */


/* job start */
.job-cardd {
    margin: 40px auto;
    text-align: center;
    padding: 30px;
}
.company-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}
.job-sidebar {
    background-color: #f1f7fd;
    border-radius: 1rem;
    padding: 20px;
    margin-bottom: 20px;
}
.company-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.job-sidebar p{
    margin-bottom:-0.3em;
    font-size:0.9em;
}
.job-sidebar>div:first-child>div{
    margin-top:-1.3em !important;
}
/* job end */

.profileimage{
    width:35px !important;
    border-radius:50px !important;
}
.profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    background: #6c63ff;
}
.stats-cardd {
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}
.stats-card {
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    transition: transform 0.2s ease;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    height:100%;
}
.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}
.stats-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.invalid-feedback{
    color:#aa8637 !important;
    font-weight:bold !important;
}





/* alert township start */
.floating-alert {
    position: fixed;
    top: 60px;
    right:10px;
    background-color: #ffc107;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.floating-alert.show {
    opacity: 1;
}
/* alert township end */



#topAlert {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
}
#topAlert.success { background-color: #28a745; }
#topAlert.error { background-color: #dc3545; }