/*==========================================================================
PSTIE Override Stylesheet
Professional Society of Trust, Integrity & Ethics
==========================================================================*/

/* Buttons - squared corners, gold accents */
.theme-btn,
.conbix-btn,
.btn-primary,
.submit-btn,
button[type="submit"] {
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: var(--body-font);
}

.theme-btn:hover,
.conbix-btn:hover {
    background-color: #c9a84c !important;
    border-color: #c9a84c !important;
    color: #fff !important;
}

/* Gold accent borders */
.border-accent {
    border-color: #c9a84c !important;
}

/* Section spacing */
.section-padding {
    padding: 100px 0;
}

/* Page banner redesign */
.page-banner,
.breadcrumb-area {
    background-color: #1a2332;
    position: relative;
    padding: 80px 0;
}

.page-banner::after,
.breadcrumb-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c9a84c, #1a2332);
}

.page-banner h1,
.page-banner .page-title,
.breadcrumb-area h1 {
    color: #fff;
    font-family: "Playfair Display", serif;
}

.page-banner .breadcrumb a,
.breadcrumb-area .breadcrumb a {
    color: #c9a84c;
}

/* Card styles */
.card,
.team-card,
.service-card,
.feature-card {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.card:hover,
.team-card:hover,
.service-card:hover,
.feature-card:hover {
    box-shadow: 0 10px 40px rgba(26, 35, 50, 0.12);
    border-color: #c9a84c;
}

/* Gold underline for section titles */
.section-title h2::after,
.section-title h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #c9a84c;
    margin-top: 15px;
}

.section-title.text-center h2::after,
.section-title.text-center h3::after {
    margin-left: auto;
    margin-right: auto;
}

/* Navigation overrides */
.header__area-menubar-center-menu ul li a {
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.header__area-menubar-center-menu ul li:hover > a {
    color: #c9a84c !important;
}

.header__area-menubar-center-menu ul li .sub-menu li a {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    text-transform: none !important;
    letter-spacing: 0.2px;
}

.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
    color: #c9a84c !important;
}

/* Top bar */
.top__bar {
    font-family: "Inter", sans-serif;
}

.top__bar-left a,
.top__bar-right > a,
.top__bar-right span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: none;
}

/* Footer overrides */
.footer-area,
footer {
    background-color: #0f1621;
}

.footer-area a:hover,
footer a:hover {
    color: #c9a84c !important;
}

/* Form inputs */
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    font-family: var(--body-font);
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: #c9a84c;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

/* Member cards */
.member-card {
    border-left: 4px solid #c9a84c;
    border-radius: 8px;
}

/* Badge styles */
.badge-distinguished {
    background-color: #c9a84c;
    color: #1a2332;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Slider / Banner */
.hero-slider .slide-content h1,
.hero-slider .slide-content h2,
.banner-content h1,
.banner-content h2 {
    font-family: "Playfair Display", serif;
    color: #fff;
}

.hero-slider .slide-content .theme-btn,
.banner-content .theme-btn {
    background-color: #c9a84c;
    border-color: #c9a84c;
    color: #1a2332;
    font-weight: 700;
}

.hero-slider .slide-content .theme-btn:hover,
.banner-content .theme-btn:hover {
    background-color: #fff !important;
    color: #1a2332 !important;
}

/* Dark mode disabled - hide toggle */
.dark-light-toggle,
.mode-toggle,
.dark-mode-toggle {
    display: none !important;
}

/* Scrollbar accent */
::-webkit-scrollbar-thumb {
    background: #c9a84c;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f6f8;
}

/* Links */
a {
    transition: color 0.2s ease;
}

a:hover {
    color: #c9a84c;
}

/* Table styles */
table thead {
    background-color: #1a2332;
    color: #fff;
}

table thead th {
    font-family: var(--body-font);
    font-weight: 600;
}
