/* ============================================
   Adalya Vakfı - Custom Styles (Tailwind companion)
   ============================================ */

/* ---- Legacy Bootstrap Grid (forms compatibility) ---- */
.clear { clear: both; }
.clearfix::after { content: ""; display: table; clear: both; }

[class*="col-"] { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }
.col-xs-12 { width: 100%; }
.col-xs-6 { width: 50%; }
.col-xs-4 { width: 33.333%; }

@media (min-width: 768px) {
    .col-sm-4 { width: 33.333%; float: left; }
    .col-sm-6 { width: 50%; float: left; }
    .col-sm-8 { width: 66.666%; float: left; }
    .col-sm-12 { width: 100%; float: left; }
    .hidden-sm { display: none !important; }
}

@media (min-width: 992px) {
    .col-md-3 { width: 25%; float: left; }
    .col-md-4 { width: 33.333%; float: left; }
    .col-md-6 { width: 50%; float: left; }
    .col-md-8 { width: 66.666%; float: left; }
    .col-md-9 { width: 75%; float: left; }
    .col-md-12 { width: 100%; float: left; }
    .col-lg-2 { width: 16.666%; float: left; }
    .col-lg-3 { width: 25%; float: left; }
    .col-lg-4 { width: 33.333%; float: left; }
    .col-lg-6 { width: 50%; float: left; }
    .col-lg-8 { width: 66.666%; float: left; }
    .col-lg-9 { width: 75%; float: left; }
    .col-lg-10 { width: 83.333%; float: left; }
    .col-lg-12 { width: 100%; float: left; }
    .hidden-md { display: none !important; }
}

@media (min-width: 1200px) {
    .hidden-lg { display: none !important; }
}

.visible-xs { display: block !important; }
@media (min-width: 768px) { .visible-xs { display: none !important; } }
.hidden-xs { display: none !important; }
@media (min-width: 768px) { .hidden-xs { display: block !important; } }

.container { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.container::after, .row::after { content: ""; display: table; clear: both; }

/* ---- Links ---- */
.blackHref { color: inherit; cursor: pointer; text-decoration: none; }
.blackHref:hover { color: inherit; text-decoration: none; }

/* ---- Form Styles ---- */
select { -webkit-appearance: none; appearance: none; }

.txtBagisYap,
.bursBasvuruText,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
    width: 100%;
    padding: 0.625rem 1rem;
    margin: 0.25rem 0;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9375rem;
    color: #0c1e3d;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.txtBagisYap:focus,
.bursBasvuruText:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: #059669;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

textarea { resize: vertical; min-height: 100px; }

.btnBagisYapContent {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #059669, #047857);
    border: none;
    color: white;
    padding: 0.75rem 1.75rem;
    border-radius: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    outline: 0;
}

.btnBagisYapContent:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.formbolum {
    background: #f8fafc;
    margin-bottom: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
}

.formbolum .baslik {
    font-weight: 700;
    font-size: 1.125rem;
    color: #0c1e3d;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #059669;
}

.basvuruRow { margin-top: 0.75rem; margin-bottom: 0.5rem; }
.dvLabel { padding-top: 0.25rem; font-size: 0.9375rem; font-weight: 500; color: #334155; }
.noBoldRadio { font-weight: normal; font-size: 0.8125rem !important; }
.noBoldRadio input[type="radio"] { margin: 0 0.375rem; }
.txtSayi { padding: 0.375rem !important; height: 2.25rem !important; outline: 0 !important; }

/* ---- CKEditor Content ---- */
.contentIcerik h1, .contentIcerik h2, .contentIcerik h3,
.contentIcerik h4, .contentIcerik h5, .contentIcerik h6 {
    color: #0c1e3d;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.contentIcerik h1 { font-size: 2rem; }
.contentIcerik h2 { font-size: 1.625rem; }
.contentIcerik h3 { font-size: 1.375rem; }

.contentIcerik p { margin-bottom: 1rem; line-height: 1.75; }
.contentIcerik ul, .contentIcerik ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.contentIcerik li { margin-bottom: 0.375rem; }
.contentIcerik a { color: #059669; text-decoration: underline; }
.contentIcerik a:hover { color: #047857; }
.contentIcerik img { max-width: 100%; height: auto; border-radius: 0.75rem; margin: 1rem 0; }
.contentIcerik table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.contentIcerik table td, .contentIcerik table th {
    border: 1px solid #e2e8f0;
    padding: 0.625rem;
}

/* ---- News ---- */
.haberContentBaslikH3 {
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 1.75rem;
    color: #0c1e3d;
    line-height: 1.3;
}

.haberContentCalendar {
    color: #e85d4c;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.haberContentKisaTanim {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.haberRowContent {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 0;
    transition: background 0.2s;
}

.haberRowContent:hover { background: #f8fafc; border-radius: 1rem; padding-left: 1rem; padding-right: 1rem; }

.haberImg {
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.haberDevamiHref {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #e85d4c;
    border: 2px solid #e85d4c;
    padding: 0.375rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s;
}

.haberDevamiHref:hover {
    background: #e85d4c;
    color: white;
    text-decoration: none;
}

.haberDetay { margin-top: 1rem; text-align: left; }

/* ---- Board Members ---- */
.kurulUyeleri {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 1rem 0 2rem;
    width: 100%;
}

.kurulUyeleri .kurulUyeItem,
.kurulUyeleri > div {
    float: none !important;
    box-sizing: border-box;
    text-align: center;
    padding: 1.5rem 1.25rem;
    background: #f8fafc;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 !important;
}

.kurulUyeleri .kurul-cols-1 { width: 100%; flex: 0 0 100%; max-width: 100%; }
.kurulUyeleri .kurul-cols-2 { width: calc(50% - 0.625rem); flex: 0 0 calc(50% - 0.625rem); max-width: calc(50% - 0.625rem); }
.kurulUyeleri .kurul-cols-3 { width: calc(33.333% - 0.834rem); flex: 0 0 calc(33.333% - 0.834rem); max-width: calc(33.333% - 0.834rem); }
.kurulUyeleri .kurul-cols-4 { width: calc(25% - 0.938rem); flex: 0 0 calc(25% - 0.938rem); max-width: calc(25% - 0.938rem); }

@media (max-width: 991px) {
    .kurulUyeleri .kurul-cols-3,
    .kurulUyeleri .kurul-cols-4 {
        width: calc(50% - 0.625rem);
        flex: 0 0 calc(50% - 0.625rem);
        max-width: calc(50% - 0.625rem);
    }
}

@media (max-width: 575px) {
    .kurulUyeleri .kurul-cols-1,
    .kurulUyeleri .kurul-cols-2,
    .kurulUyeleri .kurul-cols-3,
    .kurulUyeleri .kurul-cols-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.kurulUyeleri .kurulUyeItem:hover,
.kurulUyeleri > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(12, 30, 61, 0.1);
    background: #fff;
}

.kurulImage {
    margin-bottom: 0.875rem;
}

.kurulImage img {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.kurulUyeAdi {
    font-weight: 700;
    color: #0c1e3d;
    font-size: 1.0625rem;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}

.kurulTitle {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
    line-height: 1.4;
}

/* ---- Gallery ---- */
.galeriitem { margin-bottom: 0.75rem; }
.gallery { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.gallery .col-md-4, .gallery .col-lg-4 {
    float: none;
    width: calc(33.333% - 0.5rem);
    height: 150px;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    padding: 0 !important;
}

.gallery .col-md-4 img, .gallery .col-lg-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery .col-md-4:hover img, .gallery .col-lg-4:hover img { transform: scale(1.05); }

/* ---- Press ---- */
.basindaitm {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    background: #f8fafc;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
    cursor: pointer;
}

.basindaitm:hover {
    background: white;
    box-shadow: 0 4px 16px rgba(12, 30, 61, 0.08);
    transform: translateX(4px);
}

/* ---- Swiper ---- */
.swiper-hero .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-hero .swiper-pagination {
    bottom: 16px !important;
}

.swiper-hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s;
}

.swiper-hero .swiper-pagination-bullet-active {
    background: #059669;
    width: 28px;
    border-radius: 5px;
}

.swiper-haberler {
    padding: 4px 2px 8px;
    overflow: hidden;
}

.swiper-haberler .swiper-slide {
    height: auto;
}

.swiper-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    color: #0c1e3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(12, 30, 61, 0.08);
}

.swiper-nav-btn:hover {
    background: #059669;
    color: white;
    border-color: #059669;
}

.swiper-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.swiper-lazy-preloader {
    border-color: #059669;
    border-top-color: transparent;
}

#swiper-galeri .swiper-slide {
    height: 150px;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

#swiper-galeri .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- Desktop Navigation ---- */
.desktop-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #0c1e3d;
    text-decoration: none;
    border-radius: 0.625rem;
    transition: color 0.2s ease, background 0.2s ease;
}

.desktop-nav-link::after {
    content: "";
    position: absolute;
    left: 0.875rem;
    right: 0.875rem;
    bottom: 0.35rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #059669, #0284c7);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.desktop-nav-link:hover {
    color: #059669;
    background: rgba(5, 150, 105, 0.06);
    text-decoration: none;
}

.desktop-nav-link:hover::after {
    transform: scaleX(1);
}

/* ---- Hamburger ---- */
.hamburger-btn {
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    border-radius: 0.875rem;
    background: #0c1e3d;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    padding: 0;
}

.hamburger-btn:hover {
    background: #162d54;
}

.hamburger-btn.is-open {
    background: #059669;
}

.hamburger-line {
    display: block;
    width: 1.125rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform-origin: center;
}

.hamburger-btn.is-open .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger-btn.is-open .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---- Mobile Menu ---- */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(12, 30, 61, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: min(100vw, 22rem);
    background: #fff;
    box-shadow: -12px 0 40px rgba(12, 30, 61, 0.18);
    transform: translateX(105%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}

.mobile-menu.is-open {
    transform: translateX(0);
}

.mobile-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background:
        radial-gradient(ellipse 80% 40% at 100% 0%, rgba(5, 150, 105, 0.08), transparent 60%),
        radial-gradient(ellipse 60% 30% at 0% 100%, rgba(2, 132, 199, 0.06), transparent 55%),
        #fff;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.125rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.mobile-menu-brand {
    display: inline-flex;
    align-items: center;
}

.mobile-menu-close {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.75rem;
    background: #f1f5f9;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-menu-close:hover {
    background: #e2e8f0;
}

.mobile-menu-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 2px;
    background: #0c1e3d;
    border-radius: 2px;
}

.mobile-menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.25rem 6.5rem;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 0.75rem 0.25rem;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9375rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0c1e3d;
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid transparent;
    border-radius: 0.875rem;
    opacity: 0;
    transform: translateX(1.25rem);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mobile-menu.is-open .mobile-menu-link {
    opacity: 1;
    transform: translateX(0);
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.mobile-menu.is-open .mobile-menu-link:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(2) { transition-delay: 0.09s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(3) { transition-delay: 0.13s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(4) { transition-delay: 0.17s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(5) { transition-delay: 0.21s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(6) { transition-delay: 0.25s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(7) { transition-delay: 0.29s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(8) { transition-delay: 0.33s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(9) { transition-delay: 0.37s; }
.mobile-menu.is-open .mobile-menu-link:nth-child(10) { transition-delay: 0.41s; }

.mobile-menu-link i {
    color: #94a3b8;
    font-size: 0.875rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus {
    background: #ecfdf5;
    border-color: rgba(5, 150, 105, 0.25);
    color: #047857;
    text-decoration: none;
}

.mobile-menu-link:hover i,
.mobile-menu-link:focus i {
    color: #059669;
    transform: translateX(3px);
}

.mobile-menu-cta {
    display: grid;
    gap: 0.625rem;
    margin-top: 1.5rem;
}

.mobile-cta-primary,
.mobile-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mobile-cta-primary {
    background: linear-gradient(135deg, #059669, #047857);
    color: #fff;
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.28);
}

.mobile-cta-primary:hover {
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.mobile-cta-secondary {
    background: #0c1e3d;
    color: #fff;
}

.mobile-cta-secondary:hover {
    background: #162d54;
    color: #fff;
    text-decoration: none;
}

.mobile-menu-contact {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.mobile-menu-contact > a {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-menu-contact > a i {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #f1f5f9;
    color: #059669;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.mobile-menu-contact > a:hover {
    color: #059669;
}

.mobile-menu-social {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.mobile-menu-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: #f1f5f9;
    color: #0c1e3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-menu-social a:hover {
    background: #059669;
    color: #fff;
}

@media (min-width: 1024px) {
    .mobile-menu,
    .mobile-menu-backdrop {
        display: none !important;
    }
}

/* ---- Scroll to Top ---- */
#button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e85d4c, #dc2626);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    bottom: 5rem;
    right: 1.25rem;
    transition: opacity 0.3s, visibility 0.3s, transform 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 35;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(232, 93, 76, 0.4);
}

@media (min-width: 1024px) {
    #button { bottom: 1.75rem; }
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1.125rem;
    color: #fff;
}

#button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(232, 93, 76, 0.5);
}

#button.show { opacity: 1; visibility: visible; }

/* ---- Page Loader ---- */
.loading {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #059669;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ---- Fixed CTA overrides ---- */
@media (max-width: 1023px) {
    .btnBagisYap, .btnBagisYapSecond {
        position: static !important;
        writing-mode: horizontal-tb !important;
    }
}

.hrefBagisYap, .hrefBagisYapSecond { text-decoration: none; }
.hrefBagisYap:hover, .hrefBagisYapSecond:hover { text-decoration: none; color: white; }

.menuHref { text-decoration: none; }

/* ---- Validation Engine overrides ---- */
.formError .formErrorContent {
    border-radius: 0.5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
