@media (max-width: 921px) { .ast-mobile-header-wrap,
#ast-mobile-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
z-index: 9999999 !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
} .ast-mobile-header-wrap.scrolled,
#ast-mobile-header.scrolled {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
} body.gateway-menu-active .ast-mobile-header-wrap,
body.gateway-menu-active #ast-mobile-header {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}  .menu-toggle,
.ast-mobile-menu-toggle,
.ast-button-wrap button {
position: relative !important;
z-index: 99999999 !important;
} .menu-toggle .ast-menu-svg,
.ast-mobile-menu-toggle .ast-menu-svg {
display: inline-flex !important;
opacity: 1 !important;
transition: opacity 0.2s ease !important;
}
.menu-toggle .ast-close-svg,
.ast-mobile-menu-toggle .ast-close-svg {
display: none !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
} .menu-toggle.gateway-menu-open .ast-menu-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-menu-svg,
button.gateway-menu-open .ast-menu-svg {
display: none !important;
opacity: 0 !important;
}
.menu-toggle.gateway-menu-open .ast-close-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-close-svg,
button.gateway-menu-open .ast-close-svg {
display: inline-flex !important;
opacity: 1 !important;
} .menu-toggle svg,
.ast-mobile-menu-toggle svg,
.ast-theme-transparent-header .menu-toggle svg,
.ast-theme-transparent-header .ast-mobile-menu-toggle svg,
.ast-mobile-header-wrap.scrolled .menu-toggle svg,
.ast-mobile-header-wrap.scrolled .ast-mobile-menu-toggle svg,
body.gateway-menu-active .menu-toggle svg,
body.gateway-menu-active .ast-mobile-menu-toggle svg {
fill: #ffffff!important;
} #ast-mobile-site-navigation,
.main-header-bar-navigation .ast-mobile-site-navigation {
display: none !important;
} .gateway-menu-overlay {
position: fixed;
top: 90px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 999 !important;
pointer-events: none;
}
.gateway-menu-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .gateway-menu-panel {
position: fixed;
top: 90px;
left: -85%;
width: 85%;
max-width: 400px;
height: calc(100vh - 90px);
height: calc(100dvh - 90px);
background: #ffffff;
z-index: 1000 !important;
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
overscroll-behavior: contain;
}
.gateway-menu-panel.active {
left: 0;
}
.gateway-menu-content {
padding: 20px 0;
} .gateway-primary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.gateway-primary-nav li {
border-bottom: 1px solid #f0f0f0;
margin: 0;
}
.gateway-primary-nav li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
transition: background 0.2s ease;
}
.gateway-primary-nav li a:hover,
.gateway-primary-nav li a:active {
background: rgba(0, 102, 204, 0.05);
}
.gateway-primary-nav li.current-menu-item > a,
.gateway-primary-nav li.current_page_item > a {
color: #0066cc;
font-weight: 600;
}
.gateway-primary-nav li a::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
opacity: 0.5;
}
.gateway-primary-nav .sub-menu {
list-style: none;
padding-left: 20px;
margin: 0;
}
.gateway-primary-nav .sub-menu li a {
padding: 12px 20px;
font-size: 15px;
} .gateway-custom-links {
margin-top: 20px;
padding: 20px 0;
border-top: 2px solid #e0e0e0;
}
.gateway-custom-links-title {
padding: 0 20px 10px;
font-size: 13px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}
.gateway-custom-link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: 5px 0;
background: #f8f9fa;
color: #333;
text-decoration: none;
font-size: 15px;
transition: all 0.2s ease;
}
.gateway-custom-link:hover,
.gateway-custom-link:active {
background: #e9ecef;
transform: translateX(5px);
}
.gateway-custom-link svg {
width: 16px;
height: 16px;
stroke: currentColor;
fill: none;
} body.gateway-menu-active {
position: fixed !important;
overflow: hidden !important;
touch-action: none !important;
width: 100% !important;
} @supports (-webkit-touch-callout: none) {
body.gateway-menu-active {
min-height: -webkit-fill-available !important;
}
}
} @media (min-width: 922px) {
.gateway-menu-overlay,
.gateway-menu-panel {
display: none !important;
}
} .menu-toggle .screen-reader-text,
.ast-mobile-menu-toggle .screen-reader-text {
display: none !important;
}.cpt-scope .gateway-course-hero {
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
overflow: hidden;
background: var(--gateway-navy, #262474);
margin-top: -4em !important;
}
.cpt-scope .gateway-hero-wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 7fr 3fr;
gap: 60px;
min-height: 500px;
align-items: end;
position: relative;
}
.cpt-scope .gateway-hero-content {
z-index: 2;
position: relative;
margin-bottom: 40px;
}
.cpt-scope .gateway-hero-title {
font-size: 56px;
font-weight: 800;
line-height: 0.95;
color: var(--gateway-white, #ffffff);
margin-bottom: 32px;
letter-spacing: -1.5px;
opacity: 0;
animation: fadeUp 0.6s ease forwards 0.4s;
}
.cpt-scope .gateway-hero-subtitle {
font-size: 20px;
color: rgba(255, 255, 255, 0.9);
line-height: 1.6;
opacity: 0;
animation: fadeUp 0.6s ease forwards 0.6s;
}
.cpt-scope .gateway-hero-background {
position: absolute;
top: 0;
right: calc(-50vw + 50%);
bottom: 0;
z-index: 1;
overflow: hidden;
}
.cpt-scope .gateway-hero-background::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
pointer-events: none;
}
.cpt-scope .gateway-hero-image {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(20%);
position: relative;
z-index: 1;
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .cpt-scope .gateway-search-section {
background: var(--gateway-white, #ffffff);
padding: 60px 0 40px;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.cpt-scope .gateway-search-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
} .cpt-scope .gateway-archive-content {
background: var(--gateway-white, #ffffff);
padding: 20px 0 60px;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.cpt-scope .gateway-archive-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
} .cpt-scope .gateway-course-section {
padding: 40px 0;
}
.cpt-scope .gateway-section-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 32px;
}
.cpt-scope .gateway-diploma-title {
color: var(--gateway-navy, #262474);
}
.cpt-scope .gateway-certificate-title {
color: var(--gateway-green-dark, #24906b);
}
.cpt-scope .gateway-seminar-title {
color: var(--gateway-blue, #1b60aa);
} .cpt-scope .gateway-course-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
} .cpt-scope .gateway-course-card {
background: var(--gateway-white, #ffffff);
border-radius: 24px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
opacity: 0;
animation: fadeInCard 0.6s ease forwards;
}
.cpt-scope .gateway-course-card:nth-child(1) { animation-delay: 0.1s; }
.cpt-scope .gateway-course-card:nth-child(2) { animation-delay: 0.2s; }
.cpt-scope .gateway-course-card:nth-child(3) { animation-delay: 0.3s; }
.cpt-scope .gateway-course-card:nth-child(4) { animation-delay: 0.4s; }
.cpt-scope .gateway-course-card:nth-child(5) { animation-delay: 0.5s; }
.cpt-scope .gateway-course-card:nth-child(6) { animation-delay: 0.6s; }
.cpt-scope .gateway-course-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.cpt-scope .gateway-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.cpt-scope .gateway-card-image {
width: 100%;
height: 200px;
position: relative;
overflow: hidden;
}
.cpt-scope .gateway-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.cpt-scope .gateway-course-card:hover .gateway-card-image img {
transform: scale(1.08);
}
.cpt-scope .gateway-card-content {
padding: 28px;
}
.cpt-scope .gateway-card-code {
font-size: 14px;
font-weight: 700;
color: var(--gateway-green, #6db460);
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.cpt-scope .gateway-card-title {
font-size: 20px;
font-weight: 700;
color: var(--gateway-black, #0a0a0a);
line-height: 1.4;
margin-bottom: 24px;
}
.cpt-scope .gateway-card-footer {
padding-top: 20px;
border-top: 2px solid var(--gateway-gray-100, #f0f0f0);
}
.cpt-scope .gateway-learn-more {
color: var(--gateway-blue, #1b60aa);
font-weight: 600;
font-size: 16px;
display: inline-flex;
align-items: center;
gap: 8px;
transition: gap 0.3s ease;
}
.cpt-scope .gateway-course-card:hover .gateway-learn-more {
gap: 12px;
}
.cpt-scope .gateway-arrow {
display: inline-block;
transition: transform 0.3s ease;
}
@keyframes fadeInCard {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .cpt-scope .gateway-no-results {
text-align: center;
padding: 80px 40px;
background: var(--gateway-white, #ffffff);
border-radius: 24px;
}
.cpt-scope .gateway-no-results h2 {
font-size: 32px;
font-weight: 700;
color: var(--gateway-black, #0a0a0a);
margin-bottom: 16px;
}
.cpt-scope .gateway-no-results p {
font-size: 18px;
color: var(--gateway-gray-800, #2a2a2a);
} .cpt-scope .gateway-no-results-message {
grid-column: 1 / -1;
text-align: center;
padding: 40px;
background: var(--gateway-white, #ffffff);
border-radius: 24px;
margin-bottom: 32px;
}
.cpt-scope .gateway-no-results-message h3 {
font-size: 24px;
font-weight: 700;
color: var(--gateway-black, #0a0a0a);
margin-bottom: 12px;
}
.cpt-scope .gateway-no-results-message p {
font-size: 16px;
color: var(--gateway-gray-800, #2a2a2a);
} .cpt-scope .gateway-pagination {
margin-top: 60px;
text-align: center;
}
.cpt-scope .gateway-pagination .nav-links {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
}
.cpt-scope .gateway-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
height: 44px;
padding: 0 16px;
background: var(--gateway-white, #ffffff);
color: var(--gateway-gray-800, #2a2a2a);
border-radius: 12px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.cpt-scope .gateway-pagination .page-numbers:hover {
background: var(--gateway-navy, #262474);
color: var(--gateway-white, #ffffff);
transform: translateY(-2px);
}
.cpt-scope .gateway-pagination .page-numbers.current {
background: var(--gateway-navy, #262474);
color: var(--gateway-white, #ffffff);
}
.cpt-scope .gateway-pagination .page-numbers.dots {
background: transparent;
} @media (max-width: 1200px) {
.cpt-scope .gateway-hero-wrapper {
grid-template-columns: 1fr;
padding: 60px 40px;
min-height: 600px;
}
.cpt-scope .gateway-hero-background {
right: calc(-50vw + 50%);
width: calc(40vw + (50vw - 50%));
}
.cpt-scope .gateway-hero-title {
font-size: 48px;
}
.cpt-scope .gateway-search-container,
.cpt-scope .gateway-archive-container {
padding: 0 40px;
}
.cpt-scope .gateway-course-grid {
grid-template-columns: repeat(2, 1fr);
gap: 28px;
}
}
@media (max-width: 768px) {
.cpt-scope .gateway-hero-wrapper {
grid-template-columns: 1fr;
padding: 0;
gap: 0;
display: flex;
flex-direction: column;
min-height: auto;
}
.cpt-scope .gateway-hero-background {
position: relative;
width: 100%;
height: 300px;
order: 1;
right: 0;
}
.cpt-scope .gateway-hero-content {
order: 2;
padding: 40px 24px;
text-align: left;
width: 100%;
box-sizing: border-box;
}
.cpt-scope .gateway-hero-title {
font-size: 36px;
text-align: left;
}
.cpt-scope .gateway-hero-subtitle {
font-size: 18px;
text-align: left;
}
.cpt-scope .gateway-search-container,
.cpt-scope .gateway-archive-container {
padding: 0 24px;
}
.cpt-scope .gateway-search-section {
padding: 40px 0 20px;
}
.cpt-scope .gateway-archive-content {
padding: 40px 0 60px;
}
.cpt-scope .gateway-course-grid {
grid-template-columns: 1fr;
gap: 24px;
}
.cpt-scope .gateway-card-content {
padding: 24px;
}
.cpt-scope .gateway-card-title {
font-size: 18px;
}
.cpt-scope .gateway-section-title {
font-size: 28px;
margin-bottom: 24px;
}
}
@media (max-width: 480px) {
.cpt-scope .gateway-hero-content {
padding: 32px 20px;
}
.cpt-scope .gateway-hero-title {
font-size: 32px;
}
.cpt-scope .gateway-hero-background {
height: 250px;
}
.cpt-scope .gateway-search-container,
.cpt-scope .gateway-archive-container {
padding: 0 20px;
}
.cpt-scope .gateway-card-content {
padding: 20px;
}
.cpt-scope .gateway-section-title {
font-size: 24px;
}
}.gateway-course-search-wrapper {
width: 100%;
padding: 2rem 1rem;
}
.gcs-container {
max-width: 1200px;
margin: 0 auto;
background: #ffffff;
border-radius: 1.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
padding: 2rem;
}
@media (min-width: 768px) {
.gcs-container {
padding: 3rem;
}
} .gcs-header {
margin-bottom: 2rem;
}
.gcs-title {
font-size: 2.5rem;
font-weight: 700;
color: #111827;
margin: 0 0 0.75rem 0;
line-height: 1.2;
}
@media (min-width: 768px) {
.gcs-title {
font-size: 3rem;
}
}
.gcs-subtitle {
font-size: 1.125rem;
color: #6b7280;
margin: 0;
line-height: 1.6;
} .gcs-content {
max-width: 64rem;
margin: 0 auto;
} .gcs-search-wrapper {
position: relative;
margin-bottom: 1.5rem;
}
.gcs-search-box {
position: relative;
background: linear-gradient(135deg, #262474, #1b60aa, #24906b, #6db460);
border-radius: 30px;
padding: 3px;
display: block;
}
.gcs-search-input {
width: 100% !important;
padding: 1rem 8rem 1rem 1.5rem !important;
font-size: 1.125rem !important;
border: none !important;
border-radius: 27px !important;
outline: none !important;
transition: all 0.3s ease;
background: #ffffff !important;
display: block !important;
position: relative;
z-index: 1;
margin: 0 !important;
box-sizing: border-box !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.gcs-search-input:focus {
box-shadow: 0 0 0 4px rgba(38, 36, 116, 0.1) !important;
border: none !important;
outline: none !important;
}
.gcs-search-input::placeholder {
color: #9ca3af;
} .gcs-button-group {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
gap: 0.5rem;
z-index: 2;
}
.gcs-btn {
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem;
border: none;
border-radius: 9999px;
cursor: pointer;
transition: all 0.3s ease;
background: #111827;
color: #ffffff;
}
.gcs-btn:hover {
background: #1f2937;
transform: scale(1.05);
}
.gcs-btn svg {
width: 20px;
height: 20px;
}
.gcs-filter-btn {
position: relative;
background: #4b5563;
}
.gcs-filter-btn:hover,
.gcs-filter-btn.active {
background: #374151;
}
.gcs-filter-badge {
position: absolute;
top: -4px;
right: -4px;
background: #3b82f6;
color: #ffffff;
font-size: 0.75rem;
font-weight: 700;
width: 20px;
height: 20px;
border-radius: 9999px;
display: flex;
align-items: center;
justify-content: center;
} .gcs-suggestions {
position: absolute;
width: 100%;
margin-top: 0.5rem;
background: #ffffff;
border-radius: 1rem;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
border: 1px solid #e5e7eb;
overflow: hidden;
z-index: 20;
max-height: 400px;
overflow-y: auto;
}
.gcs-suggestion-item {
padding: 1rem;
border-bottom: 2px solid #f3f4f6;
cursor: pointer;
transition: background-color 0.2s ease;
}
.gcs-suggestion-item:last-child {
border-bottom: none;
}
.gcs-suggestion-item:hover {
background: #f9fafb;
}
.gcs-suggestion-code {
font-weight: 600;
color: #3b82f6;
font-size: 0.875rem;
margin-bottom: 0.25rem;
}
.gcs-suggestion-title {
color: #111827;
margin-bottom: 0.5rem;
font-size: 1rem;
}
.gcs-suggestion-tags {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.gcs-suggestion-tag {
font-size: 0.75rem;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
background: #f3f4f6;
color: #6b7280;
}
.gcs-suggestion-tag.type {
background: #dbeafe;
color: #1e40af;
} .gcs-view-all {
display: flex;
justify-content: flex-end;
margin-bottom: 1rem;
}
.gcs-view-all-link {
color: #6b7280;
text-decoration: underline;
font-size: 0.875rem;
transition: color 0.2s ease;
}
.gcs-view-all-link:hover {
color: #111827;
} .gcs-filter-panel {
background: #ffffff;
border-radius: 1rem;
border: 2px solid #e5e7eb;
padding: 1.5rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.gcs-filter-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}
.gcs-filter-title {
font-size: 1.125rem;
font-weight: 700;
color: #111827;
margin: 0;
}
.gcs-filter-close {
background: transparent;
border: none;
color: #9ca3af;
cursor: pointer;
padding: 0.25rem;
transition: color 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
}
.gcs-filter-close:hover {
color: #6b7280;
} .gcs-filter-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media (min-width: 768px) {
.gcs-filter-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.gcs-filter-group-title {
font-size: 0.875rem;
font-weight: 700;
color: #111827;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 0 0.75rem 0;
}
.gcs-filter-options {
display: flex;
flex-direction: column;
gap: 0.5rem;
} .gcs-checkbox-label {
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
transition: all 0.2s ease;
}
.gcs-checkbox-label:hover {
color: #111827;
}
.gcs-checkbox {
width: 1.25rem;
height: 1.25rem;
border: 2px solid #d1d5db;
border-radius: 0.25rem;
margin-right: 0.75rem;
cursor: pointer;
appearance: none;
background: #ffffff;
transition: all 0.2s ease;
position: relative;
}
.gcs-checkbox:checked {
background: #3b82f6;
border-color: #3b82f6;
}
.gcs-checkbox:checked::after {
content: '';
position: absolute;
top: 2px;
left: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.gcs-checkbox:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.gcs-checkbox-label span {
color: #374151;
font-size: 0.9375rem;
} .gcs-filter-footer {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 2px solid #e5e7eb;
text-align: right;
}
.gcs-clear-all {
background: transparent;
border: none;
color: #6b7280;
text-decoration: underline;
font-size: 0.875rem;
font-weight: 500;
cursor: pointer;
padding: 0.25rem;
transition: color 0.2s ease;
}
.gcs-clear-all:hover {
color: #111827;
} @media (max-width: 767px) {
.gcs-title {
font-size: 2rem;
}
.gcs-search-input {
font-size: 1rem;
padding-right: 7rem;
}
.gcs-button-group {
gap: 0.25rem;
}
.gcs-btn {
padding: 0.625rem;
}
.gcs-btn svg {
width: 18px;
height: 18px;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.gcs-suggestions,
.gcs-filter-panel {
animation: fadeIn 0.3s ease;
}