/*

Workforce CSS Template

https://templatemo.com/tm-461-workforce

*/

body
    {
        background: #f9f9f9;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        overflow-x: hidden;
    }

/* start hr */
hr
    {
        border: 1px solid #55acee;
        width: 100px;
        margin-top: 20px;
    }
/* end hr */

/* start h2 */
h2
    {
        font-size: 60px;
        text-align: center;
    }
/* end h2 */

/* start h4 */
h4
    {
        text-align: center;
        padding-bottom: 50px;
    }
/* end h4 */
.btn {
    background: transparent;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 40px;
	padding: 12px 22px;
    transition: all 0.4s ease-in-out;  
}
.btn:hover {
    background: #55acee;
    border-color: transparent;
}

/* start overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
    } 
/* end overlay */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #55acee;         
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar 
    {
        margin-bottom: 0;
        background-color: #fff;
        text-align: right;
    }
.custom-navbar .navbar-brand 
    {
        color: #55acee;
        font-weight: bold;
        font-size: 28px;
    }
.custom-navbar .nav li a
     {
         color: #999;
         font-weight: 300;
         font-size: 13px;
         text-transform: uppercase;
    }
.custom-navbar .nav li a:hover
    {
        background: transparent;
        color: #55acee;
    }
.custom-navbar .nav li.active > a
    {
         background-color: transparent;
         color: #55acee;
    }
.custom-navbar .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
        background: #55acee;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar
         {
             padding: 20px 0;
            border-bottom: 0;
             background: 0 0;
             transition: all 0.3s ease;
         }
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            background: #fff;
        }
}
/* end navigation */

/* start home */        
#home h1
    {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 2px;
        padding-top: 10px;
    }
#home span
    {
        color: #55acee;
        font-weight: bold;
    }
#home .btn {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fefefe;
    font-weight: 700;
    letter-spacing: 1px;
}
#home .btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    color: #ffffff;
}
.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
    text-align: center;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}
.flexslider .slides > li {
    display: none;  
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* end home */

/* start service */
#service
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #55acee;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
.divider
    {
        background: url('../images/driver-bg-new.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }
.divider .divider-des
    {
        padding: 100px 15px;
    }
/* end divider */

/* start about */
h3.about-title {
    margin-top: 0;
}
#about
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#about .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#about .progress .progress-bar-danger
    {
        background: #55acee;
    }
#about span
    {
        display: block;
        margin-top: 12px;
        margin-bottom: 6px;
    }
#about .about-wrapper
    {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-top: 60px;
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
#about .about-wrapper h3
    {
        color: #55acee;
        font-size: 20px;
        font-weight: bold;        
    }
/* end about */

/* start portfolio */
#portfolio
    {
        background: #fff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #55acee;
    border-color: #55acee;
}
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        padding-bottom: 10px;
    }
    .portfolio-description {
        padding-left: 15px;
        padding-right: 15px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
    background: #55acee;
}
.filter-wrapper li:hover a {
    color: #fff;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control
    {
        background: transparent;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #CCC;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        border: 2px solid #55acee;
        font-weight: bold;
		color: #55acee;
    }
#contact input[type="submit"]:hover
    {
        background: #55acee;
		color: #fff;
    }
/* end contact */

/* start footer */
footer
    {
        background: #202020;
        color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
footer p
    {
        display: block;
        padding-top: 10px;
    }
footer span
    {
        color: #55acee;
        font-weight: bold;
    }
/* end footer */

/* start social icon */
.social-icon
    {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
    }
.social-icon li:hover
    {
        background: #55acee;
    }
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 40px;
        }
    h2
        {
            font-size: 30px;
        }
    
}
/* end media 980 */


/* start media 768 */
@media screen and ( max-width: 767px ){
    h4 {
        padding-bottom: 20px;
    }
   #home h1
    {
        font-size: 40px;
    }
    #home {
        margin-top: 50px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .filter-wrapper li {
        margin: 2px;
    }
    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1
        {
            font-size: 30px;
            line-height: 1.5em;
        }
}
/* end media 360 */
/*-------------------------start exten css-----------------*/
/* start sign in button */
.templatemo-btn-signin {
    background: transparent;
    border: 1.5px solid #55acee;
    border-radius: 20px;
    color: #55acee !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 7px 18px !important;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}
.templatemo-btn-signin:hover {
    background: #55acee !important;
    color: #fff !important;
    border-color: #55acee;
}
/* end sign in button */

.register-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 15px;
        }

        /* ── Card ── */
        .register-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 8px 40px rgba(85, 172, 238, 0.12);
            overflow: hidden;
            width: 100%;
            max-width: 780px;
        }

        /* ── Card Header — ใช้ style เดียวกับ section ของ index ── */
        .register-header {
            padding: 50px 40px 10px;
            text-align: center;
        }
        .register-header h2 {
            font-size: 60px;
            text-align: center;
            margin-bottom: 0;
        }
        .register-header hr {
            border: 1px solid #55acee;
            width: 100px;
            margin-top: 20px;
        }
        .register-header h4 {
            text-align: center;
            padding-bottom: 10px;
        }

        /* ── Card Body ── */
        .register-body {
            padding: 10px 40px 40px;
        }

        /* ── Section Title ── */
        .section-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #55acee;
            margin: 28px 0 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .section-label::after {
            content: '';
            flex: 1;
            height: 1px;
            background: #e8f4fd;
        }

        /* ── Form Controls ── */
        .form-group {
            margin-bottom: 0;
        }
        .form-group label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #666;
            margin-bottom: 6px;
            display: block;
        }
        .form-group label .req {
            color: #55acee;
            margin-left: 2px;
        }
        .form-control {
            height: 46px;
            border: 1.5px solid #e0e8ef;
            border-radius: 8px;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            color: #333;
            background: #f8fbff;
            box-shadow: none;
            transition: border-color 0.2s, background 0.2s;
            padding: 10px 14px;
        }
        .form-control:focus {
            border-color: #55acee;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(85,172,238,0.12);
            outline: none;
        }
        .form-control::placeholder {
            color: #b0bec5;
            font-size: 12px;
        }

        /* input with icon */
        .input-icon-wrap {
            position: relative;
        }
        .input-icon-wrap .form-control {
            padding-left: 40px;
        }
        .input-icon-wrap .fa {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #b0bec5;
            font-size: 14px;
            transition: color 0.2s;
            pointer-events: none;
        }
        .input-icon-wrap .form-control:focus + .fa,
        .input-icon-wrap:focus-within .fa {
            color: #55acee;
        }
        /* password toggle */
        .input-icon-wrap .toggle-pw {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #b0bec5;
            font-size: 14px;
            background: none;
            border: none;
            padding: 0;
            transition: color 0.2s;
        }
        .input-icon-wrap .toggle-pw:hover { color: #55acee; }
        .input-icon-wrap .form-control.has-toggle {
            padding-right: 40px;
        }

        /* ── Password Strength ── */
        .pw-strength-bar {
            height: 4px;
            border-radius: 2px;
            background: #e0e8ef;
            margin-top: 8px;
            overflow: hidden;
        }
        .pw-strength-bar .fill {
            height: 100%;
            width: 0%;
            border-radius: 2px;
            transition: width 0.3s, background 0.3s;
        }
        .pw-strength-label {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #b0bec5;
            margin-top: 4px;
            text-transform: uppercase;
            min-height: 14px;
        }

        /* ── Alert Messages ── */
        .alert-custom {
            border-radius: 8px;
            font-size: 13px;
            padding: 12px 16px;
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }
        .alert-success-custom { background: #e8f8f0; color: #1e7e4a; border: 1px solid #a8e6c3; }
        .alert-danger-custom  { background: #fef0f0; color: #c0392b; border: 1px solid #f5c6c6; }

        /* ── Submit Button ── */
        .btn-register {
            width: 100%;
            height: 50px;
            background: #55acee;
            border: none;
            border-radius: 25px;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
            margin-top: 32px;
            box-shadow: 0 4px 16px rgba(85,172,238,0.30);
        }
        .btn-register:hover {
            background: #3d99db;
            box-shadow: 0 6px 24px rgba(85,172,238,0.40);
            transform: translateY(-1px);
        }
        .btn-register:active {
            transform: translateY(0);
        }
        .btn-register i { margin-right: 8px; }

        /* ── Footer link ── */
        .login-link {
            text-align: center;
            margin-top: 22px;
            font-size: 12px;
            color: #999;
        }
        .login-link a {
            color: #55acee;
            font-weight: 700;
            text-decoration: none;
        }
        .login-link a:hover { text-decoration: underline; }

        /* ── Required note ── */
        .required-note {
            font-size: 11px;
            color: #aaa;
            text-align: right;
            margin-bottom: 4px;
        }
        .required-note span { color: #55acee; }

        /* ── Row gap ── */
        .row-gap { margin-bottom: 18px; }

        /* ── Responsive ── */
        @media (max-width: 576px) {
            .register-header { padding: 28px 24px 22px; }
            .register-body { padding: 8px 24px 32px; }
        }

        /* ── offset สำหรับ fixed navbar ── */
        .register-section {
            padding-top: 120px;
        }
/*-------------------end register page---------------*/
/* Dropdown styling */
		.custom-navbar .dropdown-menu {
			background-color: #fff;
			border: none;
			border-radius: 0;
			box-shadow: 0 4px 12px rgba(0,0,0,0.1);
			padding: 0;
			min-width: 200px;
		}
		.custom-navbar .dropdown-menu > li > a {
			color: #999;
			font-size: 12px;
			text-transform: uppercase;
			padding: 12px 20px;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			transition: all 0.3s ease;
		}
		.custom-navbar .dropdown-menu > li > a:hover {
			background-color: #55acee;
			color: #fff;
		}
		.custom-navbar .dropdown-menu > li {
			border-bottom: 1px solid #f5f5f5;
		}
		.custom-navbar .dropdown-menu > li:last-child {
			border-bottom: none;
		}
		.custom-navbar .nav li.dropdown > a .caret {
			margin-left: 4px;
		}
		@media (max-width: 767px) {
			.custom-navbar .dropdown-menu {
				background-color: #f9f9f9;
				box-shadow: none;
			}
		}
        /*---------------------------------------------*/
        .dashboard-wrapper {
            padding-top: 66px; /* offset fixed navbar เท่านั้น */
            min-height: 100vh;
        }

        /* ── Top Bar — gradient banner (ไม่ sticky ไม่บัง card) ── */
        .dash-topbar {
            background: linear-gradient(135deg, #55acee 0%, #3d99db 100%);
            padding: 28px 36px 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .dash-topbar .welcome-text {
            font-family: 'Montserrat', sans-serif;
        }
        .dash-topbar .welcome-text .greeting {
            display: block;
            font-size: 11px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            color: rgba(255,255,255,0.75);
            margin-bottom: 4px;
        }
        .dash-topbar .welcome-text strong {
            display: block;
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.5px;
        }
        .btn-signout {
            background: rgba(255,255,255,0.15);
            border: 1.5px solid rgba(255,255,255,0.50);
            border-radius: 20px;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            padding: 8px 18px;
            cursor: pointer;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
        }
        .btn-signout:hover {
            background: rgba(255,255,255,0.28);
            border-color: #ffffff;
            color: #ffffff;
            text-decoration: none;
        }

        /* ── Main Content ── */
        .dash-content {
            padding: 36px 30px 60px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* ── Section Title ── */
        .dash-section-title {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.8px;
            color: #55acee;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .dash-section-title::after {
            content: '';
            flex: 1;
            height: 1px;
            background: #e8f0f7;
        }

        /* ── Menu Cards ── */
        .menu-cards-row {
            display: flex;
            gap: 16px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .menu-card {
            flex: 1;
            min-width: 160px;
            background: #ffffff;
            border-radius: 12px;
            border: 1.5px solid #e8f0f7;
            padding: 28px 16px 24px;
            text-align: center;
            cursor: pointer;
            transition: all 0.25s ease;
            text-decoration: none;
            display: block;
            position: relative;
            overflow: hidden;
        }
        .menu-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: #e8f0f7;
            transition: background 0.25s ease;
        }
        .menu-card:hover {
            border-color: #55acee;
            box-shadow: 0 8px 28px rgba(85,172,238,0.15);
            transform: translateY(-3px);
            text-decoration: none;
        }
        .menu-card:hover::before {
            background: #55acee;
        }
        .menu-card.active {
            border-color: #55acee;
            box-shadow: 0 4px 20px rgba(85,172,238,0.15);
        }
        .menu-card.active::before {
            background: #55acee;
        }
        .menu-card .card-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: #f0f8ff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
            transition: background 0.25s ease;
        }
        .menu-card:hover .card-icon,
        .menu-card.active .card-icon {
            background: #55acee;
        }
        .menu-card .card-icon .fa {
            font-size: 22px;
            color: #55acee;
            transition: color 0.25s ease;
        }
        .menu-card:hover .card-icon .fa,
        .menu-card.active .card-icon .fa {
            color: #ffffff;
        }
        .menu-card .card-label {
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #555;
            transition: color 0.25s ease;
        }
        .menu-card:hover .card-label,
        .menu-card.active .card-label {
            color: #55acee;
        }

        /* ── Conference Panel ── */
        .conf-panel {
            background: #ffffff;
            border-radius: 12px;
            border: 1.5px solid #e8f0f7;
            overflow: hidden;
        }
        .conf-panel-header {
            padding: 22px 28px;
            border-bottom: 1px solid #f0f5fa;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .conf-panel-header .panel-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: #333;
        }
        .conf-panel-header .panel-title span {
            color: #55acee;
        }
        .conf-panel-header p {
            margin: 4px 0 0;
            font-size: 12px;
            color: #999;
        }
        .btn-create-conf {
            background: #55acee;
            border: none;
            border-radius: 25px;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 11px 22px;
            cursor: pointer;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            box-shadow: 0 4px 14px rgba(85,172,238,0.30);
            white-space: nowrap;
        }
        .btn-create-conf:hover {
            background: #3d99db;
            box-shadow: 0 6px 20px rgba(85,172,238,0.40);
            transform: translateY(-1px);
            color: #ffffff;
            text-decoration: none;
        }

        /* ── Empty State ── */
        .empty-state {
            padding: 64px 32px;
            text-align: center;
        }
        .empty-state .empty-icon-wrap {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: #f0f8ff;
            border: 2px dashed #b8d9f5;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }
        .empty-state .empty-icon-wrap .fa {
            font-size: 36px;
            color: #b8d9f5;
        }
        .empty-state .empty-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            font-weight: 700;
            color: #444;
            margin-bottom: 10px;
        }
        .empty-state .empty-desc {
            font-size: 13px;
            color: #aaa;
            line-height: 1.8;
            max-width: 340px;
            margin: 0 auto;
        }

        /* ── Divider line ── */
        .empty-divider {
            border: none;
            border-top: 1px dashed #e0eaf3;
            margin: 0 28px;
        }

        /* ── Responsive ── */
        @media (max-width: 767px) {
            .dash-content { padding: 24px 16px 40px; }
            .dash-topbar  { padding: 20px 16px; }
            .menu-card    { min-width: calc(50% - 8px); flex: none; }
        }
        @media (max-width: 480px) {
            .menu-card { min-width: calc(50% - 8px); }
        }
        /*--------------------------------------*/
