/*----global----*/
:root {
    --gks-primary: #19533A;
    --gks-primary-dark: #113A28;
    --gks-primary-light: #507967;
    --gks-gold: #B28704;
	--gks-gold-light: #F4E8C7;
    --gks-bg: #ECECE4;
    --gks-white: #FFFFFF;
    --gks-text: #2D2D2D;
    --gks-light: #F3F4F2;
    --gks-border: #E4E6E3;
}

:root {
    --navbar-height: 4.9rem;
    --anchor-offset: 0rem;
}

body {
    background: var(--gks-bg);
    color: var(--gks-text);
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

#services,
#why,
#contact {
    scroll-margin-top: calc(var(--navbar-height) + var(--anchor-offset));
}

h1, h2, h3, h4, h5, h6 {
    color: var(--gks-primary-dark);
    font-family: "Libre Baskerville", Georgia, serif;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

h1 {
    font-size: clamp(2.75rem, 5vw, 4.75rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
}

p, a {
	font-size: 1.125rem;
}

.sub-footer p, .sub-footer a {
	font-size: 1rem;
}

p {
    margin-bottom: 1.5rem;
	font-family: "Lato", sans-serif;
}

a {
    color: var(--gks-primary);
    text-decoration: none;
    transition: .3s ease;
	font-family: "Lato", sans-serif;
}

a:hover {
    color: var(--gks-primary-dark);
}

strong,
b {
    font-weight: 700;
}

.section-padding {
    padding: 90px 0;
}

.section-heading {
    margin: 0 auto 45px;
    max-width: 760px;
}

.eyebrow {
    align-items: center;
    color: var(--gks-gold);
    display: flex;
    font-size: .95rem;
    font-weight: 700;
    gap: 20px;
    justify-content: center;
    letter-spacing: .15rem;
    margin: 0 auto 20px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.eyebrow::before,
.eyebrow::after {
    background: var(--gks-primary);
    border-radius: 2px;
    content: "";
    flex: 1;
    height: 2px;
    max-width: 100px;
}

.error-box {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100rem;
    z-index: 99;
}

.error-box .alert {
    margin: 0 auto;
}

/*----buttons----*/
.btn-gks {
    background: var(--gks-primary);
    border-radius: 50px;
    color: var(--gks-white);
    padding: 10px 24px;
}

.btn-gks:hover {
    background: var(--gks-primary-dark);
    color: var(--gks-white);
}

.btn-outline-gks {
    border: 1px solid var(--gks-primary);
    border-radius: 50px;
    color: var(--gks-primary);
    padding: 10px 24px;
}

.btn-outline-gks:hover {
    background: var(--gks-primary);
    color: var(--gks-gold);
}

.btn-gks-light {
    background: var(--gks-primary);
    border: 2px solid var(--gks-primary);
    border-radius: 50px;
    color: var(--gks-white);
    font-weight: 600;
    padding: 12px 32px;
    transition: .3s ease;
}

.btn-gks-light:hover {
    background: var(--gks-primary-dark);
    border-color: var(--gks-primary-dark);
    color: var(--gks-white);
}

/*----header----*/
.gks-navbar {
    background: var(--gks-white);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
	border-bottom: 1px solid var(--gks-gold);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .125rem;
    text-decoration: none;
}

.site-logo {
    width: 5.25rem;
    height: auto;
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.brand-name {
    font-family: serif;
	text-transform: uppercase;
    font-size: 1.3rem;
	text-align: center;
    font-weight: 700;
    line-height: .2;
    color: var(--gks-primary);
    white-space: nowrap;
	font-style: italic;
}

.brand-divider {
    display: flex;
    align-items: center;
    gap: .25rem;
    margin: .45rem 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: var(--gks-primary);
}

.divider-diamond {
    color: var(--gks-primary);
    font-size: .75rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.brand-tagline {
    font-family: serif;
    font-size: .95rem;
	text-align: center;
    font-weight: 600;
    color: var(--gks-primary);
    line-height: .1;
    max-width: 360px;
	font-style: italic;
}
/*
@media (max-width: 991.98px) {

    .site-logo {
        width: 56px;
    }

    .brand-name {
        font-size: 1.2rem;
    }

    .brand-tagline {
        font-size: .70rem;
        max-width: 220px;
    }
}
*/
.nav-item {
	margin-bottom: .5rem;
}

.nav-link {
	color: var(--gks-primary);
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-size: 1.125rem;
	padding: var(--bs-nav-link-padding-y) .75rem;
}

.nav-link:hover {
	color: var(--gks-gold);
	border-bottom: 2px solid var(--gks-gold);
}

#adminNavbar .nav-link {
	color: var(--gks-white);
}

#adminNavbar .dropdown-menu {
	width: 10rem;
}

#adminNavbar .dropdown-menu .dropdown-item {
	color: var(--gks-primary);
}

.gks-toggler {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    background: var(--gks-primary);
    border: 2px solid var(--gks-gold);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
    transition: .3s ease;
}

.gks-toggler:hover {
    background: var(--gks-primary-dark);
    transform: translateY(-2px);
}

.gks-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(168,132,44,.25);
}

.gks-toggler span {
    position: absolute;
    width: 26px;
    height: 2px;
    background: var(--gks-white);
    border-radius: 2px;
    transition: .3s ease;
}

.gks-toggler span:nth-child(1) {
    transform: translateY(-8px);
}

.gks-toggler span:nth-child(2) {
    transform: translateY(0);
}

.gks-toggler span:nth-child(3) {
    transform: translateY(8px);
}

.gks-toggler.active span:nth-child(1) {
    transform: rotate(45deg);
}

.gks-toggler.active span:nth-child(2) {
    opacity: 0;
}

.gks-toggler.active span:nth-child(3) {
    transform: rotate(-45deg);
}

@media (max-width: 1399.98px) {
    .gks-toggler {
        display: flex;
    }
}

/*----footer----*/
.main-footer {
    background: var(--gks-primary-dark);
    color: rgba(255,255,255,.78);
    padding: 60px 0;
	border-top: 1px solid var(--gks-gold);
}

.footer-logo {
    margin-bottom: 20px;
    max-width: 220px;
	border-radius: 50%;
    border: 4px solid var(--gks-gold);
	padding-bottom: .5rem;
    background: white;
}

.main-footer a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

.main-footer h3 {
    color: var(--gks-white);
    font-size: 1.1rem;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-footer {
    background: var(--gks-primary-dark) !important;
    color: rgba(255,255,255,.75);
    font-size: .9rem;
    padding: 15px 0;
	border-top: 1px solid var(--gks-gold-light);
}

.sub-footer a {
    color: var(--gks-gold);
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--gks-primary);
    color: var(--gks-white);
    border: 2px solid var(--gks-gold);
    border-radius: 50%;
    text-decoration: none;
    transition: .3s ease;
}

.social-icons a:hover {
    background: var(--gks-gold);
    color: var(--gks-primary-dark);
    transform: translateY(-3px);
}

/*----animations----*/
.reveal-left,
.reveal-right,
.reveal-up {
    opacity: 1;
    transition: all .8s ease;
}

.js .reveal-left,
.js .reveal-right,
.js .reveal-up {
    opacity: 0;
}

.reveal-left {
    transform: translateX(-45px);
}

.reveal-right {
    transform: translateX(45px);
}

.reveal-up {
    transform: translateY(35px);
}

.reveal-left.active,
.reveal-right.active,
.reveal-up.active {
    opacity: 1;
    transform: translate(0,0);
}

/*----home----*/
#services {
	background: white;
}

/*----home - hero----*/
.hero-section {
    position: relative;
    min-height: 760px;
    overflow: hidden;
}

.hero-section h1 {
    color: var(--gks-primary-dark);
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 1.05;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 760px;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    animation: heroZoom 16s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(17,58,40,.86) 0%, rgba(17,58,40,.64) 45%, rgba(17,58,40,.28) 100%);
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    color: var(--gks-white);
}

.hero-content h1 {
    color: var(--gks-white);
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 1.05;
    margin-bottom: 25px;
}

.hero-content p {
    max-width: 720px;
    color: rgba(255,255,255,.9);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 35px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.eyebrow-light {
    color: var(--gks-gold);
}

.eyebrow-light::before,
.eyebrow-light::after {
    background: rgba(255,255,255,.75);
}

.btn-outline-hero {
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 50px;
    color: var(--gks-white);
    font-weight: 600;
    padding: 12px 32px;
    transition: .3s ease;
}

.btn-outline-hero:hover {
    background: var(--gks-white);
    border-color: var(--gks-white);
    color: var(--gks-primary-dark);
}

.hero-carousel .carousel-indicators {
    z-index: 4;
    margin-bottom: 35px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: var(--gks-gold);
    opacity: .45;
}

.hero-carousel .carousel-indicators .active {
    opacity: 1;
}

@keyframes heroZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.06);
    }
}

@media (max-width: 768px) {
    .hero-section,
    .hero-carousel,
    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        height: 720px;
        min-height: 720px;
    }

    .hero-overlay {
        background: rgba(17,58,40,.78);
    }

    .hero-content h1 {
        font-size: 2.55rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}

/*----home - services----*/
.service-card {
    background: var(--gks-white);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    height: 100%;
    overflow: hidden;
    text-align: center;
    transition: .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-card img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
    text-align: center;
}

.service-card-body a {
	color: var(--gks-primary);
}

.service-card a {
    margin-top: auto;
}

.service-card-body {
    padding: 26px;
}

.service-card h3 {
    color: var(--gks-primary-dark);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.service-card p {
    margin-bottom: 20px;
}

.service-card a {
    font-weight: 600;
}

/*----home - service modals----*/
.gks-modal {
    border: none;
    border-radius: 24px;
    overflow: hidden;
}

.gks-modal-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 260px;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: none;
}

.gks-modal-header .modal-title {
    color: var(--gks-white);
    font-size: 2.2rem;
    margin: 10px 0 0;
}

.gks-modal-header .btn-close {
    opacity: 1;
    margin: 0;
}

.gks-modal .modal-body {
    padding: 40px;
}

.gks-modal .modal-body p:first-child {
    color: var(--gks-primary-dark);
    font-size: 1.15rem;
    font-weight: 700;
}

.gks-modal .modal-body p {
    line-height: 1.8;
}

.gks-modal .btn {
    min-width: 210px;
}

@media (max-width: 768px) {

    .gks-modal-header {
        min-height: 180px;
        padding: 25px;
    }

    .gks-modal-header .modal-title {
        font-size: 1.7rem;
    }

    .gks-modal .modal-body {
        padding: 25px;
    }

}

/*----home - reviews----*/
.reviews-section {
    background: var(--gks-white);
}

.reviews-carousel .carousel-item {
    min-height: 360px;
}

.reviews-carousel .carousel-item.active {
    display: block;
}

.reviews-carousel .carousel-item .row {
    align-items: stretch;
    min-height: 330px;
}

.reviews-carousel .review-col {
    display: flex;
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 24rem;
    padding: 35px 30px;
    background: var(--gks-bg);
    border-top: 5px solid var(--gks-gold);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(0,0,0,.07);
    text-align: center;
}

.review-stars {
    margin-bottom: 18px;
    color: var(--gks-gold);
    font-size: 1.25rem;
    letter-spacing: .15rem;
}

.review-card p {
    flex-grow: 1;
    margin-bottom: 25px;
    color: var(--gks-text);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.8;
}

.review-card span {
    margin-top: auto;
    color: var(--gks-primary-dark);
    font-weight: 700;
}

.reviews-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 35px;
}

.reviews-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--gks-primary);
    border: 2px solid var(--gks-gold);
    border-radius: 50%;
    color: var(--gks-white);
    font-size: 2rem;
    line-height: 1;
    transition: .3s ease;
	padding-bottom: .5rem;
}

.review-card::before {
    content: "“";
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: "Libre Baskerville", serif;
    font-size: 6rem;
    line-height: 1;
    color: rgba(168,132,44,.12);
    pointer-events: none;
}

.review-card {
    position: relative;
}

.cta-section {
    background: linear-gradient(135deg, #F8F0DA 0%, var(--gks-gold-light) 100%);
    border-top: 1px solid rgba(191,161,90,.35);
    border-bottom: 1px solid rgba(191,161,90,.35);
    padding: 90px 0;
    text-align: center;
}

.eyebrow-green {
    color: var(--gks-primary);
}

.eyebrow-green::before,
.eyebrow-green::after {
    background: var(--gks-gold);
}

.cta-section h2 {
    color: var(--gks-primary-dark);
}

.cta-section p {
    color: var(--gks-primary);
    font-size: 1.1rem;
    margin: 20px auto 35px;
    max-width: 700px;
}

/*----did you know----*/
.did-you-know {
    background: white;
}

.gks-accordion {
    margin: auto;
    max-width: 1050px;
}

.gks-accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 22px;
}

.gks-accordion .accordion-button {
    align-items: center;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    color: var(--gks-primary-dark);
    display: flex;
    font-size: 1.35rem;
    font-weight: 700;
    min-height: 110px;
    padding: 22px 30px 22px 100px;
    position: relative;
    transition: .35s;
}

.gks-accordion .accordion-button:not(.collapsed) {
    background: var(--gks-primary);
    color: #ffffff;
}

.gks-accordion .accordion-button:focus {
    box-shadow: none;
}

.gks-accordion .accordion-button::after {
    height: 1.5rem;
    width: 1.5rem;
}

.gks-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.gks-accordion .accordion-body {
    background: #ffffff;
    border-left: 8px solid var(--gks-primary);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    line-height: 1.8;
    margin-top: -16px;
    padding: 28px 35px;
}

.tea-cup {
    background: #ffffff;
    border: 3px solid #d8b04a;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    height: 64px;
    left: 18px;
    object-fit: contain;
    padding: 6px;
    position: absolute;
    width: 64px;
}

.knowledge-footer {
    margin-top: 70px;
    text-align: center;
}

.knowledge-footer p {
    color: var(--gks-primary-dark);
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 25px;
}

.knowledge-divider {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: center;
}

.knowledge-divider span {
    background: var(--gks-gold);
    height: 2px;
    max-width: 25vw;
    width: 180px;
}

.knowledge-divider img {
    height: auto;
    width: 34px;
}

/*----responsive----*/
@media (max-width: 768px) {
    .eyebrow {
        font-size: .8rem;
        gap: 12px;
        letter-spacing: .1rem;
    }

    .eyebrow::before,
    .eyebrow::after {
        max-width: 45px;
    }

    .gks-accordion .accordion-button {
        font-size: 1rem;
        min-height: 85px;
        padding: 18px 20px 18px 82px;
    }

    .gks-accordion .accordion-body {
        margin-left: 0;
        padding: 22px;
    }

    .tea-cup {
        height: 50px;
        left: 16px;
        width: 50px;
    }

    .knowledge-footer p {
        font-size: 1.35rem;
    }

    .knowledge-divider img {
        width: 26px;
    }

    .knowledge-divider span {
        width: 80px;
    }
}

/*----contact----*/
.page-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 460px;
    padding: 120px 0;
    background: linear-gradient(90deg, rgba(17,58,40,.88), rgba(17,58,40,.68)), url("../images/contact-hero.jpg") center/cover no-repeat;
    color: var(--gks-white);
}

.page-hero h1 {
    color: var(--gks-white);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.page-hero p {
    max-width: 760px;
    color: rgba(255,255,255,.9);
    font-size: 1.15rem;
}

.contact-page {
    background: var(--gks-bg);
}

.website {
	position: absolute;
	max-width: 20rem;
	width: 50%;
	z-index: -999;
}

.contact-info-card,
.contact-form-card {
    background: var(--gks-white);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.07);
    margin-top: 25px;
    padding: 30px;
}

.contact-info-card h3,
.contact-form-card h2 {
    color: var(--gks-primary-dark);
}

.contact-info-card ul {
    margin: 0;
    padding-left: 20px;
}

.contact-info-card li {
    margin-bottom: 10px;
}

.tox-label,
.gks-contact-form .form-label {
    color: var(--gks-primary-dark) !important;
    font-weight: 700;
}

.tox-listboxfield button,
input,
.tox-tinymce,
.gks-contact-form .form-control,
.gks-contact-form .form-select {
    border: 1px solid var(--gks-gold) !important;
    border-radius: 12px;
    padding: 12px 14px;
}

.tox-listboxfield button:focus,
input:focus,
.tox-tinymce:focus,
.gks-contact-form .form-control:focus,
.gks-contact-form .form-select:focus {
    border-color: var(--gks-primary);
    box-shadow: 0 0 0 .2rem rgba(25,83,58,.15);
}

.tox:not(.tox-tinymce-inline) .tox-editor-header,
.tox .tox-editor-container {
	border-bottom: 1px solid var(--gks-gold) !important;
}

/*----service pages----*/
.service-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 130px 0;
    background-position: center;
    background-size: cover;
    color: var(--gks-white);
}

.service-hero h1 {
    color: var(--gks-white);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.service-hero p {
    max-width: 780px;
    color: rgba(255,255,255,.9);
    font-size: 1.15rem;
}

.service-overview {
    background: var(--gks-bg);
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.check-list div {
    position: relative;
    padding-left: 32px;
    color: var(--gks-text);
}

.check-list div::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gks-gold);
    font-weight: 900;
}

.service-process {
    background: var(--gks-white);
}

.process-card {
    height: 100%;
    padding: 32px 26px;
    background: var(--gks-bg);
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(0,0,0,.06);
    text-align: center;
}

.process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    background: var(--gks-primary);
    border-radius: 50%;
    color: var(--gks-white);
    font-weight: 900;
}

.process-card h3 {
    font-size: 1.25rem;
}

/*----about----*/
.about-hero {
    background: linear-gradient(90deg, rgba(17,58,40,.88), rgba(17,58,40,.62)), url("../images/about/about-hero.jpg") center/cover no-repeat;
}

.about-values,
.about-industries {
    background: white;
}

.about-story,
.about-choose {
    background: var(--gks-bg);
}

.value-card,
.industry-card {
    height: 100%;
    padding: 32px 28px;
    background: var(--gks-bg);
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(0,0,0,.06);
    text-align: center;
}

.value-card h3,
.industry-card h3 {
    color: var(--gks-primary-dark);
    font-size: 1.35rem;
}

.about-credentials {
    padding: 55px 0;
    background: var(--gks-primary-dark);
    border-top: 4px solid var(--gks-gold);
    border-bottom: 4px solid var(--gks-gold);
}

.about-credentials .eyebrow::before,
.about-credentials .eyebrow::after {
	background: var(--gks-white);
}

.about-credentials h2 {
	color: var(--gks-white);
}

.credential-item {
    position: relative;
    padding: 15px 22px;
    color: var(--gks-white);
    text-align: center;
}

.credential-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: rgba(255,255,255,.22);
}

.credential-item strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gks-gold);
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 1.4rem;
    line-height: 1.25;
}

.credential-item span {
    display: block;
    color: rgba(255,255,255,.88);
    font-size: .9rem;
    line-height: 1.4;
}

/*==================================================
About Page (6 Items)
==================================================*/
.credentials-grid-about {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

@media (max-width: 1199.98px) {
    .credentials-grid-about {
        grid-template-columns: repeat(3, 1fr);
    }

    .credentials-grid-about .credential-item:nth-child(3)::after {
        display: none;
    }

    .credentials-grid-about .credential-item:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255,255,255,.18);
    }
}

@media (max-width: 767.98px) {
    .credentials-grid-about {
        grid-template-columns: repeat(2, 1fr);
    }

    .credentials-grid-about .credential-item {
        padding: 22px 15px;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .credentials-grid-about .credential-item:nth-child(3)::after {
        display: block;
    }

    .credentials-grid-about .credential-item:nth-child(even)::after {
        display: none;
    }

    .credentials-grid-about .credential-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

/*==================================================
Home Page (4 Items)
==================================================*/
.credentials-grid-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

@media (max-width: 991.98px) {
    .credentials-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }

    .credentials-grid-home .credential-item {
        padding: 22px 15px;
    }

    /* Top row gets a bottom border */
    .credentials-grid-home .credential-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    /* Remove center divider on right column */
    .credentials-grid-home .credential-item:nth-child(even)::after {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .credentials-grid-home {
        grid-template-columns: 1fr;
    }

    .credentials-grid-home .credential-item {
        padding: 22px 15px;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .credentials-grid-home .credential-item::after {
        display: none;
    }

    .credentials-grid-home .credential-item:last-child {
        border-bottom: none;
    }
}

/*==================================================
Shared
==================================================*/
@media (max-width: 767.98px) {
    .credential-item strong {
        font-size: 1.15rem;
    }
}

/*----tables----*/
th {
	text-align: center;
}

td, th {
	border: 1px solid black;
}

.form-control,
.form-select {
	border: 1px solid var(--gks-gold);
}

/*----blog----*/
.blog-card {
    background: var(--gks-white);
    border: 1px solid var(--gks-border);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.75rem 2rem rgba(17, 58, 40, 0.08);
}

.blog-card .blog-card-image,
.blog-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain !important;
    object-position: center;
    background: var(--gks-light);
}

.blog-card-body {
    padding: 1.5rem;
}

.blog-card-category {
    color: var(--gks-gold);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}

.blog-card-title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.blog-card-title a {
    color: var(--gks-primary-dark);
    text-decoration: none;
}

.blog-card-title a:hover {
    color: var(--gks-primary);
}

.blog-read-more {
    color: var(--gks-primary);
    font-weight: 700;
    text-decoration: none;
}

.blog-read-more:hover {
    color: var(--gks-primary-dark);
}

.blog-date {
    color: var(--gks-text);
    margin-top: 1rem;
}

.blog-featured-image {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(17, 58, 40, 0.12);
}

.blog-content {
    font-size: 1.075rem;
    line-height: 1.85;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--gks-primary-dark);
}

.blog-content p {
    margin-bottom: 1.25rem;
}

.blog-content a {
    color: var(--gks-primary);
    font-weight: 700;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.blog-detail-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gks-primary-light);
}

.blog-content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    margin: 2rem 0;
}

/*--sidebar--*/
.blog-sidebar {
    position: sticky;
    top: 7rem;
}

.blog-sidebar-section {
    background: var(--gks-white);
    border: 1px solid var(--gks-border);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-sidebar-title {
    color: var(--gks-primary-dark);
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.blog-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-list li + li {
    border-top: 1px solid var(--gks-border);
}

.blog-sidebar-list a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gks-text);
    padding: 0.75rem 0;
    text-decoration: none;
}

.blog-sidebar-list a:hover,
.blog-sidebar-list a.active {
    color: var(--gks-primary);
}

.blog-sidebar-featured {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    text-decoration: none;
}

.blog-sidebar-featured + .blog-sidebar-featured {
    border-top: 1px solid var(--gks-border);
}

.blog-sidebar-featured img {
    width: 5rem;
    height: 3.5rem;
    flex: 0 0 auto;
    object-fit: contain;
    background: var(--gks-light);
    border-radius: 0.35rem;
}

.blog-sidebar-featured-title {
    color: var(--gks-primary-dark);
    font-family: "Libre Baskerville", serif;
    font-size: 0.9rem;
    line-height: 1.35;
}

.blog-sidebar-featured-date {
    color: var(--gks-text);
    display: block;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

@media (max-width: 991.98px) {
    .blog-sidebar {
        position: static;
    }
}