/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* header */
.header-sidebar-popup .ekit-wid-con .ekit_close-side-widget {
    top: 0px;
    left: 0px;
}

.header-sidebar-popup .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
    -webkit-transition: none!important;
    transition: none!important;
}

.menu-item a.hfe-menu-item {
    padding: 0.7rem 1rem;
    border-radius: 30px;
}

a:focus {
    outline: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 250px;
}

/* footer */
.footer-sub-titles::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #fff;
}

.footer-sub-titles::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 55px;
    background: #fff;
}

.light-links a {
    color: #A8A9AC;
}

.light-links a:hover {
    color: #22bbce;
}

.copyright-text a {
    color: #A8A9AC!important;
}

.copyright-text a:hover {
    color: #22bbce!important;
}

.footer-recent-posts .elementskit-post-image-card {
    display: flex!important;
}

.footer-recent-posts .elementskit-post-image-card .elementskit-entry-header {
    width: 30%;
}

.footer-recent-posts .elementskit-post-image-card .elementskit-post-body {
    width: 70%;
}

.footer-recent-posts .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.footer-recent-posts .ekit-wid-con .elementskit-btn i {
    margin-left: 5px;
}

/* homepage */


/* Employee Directory page Styles */
.employee-page-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.employee-page-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.employee-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.employee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.employee-card {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.employee-card-body {
    padding: 1.5rem;
}

.employee-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f4b400;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 20px;
}

/* Avatar wrapper */
.employee-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Featured image */
.employee-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-card-personal-details {
    display: flex;
    gap: 1rem;
}

/* Initials */
.avatar-initials {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ===== THEME COLORS ===== */
.avatar-theme-1 {
    background: #F6F1FF;
    color: #7B3FE4;
	border: 2px solid #7B3FE4;
}

.avatar-theme-2 {
    background: #EFFAF6;
    color: #1C9C6D;
	border: 2px solid #1C9C6D;
}

.avatar-theme-3 {
    background: #FFF6ED;
    color: #F2994A;
	border: 2px solid #F2994A;
}

.employee-card-emp-col-2 .employee-name {
    font-weight: 600;
    margin-bottom: 0px;
    color: #000724;
}

.employee-card-emp-col-2 .employee-company-details {
    color: #003d59;
    margin-bottom: 5px;
    line-height: 22px;
}

.employee-card-emp-col-2 .employee-subsidiary {
    margin-bottom: 0px;
    font-size: 11px;
    letter-spacing: 0.025em;
    color: #1d4ed8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    background-color: #eff6ff;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 8px;
}

.employee-contact {
    padding-top: 1rem;
    border-bottom: 1px solid #e1e5ea;
    padding-bottom: 0.5rem;
}

.employee-email, .employee-phone {
    display: flex;
    gap: 0.5rem;
    color: #4a5568;
    font-size: 14px;
    align-items: center;
    margin-bottom: 0.5rem!important;
	font-size: 14px;
}

.employee-email a, .employee-phone a {
   color: #4a5568;
    text-decoration: none;
}

.employee-email a:hover, .employee-phone a:hover {
   color: #22bbce;
}

.employee-email .material-symbols-outlined, .employee-phone .material-symbols-outlined {
    font-size: 18px;
}

.employee-skills {
    margin-top: 1rem;
}

.emp-card-sub-label {
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.inline-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px;
    background: #f6f8fb;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #4a5568;
}

.skill-badge .star-icon {
    color: #f4b400;
    font-size: 14px;
}

.skill-badge .skill-rating {
    font-weight: 600;
}

.employee-achievement {
    border-top: 1px solid #e1e5ea;
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.achievement-title {
    font-size: 13px;
    font-weight: 600;
    color: #000724;
    margin: 0px;
    line-height: 18px;
}

.achievement-meta {
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 0px!important;
    line-height: 20px;
}

.employee-card-footer {
    background-color: #f9fafb;
    border-top: 1px solid #e1e5ea;
    padding: 0.75rem 1.5rem;
    border-radius: 0rem 0rem 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.employee-social-links .fa {
    font-size: 20px!important;
    color: #9ca3af;
}

.employee-social-links .fa:hover {
    color: #22bbce;
}

.view-profile-btn {
    display: flex;
    font-weight: 600;
    color: #003d59;
    cursor: pointer;
    gap: 0.3rem;
    align-items: center;
}

.view-profile-btn:hover {
    color: #22bbce;
}

.view-profile-btn .material-symbols-outlined {
    font-size: 17px;
}

.employee-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.employee-popup.active {
    display: flex;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.popup-content {
    background: #fff;
    width: 95%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.popup-left {
    background-color: #f9fafb;
    padding: 2rem;
    border-right: 1px solid #e1e5ea;
}

.popup-right {
    background-color: #fff;
    padding: 2rem;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #00BCD4;
    padding: 3px 10px 5px;
    border-radius: 8px;
}

.popup-avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    margin-bottom: 1rem;
    margin: 0px auto 1rem;
}

.popup-sub-title {
    color: #000724;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.popup-sub-title .material-symbols-outlined {
	color: #22bbce;
}

.popup-skill-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.popup-skill {
    display: flex;
    justify-content: space-between;
    background-color: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 0.75rem;
    padding: 0.50rem 1rem;
    color: #000724;
}

.stars span {
    color: #e5e7eb;
	font-size: 16px;
}

.stars .filled {
    color: #fbbf24;
    font-size: 16px;
}

#employee-grid-wrapper.loading {
    opacity: 0.4;
    pointer-events: none;
}

.popup-achievement {
    background-color: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.popup-achievement-title {
    font-size: 17px;
    color: #000724;
    margin-bottom: 3px;
}

.popup-achievement-sub-title {
    color: #003d59;
    margin-bottom: 0.5rem!important;
    font-size: 14px;
}

.popup-achievement-desc {
    color: #4a5568;
    margin-bottom: 0px!important;
}

.popup-emp-name {
    color: #000724;
    margin-bottom: 0px;
	text-align: center;
}

.popup-company-details {
    color: #003d59;
    font-size: 17px;
    text-align: center;
    margin-bottom: 3px!important;
}

.popup-subsidiary {
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #1d4ed8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
    background-color: #dbeafe;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto 1.5rem!important;
    width: fit-content;
}

.popup-employee-email, .popup-employee-phone {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    gap: 0.75rem;
    padding: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem!important;
}

.popup-employee-email a, .popup-employee-phone a {
	color: #000724;
}

.popup-employee-email a:hover, .popup-employee-phone a:hover {
	color: #22bbce;
}

.popup-employee-email .material-symbols-outlined {
    background-color: #eff6ff;
    color: #2563eb;
    border-radius: 50px;
    font-size: 17px;
    padding: 10px;
}

.popup-employee-phone .material-symbols-outlined {
    background-color: #f0fdf4;
    color: #16a34a;
    border-radius: 50px;
    font-size: 17px;
    padding: 10px;
}

/* filter form */
.employee-company-filter {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    background-color: #fff;
    padding: 1rem;
    border-radius: 1.5rem;
}

.employee-company-filter input {
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    height: 50px;
    color: #000724;
	width: 50%;
}

.employee-company-filter select {
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    height: 50px;
    color: #000724;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23000724'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%23000724' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
	width: 25%;
}

.employee-company-filter input:focus, .employee-company-filter select:focus {
	border: 2px solid #22bbce;
}

#employee-reset-filter {
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    width: 25%;
    background-color: #22bbce;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    box-shadow: 0 10px 15px -3px rgb(34 187 206 / 0.2);
    border-radius: 1rem;
    gap: 0.5rem;
}

#employee-reset-filter:hover {
    background-color: rgb(34 187 206 / 0.9);
}

/* Loader spinner */
#employee-loader {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top: 3px solid #22bbce;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 2;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* featured emp slider */
.featured-employee-slider {
    padding: 15px 10px;
}

.featured-employee-arrows.swiper-button-prev, .featured-employee-arrows.swiper-button-next {
    top: -35px;
    z-index: 10;
    background-color: rgb(255 255 255 / 0.1);
    color: #fff;
    border-radius: 50px;
    width: 45px;
    padding: 10px;
}

.featured-employee-arrows.swiper-button-prev:hover, .featured-employee-arrows.swiper-button-next:hover {
    background-color: rgb(255 255 255 / 0.3);
}

.featured-employee-arrows.swiper-button-prev {
    right: 60px;
    left: auto;
}

.featured-employee-arrows.swiper-button-next {
    right: 0px;
}

.featured-employee-arrows.swiper-button-next:after, .featured-employee-arrows.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.featured-personal-details {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.featured-card {
    background: #fff;
    padding: 1.25rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    border: 1px solid #e1e5ea;
}

.featured-personal-details .avatar-theme-1, .featured-personal-details .avatar-theme-2, .featured-personal-details .avatar-theme-3 {
    max-width: 70px;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 85px;
}

.featured-personal-info .employee-name {
    font-weight: 600;
    margin-bottom: 2px;
    color: #000724;
}

.employee-work-detail {
    font-size: 14px;
    color: #2563eb;
    margin-bottom: 0px!important;
    font-weight: 600;
    line-height: 17px;
}

.featured-avatar img {
    border-radius: 50%;
    object-fit: cover;
}

.featured-personal-details .featured-star {
    position: absolute;
    left: 70px;
    background-color: #f4b400;
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    top: 65px;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'opsz' 24;
}

.material-symbols-outlined.filled {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'opsz' 24;
}

.featured-card .employee-achievement {
    border-top: 1px solid #f3f4f6;
    margin-top: 1rem;
    padding-top: 1rem;
}

.achievement-subtitle {
    margin-bottom: 0px!important;
    color: #9ca3af;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.achievement-subtitle .material-symbols-outlined {
    color: #22bbce;
    font-size: 20px;
}

.achievement-decs {
    color: #000724;
    margin-bottom: 0px!important;
    font-size: 14px;
    margin-left: 24px;
}

.no-emp-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #03364d;
}

/* CSR page */
.csr-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.csr-initiatives-card-header {
    position: relative;
    min-height: 200px;
    padding: 1.5rem;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #14b8a6 0%, #0f766e 40%, #003d59 100%);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.csr-initiatives-card-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='52' viewBox='0 0 60 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1'%3E%3Cpolygon points='30 1 59 16 59 36 30 51 1 36 1 16'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 50px 52px;
    opacity: 0.7;
    z-index: 1;
}

.csr-initiatives-card-header > * {
    position: relative;
    z-index: 3;
}

.csr-initiatives-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid #e1e5ea;
}

.csr-initiatives-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.csr-initiatives-title {
    margin-bottom: 0px;
    color: #fff;
}

.csr-initiatives-category-badge {
    display: inline-flex;
    align-self: flex-start;
    background-color: #facc15;
    color: #000;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2rem;
}

.csr-initiatives-card-details {
    padding: 1.5rem;
}

.csr-initiatives-card-details {
    font-size: 17px;
    color: #4a5568;
}

.csr-initiatives-post-date {
    padding-bottom: 1.5rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e5ea;
	margin-bottom: 0px!important;
}

.csr-initiatives-post-date .material-symbols-outlined {
    color: #22bbce;
    font-size: 22px;
    margin-right: 5px;
}

.csr-card-initiatives-footer {
    padding: 0rem 1.5rem 1.5rem;
}

.csr-initiatives-read-more {
    font-weight: 600;
    background-color: #003d59;
    color: #fff;
    padding: 0.7rem 1.2rem;
    display: flex;
    width: 60%;
    border-radius: 0.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.csr-initiatives-read-more:hover {
    background-color: #22bbce;
	color: #fff;
}

.csr-page-initiatives-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.csr-page-initiatives-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.csr-initiatives-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

#csr-initiatives-loader {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top: 3px solid #22bbce;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 2;
}

.csr-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.csr-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 1.25rem;
    border: 1px solid #e1e5ea;
}

.csr-card:hover {
    border: 1px solid rgb(34 187 206 / 0.5);
}

.csr-category-badge {
    margin-bottom: 1rem;
    font-size: 11px;
    letter-spacing: 0.025em;
    color: #1d4ed8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    background-color: #eff6ff;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 8px;
}

.csr-post-date {
    position: absolute;
    margin-bottom: 0px!important;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 14px;
}

.csr-title {
    margin-bottom: 0.5rem;
    color: #000724;
}

.csr-read-more {
    display: flex;
    font-weight: 600;
    align-items: center;
    color: #22bbce;
    gap: 0.2rem;
}

.csr-read-more:hover {
    color: #003d59;
}

#csr-loader {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top: 3px solid #22bbce;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 2;
}

.csr-other-page-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.csr-other-page-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.csr-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.csr-initiative.ast-article-single {
    max-width: 1300px;
    margin: 0px auto!important;
}

.csr-initiative.ast-article-single .site-main > article {
    padding-left: 0px;
    padding-right: 0px;
}

.csr-initiative.ast-article-single .entry-header {
    margin-top: 0px;
}

/* News and Events */
.posts-slider {
    padding: 25px 20px;
}

.posts-slider-arrows.swiper-button-prev, .posts-slider-arrows.swiper-button-next {
    top: -20px;
    z-index: 10;
    background-color: rgb(255 255 255 / 0.1);
    color: #fff;
    border-radius: 50px;
    width: 45px;
    padding: 10px;
}

.posts-slider-arrows.swiper-button-prev:hover, .posts-slider-arrows.swiper-button-next:hover {
    background-color: rgb(255 255 255 / 0.3);
}

.posts-slider-arrows.swiper-button-prev {
    right: 60px;
    left: auto;
}

.posts-slider-arrows.swiper-button-next {
    right: 0px;
}

.posts-slider-arrows.swiper-button-next:after, .posts-slider-arrows.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.post-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 1px solid #e1e5ea;
	transition: transform 0.3s ease;
}

.post-card:hover {
    transform: translateY(-0.25rem);
}

.post-card-icon {
    position: absolute;
    font-size: 3rem;
    right: 1.2rem;
    top: 0.8rem;
    opacity: 0.1;
    color: rgb(0 61 89 / 60%);
}

.post-card:hover .post-card-icon {
    opacity: 0.2;
}

.post-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 0.4rem 0.5rem 0.3rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 11px;
}

.cat-theme-1 {
    background: rgb(0 61 89 / 0.1);
    color: #003d59;
}

.cat-theme-2 {
    background: #dcfce7;
    color: #15803d;
}

.cat-theme-3 {
    background: #ffedd5;
    color: #c2410c;
}

.post-title {
    color: #000724;
    margin-bottom: 0.75rem;
}

.post-excerpt {
    font-size: 14px;
    line-height: 22px;
}

.post-read-more {
    display: flex;
    align-items: center;
    color: #22bbce;
    gap: 0.2rem;
}

.post-read-more:hover {
    color: #003d59;
}

.post-read-more .material-symbols-outlined {
    font-size: 17px;
}

.post-date {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post-date .material-symbols-outlined {
    color: #22bbce;
    font-size: 22px;
    margin-right: 5px;
}

.single-post .ast-container {
	max-width: 1300px!important;
}

.single-post .post-navigation {
    border-top: 1px solid #e1e8ed!important;
    padding: 2rem 0rem;
}

.single-post #primary {
    margin: 0px!important;
}

.single-post .entry-content[data-ast-blocks-layout] > * {
    max-width: 1300px;
    margin: 0px auto 20px!important;
}

.ast-separate-container .ast-article-single {
	padding: 2.5rem 0rem;
}

.event-gallery img {
    height: 8rem;
    object-fit: cover;
	transition: transform 0.4s ease;
}

.event-gallery img:hover {
    transform: scale(1.1);
}

.event-gallery .gallery-icon.landscape {
	overflow: hidden;
	border-radius: 12px;
}

.events-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-card {
    background-color: #fff;
    border: 1px solid #e1e5ea;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border-radius: 1rem;
    padding: 1rem;
	display: flex;
    align-items: center;
    gap: 1.25rem;
	transition: transform 0.4s ease;
}

.event-card:hover {
    border: 1px solid rgb(34 187 206 / 0.5);
}

.event-card:hover .event-date-box {
    background-color: #03364d;
	color: #ffffff;
}

.event-date-box {
    background-color: rgb(0 61 89 / 0.05);
    display: grid;
    border: 1px solid rgb(0 61 89 / 0.1);
    border-radius: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 10%;
    color: #000724;
    gap: 0.5rem;
    padding: 15px;
    justify-items: center;
}

.event-month {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
	margin-bottom: 0px!important;
}

.event-day {
    font-weight: 800;
    font-size: 25px;
	margin-bottom: 0px!important;
}
.event-category-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 0.4rem 0.5rem 0.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    line-height: 10px;
}

.event-cat-theme-1 {
    background: #f3e8ff;
    color: #7e22ce;
}

.event-cat-theme-2 {
    background: #dbeafe;
    color: #1d4ed8;
}

.event-cat-theme-3 {
    background: #fef9c3;
    color: #a16207;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.event-time {
    margin-bottom: 0px!important;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 14px;
    text-transform: uppercase;
}

.event-time .material-symbols-outlined {
    font-size: 17px;
}

.event-title {
    color: #000724;
    margin: 5px 0px;
}

.event-about {
    border-right: 1px solid #e1e5ea;
    padding-right: 1rem;
}

.event-company-badge {
    margin-bottom: 0px;
    text-align: center;
}

.event-sub-company {
    width: 15%;
}

.event-details {
    width: 75%;
}

.event-company-text {
    margin-bottom: 0px!important;
    font-size: 14px;
	text-align: center;
}

/* event filter form */
.events-filter-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    background-color: #fff;
    padding: 1rem;
    border-radius: 1.5rem;
}

.events-filter-bar input {
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    height: 50px;
    color: #000724;
	width: 50%;
}

.events-filter-bar select {
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    height: 50px;
    color: #000724;
	appearance: none;
    -webit-appearance: none;
    -moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23000724'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%23000724' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
	width: 25%;
}

.events-filter-bar input:focus, .events-filter-bar select:focus {
	border: 2px solid #22bbce;
}

#event-reset-filter {
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    width: 25%;
    background-color: #22bbce;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    box-shadow: 0 10px 15px -3px rgb(34 187 206 / 0.2);
    border-radius: 1rem;
    gap: 0.5rem;
}

#event-reset-filter:hover {
    background-color: rgb(34 187 206 / 0.9);
}

/* Loader spinner */
#event-loader {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top: 3px solid #22bbce;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 2;
}

.event-page-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.event-page-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.events-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.no-event-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #03364d;
}

/* Company structure */
.title-icon-box .elementor-image-box-wrapper .elementor-image-box-img {
    background-color: rgb(0 61 89 / 0.1);
    padding: 0.7rem;
    border-radius: 0.75rem;
}

.sub-company-key-contacts .key-contacts .elementor-image-box-img img {
    border: 1px solid #e1e5ea;
}

.company-featured-card {
    text-align: center;
}

.company-avatar img {
    width: 6rem;
    border: 4px solid rgb(255 255 255 / 0.2);
    border-radius: 100px;
    margin: 0px auto;
	margin-bottom: 15px;
}

.company-employee-name {
    margin-bottom: 0px;
    color: #fff;
}

.company-employee-role {
    color: #bfdbfe;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px!important;
}

.company-employee-achievement {
    margin-bottom: 0px!important;
    color: #dbeafe;
    font-style: italic;
    line-height: 20px;
}

.company-employee-arrows.swiper-button-prev, .company-employee-arrows.swiper-button-next {
    background-color: rgb(255 255 255 / 0.1);
    color: #fff;
    border-radius: 50px;
    width: 40px;
    padding: 10px;
    height: 40px;
}

.company-employee-arrows.swiper-button-prev:hover, .company-employee-arrows.swiper-button-next:hover {
    background-color: rgb(255 255 255 / 0.3);
}

.company-employee-arrows.swiper-button-next:after, .company-employee-arrows.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.company-avatar-initials {
    width: 6rem;
    border: 4px solid rgb(255 255 255 / 0.2);
    border-radius: 100px;
    margin: 0px auto;
    margin-bottom: 15px;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 15%);
    color: rgb(255 255 255 / 85%);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
}

.sub-company-key-contacts a {
    color: #000724;
}

.sub-company-key-contacts a:hover {
    color: #22bbce;
}

.text-white {
    color: #fff;
}

.sub-company-posts-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sub-company-post-card {
    background-color: #F9FAFB;
    border: 1px solid #e1e5ea;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.4s ease;
}

.sub-company-post-card:hover {
    border: 1px solid rgb(34 187 206 / 0.5);
}

.sub-company-post-card:hover .sub-company-post-date-box {
    background-color: #03364d;
	color: #ffffff;
}

.sub-company-post-date-box {
    background-color: rgb(0 61 89 / 0.05);
    display: grid;
    border: 1px solid rgb(0 61 89 / 0.1);
    border-radius: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 10%;
    color: #000724;
    gap: 0.5rem;
    padding: 15px;
    justify-items: center;
}

.sub-company-post-month {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
	margin-bottom: 0px!important;
}

.sub-company-post-day {
    font-weight: 800;
    font-size: 25px;
	margin-bottom: 0px!important;
}

.sub-company-post-category-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 0.4rem 0.5rem 0.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    line-height: 10px;
}

.sub-company-post-cat-theme-1 {
    background: #f3e8ff;
    color: #7e22ce;
}

.sub-company-post-cat-theme-2 {
    background: #dbeafe;
    color: #1d4ed8;
}

.sub-company-post-cat-theme-3 {
    background: #fef9c3;
    color: #a16207;
}

.sub-company-post-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sub-company-post-title {
    color: #000724;
    margin: 8px 0px 5px;
    font-size: 18px;
}

.sub-company-post-description {
    margin-bottom: 0px!important;
}

.sub-company-post-details {
    width: 70%;
    border-right: 1px solid #e1e5ea;
    padding-right: 1rem;
}

.sub-company-post-read-more {
    display: inline-flex;
    color: #ffffff;
    gap: 0.2rem;
    background-color: #003d59;
    padding: 0.7rem 1.3rem;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

.sub-company-post-read-more:hover {
    color: #ffffff;
    background-color: #22bbce;
}

.sub-company-post-read-more-wrap {
    width: 20%;
    display: flex;
    justify-content: center;
}

.sub-company-post-page-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.sub-company-post-page-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.sub-company-posts-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.no-sub-company-posts-text {
    font-size: 18px;
    font-weight: 600;
    color: #03364d;
}

/* login */
.login-counts .elementor-counter-title {
    text-align: center;
}

#user-registration {
	border-radius: 0px!important;
    margin: 0px!important;
	max-width: 100%!important;
}

.ur-frontend-form {
    padding: 0px!important;
    border-radius: 0px!important;
	margin: 0px!important;
    box-shadow: none!important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    font-size: 15px!important;
    margin-bottom: 5px!important;
    margin-top: 0px!important;
    color: #000724!important;
	font-weight: 600!important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .ur-frontend-field {
    border: 2px solid #e1e5ea!important;
    font-size: 15px!important;
    padding: 14px 16px!important;
    border-radius: 12px;
    height: 50px!important;
    box-shadow: none!important;
    max-height: 50px!important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input:focus.input-text,
.ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus {
    border: 2px solid #22bbce!important;
}

input.ur-input-border-green:not([type=range]), textarea.ur-input-border-green {
    border-color: #22bbce!important;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error {
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    color: #ff030b!important;
    font-size: 13px!important;
    font-weight: 500!important;
}

/* register */
.user-registration-register.register a  {
    color: #03364D!important;
}

.user-registration-register.register a:hover  {
    color: #22bbce!important;
}

.user-registration-before-login-btn {
    margin: 10px 0px 15px!important;
}

.user-registration-form__label a {
    color: #22bbce!important;
}

.user-registration-form__label a:hover {
    color: #03364D!important;
}

.user-registration-Button, .ur-submit-button {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1)!important;
    background-color: #003d59!important;
    border-radius: 12px!important;
    padding: 13px 20px!important;
    font-size: 17px!important;
    border: none!important;
    font-weight: 600!important;
    width: 100%!important;
}

.user-registration-Button:hover, .ur-submit-button:hover {
    background-color: #002d42!important;
}

body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container {
    width: 100%;
}

/* lost password */
.ur-lost-password-content-container {
    display: none!important;
}

.user-registration-Input {
    border: 2px solid #e1e5ea!important;
    font-size: 15px!important;
    padding: 14px 16px 14px 40px!important;
    border-radius: 12px;
    height: 50px!important;
    box-shadow: none!important;
    max-height: 50px!important;
}

.ur-field-item input, .ur-form-grid input {
    border-radius: 12px!important;
}

.user-registration-Input:focus {
    border: 2px solid #22bbce!important;
}

/* header user panel */
.user-panel-widget {
	position: relative;
	display: inline-block;
}

.user-panel-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    background: #003D590D;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.user-panel-trigger:hover {
    background: rgb(0 61 89 / 10%);
    border-color: #22bbce;
}

.user-panel-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.user-panel-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-panel-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.3;
}

.user-panel-username {
    font-weight: 600;
    font-size: 13px;
    color: #03364D;
}

.user-panel-useremail {
	font-size: 11px;
	color: #666;
}

.dropdown-arrow {
    font-size: 10px;
    color: #03364D;
    transition: transform 0.3s ease;
}

.user-panel-widget.active .dropdown-arrow {
	transform: rotate(180deg);
}

.user-panel-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.15);
	min-width: 280px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 9999;
}

.user-panel-widget.active .user-panel-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-header {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-panel-user-avatar-large {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.user-panel-user-avatar-large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-panel-user-details {
	display: flex;
	flex-direction: column;
}

.user-panel-user-details strong {
    font-size: 16px;
    color: #03364D;
    line-height: 17px;
}

.user-panel-user-details span {
	font-size: 13px;
	color: #03364D;
}

.dropdown-divider {
	height: 1px;
	background: #e9ecef;
	margin: 0;
}

.dropdown-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s ease;
	font-size: 14px;
}

.dropdown-item:hover {
	background: #f8f9fa;
}

.dropdown-item.logout-btn {
	color: #dc3545;
	font-weight: 600;
	border-radius: 0px 0px 12px 12px;
}

.dropdown-item.logout-btn:hover {
    background: #fff5f5;
    border-radius: 0px 0px 12px 12px;
}

.item-icon {
	font-size: 18px;
}

.page-id-1305 .entry-title {
    display: none;
}

/* otp page */
.otp-container {
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.otp-col-1, .otp-col-2 {
	width: 50%;
}

.otp-col-1 {
    position: relative;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/01/aberdeen-connect-img-47.png");
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
    background-repeat: no-repeat;
}

.otp-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 61 89 / 70%);
}

.otp-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.otp-col-2 {
    padding: 30px 95px;
}

.otp-content-section {
    padding: 30px 0px;
}

.email-info {
    background: #f0f7ff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #0066cc;
    display: flex;
    align-items: center;
    gap: 5px;
}

.email-info .material-symbols-outlined {
    font-size: 20px;
}

.otp-input {
    font-size: 20px!important;
    text-align: center;
    letter-spacing: 10px;
    border: 2px solid #e1e5ea!important;
    border-radius: 12px!important;
    margin-bottom: 25px;
    height: 50px!important;
}

.otp-input:focus {
	outline: none;
	border-color: #22bbce;
}

.otp-button {
    width: 100%;
    padding: 15px;
    background: #003d59;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}

.otp-button:hover {
	background: #002d42;
}

.otp-button.secondary {
	background: #f5f5f5;
	color: #003d59;
}

.otp-button.secondary:hover {
	background: #e5e5e5;
}

.error-message {
	background: #fee;
	color: #c33;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-left: 4px solid #c33;
}

.success-message {
	background: #efe;
	color: #2a7d2e;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-left: 4px solid #2a7d2e;
}

/* employee appreciation - employee grid */
.employee-achiever-grid {
    display: grid;
    gap: 1rem;
}

.employee-achiever-card {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.employee-achiever-avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 4px solid #fff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    outline: 1px solid #e2e8f0;
    color: #ffffff;
    background-color: #003d59;
}

.employee-achiever-card {
    border: 1px solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 4px 20px -2px rgba(0, 7, 36, 0.05);
    position: relative;
    overflow: hidden;
}

.employee-achiever-card:hover {
   box-shadow: 0 10px 30px -5px rgba(0, 7, 36, 0.08);
}

.employee-achiever-avatar-badge {
    position: absolute;
    background-color: #22bbce;
    padding: 7px;
    border-radius: 50px;
    right: 0px;
    color: #fff;
    font-size: 18px;
    bottom: 0px;
}

.employee-achiever-featured-img {
	position: relative;
}

.quarter-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background-color: rgb(34 187 206 / 0.05);
    border-bottom-left-radius: 100%;
    pointer-events: none;
}

.employee-achiever-name {
    font-size: 25px;
    margin-bottom: 7px;
    color: #000724;
}

.employee-achiever-role {
    text-transform: uppercase;
    color: #22bbce;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.employee-achiever-title {
    color: #003d59;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    background-color: rgb(0 61 89 / 0.05);
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 10px 4px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1rem;
}

.employee-achiever-meta {
    margin-bottom: 0px;
    border-left: 4px solid rgb(34 187 206 / 0.2);
    padding: 3px 0px 3px 20px;
    font-size: 18px;
    font-style: italic;
    color: #64748b;
    line-height: 24px;
}

.employee-achiever-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    gap: 0.5rem;
}

.employee-achiever-page-link.active {
    color: #fff;
    background-color: #03364d;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    padding: 7px 17px;
	font-weight: 600;
}

.employee-achiever-page-link {
    color: #03364d;
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 7px 17px;
	border: 1px solid #e1e5ea;
	font-weight: 600;
}

.reco-title-icon-box img {
    background-color: #fffbeb;
    border: 1px solid #fef08a;
    border-radius: 12px;
    padding: 10px;
}

#employee-achiever-loader {
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    border-top: 3px solid #22bbce;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 2;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* shoutouts */
.shoutouts-title-icon-box img {
    background-color: #f3e8ff;
    border: 1px solid #d9affd;
    border-radius: 12px;
    padding: 10px;
}

.shoutout-success {
	background: #d4edda;
	color: #155724;
	padding: 12px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-left: 4px solid #28a745;
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}

.shoutout-new {
	animation: fadeIn 0.4s ease;
}

/* Post Form */
.shoutout-form-box {
    background: #f4f7fb;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #e1e5ea;
}

.form-header {
    display: flex;
    gap: 1rem;
}

.user-avatar {
	flex-shrink: 0;
}

.user-avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.shoutout-form {
	flex: 1;
}

.shoutout-form textarea {
    width: 100%;
    border: 1px solid #e1e5ea;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-size: 15px;
    resize: vertical;
    font-family: inherit;
    margin-bottom: 15px;
    transition: border-color 0.3s;
    box-shadow: none;
}

.shoutout-form textarea:focus {
	outline: 3px solid #22bbce;
}

.form-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 15px;
	flex-wrap: wrap;
}

.recipient-select {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
	position: relative;
}

.recipient-select label {
	white-space: nowrap;
	color: #000724;
    font-size: 15px;
    font-weight: 600;
}

.recipient-select select {
    padding: 8px 12px;
    border-radius: 0.75rem;
    width: 100%;
    border: 1px solid #e1e5ea;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23000724'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%23000724' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
    height: 45px;
}

.recipient-select select:focus {
	outline: 3px solid #22bbce;
}

.hashtag-input-box {
    display: flex;
    width: 100%;
    gap: 1rem;
}

#hashtagInput {
    padding: 0.75rem!important;
    border-radius: 0.75rem!important;
    width: 100%!important;
    border: 1px solid #e1e5ea!important;
    box-shadow: none!important;   
    height: 45px!important;
}

#hashtagInput:focus {
	outline: 3px solid #22bbce;
}

.post-btn {
	background: #17a2b8;
	color: white;
	border: none;
	padding: 10px 30px;
	border-radius: 25px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	white-space: nowrap;
	position: relative;
}

.post-btn:hover:not(:disabled) {
	background: #138496;
	transform: translateY(-1px);
}

.post-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.btn-loader {
	display: flex;
	align-items: center;
	gap: 8px;
}

.spinner {
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255,255,255,0.3);
	border-top-color: white;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

/* Shoutout Cards */
.shoutouts-feed {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.shoutout-card {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e1e5ea;
}

.shoutout-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 15px;
    align-items: center;
}

.shoutout-avatar img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.shoutout-info {
	flex: 1;
}

.shoutout-meta {
    font-size: 15px;
    color: #000724;
    margin-bottom: 0px;
}

.shoutout-meta strong {
	font-weight: 600;
}

.shouted-to {
    color: #4a5568;
    font-weight: normal;
    margin: 0 4px;
}

.recipient {
	color: #0066cc;
}

.shoutout-time {
	font-size: 13px;
	color: #999;
}

.shoutout-content {
	margin-bottom: 15px;
}

.shoutout-content p {
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.hashtags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.hashtag {
    color: #7e22ce;
    font-weight: 600;
    font-size: 12px;
    background-color: #faf5ff;
    border-radius: 0.5rem;
    padding: 3px 8px;
    line-height: 15px;
}

.like-btn {
    color: #9ca3af;
    cursor: pointer;
    box-shadow: none;
    padding: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.like-btn:hover, .like-btn:focus {
    color: #ef4444;
	background-color: #fff;
}

.like-btn .material-symbols-outlined {
    font-size: 20px;
	font-variation-settings: 
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    transition: transform 0.2s ease, color 0.2s ease;
}

.like-btn.liked .material-symbols-outlined {
    font-variation-settings: 
        'FILL' 1,
        'wght' 500,
        'GRAD' 0,
        'opsz' 24;
    color: #ef4444;
}

.like-btn.liked {
    color: #ef4444;
}

.no-shoutouts {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #03364d;
}

.view-more {
	text-align: center;
	margin-top: 30px;
}

.view-more-btn {
	color: #17a2b8;
	font-weight: 600;
	font-size: 15px;
}

.view-more-btn:hover {
	text-decoration: underline;
}            
        
@media only screen and (min-width: 1200px) {
	html, body{ width:100%; overflow-x:hidden; }
	
}

@media screen and (max-width: 1199px) {
	html, body{ width:100%; overflow-x:hidden; }
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 991px) {
	
}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 480px) {
	
}
