/* ==== BASE STYLES ==== */ 
body {
    background-color: #F5F5F2;
    color: #081E2E;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 1.7; 
    overflow-x: hidden;
    position: relative;
}

/* Colors */ 
.c-white {
    color: #FFFFFF; 
}

/* Images */ 
.img {
    height: auto; 
    max-width: 100%;
}

/* Paragraphs & Lists */ 
p, ul, ol {
    color: #081E2E; 
    font-size: 19px; 
    margin: 0 0 26px 0; 
}

p, li {
    line-height: 1.65; 
}

strong {
    color: #F37317; 
}

/* Containers */ 
.container {
    margin: 0 auto; 
    max-width: 1600px;
    padding: 0 16px; 
    position: relative;
}

.container--narrow {
    max-width: 960px; 
}

/* Sections */ 
.section-break {
    border: none; 
    border-top: 1px solid #DDDDDD; 
    margin: 40px 0; 
}

/* Paddings and Margins */ 
.min-list {
    margin: 0; 
    padding: 0; 
}

.min-list li {
    list-style: none; 
}

/* Paddings */ 
.p-top-small {
    padding-top: 16px; 
}

.p-top-large {
    padding-top: 26px; 
}

.p-bottom-large { 
    padding-bottom: 26px; 
}

@media (min-width: 530px) {
    .p-top-large { 
        padding-top: 56px; 
    }

    .p-bottom-large { 
        padding-bottom: 56px; 
    }
}

/* Margins */
.no-margin {
    margin: 0;
}

/* No underline for Links */ 
.nu {
    text-decoration: none;
}

.nu:hover {
    text-decoration: underline;
}

/* Text Alignment Helpers */ 
.t-left {
    text-align: left;
}

.t-right {
    text-align: right; 
}

.t-center {
    text-align: center; 
}

/* Small Font Sizes */ 
.t-small {
    font-size: 14px; 
}

/* Float Helpers */ 
.float-left {
    float: left; 
}

.float-right {
    float: right; 
}

.push-right {
    margin-right: 20px;
}

/* Clearfixes */ 
.container:before,
.container:after,
.group:before,
.group:after {
    content: " ";
    display: table;
}

.container:after,
.group:after {
    clear: both;
}

/* Hides Elements */ 
.hide {
    display: none;
}

/* Page Sections */ 
.page-section {
    padding-bottom: 26px;
    padding-top: 26px;
}

@media (min-width: 530px) {
    .page-section {
        padding-bottom: 56px; 
        padding-top: 56px;
    }
}

.page-section--white {
    background-color: #FFFFFF; 
}

.page-section p:last-of-type {
    margin-bottom: 0; 
}

/* ==== HEADLINES ==== */ 
.headline {
    font-weight: 400; 
    margin: 0; 
} 

/* Large Headline */ 
.headline--large {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 960px) {
    .headline--large {
        font-size: 36px !important;
    }
}

@media (max-width: 530px) {
    .headline--large {
        font-size: 28px !important; 
    }
}

/* Large-Medium Headline */ 
.headline--large-medium {
    font-size: 48px;
    margin: 0 0 16px 0;
}

@media (max-width: 960px) {
    .headline--large-medium {
        font-size: 38px; 
    }
}

@media (max-width: 530px) {
    .headline--large-medium {
        font-size: 28px; 
    }
}

/* Medium Headline */ 
.headline--medium {
    color: #FFFFFF !important; 
    font-size: 36px !important;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
}

@media (max-width: 960px) {
    .headline--medium {
        font-size: 28px !important;
    }
}

@media (max-width: 530px) {
    .headline-medium {
        font-size: 22px !important; 
    }
}

/* Small-Plus Headline */
.headline--small-plus {
    color: #081E2E;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 960px) {
    .headline--small-plus {
        font-size: 18px;
    }
}

@media (max-width: 530px) {
    .headline--small-plus {
        font-size: 16px;
    }
}

/* Small Headline */ 
.headline--small {
    color: #FFFFFF; 
    font-size: 28px !important; 
    font-weight: 200; 
    margin-bottom: 30px; 
    text-align: center;

}

@media (max-width: 960px) {
    .headline--small {
        font-size: 24px; 
    }
}

@media (max-width: 530px) {
    .headline--small {
        font-size: 20px !important;
    }
}

/* Smaller Headline */ 
.headline--smaller {
    color: #FFFFFF;
    font-size: 24px; 
}

@media (max-width: 960px) {
    .headline--smaller {
        font-size: 20px; 
    }
}

@media (max-width: 530px) {
    .headline--smaller {
        font-size: 18px;
    }
}

/* Tiny Headline */
.headline--tiny {
    color: #FFFFFF; 
    font-size: 22px; 
    margin-bottom: 4px; 
}

/* Post Titles */ 
.headline--post-title a {
    color: #0D3B66;
    text-decoration: none;
}

.headline--post-title a:hover {
    text-decoration: underline;
}

/* ==== GENERIC CONTENT ==== */ 
.generic-content p,
.generic-content li {
    font-size: 18px; 
}

.generic-content blockquote,
.generic-content blockquote p {
    font-size: 24px; 
    font-size: italic; 
}

.generic-content h1,
.generic-content h2,
.generic-content h3, 
.generic-content h4,
.generic-content h5, 
.generic-content h6 {
    color: #FFFFFF; 
    font-weight: 300;
    margin-bottom: 16px; 
    margin-top: 0; 
}

.generic-content h1 {
    font-size: 58px; 
}

.generic-content h2 {
    font-size: 50px; 
}

.generic-content h3 {
    font-size: 42px; 
}

.generic-content h4 {
    font-size: 34px; 
}

.generic-content h5 {
    font-size: 26px; 
}

.generic-content h6 {
    font-size: 18px; 
}

@media (min-width: 530px) {
    .generic-content h1 {
        font-size: 100px; 
    }

    .generic-content h2 {
        font-size: 80px;
    }

    .generic-content h3 {
        font-size: 50px; 
    }

    .generic-content h4 {
        font-size: 38px; 
    }

    .generic-content h5 {
        font-size: 30px; 
    }

    .generic-content h6 {
        font-size: 18px; 
    }
}

/* ==== BUTTONS ==== */ 
.btn {
    align-items: center;
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
    display: inline-flex;
    font-size: 18px; 
    font-weight: 500;
    gap: 8px; 
    justify-content: center;
    padding: 10px 20px; 
    text-decoration: none;
}

/* Small Button */ 
.btn--small {
    font-size: 19px; 
    font-weight: 600;
    padding: 8px 16px; 
}

/* Large Button */ 
.btn--large {
    border-radius: 8px;
    font-size: 20px;
    padding: 16px 36px;
}

@media (min-width: 530px) {
    .btn--large {
        font-size: 28px; 
    }
}

/* Inactive Button */ 
.btn--inactive {
    background-color: transparent;
    color: #333333;
    cursor: default;
}

/* Button with Photo */ 
.btn--with-photo {
    background-color: #FED607; 
    box-shadow: 0 6px #A26D01; 
    color: #0A3E64;
    padding-left: 50px; 
    position: relative;
    transition: transform 0.1s ease, box-shadow 0.1s ease; 
}

.btn--with-photo:hover {
    color: #081E2E; 
}

.btn--with-photo:active {
    box-shadow: 0 2px #A26D01; 
    transform: translateY(4px); 
}

/* Yellow Button */
.btn--yellow {
    background-color: #FED607; 
    box-shadow: 0 6px #A26D01; 
    color: #0A3E64;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn--yellow:hover {
    color: #081E2E; 
}

.btn--yellow:active {
    box-shadow: 0 2px #A26D01; 
    transform: translateY(4px); 
}

/* Blue Button */
.btn--blue {
    background-color: #0A3E64;
    box-shadow: 0 6px #052136; 
    color: #FED607;
    transition: transform 0.1s ease, box-shadow 0.1s ease; 
}

.btn--blue:hover {
    color: #FEE355; 
}

.btn--blue:active {
    box-shadow: 0 2px #052136; 
    transform: translateY(4px); 
}

/* Green Button */
.btn--green {
    background-color: #AFC13A;
    box-shadow: 0 6px #6B7623;
    color: #0A3E64;
    transition: transform 0.1s ease, box-shadow 0.1s ease; 
}

.btn--green:hover {
    color: #081E2E; 
}

.btn--green:active {
    box-shadow: 0 2px #6B7623;
    transform: translateY(4px); 
}

/* Orange Button */
.btn--orange {
    background-color: #F37317;
    box-shadow: 0 6px #A04808; 
    color: #FFFFFF;
    transition: transform 0.1s ease, box-shadow 0.1s ease; 
}

.btn--orange:hover {
    color: #FAFAFA; 
}

.btn--orange:active {
    box-shadow: 0 2px #A04808;
    transform: translateY(4px); 
}

.btn--light-blue {
    background-color: #2295E9; 
    box-shadow: 0 6px #0F5F9A; 
    color: #FFFFFF; 
    transition: transform 0.1s ease, box-shadow 0.1s ease; 
}

.btn--light-blue:hover {
    color: #FAFAFA; 
}

.btn--light-blue:active {
    box-shadow: 0 2px #0F5F9A; 
    transform: translateY(4px); 

}

/* ==== SITE LOGO ==== */ 
.site-logo-text {
    align-items: center;
    display: flex;
    gap: 20px;
    margin: 0; 
    white-space: nowrap;
}

.site-logo {
    align-items: center;
    border-radius: 50%; 
    display: flex;
    padding: 4px; 
}

.site-logo-text a,
.site-logo-text strong {
    color: #081E2E !important; 
    font-size: 30px; 
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease; 
}

.site-logo-text a:hover,
.site-logo-text strong:hover {
    color: #0F578A !important; 
}

.site-logo-text strong {
    font-weight: 600;
}

/* ==== SITE HEADER ==== */ 
.site-header {
    background-color: #A9C9E6;
    left: 0; 
    padding: 20px 0; 
    position: relative;
    right: 0;
    top: 0; 
    transition: all 0.3s ease;
    z-index: 3;
}

/* Site Header Container */ 
.site-header .container {
    align-items: center;
    display: flex;
    gap: 40px; 
    justify-content: space-between;
    margin: 0 50px; 
    max-width: 5000px;
}

/* Right Section: nav + buttons wrapper */ 
.header-right {
    align-items: center; 
    display: flex; 
    gap: 20px; 
}

/* Site Header Utilities / Buttons Inline */
.site-header__util,
.header-buttons {
    align-items: center;
    display: flex; 
    gap: 10px; 
}

/* Avatar adjustments */
.site-header__avatar {
    left: 0; 
    position: absolute;
    top: 0; 
}

.site-header__avatar img {
    display: block;
    height: 48px; 
    object-fit: cover; 
    width: 48px;
}

.btn__text {
    font-weight: 600;
    margin-left: 6px; 
}

/* Site Header Icons */ 
.site-header__search-trigger,
.site-header__menu-trigger,
.search-trigger {
    color: #081E2E;
    cursor: pointer;
    font-size: 19px; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-header__search-trigger:hover, 
.site-header__menu-trigger:hover,
.search-trigger:hover {
    color: #F37317 !important;
}

.site-header__search-trigger,
.site-header__menu-trigger {
    display: none;
}

/* ==== NAVIGATION MENU ==== */ 
.main-navigation {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.main-navigation ul {
    align-items: center;
    display: flex;
    gap: 40px; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

.main-navigation ul:before,
.main-navigation ul:after {
    content: " "; 
    display: table;
}

.main-navigation ul:after {
    clear: both; 
}

@media (min-width: 960px) {
    .main-navigation {
        float: left; 
        margin-right: 20px; 
    }
}

.main-navigation a { 
    background-color: transparent;
    border: 4px solid transparent; 
    border-radius: 6px; 
    box-sizing: border-box;
    color: #081E2E !important;
    display: inline-block;
    font-size: 20px; 
    font-weight: 500;
    padding: 8px 12px; 
    margin: 0 10px; 
    text-decoration: none;
    transition: all 0.3s ease; 
}

.main-navigation a:hover {
    background-color: #0A3E64; 
    border-radius: 5px; 
    box-shadow: 0 4px 12px rgba(0, 48, 73, 0.2);
    color: #FED607 !important; 
    padding-left: 10px;
    padding-right: 10px; 
}

@media (min-width: 960px) {
    .main-navigation a {
        display: inline-block;
        padding: 0; 
    }
}

/* Dropdown Menu */
.menu-item-has-children {
    position: relative; 
}

.main-navigation .menu-item-has-children i {
    color: #081E2E; 
    margin-left: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: transform 0.3s ease;
}
  
.main-navigation .menu-item-has-children:hover i {
    color: #FED607; 
    transform: rotate(180deg);
}

.sub-menu {
    background-color: #C0D8EF; 
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none; 
    padding: 15px 0; 
    position: absolute;
    left: 0; 
    list-style: none;
    min-width: 300px; 
    top: 100%; 
    z-index: 999; 
    visibility: hidden;
}

.menu-item-has-children:hover .sub-menu {
    display: block !important;
    visibility: visible;
}

.sub-menu li {
    padding: 6px 20px; 
}

.sub-menu a {
    color: #081E2E; 
    display: block;
    text-decoration: none;
    transition: all 0.3s ease; 
}

.sub-menu a:hover {
    background-color: #0A3E64; 
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 48, 73, 0.2);
    color: #FED607 !important; 
}

/* ==== PAGE BANNER ==== */ 
.page-banner {
    align-items: center;
    background-color: #081E2E;
    display: flex;
    overflow: hidden;
    padding: 90px 0; 
    position: relative;
}

.page-banner::before {
    background-color: rgba(4, 25, 46, 0.793);
    bottom: 0; 
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.page-banner__bg-image {
    background-position: center;
    background-size: cover; 
    bottom: 0; 
    left: 0; 
    opacity: 0.33;
    position: absolute;
    right: 0; 
    top: 0;
}

/* Page Banner Content */ 
.page-banner__content {
    position: relative; 
    z-index: 2; 
}

.page-banner__title {
    color: #FFFFFF; 
    font-size: 50px; 
    font-weight: 400;
    margin-bottom: 5px; 
    text-align: center;
}

.page-banner__intro {
    color: #FFFFFF; 
    font-size: 40px; 
    font-weight: 300; 
    text-align: center; 
}

.page-banner__intro p {
    margin: 0; 
}

/* Banner Grid */
.banner-grid {
    align-items: center;
    display: grid; 
    gap: 40px; 
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px; 
    margin-top: 20px; 
}

/* Image Grid */
.image-grid {
    display: grid; 
    gap: 40px;  
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; 
}

.image-grid__left img {
    border-radius: 8px;
    height: 100%; 
    object-fit: cover; 
    width: 100%; 
}

.image-grid__right {
    display: flex; 
    flex-direction: column;
    gap: 30px; 
    grid-template-rows: 1fr 1fr;
}

.image-grid__right img {
    border-radius: 8px; 
    height: 80%;
    width: 100%; 
}

/* Banner Text */
.banner-text h1,
.banner-text h2,
.banner-text h3 {
    display: block;
    margin: 10px 0; 
}

.banner-text {
    align-items: center; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

/* Banner Text Button */ 
.banner-text .btn {
    display: inline-block;
    margin-top: 20px;
    max-width: fit-content;
}

/* ==== Responsive ==== */
@media (max-width: 960px) {
    .page-banner {
        padding: 100px, 15px, 50px 15px; 
    }

    .page-banner__title {
        font-size: 60px; 
    }

    .page-banner__intro {
        font-size: 24px; 
    }

    .banner-grid {
        gap: 30px; 
        grid-template-columns: 1fr;
        text-align: center; 
    }

    .image-grid {
        gap: 20px; 
        grid-template-columns: 1fr;
    }

    .image-grid__right {
        gap: 16px;
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: auto;
    }

    .banner-text {
        margin-top: 20px; 
        text-align: center;
    }

    .banner-text .btn {
        margin-left: auto; 
        margin-right: auto; 
    }
}

@media (max-width: 530px) {
    .page-banner {
        padding: 60px 10px 40px 10px; 
    }

    .page-banner__title {
        font-size: 40px; 
    }

    .page-banner__intro {
        font-size: 18px; 
    }

    .image-grid__right {
        gap: 12px; 
        grid-template-columns: 1fr;
    }

    .banner-text .btn {
        max-width: none;
        width: 100%; 
    }
}

/* ==== FULL-WIDTH SPLIT ==== */
.full-width-split {
    display: flex; 
    flex-wrap: wrap; 
    gap: 40px; 
    justify-content: center;
    margin: 80px auto; 
}

.full-width-split__one,
.full-width-split__two {
    background: linear-gradient(135deg, #A9C9E6 0%, #7BB6DC 100%);
    border-radius: 8px;
    color: #081E2E; 
    flex: 1 1 45%; 
    min-width: 300px; 
    padding: 40px 30px; 
}

/* Inner content alignment */ 
.full-width-split__inner {
    display: flex;
    flex-direction: column;
    gap: 25px; 
}

/* Lesson & Listing Summary */
.lesson-summary,
.listing-summary {
    background-color: #0F578A;
    border-radius: 8px;
    display: flex;
    gap: 20px; 
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease; 
}

.lesson-summary__date,
.listing-summary__date {
    align-items: center;
    background-color: #AFC13A;
    color: #081E2E;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    min-width: 80px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

.lesson-summary__month,
.listing-summary__month {
    font-size: 24px;
}

.lesson-summary__day,
.listing-summary__day {
    font-size: 20px;
    margin-top: -5px;
}

/* Content Section */ 
.lesson-summary__content,
.listing-summary__content {
    color: #FFFFFF;
    flex: 1;
    padding: 15px 20px;
}

.lesson-summary__title a,
.listing-summary__title a {
    color: #FED607;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lesson-summary__title a:hover,
.listing-summary__title a:hover {
    color: #AFC13A;
}

.lesson-summary__content p,
.listing-summary__content p {
    color: #FFFFFF;
    margin-top: 10px;
}

.nu-gray {
    color: #FED607;
    text-decoration: underline;
    transition: 0.3s all ease;
}

.nu-gray:hover {
    color: #C2D165;
    text-decoration: none !important;
}









/* ===== Favorite Button ===== */
.remove-favorite {
    border-radius: 3px;
    color: #999; 
    cursor: pointer; 
    display: inline-block;
    font-size: 14px; 
    transition: all 0.3s;
    padding: 4px 6px;
}

.remove-favorite:hover { 
    background-color: #DEDEDE; 
}





/* ===== Spinner Loader ===== */
@-webkit-keyframes spin {
     0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-loader {
    animation: spin 1s infinite linear; 
    border: 4px solid rgba(0, 0, 0, 0.2); 
    border-top-color: #000000; 
    border-radius: 50%; 
    height: 24px;
    margin-top: 45px; 
    -webkit-animation: spin 1s infinite linear; 
    width: 24px; 
}



/* ===== Social Icons ===== */
.social-icons-list {
    display: flex;
    margin: 0 -8px;
}
  
.social-icons-list li {
    flex: 1;
    margin: 0 8px;
}

.social-icons-list li a {
    display: block;
    font-size: 20px; 
    text-align: center;
}

.social-icons-list li a:hover { 
    opacity: 0.75; 
}

.social-color-facebook {
    background: transparent;
    border: 2px solid #5E57FF; 
    box-shadow: 0 0 10px #5E57FF;
    transition: all 0.3s ease-in-out;  
}

.social-color-facebook i { 
    color: #5E57FF; 
}

.social-color-facebook:hover { 
    background-color: #0048FF; 
}
  
.social-color-facebook:hover i {
    color: #0B132B; 
    text-shadow: none;
}

.social-color-twitter {
    background: transparent;
    border: 2px solid #02FEE4;
    box-shadow: 0 0 10px #02FEE4;
    transition: all 0.3s ease-in-out; 
}

.social-color-twitter i { 
    color: #02FEE4; 
}

.social-color-twitter:hover { 
    background-color: #02FEE4; 
}
  
.social-color-twitter:hover i {
    color: #0B132B;
    text-shadow: none;
}

.social-color-youtube {
    background: transparent; 
    border: 2px solid #F23CA6; 
    box-shadow: 0 0 10px #F23CA6;
    transition: all 0.3s ease-in-out; 
}

.social-color-youtube i { 
    color: #F23CA6; 
}

.social-color-youtube:hover { 
    background-color: #F23CA6; 
}
  
.social-color-youtube:hover i {
    color: #0B132B;
    text-shadow: none;
}

.social-color-linkedin {
    background: transparent; 
    border: 2px solid #FF9535; 
    box-shadow: 0 0 10px #FF9535;
    transition: all 0.3s ease-in-out; 
}

.social-color-linkedin i { 
    color: #FF9535; 
}

.social-color-linkedin:hover { 
    background-color: #FF9535; 
}
  
.social-color-linkedin:hover i {
    color: #0B132B;
    text-shadow: none;
}

.social-color-instagram {
    background: transparent; 
    border: 2px solid #4BFF36; 
    box-shadow: 0 0 10px #4BFF36;
    transition: all 0.3s ease-in-out; 
}

.social-color-instagram i { 
    color: #4BFF36; 
}

.social-color-instagram:hover { 
    background-color: #4BFF36; 
}
  
.social-color-instagram:hover i {
    color: #0B132B;
    text-shadow: none;
}

/* ===== Navigation Lists ===== */ 
.nav-list ul {
    margin: 0; 
    padding: 0;
}

.nav-list li { 
    list-style: none; 
}

.nav-list a {
    color: #FF00FF;
    font-size: 14px;
    text-decoration: none;
}

.nav-list a:hover {
    color: #FF00FF;
    text-decoration: underline;
    text-shadow: 0 0 10px #FF00FF;
}

/* ===== Grid Systems ===== */ 
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
    padding-bottom: 25px;
}

@media (min-width: 960px) {
    .row {
        margin-right: -50px;
    }
    .one-half,
    .one-third,
    .two-thirds,
    .one-fourth,
    .one-fifth,
    .one-sixth {
        box-sizing: border-box;
        float: left; 
        padding-bottom: 0;
        padding-right: 50px;
    }
    .two-thirds { 
        width: 66.66%; 
    }
    .one-half { 
        width: 50%; 
    }
    .one-third {
        width: 33.33%; 
    }
    .one-quarter { 
        width: 25%; 
    }
    .one-fifth { 
        width: 20%; 
    }
    .one-sixth { 
        width: 16.66%; 
    }
}

/* ===== Admin Bar Adjustment ===== */ 
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* ===== Note Limit Message Styling ===== */ 
.note-limit-message {
    color: #C32929; 
    font-weight: bold;
    opacity: 0; 
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.note-limit-message.active {
    opacity: 1; 
    visibility: visible;
}

/* ===== Like Box Styling ===== */ 
.generic-content .like-box {
    background-color: #EDEDED;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    color: #FF0000; 
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin: 0 0 30px 30px;
    padding: 10px 10px 10px 25px;
    position: relative;
}

.generic-content .like-box:hover { 
    background-color: #DEDEDE; 
}

.like-count { 
    padding-left: 10px; 
}

.like-box .fa-heart-o {
    left: 10px;
    position: absolute; 
    transition: all 0.35s ease-out;
}

.like-box .fa-heart {
    left: 10px;
    opacity: 0;
    position: absolute; 
    transform: scale(0.2);
    transition: all 0.4s ease-out;
    visibility: hidden;
}

.like-box[data-exists="yes"] .fa-heart {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.like-box[data-exists="yes"] .fa-heart-o {
    opacity: 0;
    visibility: hidden;
}

/* ===== Login Page Button Style ===== */
body.login .button-primary {
    background-color: #F95738;
    border-color: #F83E1A;
    box-shadow: 0 1px 0 #ED2C07;
    text-shadow: 0 -1px 1px #F8320C, 1px 0 1px #F8320C, 0 1px 1px #F8320C, -1px 0 1px #F8320C;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
    background-color: #F8411D;
    border-color: #F95738;
    box-shadow: 0 1px 0 #DE2907;
    text-shadow: 0 -1px 1px #ED2C07, 1px 0 1px #ED2C07, 0 1px 1px #ED2C07, -1px 0 1px #ED2C07;
}

body.login { 
    background-color: #FAF0CA; 
}

.login h1 a {
    background-image: none;
    color: #0D3B66;
    font-size: 30px;
    font-weight: 300;
    height: auto;
    text-indent: 0;
    width: auto;
}








/* ===== Note Styling ===== */
.edit-note,
.delete-note,
.submit-note {
    background-color: #EEEEEE;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-right: 7px; 
    padding: 8px 16px;
}

.submit-note {
    background-color: #F95738;
    border: none; 
    color: #FFFFFF;
    line-height: 1.65;
}

.submit-note:hover { 
    background-color: #DDF321; 
}
  
@media (min-width: 635px) {
    .edit-note,
    .delete-note {
        position: relative;
        top: -12px;
    }
}

.edit-note:hover,
.delete-note:hover {
    background-color: #DDDDDD;
}

.delete-note { 
    color: #FF0000; 
}

.update-note { 
    visibility: hidden; 
}
  
.update-note--visible { 
    visibility: visible; 
}
  
.note-title-field {
    border: 1px solid transparent; 
    color: #0D3B66;
    font-family: "Roboto Condensed", sans-serif; 
    font-size: 29px; 
    font-weight: 300;
    outline: none;
    padding: 7px; 
    position: relative;
    top: 1px; 
    width: 40%;
}

@media (max-width: 400px) {
    .note-title-field {
        width: 100%;
    }
}

@media (min-width: 635px) {
    .note-title-field {
        width: 65%;
        font-size: 50px;
    }
}

.note-body-field {
    border: 1px solid transparent; 
    color: #333333;
    display: block;
    font-family: "Roboto", sans-serif; 
    font-size: 18px; 
    height: 175px;
    line-height: 1.65;
    outline: none;
    padding: 7px; 
    resize: none; 
    width: 100%; 
}

.note-active-field {
    animation: pulseBorder 0.75s alternate infinite; 
    border: 1px solid #DDDDDD;
    -webkit-animation: pulseBorder 0.75s alternate infinite;
}

/* ===== Keyframes pulseBorder ===== */
@-webkit-keyframes pulseBorder {
    0% { border: 1px solid #FFFFFF; }
    100% { border: 1px solid #CCCCCC; }
}

@keyframes pulseBorder {
    0% { border: 1px solid #FFFFFF; }
    100% { border: 1px solid #CCCCCC; }
}

/* ===== Create Note Styling ===== */ 
.create-note {
    background-color: #DDDDDD;
    margin-bottom: 20px; 
    padding: 20px; 
}

/* ===== New Note Styling ===== */ 
.new-note-title {
    border: none; 
    box-sizing: border-box; 
    font-family: "Roboto", sans-serif;
    font-size: 18px; 
    margin-bottom: 10px;
    padding: 10px;
    width: 100%; 
}

.new-note-body {
    border: none; 
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 18px; 
    height: 170px;
    line-height: 1.65;
    margin-bottom: 10px;
    padding: 10px;
    resize: none;
    width: 100%; 
}

/* ===== My Notes Styling ===== */ 
#my-notes { position: relative; }

#my-notes li {
    opacity: 1; 
    transition: all 0.4s ease-out;
}

#my-notes li.fade-out {
    height: 0px !important;
    margin: 0 !important; 
    opacity: 0.5;
    overflow: hidden !important;
    padding: 0 !important; 
}

#my-notes li.fade-in-calc {
    border: none !important; 
    left: 0; 
    margin: 0 !important; 
    opacity: 0;
    padding: 0 !important; 
    position: absolute;
    right: 0; 
}


/* ==== SITE FOOTER ==== */
.site-footer {
    background-color: #A9C9E6;
    color: #081E2E;
    padding: 48px 56px; 
}

.site-footer p {
    font-size: 18px; 
}

/* Footer Inner Container: flex row left-to-right */
.site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* wraps on smaller screens */
    gap: 40px;
}

/* Column 1: Logo + Contact */
.site-footer__col-one {
    flex: 1 1 250px; /* flexible width, min 250px */
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 15px;
}

.footer-logo {
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.footer-logo-text {
    color: #081E2E;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
}

.site-footer__description {
    margin: 10px 0 15px 0;
    font-size: 0.95em;
    line-height: 1.6;
}

.site-footer__link {
    color: #0A3E64;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.site-footer__link:hover {
    color: #FED607;
    transform: translateX(4px);
}

/* Columns 2 & 3: Navigation */
.site-footer__col-two-three-group {
    display: flex;
    flex: 2;
    gap: 60px; /* space between nav columns */
}

/* Each nav column */
.site-footer__col-two,
.site-footer__col-three {
    flex: 1;
}

.headline--small {
    font-size: 1.1em;
    margin-bottom: 12px;
    font-weight: 600;
}

.nav-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    margin-bottom: 10px;
}

.nav-list a {
    color: #081E2E;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.nav-list a:hover {
    color: #FED607;
    padding-left: 8px;
}

/* Column 4: Social Icons */
.site-footer__col-four {
    flex: 1;
    max-width: 180px;
}

.social-icons-list {
    display: flex;
    gap: 12px;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.social-icons-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: #0A3E64;
    transition: all 0.3s ease;
}

.social-icons-list li a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Social colors */
.social-color-facebook { background: #3b5998; }
.social-color-twitter { background: #1da1f2; }
.social-color-youtube { background: #ff0000; }
.social-color-linkedin { background: #0077b5; }
.social-color-instagram { background: #e1306c; }

/* Responsive: stack on smaller screens */
@media (max-width: 960px) {
    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .site-footer__col-two-three-group {
        flex-direction: column;
        gap: 30px;
    }

    .social-icons-list {
        justify-content: flex-start;
    }
}


/* ===== Hero Slider Styling ===== */ 
.hero-slider { 
    position: relative; 
}

.hero-slider div { 
    outline: none; 
}


.hero-slider__interior {
    padding-bottom: 60px; 
    padding-top: 60px; 
}

@media (min-width: 960px) {
    .hero-slider__interior {
        padding-bottom: 130px; 
        padding-top: 130px;
    }
}

.hero-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider__overlay {
    background-color: rgba(0, 0, 0, 0.78);
    color: #FFFFFF; 
    margin: 0 auto;
    padding: 40px;
}

@media (min-width: 960px) {
    .hero-slider__overlay {
        width: 50%;
    }
}

/* ===== Slick Dots Styling ===== */ 
  .slick-dots {
    left: 0; 
    margin: 0; 
    padding: 0; 
    position: absolute; 
    right: 0;
    text-align: center;
    top: 15px; 
    z-index: 100;
}

@media (min-width: 960px) {
    .slick-dots {
        top: 50px;
    }
}

.slick-dots li {
    display: inline; 
    list-style: none;
}

.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 4px;
    outline: none;
    padding: 0;
    text-indent: -9999px;
    transition: background-color 0.3s ease-out;
    width: 10px;
}

.slick-dots .slick-active button {
    background-color: #FFFFFF;
}

/* ===== Glide Bullets ===== */ 
.glide__bullets {
    text-align: center;
}

@media (min-width: 960px) {
    .glide__bullets {
        top: 50px;
    }
}

.glide__bullets button {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 3px;
    outline: none;
    padding: 0;
    text-indent: -9999px;
    transition: background-color 0.3s ease-out;
    width: 10px;
}

.glide__bullets button.glide__bullet--active {
    background-color: #FFFFFF;
}

/* ===== Search Overlay Styling ===== */
.search-overlay {
    background-color: rgba(255, 255, 255, 0.96);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
     top: 0;
    transform: scale(1.09);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    visibility: hidden;
    z-index: 110;
}

.search-overlay p {
    padding-top: 15px;
}

.search-overlay .event-summary p {
    padding-top: 0;
}

.search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
}

body.admin-bar .search-overlay {
    top: 32px;
}

.search-overlay__top {
    background-color: rgba(0, 0, 0, 0.12);
}

.search-overlay__icon {
    color: #F95738;
    font-size: 28px;
    margin-right: 10px;
}

@media (min-width: 960px) {
    .search-overlay__icon {
        font-size: 40px;
    }
}

.search-overlay--active {
    opacity: 1; 
    visibility: visible;
    transform: scale(1);
}

.search-overlay__section-title {
    border-bottom: 1px solid #CCCCCC;
    color: #0D3B66;
    font-size: 32px; 
    font-weight: 400;
    margin: 30px 0 1px 0;
    padding: 15px 0;
}

.search-overlay__close {
    background-color: #fff;
    color: #f95738;
    cursor: pointer;
    font-size: 33px;
    line-height: 0.7;
    position: absolute;
    right: 16px;
    top: 13px;
    transition: all 0.3s;    
}
  
@media (min-width: 530px) {
    .search-overlay__close {
        font-size: 33px; 
        top: 18px;
    }
}

@media (min-width: 960px) {
    .search-overlay__close {
        font-size: 44px;
        top: 26px;
    }
}

.search-overlay__close:hover {
    opacity: 1;
}

.search-overlay .one-half {
    padding-bottom: 0;
}

.search-term {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    color: #f95738;
  }
  @media (min-width: 530px) {
    .search-term {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 960px) {
    .search-term {
      width: 80%;
      font-size: 3rem;
    }
  }
  .body-no-scroll {
    overflow: hidden;
  }
  .professor-cards {
    margin: 0;
    padding: 0;
  }
  .search-overlay .professor-cards {
    padding-top: 21px;
  }
  .professor-card {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    background-color: #f95738;
    overflow: hidden;
  }
  .search-overlay .professor-card {
    width: 180px;
  }
  .professor-card__image {
    display: block;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .professor-card:hover .professor-card__image {
    opacity: 0.8;
    transform: scale(1.1) rotate(4deg);
  }
  .professor-card__name {
    font-weight: 300;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    padding: 3px 10px;
    background-color: rgba(240, 54, 19, 0.85);
  }
  .professor-card:hover .professor-card__name {
    background-color: rgba(215, 46, 14, 0.85);
  }
  .professor-card__list-item {
    display: inline-block;
    list-style: none;
  }


  
 
  

















/* ===== Page Links ===== */ 
.page-links {
    background-color: #0B132B; 
    border: 2px solid #4FD9FF; 
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(4, 217, 255, 0.8);
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin: 0 0 40px 0; 
    position: relative;
    z-index: 1;
}
  
@media (min-width: 767px) {
    .page-links {
        float: right; 
        margin: 0 0 40px 20px;
        width: 300px;
    }
}

.page-links__title {
    background-color: #0D3B66;
    font-weight: 500; 
    margin: 0;
    text-align: center;
}

.page-links__title a {
    color: #FFFFFF;
    display: block;    
    padding: 20px 0;    
    text-decoration: none;
    transition: all 0.3s ease;        
    width: 100%;                    
}

.page-links__title a:hover {
    background-color: #0A2E4F;
    color: #4FD9FF;
    text-decoration: none;
    text-shadow: 0 0 5px #4FD9FF; 
}

.page-links li {
    border: none; 
    color: #FFFFFF;
    margin: 0; 
}

.page-links li:first-child {
    border-top: none;
}

.page-links__active,
.page-links .current_page_item {
    background-color: #0B132B;
    color: #0D3B66; 
    text-align: center;
}

.page-links li a {
    border-radius: 3px;
    color: #FFFFFF; 
    display: block;
    padding: 10px 15px; 
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease; 
}

.page-links li a:hover {
    background-color: #0A2E4F;
    color: #04D9FF;
    text-shadow: 0 0 5px #04D9FF;
}

/* ===== ACF Map Styling */
.acf-map {
    border: #CCCCCC solid 1px; 
    height: 400px;
    margin: 20px 0; 
    width: 100%;
}

.acf-map img {
    max-width: inherit !important;
}

/* ===== Link List  Styling ===== */ 
.link-list li {
    border-bottom: 1px dotted #DEDEDE;
    font-size: 24px;
    padding: 16px 0;
}

.search-overlay .link-list li {
    font-size: 20.8px;
}

.link-list li:last-child {
    border-bottom: none;
}

.link-list a {
    color: #F95738;
}

/* Container styling */
.metabox {
    background-color: #f0f8ff; /* light blue */
    border-left: 4px solid #1e90ff; /* accent blue line */
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover effect for subtle lift */
.metabox:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Link styling */
.metabox__blog-home-link {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    transition: color 0.3s ease;
}

/* Hover effect for link */
.metabox__blog-home-link:hover {
    color: #104e8b; /* darker blue on hover */
}

/* Icon styling */
.metabox__blog-home-link i {
    font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .metabox {
        padding: 12px 15px;
    }

    .metabox__blog-home-link {
        font-size: 0.95em;
    }
}
/* ===== Post Item Styling ===== */ 
.post-item {
    border-bottom: 1px dotted #dedede;
    padding-bottom: 27.2px;
    margin-bottom: 27.2px;
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 40px auto;
    max-width: 1100px;
  }

  
.custom-card {
  background-color: #0B132B;  
  border: 2px solid #04D9FF;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(4, 217, 255, 0.7);
  overflow: hidden;
  margin: 20px auto;
  max-width: 350px;
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.card-image {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
}

.card-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
}

.card-content {
  padding: 20px;
  color: #fff;
}

.card-title {
  margin: 0 0 10px;
  font-size: 20px;
}

.card-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.card-btn {
  display: inline-block;
  padding: 10px 15px;
  background: #04D9FF;
  color: #0B132B;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.card-btn:hover {
  background: #0A2E4F;
  color: #04D9FF;
  text-shadow: 0 0 5px #04D9FF;
}
