:root { --bee-gold: #ffdb1b;
--bee-gold-light: #FAC775;
--bee-gold-dark: #EF9F27;
--bee-gold-deeper: #f4c400; --bee-blue: #7fd4ff;
--bee-teal: #5DCAA5;
--bee-light: #ebefff; --bee-dark: #02101f;
--bee-dark-soft: #0b1e2d;
--bee-dark-deep: #07141f; --bee-text: #475569;
--bee-text-muted: rgba(255, 255, 255, 0.7);
--bee-text-dim: rgba(255, 255, 255, 0.5);
--bee-text-on-light: #02101f; --bee-surface-glass: rgba(255, 255, 255, 0.06);
--bee-surface-glass-hover: rgba(255, 255, 255, 0.10);
--bee-surface-border: rgba(255, 255, 255, 0.12);
--bee-surface-border-strong: rgba(255, 255, 255, 0.25); --bee-gold-surface: rgba(255, 219, 27, 0.18);
--bee-gold-surface-soft: rgba(250, 199, 117, 0.08);
--bee-gold-border: rgba(255, 219, 27, 0.35);
--bee-gold-glow: rgba(255, 219, 27, 0.35); --bee-gradient-gold: linear-gradient(135deg, var(--bee-gold) 0%, var(--bee-gold-light) 100%);
--bee-gradient-gold-rich: linear-gradient(135deg, var(--bee-gold-light) 0%, var(--bee-gold-dark) 60%, var(--bee-gold) 100%);
--bee-gradient-blue: linear-gradient(135deg, var(--bee-blue), var(--bee-teal));
--bee-gradient-glass-gold: linear-gradient(135deg, var(--bee-gold-surface), var(--bee-gold-surface-soft)); --bee-space-3xs: 0.25rem; --bee-space-2xs: 0.5rem; --bee-space-xs: 0.75rem; --bee-space-sm: 1rem; --bee-space-md: 1.5rem; --bee-space-lg: 2rem; --bee-space-xl: 3rem; --bee-space-2xl: 4rem; --bee-space-3xl: 6rem; --bee-space-section: 7.5rem;  --bee-radius-sm: 6px;
--bee-radius-md: 10px;
--bee-radius-lg: 16px;
--bee-radius-pill: 999px; --bee-font-sans: 'Urbanist', system-ui, -apple-system, 'Segoe UI', sans-serif;
--bee-text-xs: 0.75rem;
--bee-text-sm: 0.875rem;
--bee-text-base: 1rem;
--bee-text-lg: 1.125rem;
--bee-text-xl: 1.25rem;
--bee-text-2xl: 1.5rem;
--bee-text-3xl: 2rem;
--bee-text-4xl: 2.5rem;
--bee-text-5xl: 3rem;
--bee-tracking-tight: -0.02em;
--bee-tracking-normal: 0;
--bee-tracking-wide: 0.02em;
--bee-tracking-wider: 0.04em;
--bee-tracking-widest: 0.08em;
--bee-leading-tight: 1;
--bee-leading-snug: 1.2;
--bee-leading-normal: 1.5;
--bee-leading-relaxed: 1.6; --bee-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
--bee-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.15);
--bee-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.25);
--bee-shadow-gold: 0 4px 20px var(--bee-gold-glow);
--bee-shadow-gold-strong: 0 8px 28px rgba(255, 219, 27, 0.5);
--bee-shadow-inset-light: inset 0 1px 0 rgba(255, 255, 255, 0.4); --bee-ease: cubic-bezier(0.16, 1, 0.3, 1);
--bee-ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
--bee-ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
--bee-duration-fast: 0.15s;
--bee-duration-base: 0.25s;
--bee-duration-slow: 0.4s;
--bee-duration-slower: 0.7s; --bee-container-max: 1360px;
--bee-container-narrow: 960px;
--bee-container-text: 720px;
--bee-container-padding-x: 3rem; --bee-z-base: 1;
--bee-z-content: 2;
--bee-z-overlay: 10;
--bee-z-header: 50;
--bee-z-modal: 100;
}
*,
*::before,
*::after {
box-sizing: border-box;
} .bee-section h1,
.bee-section h2,
.bee-section h3,
.bee-section h4,
.bee-section h5,
.bee-section h6,
.bee-section p {
margin: 0;
} img {
max-width: 100%;
height: auto;
display: block;
} @media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
} :focus:not(:focus-visible) {
outline: none;
}
body {
background-color: #f3f6fa !important;
} @media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
.position-relative {
position: relative;
}
.z-99 {
z-index: 99;
}
body {
font-family: var(--bee-font-sans);
} .text-primary {
color: var(--bee-gold);
}
.text-muted {
color: var(--bee-text-muted);
}
.text-dim {
color: var(--bee-text-dim);
} .text-gradient-gold {
background: var(--bee-gradient-gold-rich);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
.text-gradient-blue {
background: var(--bee-gradient-blue);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
:root { --bee-container-max: 1360px; --bee-container-padding-x: 24px;
} .bee-container {
width: 100% !important;
max-width: var(--bee-container-max) !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: var(--bee-container-padding-x) !important;
padding-right: var(--bee-container-padding-x) !important;
}
.ast-builder-grid-row {
width: var(--bee-container-max);
padding-right: 2rem;
padding-left: 2rem;
} @media (max-width: 1440px) {
:root {
--bee-container-max: 1240px;
}
.ast-builder-grid-row {
width: 1240px;
max-width: 100%;
padding-right: 2rem;
padding-left: 2rem;
}
} @media (max-width: 1200px) {
:root {
--bee-container-max: 1140px;
--bee-container-padding-x: 20px;
}
} @media (max-width: 992px) {
:root {
--bee-container-max: 960px;
--bee-container-padding-x: 20px;
}
}
@media (max-width: 921px) {
.ast-builder-grid-row {
width: 100%;
padding-left: 0rem;
padding-right: 0rem;
}
} @media (max-width: 768px) {
:root {
--bee-container-max: 100%;
--bee-container-padding-x: 18px;
}
} @media (max-width: 576px) {
:root {
--bee-container-padding-x: 16px;
}
}
.ast-container {
max-width: 100% !important;
padding: 0 !important;
flex-direction: column !important;
justify-content: center;
}
.bee-narrow {
max-width: var(--bee-container-narrow);
margin-left: auto;
margin-right: auto;
}
.bee-dark-bg {
background: linear-gradient(135deg, #02101f 0%, #051a30 50%, #02101f 100%) !important;
}
.bee-text-block {
max-width: var(--bee-container-text);
margin-left: auto;
margin-right: auto;
} .bee-flex {
display: flex;
}
.bee-flex-center {
display: flex;
align-items: center;
justify-content: center;
}
.bee-flex-between {
display: flex;
align-items: center;
justify-content: space-between;
}
.bee-flex-col {
display: flex;
flex-direction: column;
}
.bee-flex-wrap {
flex-wrap: wrap;
} .bee-grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--bee-space-xl);
}
.bee-grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--bee-space-lg);
}
.bee-grid-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--bee-space-md);
} .bee-section-wrapper .bee-section-title>h2,
.bee-section-wrapper .bee-section-title {
font-size: clamp(32px, 4vw, 52px);
line-height: 1.05;
color: var(--bee-dark-deep);
margin: 0 0 16px;
font-weight: 600;
letter-spacing: -1.5px;
}
.bee-section-wrapper .bee-section-desc {
color: var(--bee-text);
font-size: 15px;
line-height: 1.6;
}
@media(min-width:1200px) {
.bee-section-wrapper .bee-section-desc {
width: 580px;
}
.bee-section-wrapper--inline {
display: flex !important;
justify-content: space-between;
}
}
.text-white {
color: #fff !important;
}
.text-dimmed {
color: rgba(255, 255, 255, 0.8) !important;
} .bee-gap-xs {
gap: var(--bee-space-xs);
}
.bee-gap-sm {
gap: var(--bee-space-sm);
}
.bee-gap-md {
gap: var(--bee-space-md);
}
.bee-gap-lg {
gap: var(--bee-space-lg);
}
.bee-gap-xl {
gap: var(--bee-space-xl);
} div.bee-section,
.bee-section {
padding-top: var(--bee-space-section);
padding-bottom: var(--bee-space-section);
}
.bee-section-sm {
padding-top: var(--bee-space-2xl);
padding-bottom: var(--bee-space-2xl);
} .bee-center {
text-align: center;
}
.bee-left {
text-align: left;
}
.bee-right {
text-align: right;
}
.bee-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
} .bee-section--dark {
background: var(--bee-dark);
color: var(--bee-text);
}
.bee-section--dark-deep {
background: var(--bee-dark-deep);
color: var(--bee-text);
} @media (max-width: 768px) {
.bee-container {
padding-left: var(--bee-space-sm) !important;
padding-right: var(--bee-space-sm) !important;
}
.bee-grid-2,
.bee-grid-3,
.bee-grid-4 {
grid-template-columns: 1fr;
gap: var(--bee-space-md);
}
.bee-section {
padding-top: var(--bee-space-xl);
padding-bottom: var(--bee-space-xl);
}
}
.bee-section-space--top {
padding-top: var(--bee-space-section) !important;
padding-bottom: 1.5rem !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-50 {
margin-bottom: 50px !important;
} .btn .elementor-button,
a.btn,
button.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--bee-space-2xs);
padding: 1.25rem 1.75rem;
border-radius: var(--bee-radius-pill);
font-family: inherit;
font-size: var(--bee-text-base);
font-weight: 600;
letter-spacing: var(--bee-tracking-wide);
line-height: 1; text-decoration: none;
cursor: pointer;
white-space: nowrap;
transition:
transform var(--bee-duration-base) var(--bee-ease-out),
background var(--bee-duration-base) var(--bee-ease-out),
color var(--bee-duration-base) var(--bee-ease-out),
border-color var(--bee-duration-base) var(--bee-ease-out),
box-shadow var(--bee-duration-base) var(--bee-ease-out);
} .btn .elementor-button {
background: transparent;
}
.btn .elementor-button-content-wrapper {
display: inline-flex;
align-items: center;
gap: var(--bee-space-2xs);
} .btn .elementor-button:focus-visible,
a.btn:focus-visible,
button.btn:focus-visible {
outline: 2px solid var(--bee-gold);
outline-offset: 3px;
} .btn-primary .elementor-button,
a.btn-primary,
button.btn-primary {
background: var(--bee-gradient-gold);
color: var(--bee-dark) !important;
box-shadow:
var(--bee-shadow-gold),
var(--bee-shadow-inset-light);
}
.btn-primary .elementor-button:hover,
a.btn-primary:hover,
button.btn-primary:hover {
transform: translateY(-2px);
color: var(--bee-dark);
box-shadow:
var(--bee-shadow-gold-strong),
var(--bee-shadow-inset-light);
} .btn-primary .elementor-button-icon svg,
.btn-primary .elementor-button-icon i,
.btn-primary svg,
.btn-primary i {
color: var(--bee-dark);
fill: var(--bee-dark);
} .btn-outline .elementor-button,
a.btn-outline,
button.btn-outline {
background: var(--bee-surface-glass) !important;
color: #fff;
border: 2px solid var(--bee-surface-border-strong);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.btn-outline .elementor-button:hover,
a.btn-outline:hover,
button.btn-outline:hover {
background: var(--bee-surface-glass-hover);
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
transform: translateY(-2px);
} .btn-outline-dark .elementor-button,
a.btn-outline-dark,
button.btn-outline-dark {
background: transparent;
color: var(--bee-dark);
border-color: rgba(2, 16, 31, 0.25);
}
.btn-outline-dark .elementor-button:hover,
a.btn-outline-dark:hover,
button.btn-outline-dark:hover {
background: rgba(2, 16, 31, 0.05);
color: var(--bee-dark);
border-color: rgba(2, 16, 31, 0.5);
transform: translateY(-2px);
} .btn .elementor-button-icon svg,
.btn .elementor-button-icon i,
.btn svg,
.btn i {
width: 16px;
height: 16px;
transition: transform var(--bee-duration-base) var(--bee-ease-out);
} .btn-primary:hover .elementor-button-icon svg,
.btn-primary:hover .elementor-button-icon i,
.btn-primary:hover svg,
.btn-primary:hover i {
transform: translateX(4px);
} .btn-sm .elementor-button,
a.btn-sm,
button.btn-sm {
padding: 0.5rem 1rem;
font-size: var(--bee-text-sm);
}
.btn-lg .elementor-button,
a.btn-lg,
button.btn-lg {
padding: 1.125rem 2.25rem;
font-size: var(--bee-text-lg);
}
.bee-chip {
display: inline-flex !important;
align-items: center !important;
gap: var(--bee-space-2xs);
padding: 0.5em 1.25em !important;
border-radius: var(--bee-radius-pill) !important;
font-family: inherit;
font-size: var(--bee-text-sm);
font-weight: 600;
letter-spacing: var(--bee-tracking-widest);
line-height: 1;
text-transform: uppercase;
width: fit-content !important; backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px); border: 1px solid var(--bee-gold-border);
box-shadow:
0 0 0 1px rgba(255, 219, 27, 0.08),
0 4px 24px var(--bee-gold-glow),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
} .bee-chip::before {
content: "";
width: 6px;
height: 6px;
border-radius: 50%;
flex-shrink: 0;
} .bee-chip--gold {
background: var(--bee-gradient-glass-gold);
color: var(--bee-gold);
border-color: var(--bee-gold-border);
}
.bee-chip--gold::before {
background: var(--bee-gold);
box-shadow: 0 0 8px rgba(255, 219, 27, 0.8);
} .bee-chip--blue {
background: linear-gradient(
135deg,
rgba(127, 212, 255, 0.18),
rgba(93, 202, 165, 0.08)
);
color: var(--bee-blue);
border-color: rgba(127, 212, 255, 0.35);
box-shadow:
0 0 0 1px rgba(127, 212, 255, 0.08),
0 4px 24px rgba(127, 212, 255, 0.15),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bee-chip--blue::before {
background: var(--bee-blue);
box-shadow: 0 0 8px rgba(127, 212, 255, 0.8);
}
.bee-chip--dark-blue{
color:var(--bee-dark-soft);
background: rgba(24, 95, 165, 0.06);
border-color: rgba(24, 95, 165, 0.18);
box-shadow:none !important;
} .bee-chip--ghost {
background: var(--bee-surface-glass);
color: rgba(255, 255, 255, 0.9);
border-color: var(--bee-surface-border);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.bee-chip--ghost::before {
background: rgba(255, 255, 255, 0.9);
}
.bee-trust {
display: inline-flex;
align-items: center !important;
gap: var(--bee-space-sm);
padding: 0.625rem 1rem 0.625rem 0.625rem;
border-radius: var(--bee-radius-pill);
background: var(--bee-surface-glass);
border: 1px solid var(--bee-surface-border);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
width: fit-content;
}
.bee-trust__logo {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.bee-trust__logo img {
width: 44px;
height: 44px;
display: block;
object-fit: contain;
}
.bee-trust__text {
display: flex;
flex-direction: column;
gap: var(--bee-space-3xs);
line-height: var(--bee-leading-snug);
padding: 0;
}
.bee-trust__title {
font-size: var(--bee-text-sm);
font-weight: 700;
color: #fff;
letter-spacing: var(--bee-tracking-wide);
}
.bee-trust__sub {
font-size: var(--bee-text-xs);
font-weight: 500;
color: var(--bee-text-muted);
letter-spacing: var(--bee-tracking-wider);
}
.bee-page-hero {
position: relative;
display: flex;
align-items: flex-end;
overflow: hidden;
min-height: 320px;
padding:
calc(var(--bee-space-2xl) * 2) 0 calc(var(--bee-space-2xl) * 1.4);
background:
linear-gradient(180deg,
var(--bee-dark-soft) 0%,
var(--bee-dark) 100%);
isolation: isolate;
} .bee-page-hero__background {
position: absolute;
inset: 0;
z-index: 1;
}
.bee-page-hero__background img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.38;
transform: scale(1.05);
filter:
saturate(1) contrast(1.05) brightness(0.7);
} .bee-page-hero__overlay {
position: absolute;
inset: 0;
z-index: 2;
background: linear-gradient(180deg, rgba(2, 16, 31, 0.18) 0%, rgba(2, 16, 31, 0.42) 35%, rgba(2, 16, 31, 0.72) 75%, rgba(2, 16, 31, 0.92) 100%), radial-gradient(circle at top right, rgba(255, 219, 27, 0.10), transparent 35%), radial-gradient(circle at left center, rgba(127, 212, 255, 0.10), transparent 40%);
} .bee-page-hero__glow {
position: absolute;
top: -20%;
right: -10%;
width: 700px;
height: 700px;
border-radius: 50%;
background:
radial-gradient(circle,
rgba(255, 219, 27, 0.10) 0%,
transparent 70%);
z-index: 1;
pointer-events: none;
} .bee-page-hero .bee-container {
position: relative;
z-index: 5;
width: 100%;
} .bee-breadcrumb {
display: inline-flex;
align-items: center;
gap: var(--bee-space-xs);
padding:
12px 18px;
margin-bottom: var(--bee-space-xl);
border:
1px solid rgba(255, 255, 255, 0.08);
border-radius:
var(--bee-radius-pill);
background:
rgba(255, 255, 255, 0.04);
backdrop-filter:
blur(12px);
color: var(--bee-text-muted);
font-size: var(--bee-text-sm);
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.bee-breadcrumb a {
color: var(--bee-text-muted);
transition:
color var(--bee-duration-base) var(--bee-ease);
}
.bee-breadcrumb a:hover {
color: var(--bee-gold);
}
.bee-breadcrumb__separator {
opacity: 0.3;
}
.bee-breadcrumb__current {
color: var(--bee-gold);
} .bee-page-hero__content {
position: relative;
max-width: 920px;
z-index: 5;
} .bee-page-hero__eyebrow {
display: inline-block;
margin-bottom: var(--bee-space-md);
color: var(--bee-gold);
font-size: var(--bee-text-sm);
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
} .bee-page-hero__title {
margin: 0;
color: #fff;
font-size:
clamp(4rem, 8vw, 4rem);
font-weight: 600;
line-height: 0.92;
letter-spacing: -0.06em;
text-wrap: balance;
text-shadow:
0 10px 30px rgba(0, 0, 0, 0.45);
} .bee-page-hero__description {
margin-top: var(--bee-space-xl);
max-width: 720px;
color: var(--bee-text-muted);
font-size: var(--bee-text-lg);
line-height: 1.8;
} @media (max-width: 991px) {
.bee-page-hero {
min-height: 420px;
padding:
calc(var(--bee-space-3xl) * 1.5) 0 var(--bee-space-3xl);
}
.bee-page-hero__title {
font-size:
clamp(3rem, 10vw, 5rem);
}
}
@media (max-width: 767px) {
.bee-page-hero {
padding-top: 6rem;
padding-bottom: 3rem;
min-height: 315px;
}
.bee-page-hero__title {
line-height: 1;
}
.bee-breadcrumb {
padding: 6px 12px;
margin-bottom:
var(--bee-space-lg);
}
}

.bee-faq {
display: grid;
gap: 12px;
} .bee-faq-item {
background: var(--bee-dark);
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 14px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(2, 16, 31, 0.15);
transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.bee-faq-item:hover {
border-color: rgba(255, 219, 27, 0.2);
box-shadow: 0 12px 28px rgba(2, 16, 31, 0.22);
transform: translateY(-1px);
}
.bee-faq-item.is-open {
border-color: rgba(255, 219, 27, 0.35);
box-shadow: 0 14px 32px rgba(2, 16, 31, 0.25), 0 0 0 1px rgba(255, 219, 27, 0.1);
} .bee-faq-item__trigger {
width: 100%;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 16px;
padding: 20px 22px;
background: transparent;
border: 0;
text-align: left;
cursor: pointer;
font-family: inherit;
color: inherit;
}  .bee-faq>p:empty,
.bee-faq>p:has(> :empty:only-child),
.bee-faq>br {
display: none !important;
} .bee-faq>p {
margin: 0;
}
.bee-faq-item__question {
font-size: 18px;
font-weight: 600;
color: #fff;
line-height: 1.4;
letter-spacing: -0.1px;
} .bee-faq-item__icon {
display: grid;
place-items: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--bee-gold);
color: var(--bee-dark);
font-size: 20px;
font-weight: 600;
line-height: 1;
flex-shrink: 0;
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
box-shadow: 0 4px 12px rgba(255, 219, 27, 0.25);
}
.bee-faq-item .bee-faq-item__trigger:hover,
.bee-faq-item .bee-faq-item__trigger:focus {
background: rgba(255, 255, 255, 0.1) !important;
}
.bee-faq-item:hover .bee-faq-item__icon {
box-shadow: 0 6px 16px rgba(255, 219, 27, 0.4);
}
.bee-faq-item.is-open .bee-faq-item__icon {
transform: rotate(45deg);
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 14px rgba(255, 219, 27, 0.45);
} .bee-faq-item__content {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-faq-item.is-open .bee-faq-item__content {
grid-template-rows: 1fr;
}
.bee-faq-item__answer {
overflow: hidden;
min-height: 0;
}
.bee-faq-item__answer>* {
padding: 0 22px 20px;
margin: 0;
} .bee-faq-item.is-open .bee-faq-item__answer::before {
content: "";
display: block;
height: 1px;
margin: 0 22px 16px;
background: linear-gradient(90deg, rgba(255, 219, 27, 0.3), transparent);
}
.bee-faq-item__answer p {
font-size: 16px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.85);
margin: 0 0 10px;
}
.bee-faq-item__answer p:last-child {
margin-bottom: 0;
}
.bee-faq-item__answer ul,
.bee-faq-item__answer ol {
font-size: 14px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.75);
padding-left: 1.5em;
margin: 0;
}
.bee-faq-item__answer ul li,
.bee-faq-item__answer ol li {
margin-bottom: 6px;
}
.bee-faq-item__answer a {
color: var(--bee-gold);
text-decoration: underline;
text-underline-offset: 2px;
transition: color 0.3s ease;
}
.bee-faq-item__answer a:hover {
color: #fff;
}
.bee-faq-item__answer strong {
color: #fff;
font-weight: 600;
} @media (max-width: 480px) {
.bee-faq-item__trigger {
padding: 18px 18px;
gap: 12px;
}
.bee-faq-item__question {
font-size: 14px;
}
.bee-faq-item__icon {
width: 26px;
height: 26px;
font-size: 16px;
}
.bee-faq-item__answer>* {
padding: 0 18px 18px;
}
.bee-faq-item.is-open .bee-faq-item__answer::before {
margin: 0 18px 14px;
}
} .faq-section .faq-grid {
position: relative;
z-index: 2;
display: grid !important;
grid-template-columns: 1fr 1.3fr;
gap: 56px;
align-items: start;
}
.faq-section .bee-faq-item{
background: rgba(255, 255, 255, 0.08);
}
.faq-section .bee-section-title h2{
color:#fff !important;
}
.faq-section .bee-section-desc{
color:rgba(255,255,255,0.8) !important;
}
@media(min-width:1200px) {
.faq-section .bee-section-desc {
width: 440px;
}
}
@media (max-width: 1024px) {
.faq-section .faq-grid {
grid-template-columns: 1fr;
}
}
.bee-contact-form-wrapper {
position: relative;
font-family: var(--bee-font-sans);
} .bee-contact-form-wrapper .fluentform {
padding: var(--bee-space-xl);
border-radius: 32px;
background:
linear-gradient(180deg,
var(--bee-surface-glass) 0%,
rgba(255, 255, 255, 0.02) 100%);
border:
1px solid var(--bee-surface-border);
box-shadow:
var(--bee-shadow-lg),
inset 0 1px 0 rgba(255, 255, 255, 0.04);
backdrop-filter: blur(14px);
} .bee-contact-form-wrapper .ff-el-form-control label,
.bee-contact-form-wrapper .ff-el-input--label label {
color: var(--bee-dark-soft);
font-size: var(--bee-text-sm);
font-weight: 600;
letter-spacing: var(--bee-tracking-wider);
margin-bottom: var(--bee-space-xs);
} .bee-contact-form-wrapper input,
.bee-contact-form-wrapper textarea,
.bee-contact-form-wrapper select {
width: 100%;
background: var(--bee-surface-glass);
border:
1px solid var(--bee-surface-border);
border-radius: 20px;
color: #ffffff;
padding:
1rem 1.25rem;
min-height: 58px;
font-size: var(--bee-text-base);
font-weight: 500;
transition:
border-color var(--bee-duration-base) var(--bee-ease),
background var(--bee-duration-base) var(--bee-ease),
box-shadow var(--bee-duration-base) var(--bee-ease),
transform var(--bee-duration-base) var(--bee-ease);
} .bee-contact-form-wrapper textarea {
min-height: 180px;
resize: vertical;
padding-top: 1.125rem;
} .bee-contact-form-wrapper input::placeholder,
.bee-contact-form-wrapper textarea::placeholder {
color: var(--bee-text-dim);
} .bee-contact-form-wrapper input:focus,
.bee-contact-form-wrapper textarea:focus,
.bee-contact-form-wrapper select:focus {
outline: none;
border-color: var(--bee-gold-border);
background: var(--bee-surface-glass-hover);
box-shadow:
0 0 0 4px rgba(255, 219, 27, 0.08),
var(--bee-shadow-gold);
transform: translateY(-1px);
} .bee-contact-form-wrapper select {
appearance: none;
cursor: pointer;
} .bee-contact-form-wrapper .ff-btn-submit {
position: relative;
width: 100%;
min-height: 62px;
border: none;
border-radius: var(--bee-radius-lg);
background: var(--bee-gradient-gold);
color: var(--bee-dark-soft) !important;
font-size: var(--bee-text-base);
font-weight: 700;
letter-spacing: var(--bee-tracking-wide);
transition:
transform var(--bee-duration-base) var(--bee-ease),
box-shadow var(--bee-duration-base) var(--bee-ease),
filter var(--bee-duration-base) var(--bee-ease);
overflow: hidden;
} .bee-contact-form-wrapper .ff-btn-submit:hover {
transform: translateY(-2px);
box-shadow:
var(--bee-shadow-gold);
filter: brightness(1.02);
}          .bee-contact-form-wrapper .text-danger {
color: #ff8f8f !important;
margin-top: var(--bee-space-2xs);
font-size: var(--bee-text-sm);
} .bee-contact-form-wrapper .ff-el-group {
margin-bottom: var(--bee-space-md);
} @media (max-width: 768px) {
.bee-contact-form-wrapper .fluentform {
padding: var(--bee-space-lg);
border-radius: 24px;
}
}
.bee-experience-cards {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
margin: 0 0 48px;
}
.bee-experience-card {
position: relative;
display: flex;
flex-direction: column;
padding: 28px;
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
border: 1px solid rgba(2, 16, 31, 0.08);
border-radius: 20px;
box-shadow: 0 8px 24px rgba(2, 16, 31, 0.04);
overflow: hidden;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
} .bee-experience-card::before {
content: '';
position: absolute;
bottom: -40px;
right: -40px;
width: 160px;
height: 160px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 219, 27, 0.08) 0%, transparent 70%);
pointer-events: none;
}
.bee-experience-card:hover {
transform: translateY(-4px);
border-color: rgba(255, 219, 27, 0.22);
box-shadow: 0 16px 40px rgba(2, 16, 31, 0.08);
} .bee-experience-card.is-featured {
border-color: rgba(255, 219, 27, 0.35);
box-shadow: 0 14px 36px rgba(255, 219, 27, 0.10);
} .bee-experience-card__icon {
position: relative;
z-index: 2;
width: 56px;
height: 56px;
display: grid;
place-items: center;
margin-bottom: 18px;
border-radius: 50%;
background: linear-gradient(180deg, rgba(11, 30, 45, 0.98) 0%, rgba(2, 16, 31, 0.98) 100%);
border: 1px solid rgba(255, 219, 27, 0.14);
color: var(--bee-gold);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.bee-experience-card__icon svg {
width: 24px;
height: 24px;
stroke-width: 2;
} .bee-experience-card__badge {
position: absolute;
top: 24px;
right: 24px;
display: inline-flex;
align-items: center;
padding: 6px 12px;
border-radius: 999px;
background: rgba(255, 219, 27, 0.12);
border: 1px solid rgba(255, 219, 27, 0.25);
color: var(--bee-dark);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.8px;
text-transform: uppercase;
line-height: 1;
} .bee-experience-card__title {
position: relative;
z-index: 2;
margin: 0 0 20px !important;
color: var(--bee-dark);
font-size: 20px !important;
font-weight: 700;
line-height: 1.3;
letter-spacing: -0.2px;
} .bee-experience-card__title::after {
content: '';
display: block;
width: 48px;
height: 3px;
margin-top: 12px;
border-radius: 999px;
background: linear-gradient(90deg, var(--bee-gold), var(--bee-gold-dark, #EF9F27));
} .bee-experience-card__content {
position: relative;
z-index: 2;
color: #475569;
font-size: 15px;
line-height: 1.65;
}
.bee-experience-card__content p {
margin: 0 0 12px;
}
.bee-experience-card__content p:last-child {
margin: 0;
} .bee-card-fact {
display: grid;
grid-template-columns: 1fr auto;
gap: 14px;
align-items: baseline;
padding: 12px 0;
border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.bee-card-fact:first-child {
padding-top: 0;
margin-top: 20px;
}
.bee-card-fact:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.bee-card-fact__label {
font-size: 12px;
font-weight: 600;
color: #64748b;
text-transform: uppercase;
letter-spacing: 0.6px;
line-height: 1.4;
}
.bee-card-fact__value {
font-size: 15px;
font-weight: 600;
color: var(--bee-dark);
text-align: right;
line-height: 1.4;
} .bee-section-intro {
margin: 0 0 40px;
}
.bee-section-intro--center {
text-align: center;
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
.bee-section-intro__eyebrow {
display: block;
font-size: 14px;
font-weight: 700;
color: var(--bee-gold-dark, #EF9F27);
letter-spacing: 1.5px;
text-transform: uppercase;
line-height: 1;
margin: 0 0 14px;
}
.bee-section-intro__title {
font-size: 26px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.25;
margin: 0 0 18px !important;
letter-spacing: -0.4px;
}
.bee-section-intro__body {
font-size: 16px;
line-height: 1.7;
color: #475569;
max-width: 640px;
}
.bee-section-intro--center .bee-section-intro__body {
margin-left: auto;
margin-right: auto;
}
.bee-section-intro__body p {
margin: 0 0 14px; font-size: 18px !important;
color: var(--bee-dark) !important;
}
.bee-section-intro__body p:last-child {
margin: 0;
} .bee-timeline {
margin: 0 0 48px;
}
.bee-timeline__title {
font-size: 24px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 0 0 24px !important;
letter-spacing: -0.3px;
}
.bee-timeline__list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 0;
}
.bee-timeline__step {
position: relative;
display: grid;
grid-template-columns: 48px 1fr;
gap: 20px;
padding: 4px 0;
} .bee-timeline__step:not(:last-child)::before {
content: "";
position: absolute;
left: 23px;
top: 52px;
bottom: -4px;
width: 2px;
background: linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.05));
border-radius: 2px;
}
.bee-timeline__number {
width: 48px;
height: 48px;
border-radius: 50%;
background: var(--bee-dark);
color: var(--bee-gold);
display: grid;
place-items: center;
font-size: 14px;
font-weight: 700;
letter-spacing: -0.3px;
position: relative;
z-index: 1;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.bee-timeline__step:hover .bee-timeline__number {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(2, 16, 31, 0.18);
} .bee-timeline__step.is-featured .bee-timeline__number {
background: var(--bee-gold);
color: var(--bee-dark);
box-shadow: 0 8px 24px rgba(255, 219, 27, 0.32);
}
.bee-timeline__body {
padding: 10px 0 28px;
min-width: 0;
}
.bee-timeline__step:last-child .bee-timeline__body {
padding-bottom: 4px;
}
.bee-timeline__heading {
display: grid;
grid-template-columns: 1fr auto;
gap: 14px;
align-items: baseline;
margin: 0 0 8px;
}
.bee-timeline__step-title {
font-size: 17px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 0 0 15px 0 !important;
letter-spacing: -0.2px;
}
.bee-timeline__duration {
font-size: 11px;
font-weight: 700;
color: var(--bee-gold-dark, #EF9F27);
text-transform: uppercase;
letter-spacing: 0.6px;
white-space: nowrap;
background: rgba(239, 159, 39, 0.10);
padding: 5px 10px;
border-radius: 999px;
line-height: 1;
}
.bee-timeline__description {
font-size: 15px;
line-height: 1.65;
color: #475569;
}
.bee-timeline__description p {
margin: 0;
}
.bee-timeline__description p+p {
margin-top: 10px;
} .bee-benefits {
margin: 0 0 48px;
}
.bee-benefits__title {
font-size: 38px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 0 0 24px !important;
letter-spacing: -0.3px;
}
.bee-benefits__grid {
display: grid;
gap: 16px;
}
.bee-benefits--cols-2 .bee-benefits__grid {
grid-template-columns: repeat(2, 1fr);
}
.bee-benefits--cols-3 .bee-benefits__grid {
grid-template-columns: repeat(3, 1fr);
}
.bee-benefits--cols-4 .bee-benefits__grid {
grid-template-columns: repeat(2, 1fr);
} .bee-benefit {
display: grid;
grid-template-columns: auto 1fr;
gap: 16px;
align-items: start;
padding: 22px;
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.06);
border-radius: 14px;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.bee-benefit:hover {
transform: translateY(-3px);
border-color: rgba(239, 159, 39, 0.25);
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.bee-benefit__icon {
display: grid;
place-items: center;
width: 40px;
height: 40px;
background: rgba(239, 159, 39, 0.10);
border-radius: 10px;
color: var(--bee-gold-dark, #EF9F27);
flex-shrink: 0;
}
.bee-benefit__icon svg {
width: 20px;
height: 20px;
stroke-width: 2;
}
.bee-benefit__content {
min-width: 0;
display: grid;
gap: 6px;
}
.bee-benefit__title {
font-size: 15px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 0 0 10px 0 !important;
letter-spacing: -0.1px;
}
.bee-benefit__description {
font-size: 13px;
line-height: 1.6;
color: #64748b;
}
.bee-benefit__description p {
margin: 0;
} .bee-who-is-for {
margin: 0 0 48px;
padding: 28px 30px;
background: #fff;
border: 1px solid rgba(93, 202, 165, 0.18);
border-radius: 16px;
}
.bee-who-is-for__title {
font-size: 18px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 0 0 18px;
letter-spacing: -0.2px;
}
.bee-who-is-for__list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 12px;
}
.bee-who-is-for__item {
display: grid;
grid-template-columns: auto 1fr;
gap: 14px;
align-items: start;
}
.bee-who-is-for__check {
display: grid;
place-items: center;
width: 24px;
height: 24px;
background: rgba(29, 158, 117, 0.12);
color: var(--bee-teal, #1D9E75);
border-radius: 50%;
flex-shrink: 0;
margin-top: 2px;
}
.bee-who-is-for__check svg {
width: 14px;
height: 14px;
stroke-width: 3;
}
.bee-who-is-for__text {
font-size: 15px;
line-height: 1.6;
color: #334155;
} .bee-instructor {
display: grid;
grid-template-columns: auto 1fr;
gap: 24px;
align-items: center;
padding: 28px 30px;
background: var(--bee-dark);
border-radius: 20px;
box-shadow: 0 16px 36px rgba(2, 16, 31, 0.18);
margin: 0 0 48px;
position: relative;
overflow: hidden;
} .bee-instructor::before {
content: "";
position: absolute;
top: 22px;
bottom: 22px;
left: 0;
width: 3px;
background: linear-gradient(180deg, var(--bee-gold), transparent);
border-radius: 0 3px 3px 0;
pointer-events: none;
}
.bee-instructor__photo {
width: 96px;
height: 96px;
border-radius: 50%;
overflow: hidden;
background: rgba(255, 255, 255, 0.06);
border: 2px solid rgba(255, 219, 27, 0.3);
flex-shrink: 0;
position: relative;
z-index: 1;
}
.bee-instructor__photo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.bee-instructor__photo--placeholder {
display: grid;
place-items: center;
color: rgba(255, 255, 255, 0.3);
}
.bee-instructor__photo--placeholder svg {
width: 36px;
height: 36px;
}
.bee-instructor__content {
min-width: 0;
position: relative;
z-index: 1;
}
.bee-instructor__eyebrow {
display: block;
font-size: 11px;
font-weight: 700;
color: var(--bee-gold);
letter-spacing: 1.5px;
text-transform: uppercase;
margin: 0 0 8px;
line-height: 1;
}
.bee-instructor__name {
font-size: 20px;
font-weight: 600;
color: #fff !important;
line-height: 1.2;
margin: 0 0 6px;
letter-spacing: -0.3px;
}
.bee-instructor__credentials {
display: block;
font-size: 14px;
font-weight: 500;
color: var(--bee-gold);
line-height: 1.4;
margin: 0 0 12px;
letter-spacing: 0.2px;
}
.bee-instructor__bio>p {
font-size: 16px;
line-height: 1.65;
color: rgba(255, 255, 255, 0.5) !important;
}
.bee-instructor__bio p {
margin: 0;
}
.bee-instructor__bio p+p {
margin-top: 8px;
} @media (max-width: 991px) {
.bee-experience-cards {
grid-template-columns: 1fr;
gap: 16px;
}
.bee-benefits--cols-4 .bee-benefits__grid,
.bee-benefits--cols-3 .bee-benefits__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) { .bee-experience-cards,
.bee-section-intro,
.bee-timeline,
.bee-benefits,
.bee-who-is-for,
.bee-instructor {
margin-bottom: 36px;
} .bee-experience-card {
padding: 22px;
border-radius: 16px;
}
.bee-experience-card__title {
font-size: 17px;
}
.bee-experience-card__badge {
position: relative;
top: auto;
right: auto;
align-self: flex-start;
margin-bottom: 14px;
}
.bee-experience-card__icon {
width: 48px;
height: 48px;
margin-bottom: 14px;
}
.bee-experience-card__icon svg {
width: 20px;
height: 20px;
} .bee-section-intro__title {
font-size: 22px;
}
.bee-section-intro__body {
font-size: 14px;
} .bee-timeline__title {
font-size: 20px;
}
.bee-timeline__step {
grid-template-columns: 40px 1fr;
gap: 16px;
}
.bee-timeline__number {
width: 40px;
height: 40px;
font-size: 12px;
}
.bee-timeline__step:not(:last-child)::before {
left: 19px;
top: 44px;
}
.bee-timeline__step-title {
font-size: 15px;
}
.bee-timeline__description {
font-size: 14px;
} .bee-benefits__title {
font-size: 20px;
}
.bee-benefits--cols-4 .bee-benefits__grid,
.bee-benefits--cols-3 .bee-benefits__grid,
.bee-benefits--cols-2 .bee-benefits__grid {
grid-template-columns: 1fr;
}
.bee-benefit {
padding: 18px;
} .bee-who-is-for {
padding: 22px;
}
.bee-who-is-for__title {
font-size: 16px;
}
.bee-who-is-for__text {
font-size: 14px;
} .bee-instructor {
grid-template-columns: 1fr;
text-align: center;
padding: 28px 24px;
gap: 18px;
}
.bee-instructor::before {
top: 0;
bottom: auto;
left: 16px;
right: 16px;
width: auto;
height: 3px;
background: linear-gradient(90deg, var(--bee-gold), transparent);
}
.bee-instructor__photo {
margin: 0 auto;
}
.bee-instructor__name {
font-size: 18px;
}
}
.bee-course-single-content>.bee-experience-card {
margin-bottom: 50px;
}
html[data-anim-ready] .anim-fade-up,
html[data-anim-ready] .anim-fade-in,
html[data-anim-ready] .anim-scale-in,
html[data-anim-ready] .anim-slide-left,
html[data-anim-ready] .anim-slide-right,
html[data-anim-ready] .anim-luxe {
opacity: 0;
will-change: opacity, transform;
} html[data-anim-ready] .anim-fade-up {
transform: translateY(30px);
} html[data-anim-ready] .anim-scale-in {
transform: scale(0.95);
} html[data-anim-ready] .anim-slide-left {
transform: translateX(-40px);
} html[data-anim-ready] .anim-slide-right {
transform: translateX(40px);
} html[data-anim-ready] .anim-luxe {
transform: scale(1.04);
} html[data-anim-ready] .anim-fade-up-children>* {
opacity: 0;
transform: translateY(30px);
will-change: opacity, transform;
} html[data-anim-ready] .anim-count-up { } @media (prefers-reduced-motion: reduce) {
html[data-anim-ready] .anim-fade-up,
html[data-anim-ready] .anim-fade-in,
html[data-anim-ready] .anim-scale-in,
html[data-anim-ready] .anim-slide-left,
html[data-anim-ready] .anim-slide-right,
html[data-anim-ready] .anim-luxe,
html[data-anim-ready] .anim-fade-up-children>* {
opacity: 1;
transform: none;
}
}  .bee-hero[data-anim-ready] .hero-eyebrow,
.bee-hero[data-anim-ready] .hero-sub,
.bee-hero[data-anim-ready] .hero-trust,
.bee-hero[data-anim-ready] .hero-actions>* {
opacity: 0;
} .bee-hero[data-anim-ready] .hero-eyebrow,
.bee-hero[data-anim-ready] .hero-sub,
.bee-hero[data-anim-ready] .hero-trust {
transform: translateY(20px);
will-change: opacity, transform;
} .bee-hero[data-anim-ready] .hero-actions>* {
transform: translateY(20px);
will-change: opacity, transform;
} .bee-hero[data-anim-ready] .hero-title__line {
overflow: hidden;
}
.bee-hero[data-anim-ready] .hero-title__line .line-inner {
display: block;
transform: translateY(110%);
will-change: transform;
} .bee-hero[data-anim-ready] .hero-title__diving {
--underline-scale: 0;
} @media (prefers-reduced-motion: reduce) {
.bee-hero[data-anim-ready] .hero-eyebrow,
.bee-hero[data-anim-ready] .hero-sub,
.bee-hero[data-anim-ready] .hero-trust,
.bee-hero[data-anim-ready] .hero-actions>* {
opacity: 1;
transform: none;
}
.bee-hero[data-anim-ready] .hero-title__line .line-inner {
transform: none;
}
.bee-hero[data-anim-ready] .hero-title__diving {
--underline-scale: 1;
}
}  body.elementor-editor-active html[data-anim-ready] .anim-fade-up,
body.elementor-editor-active html[data-anim-ready] .anim-fade-in,
body.elementor-editor-active html[data-anim-ready] .anim-scale-in,
body.elementor-editor-active html[data-anim-ready] .anim-slide-left,
body.elementor-editor-active html[data-anim-ready] .anim-slide-right,
body.elementor-editor-active html[data-anim-ready] .anim-luxe,
body.elementor-editor-active html[data-anim-ready] .anim-fade-up-children>* {
opacity: 1 !important;
transform: none !important;
} body.elementor-page html[data-anim-ready] .anim-fade-up,
body.elementor-page html[data-anim-ready] .anim-fade-in,
body.elementor-page html[data-anim-ready] .anim-scale-in,
body.elementor-page html[data-anim-ready] .anim-slide-left,
body.elementor-page html[data-anim-ready] .anim-slide-right,
body.elementor-page html[data-anim-ready] .anim-luxe,
body.elementor-page html[data-anim-ready] .anim-fade-up-children>* {
opacity: 1 !important;
transform: none !important;
} body.elementor-editor-active .bee-hero[data-anim-ready] .hero-eyebrow,
body.elementor-editor-active .bee-hero[data-anim-ready] .hero-sub,
body.elementor-editor-active .bee-hero[data-anim-ready] .hero-trust,
body.elementor-editor-active .bee-hero[data-anim-ready] .hero-actions>* {
opacity: 1 !important;
transform: none !important;
}
body.elementor-editor-active .bee-hero[data-anim-ready] .hero-title__line .line-inner {
transform: none !important;
}
body.elementor-editor-active .bee-hero[data-anim-ready] .hero-title__diving {
--underline-scale: 1 !important;
}
.bee-course-tabs {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 4rem;
} .bee-course-tabs__button {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.25rem;
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: var(--bee-radius-pill);
background: rgba(255, 255, 255, 0.72);
backdrop-filter: blur(12px);
color: var(--bee-dark);
font-family: var(--bee-font-sans);
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 0.02em;
cursor: pointer;
box-shadow: 0 10px 30px rgba(2, 16, 31, 0.04);
transition: transform 0.35s var(--bee-ease), background 0.35s var(--bee-ease), border-color 0.35s var(--bee-ease), color 0.35s var(--bee-ease), box-shadow 0.35s var(--bee-ease);
}
.bee-course-tabs__button:hover {
color: var(--bee-dark);
}
.bee-course-tabs__count {
padding: 4px 7px;
display: flex;
background-color: var(--bee-dark);
color: #fff;
border-radius: 10px;
font-size: 14px;
margin-left: 0.5rem;
} .bee-course-tabs__button:hover {
transform: translateY(-2px);
border-color: rgba(255, 219, 27, 0.35);
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 14px 40px rgba(2, 16, 31, 0.08);
} .bee-course-tabs__button.is-active {
background: var(--bee-gradient-gold);
border-color: rgba(255, 219, 27, 0.45);
color: var(--bee-dark);
box-shadow: 0 14px 40px rgba(255, 219, 27, 0.22);
}
.bee-course-card.is-hidden {
display: none;
}
.bee-footer {
position: relative;
overflow: hidden;
padding-top: 5rem;
background:
linear-gradient(180deg,
#02101f 0%,
#041a31 100%);
}
.bee-footer a:hover {
color: var(--bee-gold);
} .bee-footer__background-word {
font-size: clamp(60px, 11vw, 140px);
font-weight: 900;
letter-spacing: -6px;
color: transparent;
-webkit-text-stroke: 1.5px rgba(127, 212, 255, 0.15);
text-stroke: 1.5px rgba(127, 212, 255, 0.15);
line-height: 0.8;
white-space: nowrap;
user-select: none;
text-transform: uppercase;
text-align: center;
user-select: none;
} .bee-footer__top {
position: relative;
z-index: 2;
margin-bottom: 6rem;
}
.bee-footer__intro {
max-width: 860px;
}
.bee-footer__title {
margin-top: 1.5rem;
color: #ffffff;
font-size: clamp(3rem, 6vw, 4rem);
font-weight: 600;
line-height: 1.05;
letter-spacing: -0.025em;
text-wrap: balance;
} .bee-footer__grid {
position: relative;
z-index: 2;
display: grid;
grid-template-columns:
1.4fr 1fr 1fr 1fr;
gap: 3rem;
padding-bottom: 5rem;
} .bee-footer__logo {
display: inline-flex;
margin-bottom: 1.5rem;
color:
#ffffff;
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.04em;
text-decoration: none;
} .bee-footer__description {
max-width: 340px;
color:
rgba(255, 255, 255, 0.68);
font-size: 0.98rem;
line-height: 1.9;
} .bee-footer__column h3 {
margin-bottom: 1.5rem;
color: var(--bee-gold);
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.02em;
} .bee-footer__column ul {
display: flex;
flex-direction: column;
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.bee-footer__column ul li {
color:
rgba(255, 255, 255, 0.65);
font-size: 0.95rem;
line-height: 1.6;
}
.bee-footer__column ul li a {
color:
rgba(255, 255, 255, 0.65);
text-decoration: none;
transition:
color 0.35s ease,
transform 0.35s ease;
}
.bee-footer__column ul li a:hover {
color: var(--bee-gold);
} .bee-footer__socials {
display: flex;
align-items: center;
gap: 0.8rem;
margin-top: 2rem;
}
.bee-footer__socials a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background:
rgba(255, 255, 255, 0.06);
border:
1px solid rgba(255, 255, 255, 0.08);
color:
#ffffff;
transition:
all 0.35s ease;
}
.bee-footer__socials a:hover {
transform:
translateY(-4px);
background:
rgba(255, 255, 255, 0.1);
} .bee-footer__bottom {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
min-height: 90px;
border-top:
1px solid rgba(255, 255, 255, 0.08);
}
.bee-footer__bottom p {
color:
rgba(255, 255, 255, 0.5);
font-size: 0.9rem;
} @media (max-width: 1200px) {
.bee-footer__grid {
grid-template-columns:
repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.bee-footer {
padding-top: 5rem;
}
.bee-footer__top {
margin-bottom: 4rem;
}
.bee-footer__title {
font-size:
clamp(2.8rem, 12vw, 4.5rem);
}
.bee-footer__grid {
grid-template-columns: 1fr;
gap: 3rem;
padding-bottom: 4rem;
}
.bee-footer__background-word {
font-size:
clamp(4rem, 22vw, 8rem);
top: 10rem;
}
.bee-footer__bottom {
min-height: 70px;
}
}
.bee-footer-widget {
margin-top: 20px;
}
.bee-footer-widget p {
color: rgba(255, 255, 255, 0.8);
}  .bee-footer__brand-text {
margin: 0 0 28px;
color: rgba(255, 255, 255, 0.72);
font-size: 15px;
line-height: 1.9;
letter-spacing: 0.02em;
} .bee-footer__contact {
display: flex;
flex-direction: column;
gap: 14px;
}
.bee-footer__contact a {
display: inline-flex;
align-items: center;
gap: 12px;
width: fit-content;
color: rgba(255, 255, 255, 0.92);
font-size: 16px;
font-weight: 500;
letter-spacing: 0.03em;
text-decoration: none;
transition:
opacity 0.4s ease,
transform 0.4s ease,
color 0.4s ease;
} .bee-footer__contact a svg {
width: 16px;
height: 16px;
opacity: 0.7;
flex-shrink: 0;
transition:
opacity 0.4s ease,
transform 0.4s ease;
} .bee-footer__contact a:hover {
opacity: 0.72;
transform: translateX(4px);
}
.bee-footer__contact a:hover svg {
opacity: 1;
transform: translateX(1px);
}
.bee-footer__column .sub-menu{
display:none;
}
.bee-footer__branding-widget p {
margin-top:10px;
color:rgba(255,255,255,0.6);
} @media (max-width: 768px) {
.bee-footer__branding-widget {
max-width: 100%;
}
.bee-footer__branding-widget p {
font-size: 14px;
line-height: 1.8;
}
.bee-footer__contact a {
font-size: 13px;
}
}
.pll-parent-menu-item > ul.sub-menu > li .menu-link,.pll-parent-menu-item > .menu-link{
display:flex !important;
align-items: center;
gap:5px;
}
@media (max-width: 921px) {
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
color: #fff;
background: rgba(255, 255, 255, 0.05);
padding: 0;
align-items: center;
width: 40px;
margin: auto;
height: 40px;
}
} div.bee-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
} .bee-hero .hero-inner {
position: relative;
z-index: var(--bee-z-content);
width: 100%;
max-width: var(--bee-container-narrow);
padding: var(--bee-space-lg) var(--bee-space-md) var(--bee-space-xl);
text-align: center; transform: translate3d(
calc(var(--hero-mx, 0) * -10px),
calc(var(--hero-my, 0) * -6px),
0
);
transition: transform var(--bee-duration-slow) var(--bee-ease-out);
will-change: transform;
} div.bee-hero .hero-title {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.05em;
font-size: clamp(4rem, 8vw, 6rem);
font-weight: 800;
line-height: var(--bee-leading-tight);
letter-spacing: var(--bee-tracking-tight);
color: #fff;
margin: 0;
padding: 0;
} .bee-hero .hero-title__line {
margin: 0;
padding: 0;
display: block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
letter-spacing: inherit;
position: relative;
} .bee-hero .hero-title__line .line-inner {
display: block;
} .bee-hero .hero-title__brand {
background: var(--bee-gradient-gold-rich);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
width: fit-content;
}
.bee-hero .hero-title__brand .line-inner {
background: inherit;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
} .bee-hero .hero-title__diving {
width: fit-content;
color: #fff;
--underline-scale: 1; }
.bee-hero .hero-title__diving::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -0.05em;
height: 0.18em;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'><path d='M0,8 Q50,2 100,7 T200,8' fill='none' stroke='%23ffdb1b' stroke-width='3' stroke-linecap='round'/></svg>");
background-repeat: no-repeat;
background-size: 100% 100%;
transform: scaleX(var(--underline-scale));
transform-origin: left center;
pointer-events: none;
} div.bee-hero .hero-sub {
font-size: clamp(15px, 1.3vw, 18px);
line-height: var(--bee-leading-relaxed);
color: rgba(255, 255, 255, 0.85);
margin: var(--bee-space-md) auto 0;
max-width: 560px;
} div.bee-hero .hero-actions {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: var(--bee-space-sm);
margin-top: var(--bee-space-md);
} .bee-hero[data-anim-ready] .hero-eyebrow,
.bee-hero[data-anim-ready] .hero-sub,
.bee-hero[data-anim-ready] .hero-trust,
.bee-hero[data-anim-ready] .hero-scroll {
opacity: 0;
}
.bee-hero[data-anim-ready] .hero-title__line {
overflow: hidden;
}
.bee-hero[data-anim-ready] .hero-title__line .line-inner {
transform: translateY(110%);
will-change: transform;
}
.bee-hero[data-anim-ready] .hero-title__diving {
--underline-scale: 0;
}
.bee-hero[data-anim-ready] .hero-actions > * {
opacity: 0;
transform: translateY(20px);
} @media (prefers-reduced-motion: reduce) {
.bee-hero[data-anim-ready] .hero-eyebrow,
.bee-hero[data-anim-ready] .hero-sub,
.bee-hero[data-anim-ready] .hero-trust,
.bee-hero[data-anim-ready] .hero-scroll,
.bee-hero[data-anim-ready] .hero-actions > * {
opacity: 1;
transform: none;
}
.bee-hero[data-anim-ready] .hero-title__line .line-inner {
transform: none;
}
.bee-hero[data-anim-ready] .hero-title__diving {
--underline-scale: 1;
}
} @media (max-width: 768px) {
.bee-hero .hero-title {
font-size: clamp(2.5rem, 12vw, 4rem);
letter-spacing: -0.01em;
}
.bee-hero .hero-inner {
padding: var(--bee-space-xl) var(--bee-space-sm) var(--bee-space-lg); transform: none;
}
.bee-hero .hero-actions {
flex-direction: column;
width: 100%;
max-width: 320px;
margin-left: auto;
margin-right: auto;
}
.bee-hero .hero-actions > * {
width: 100%;
}
.bee-hero .hero-actions .btn .elementor-button,
.bee-hero .hero-actions a.btn,
.bee-hero .hero-actions button.btn {
width: 100%;
}
}
@media (max-width: 480px) {
.bee-hero .hero-title {
font-size: clamp(2rem, 14vw, 3rem);
}
.bee-hero .hero-title__diving::after {
bottom: -0.02em;
height: 0.14em;
}
}
div.hero-trust {
display: inline-flex !important;
align-items: center;
gap: var(--bee-space-sm);
padding: 0.625rem 1rem 0.625rem 0.625rem;
border-radius: var(--bee-radius-pill);
background: var(--bee-surface-glass);
border: 1px solid var(--bee-surface-border);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
width: fit-content;
margin-top: 1.5rem;
}
.hero-trust .hero-trust-logo {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.hero-trust .hero-trust-logo img {
width: 100px;
height: 44px;
display: block;
object-fit: contain;
}
.hero-trust .hero-trust-text {
display: flex !important;
flex-direction: column;
gap: var(--bee-space-3xs);
line-height: var(--bee-leading-snug);
}
.hero-trust .hero-trust-title {
font-size: var(--bee-text-sm);
font-weight: 700;
color: #fff;
letter-spacing: var(--bee-tracking-wide);
}
.hero-trust .hero-trust-sub {
font-size: var(--bee-text-xs);
font-weight: 500;
color: var(--bee-text-muted);
letter-spacing: var(--bee-tracking-wider);
}
.bee-stat-card {
display: flex !important;
flex-direction: column;
align-items: flex-start;
gap: var(--bee-space-2xs);
padding: var(--bee-space-md) !important;
border-radius: var(--bee-radius-lg) !important;
background: var(--bee-surface-glass);
border: 1px solid var(--bee-surface-border);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition:
transform var(--bee-duration-base) var(--bee-ease-out),
border-color var(--bee-duration-base) var(--bee-ease-out),
background var(--bee-duration-base) var(--bee-ease-out);
}
.bee-stat-card:hover {
transform: translateY(-3px);
background: var(--bee-surface-glass-hover);
border-color: var(--bee-surface-border-strong);
} .bee-stat-card .bee-stat-card__icon {
display: inline-flex;
align-items: center;
justify-content: center;
height: 48px;
border-radius: var(--bee-radius-md);
margin-bottom: var(--bee-space-xs);
flex-shrink: 0;
width: 84px;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
overflow: hidden;
} .bee-stat-card__icon .elementor-widget-icon,
.bee-stat-card__icon .elementor-icon-wrapper,
.bee-stat-card__icon .elementor-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.bee-stat-card .bee-stat-card__icon svg {
width: 22px;
height: 22px;
display: block;
} .bee-stat-card__icon img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
} .bee-stat-card__icon.has-logo img {
object-fit: contain;
} .bee-stat-card__value {
font-size: var(--bee-text-lg);
font-weight: 700;
color: #fff;
line-height: var(--bee-leading-tight);
letter-spacing: var(--bee-tracking-tight);
margin: 0;
padding: 0 !important;
display: block !important;
} .bee-stat-card__value>span,
.bee-stat-card__value .e-paragraph-base {
font-size: inherit;
font-weight: inherit;
color: inherit;
line-height: inherit;
letter-spacing: inherit;
display: block;
text-align: center;
} .bee-stat-card__value strong {
font-weight: inherit;
color: inherit;
} .bee-stat-card .bee-stat-card__label {
font-size: var(--bee-text-sm);
font-weight: 500;
color: var(--bee-text-muted);
line-height: var(--bee-leading-snug);
margin: 0;
padding: 0;
text-align: center;
width: 100%;
display: block;
}
.bee-stat-card__label>span,
.bee-stat-card__label .e-paragraph-base {
font-size: inherit;
font-weight: inherit;
color: inherit;
line-height: inherit;
display: block;
}
.bee-stat-card__label strong {
font-weight: inherit;
color: inherit;
} .bee-stat-card--gold .bee-stat-card__icon {
background: rgba(255, 219, 27, 0.12);
border: 1px solid rgba(255, 219, 27, 0.25);
}
.bee-stat-card--gold .bee-stat-card__icon svg {
fill: var(--bee-gold-light);
color: var(--bee-gold-light);
}
.bee-stat-card--teal .bee-stat-card__icon {
background: rgba(93, 202, 165, 0.12);
border: 1px solid rgba(93, 202, 165, 0.25);
}
.bee-stat-card--teal .bee-stat-card__icon svg {
fill: var(--bee-teal);
color: var(--bee-teal);
}
.bee-stat-card--blue .bee-stat-card__icon {
background: rgba(127, 212, 255, 0.12);
border: 1px solid rgba(127, 212, 255, 0.25);
}
.bee-stat-card--blue .bee-stat-card__icon svg {
fill: var(--bee-blue);
color: var(--bee-blue);
}
.bee-stat-card--pink .bee-stat-card__icon {
background: rgba(212, 83, 126, 0.12);
border: 1px solid rgba(212, 83, 126, 0.25);
}
.bee-stat-card--pink .bee-stat-card__icon svg {
fill: #D4537E;
color: #D4537E;
}  .why-section {
position: relative;
padding: var(--bee-space-section) 0;
background: var(--bee-dark);
color: var(--bee-text);
overflow: hidden;
} .why-section .bee-bg-glow {
position: absolute;
inset: 0;
pointer-events: none;
background:
radial-gradient(ellipse 600px 400px at 20% 30%, rgba(255, 219, 27, 0.06), transparent 70%),
radial-gradient(ellipse 500px 400px at 80% 70%, rgba(127, 212, 255, 0.05), transparent 70%);
z-index: 0;
} .why-section .bee-container {
position: relative;
z-index: 1;
margin-left: auto;
margin-right: auto;
} .why-section .why-grid {
display: grid !important;
grid-template-columns: 1fr 1fr;
gap: var(--bee-space-xl);
align-items: center;
width: 100%;
padding: 0 !important;
} .why-section .why-image .elementor-widget-image {
border-radius: var(--bee-radius-lg);
overflow: hidden;
aspect-ratio: 4 / 5;
box-shadow: var(--bee-shadow-lg);
width: 100%;
}
.why-section .why-image {
position: relative;
padding: 0 !important;
} .why-section .why-image .elementor-widget-image,
.why-section .why-image .elementor-widget-image>div {
width: 100%;
height: 100%;
}
.why-section .why-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .why-section .why-image .bee-chip--live {
position: absolute;
top: var(--bee-space-sm);
left: var(--bee-space-sm);
display:none !important;
}
.why-section .why-image .bee-chip--live>span {
z-index: 2;
display: inline-flex;
align-items: center !important;
gap: var(--bee-space-2xs);
padding: 0.5em 1.25em;
border-radius: var(--bee-radius-pill);
font-family: inherit;
font-size: 12px;
font-weight: 600;
letter-spacing: var(--bee-tracking-widest);
line-height: 1;
color: #fff;
text-transform: uppercase;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid var(--bee-gold-border);
box-shadow: 0 0 0 1px rgba(255, 219, 27, 0.08), 0 4px 24px var(--bee-gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
} .why-section .why-content {
display: flex;
flex-direction: column;
gap: var(--bee-space-md);
width: 100%;
padding: 0 !important;
} .why-section .why-content .bee-chip {
align-self: flex-start;
margin: 0 0 20px 0;
} .why-section .why-content__title .elementor-heading-title,
.why-section .why-content>.elementor-element .why-content__title .elementor-heading-title,
.why-section .why-content .elementor-widget-heading.why-content__title .elementor-heading-title {
font-size: clamp(2rem, 4vw, 48px);
font-weight: 600;
line-height: 1.05;
letter-spacing: -1.5px;
color: #fff;
margin: 0 0 20px 0;
padding: 0;
} .why-section .why-content>.e-con:has(.why-content__title) {
padding: 0;
margin: 0;
} .why-section .why-content__desc {
font-size: var(--bee-text-lg);
line-height: var(--bee-leading-relaxed);
color: var(--bee-text-muted);
max-width: 540px;
margin: 0;
padding: 0;
} .why-section .why-stats {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: var(--bee-space-sm);
margin-top: var(--bee-space-md);
width: 100%;
padding: 0 !important;
}  @media (max-width: 900px) {
.why-section .why-grid {
grid-template-columns: 1fr;
gap: var(--bee-space-lg);
}
.why-section .why-image {
aspect-ratio: 10 / 10;
max-height: 420px;
}
.why-section .why-content__desc {
max-width: none;
}
} @media (max-width: 480px) {
.why-section .why-section {
padding: var(--bee-space-2xl) 0;
}
.why-section .why-stats {
grid-template-columns: repeat(2, 1fr);
gap: var(--bee-space-2xs);
}
.why-section .why-content {
gap: var(--bee-space-sm);
}
.why-section .why-content__title {
font-size: clamp(1.75rem, 7vw, 2.5rem);
}
}
.bee-course-card {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-end;
aspect-ratio: 3.5 / 5;
border-radius: var(--bee-radius-lg);
overflow: hidden;
background: var(--bee-dark-soft);
text-decoration: none !important;
color: #fff;
isolation: isolate; transition: transform var(--bee-duration-base) var(--bee-ease-out),
box-shadow var(--bee-duration-base) var(--bee-ease-out);
box-shadow: var(--bee-shadow-md);
}
.elementor-element.bee-courses-sec .bee-courses>.bee-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bee-course-card:hover,
.bee-course-card:focus-visible {
transform: translateY(-6px);
box-shadow: var(--bee-shadow-lg);
}
.bee-course-card:focus-visible {
outline: 2px solid var(--bee-gold);
outline-offset: 4px;
} .bee-course-card__image {
position: absolute;
inset: 0;
z-index: 1;
overflow: hidden;
}
.bee-course-card__image img {
width: 100%;
height: 100% !important;
object-fit: cover;
display: block;
transition: transform 0.8s var(--bee-ease-out);
}
.bee-course-card:hover .bee-course-card__image img {
transform: scale(1.06);
} .bee-course-card__image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--bee-dark-soft), var(--bee-dark));
color: var(--bee-text-dim);
} .bee-course-card__overlay {
position: absolute;
inset: 0;
z-index: 2;
background: linear-gradient(180deg,
rgba(2, 16, 31, 0) 0%,
rgba(2, 16, 31, 0.15) 25%,
rgba(2, 16, 31, 0.65) 55%,
rgba(2, 16, 31, 0.96) 78%,
rgba(2, 16, 31, 1) 100%);
pointer-events: none;
} .bee-course-card__badge {
position: absolute;
top: var(--bee-space-sm);
left: var(--bee-space-sm);
z-index: 3;
display: inline-flex;
align-items: center;
gap: var(--bee-space-2xs);
padding: 0.4em 0.75em;
border-radius: var(--bee-radius-pill);
background: rgba(2, 16, 31, 0.55);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.15);
font-size: var(--bee-text-sm);
font-weight: 600;
letter-spacing: var(--bee-tracking-wider);
text-transform: uppercase;
line-height: 1;
}
.bee-course-card__level {
color: rgba(255, 255, 255, 0.85);
} .bee-course-card__body {
position: relative;
z-index: 3;
padding: var(--bee-space-md);
display: flex;
flex-direction: column;
gap: 0.8rem;
} .bee-course-card__title {
font-size: 1.5rem;
font-weight: 700;
line-height: var(--bee-leading-tight);
letter-spacing: var(--bee-tracking-tight);
color: #fff;
margin: 0;
} .bee-course-card__excerpt {
font-size: var(--bee-text-sm);
line-height: var(--bee-leading-snug);
color: rgba(255, 255, 255, 0.78);
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-clamp: 2;
overflow: hidden;
} .bee-course-card__footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--bee-space-sm);
margin-top: var(--bee-space-2xs);
padding-top: var(--bee-space-2xs);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bee-course-card__meta {
display: inline-flex;
align-items: center;
gap: var(--bee-space-2xs);
font-size: var(--bee-text-sm);
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
letter-spacing: var(--bee-tracking-wide);
}
.bee-course-card__meta-dot {
width: 3px;
height: 3px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
display: inline-block;
}
.bee-course-card__cta {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: var(--bee-text-sm);
font-weight: 700;
letter-spacing: var(--bee-tracking-wider);
text-transform: uppercase;
color: var(--bee-gold);
transition: transform var(--bee-duration-base) var(--bee-ease-out);
}
.bee-course-card__cta svg {
transition: transform var(--bee-duration-base) var(--bee-ease-out);
}
.bee-course-card:hover .bee-course-card__cta svg {
transform: translateX(4px);
} .bee-course-card[data-accent="gold"] .bee-course-card__num,
.bee-course-card[data-accent="gold"] .bee-course-card__cta {
color: var(--bee-gold);
}
.bee-course-card[data-accent="teal"] .bee-course-card__num,
.bee-course-card[data-accent="teal"] .bee-course-card__cta {
color: var(--bee-teal);
}
.bee-course-card[data-accent="blue"] .bee-course-card__num,
.bee-course-card[data-accent="blue"] .bee-course-card__cta {
color: var(--bee-blue);
}
.bee-course-card[data-accent="pink"] .bee-course-card__num,
.bee-course-card[data-accent="pink"] .bee-course-card__cta {
color: #d4537e;
} @media (max-width: 768px) {
.bee-course-card {
aspect-ratio: 4 / 5;
}
.bee-course-card__title {
font-size: var(--bee-text-lg);
}
.bee-course-card__excerpt {
font-size: var(--bee-text-xs);
}
.bee-course-card__body {
padding: var(--bee-space-sm);
}
}  .bee-courses {
position: relative;
padding: var(--bee-space-section) 0;
color: var(--bee-text);
overflow: hidden;
} .bee-courses-sec .bee-courses {
padding-bottom: var(--bee-space-section) !important;
padding-top: 0 !important;
} .bee-courses .bee-courses__grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: var(--bee-space-md);
width: 100%;
} .bee-courses .bee-courses__cta {
display: flex;
justify-content: center;
margin-top: var(--bee-space-xl);
}  @media (max-width: 1024px) {
.bee-courses .bee-courses__grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--bee-space-md);
}
} @media (max-width: 600px) {
.bee-courses .bee-courses__grid {
grid-template-columns: 1fr;
gap: var(--bee-space-sm);
}
.bee-courses .bee-courses__cta {
margin-top: var(--bee-space-lg);
}
} .bee-courses-archive .bee-courses-archive__grid,
.bee-course-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: var(--bee-space-md);
width: 100%;
} .bee-courses-archive__empty {
text-align: center;
padding: var(--bee-space-2xl) 0;
color: var(--bee-text-muted);
font-size: var(--bee-text-lg);
} .bee-courses-archive .bee-courses-archive__pagination,
.bee-courses-archive nav.pagination,
.bee-courses-archive .nav-links {
display: flex;
justify-content: center;
gap: var(--bee-space-2xs);
margin-top: var(--bee-space-2xl);
flex-wrap: wrap;
}
.bee-courses-archive .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
height: 44px;
padding: 0 var(--bee-space-sm);
border-radius: var(--bee-radius-pill);
font-size: var(--bee-text-sm);
font-weight: 600;
color: rgba(255, 255, 255, 0.7);
background: var(--bee-surface-glass);
border: 1px solid var(--bee-surface-border);
text-decoration: none;
transition: background var(--bee-duration-base) var(--bee-ease-out),
color var(--bee-duration-base) var(--bee-ease-out),
border-color var(--bee-duration-base) var(--bee-ease-out);
}
.bee-courses-archive .page-numbers:hover {
background: var(--bee-surface-glass-hover);
color: #fff;
border-color: var(--bee-surface-border-strong);
}
.bee-courses-archive .page-numbers.current {
background: var(--bee-gold);
color: var(--bee-dark);
border-color: var(--bee-gold);
}  @media (max-width: 1200px) {
.bee-courses-archive .bee-courses-archive__grid,
.bee-course-grid {
grid-template-columns: repeat(3, 1fr);
}
} @media (max-width: 900px) {
.bee-courses-archive .bee-courses-archive__grid,
.bee-course-grid {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 600px) {
.bee-courses-archive .bee-courses-archive__grid,
.bee-course-grid {
grid-template-columns: 1fr;
gap: var(--bee-space-sm);
}
}   .bee-course-single-page {
position: relative;
}
.bee-course-single-wrapper {
position: relative;
padding: 80px 0 100px;
} .bee-course-single-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 380px;
gap: 60px;
align-items: start;
} .bee-course-single-content {
min-width: 0;
} .bee-course-single-content .course-tagline {
font-size: 13px;
font-weight: 700;
color: var(--bee-gold-dark, #ef9f27);
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1;
margin: 0 0 24px;
}  .bee-course-single-content p {
font-size: 16px;
line-height: 1.75;
margin: 0 0 18px;
} .bee-course-single-content h2 {
font-size: 40px !important;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.125;
margin: 40px 0 18px;
letter-spacing: -0.4px;
}
.bee-course-single-content h3 {
font-size: 32px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.3;
margin: 32px 0 14px;
letter-spacing: -0.2px;
}
.bee-course-single-content h4 {
font-size: 22px;
font-weight: 600;
color: var(--bee-dark);
line-height: 1.4;
margin: 24px 0 12px;
} .bee-course-single-content ul,
.bee-course-single-content ol {
margin: 0 0 18px;
padding-left: 24px;
font-size: 16px;
line-height: 1.7;
color: #475569;
}
.bee-course-single-content ul li,
.bee-course-single-content ol li {
margin-bottom: 8px;
}
.bee-course-single-content ul li:last-child,
.bee-course-single-content ol li:last-child {
margin-bottom: 0;
} .bee-course-single-content blockquote {
margin: 32px 0;
padding: 24px 28px;
background: linear-gradient(135deg,
rgba(255, 219, 27, 0.06) 0%,
rgba(2, 16, 31, 0.02) 100%);
border-left: 3px solid var(--bee-gold);
border-radius: 0 12px 12px 0;
font-size: 17px;
line-height: 1.65;
color: #334155;
font-style: italic;
}
.bee-course-single-content blockquote p {
margin: 0 0 10px;
}
.bee-course-single-content blockquote p:last-child {
margin: 0;
} .bee-course-single-content a {
color: var(--bee-gold-dark, #ef9f27);
text-decoration: underline;
text-underline-offset: 3px;
transition: color 0.2s ease;
}
.bee-course-single-content a:hover {
color: var(--bee-dark);
} .bee-course-single-content strong {
color: var(--bee-dark);
font-weight: 700;
}
.bee-course-single-content em {
font-style: italic;
} .wp-block-image {
margin: 36px 0;
}
.wp-block-image img {
width: 100%;
height: auto;
border-radius: 16px;
display: block;
box-shadow: 0 14px 32px rgba(2, 16, 31, 0.1);
}
.wp-block-image figcaption {
font-size: 13px;
color: #64748b;
font-style: italic;
text-align: center;
margin-top: 14px;
line-height: 1.55;
} .bee-course-single-sidebar {
min-width: 0;
} @media (min-width: 1100px) {
.bee-course-single-sidebar {
position: sticky;
top: 100px;
}
} .course-sidebar-card {
position: relative;
overflow: hidden;
border-radius: 20px;
} @media (max-width: 1199px) {
.bee-course-single-grid {
grid-template-columns: minmax(0, 1fr) 340px;
gap: 48px;
}
}
@media (max-width: 1099px) {
.bee-course-single-grid {
grid-template-columns: 1fr;
gap: 48px;
}
.bee-course-single-sidebar {
max-width: 520px;
width: 100%;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.bee-course-single-wrapper {
padding: 48px 0 64px;
}
.bee-course-single-grid {
gap: 36px;
}
.bee-course-single-content>p {
font-size: 15px;
}
.bee-course-single-content>h2 {
font-size: 22px;
margin: 32px 0 14px;
}
.bee-course-single-content>h3 {
font-size: 18px;
margin: 24px 0 12px;
}
.bee-course-single-content .wp-block-image {
margin: 24px 0;
}
.bee-course-single-content>blockquote {
padding: 20px 22px;
font-size: 15px;
margin: 24px 0;
}
} .course-booking-card {
position: relative;
padding: 26px 24px 22px;
background: linear-gradient(135deg, #02101f 0%, #0c2845 100%);
border-radius: 18px;
box-shadow: 0 20px 50px rgba(2, 16, 31, 0.18);
overflow: hidden;
color: #fff;
} .course-booking-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg,
var(--bee-gold) 0%,
rgba(255, 219, 27, 0) 80%);
} .course-booking-card__status {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 5px 11px 5px 9px;
margin: 0 0 16px;
background: rgba(255, 219, 27, 0.1);
border: 1px solid rgba(255, 219, 27, 0.25);
border-radius: 999px;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--bee-gold);
line-height: 1;
}
.course-booking-card__status-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #1d9e75;
box-shadow: 0 0 0 0 rgba(29, 158, 117, 0.6);
animation: bookingStatusPulse 2s ease-in-out infinite;
flex-shrink: 0;
}
@keyframes bookingStatusPulse {
0%,
100% {
box-shadow: 0 0 0 0 rgba(29, 158, 117, 0.6);
}
50% {
box-shadow: 0 0 0 6px rgba(29, 158, 117, 0);
}
} .course-booking-card__heading {
margin: 0 0 18px;
}
.course-booking-card__title {
font-size: 30px;
font-weight: 600;
color: #fff;
line-height: 1.25;
margin: 0 0 8px;
letter-spacing: -0.3px;
}
.course-booking-card__description {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: rgba(255, 255, 255, 0.65);
margin: 0;
} .course-booking-card__cta {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 10px;
padding: 13px 16px;
margin: 0 0 18px;
background: var(--bee-gold-dark);
border-radius: 12px;
color: var(--bee-dark);
text-decoration: none;
font-size: 16px;
font-weight: 600;
line-height: 1;
box-shadow: 0 8px 20px rgba(29, 158, 117, 0.32);
transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.course-booking-card__cta:hover {
background: #dd901b;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(212, 236, 0, 0.45);
color: var(--bee-dark);
}
.course-booking-card__cta-icon {
display: grid;
place-items: center;
width: 22px;
height: 22px;
}
.course-booking-card__cta-icon svg {
width: 18px;
height: 18px;
stroke-width: 2.2;
}
.course-booking-card__cta-text {
text-align: left;
}
.course-booking-card__cta-arrow {
display: grid;
place-items: center;
transition: transform 0.25s ease;
}
.course-booking-card__cta-arrow svg {
width: 14px;
height: 14px;
stroke-width: 2.2;
}
.course-booking-card__cta:hover .course-booking-card__cta-arrow {
transform: translate(2px, -2px);
} .course-booking-card__divider {
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 14px;
font-size: 10px;
font-weight: 600;
color: rgba(255, 255, 255, 0.35);
text-transform: uppercase;
letter-spacing: 1.2px;
}
.course-booking-card__divider::before,
.course-booking-card__divider::after {
content: "";
flex: 1;
height: 1px;
background: rgba(255, 255, 255, 0.08);
} .course-booking-card__channels {
display: grid;
gap: 6px;
}
.course-booking-card__channel {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
gap: 12px;
padding: 10px 12px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.04);
border-radius: 10px;
text-decoration: none;
color: inherit;
transition: background 0.25s ease, border-color 0.25s ease,
transform 0.25s ease;
}
a.course-booking-card__channel:hover {
background: rgba(255, 255, 255, 0.06);
border-color: rgba(255, 219, 27, 0.18);
transform: translateX(2px);
}
.course-booking-card__channel-icon {
display: grid;
place-items: center;
width: 28px;
height: 28px;
background: rgba(255, 219, 27, 0.1);
border-radius: 7px;
color: var(--bee-gold);
flex-shrink: 0;
}
.course-booking-card__channel-icon svg {
width: 14px;
height: 14px;
stroke-width: 2;
}
.course-booking-card__channel-text {
display: grid;
gap: 2px;
min-width: 0;
}
.course-booking-card__channel-label {
font-size: 14px;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
letter-spacing: 0.8px;
line-height: 1;
}
.course-booking-card__channel-value {
font-size: 16px;
color: #fff;
font-weight: 500;
line-height: 1.3;
word-break: break-word;
} .bee-taxonomy-hero {
position: relative;
overflow: hidden;
padding: 150px 0 0;
background: linear-gradient(160deg,
#02101f 0%,
#051a30 55%,
#0c2845 100%);
} .bee-taxonomy-hero__glow {
position: absolute;
border-radius: 50%;
pointer-events: none;
filter: blur(80px);
z-index: 0;
}
.bee-taxonomy-hero__glow--blue {
top: -100px;
right: -100px;
width: 500px;
height: 500px;
background: radial-gradient(circle,
rgba(127, 212, 255, 0.10) 0%,
transparent 70%);
}
.bee-taxonomy-hero__glow--teal {
bottom: 0;
left: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle,
rgba(93, 202, 165, 0.07) 0%,
transparent 70%);
} .bee-taxonomy-hero .bee-container {
position: relative;
z-index: 2;
} .bee-taxonomy-hero__content {
text-align: center;
max-width: 720px;
margin: 0 auto 56px;
display: grid;
gap: 0;
justify-items: center;
} .bee-taxonomy-hero__eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 14px 6px 10px;
background: rgba(127, 212, 255, 0.10);
border: 1px solid rgba(127, 212, 255, 0.22);
border-radius: 999px;
margin-bottom: 24px;
font-size: 11px;
font-weight: 700;
color: var(--bee-blue, #7fd4ff);
letter-spacing: 1.4px;
text-transform: uppercase;
line-height: 1;
}
.bee-taxonomy-hero__eyebrow-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--bee-blue, #7fd4ff);
flex-shrink: 0;
opacity: 0.8;
} .bee-taxonomy-hero__title {
font-size: clamp(2.8rem, 6vw, 5.5rem);
font-weight: 600;
color: #fff;
line-height: 1.05;
margin: 0 0 22px;
letter-spacing: -0.04em;
} .bee-taxonomy-hero__accent {
display: block;
color: var(--bee-gold, #FFDB1B);
font-style: italic;
font-weight: 700;
} .bee-taxonomy-hero__subline {
font-size: 16px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.65);
max-width: 580px;
margin: 0 0 32px;
} .bee-taxonomy-hero__actions {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
} .bee-taxonomy-hero__btn-outline {
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.25);
}
.bee-taxonomy-hero__btn-outline:hover {
background: rgba(255, 255, 255, 0.06);
border-color: rgba(255, 255, 255, 0.45);
color: #fff;
} .bee-taxonomy-hero__images {
display: grid;
grid-template-columns: 1.2fr 0.9fr 0.9fr;
gap: 14px;
align-items: end;
}
.bee-taxonomy-hero__image {
border-radius: 16px 16px 0 0;
overflow: hidden;
background: rgba(255, 255, 255, 0.04);
} .bee-taxonomy-hero__image--large {
border-radius: 20px 20px 0 0;
}
.bee-specialty-pathway__actions a {
cursor: pointer;
}
.bee-taxonomy-hero__image img {
width: 100%;
display: block;
object-fit: cover;
aspect-ratio: 4 / 4;
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-taxonomy-hero__image--large img {
aspect-ratio: 5.5 / 5;
}
.bee-taxonomy-hero__image:hover img {
transform: scale(1.04);
} @media (max-width: 900px) {
.bee-taxonomy-hero {
padding: 100px 0 0;
}
.bee-taxonomy-hero__content {
margin-bottom: 44px;
}
.bee-taxonomy-hero__subline {
font-size: 15px;
}
.bee-taxonomy-hero__images {
gap: 10px;
}
.bee-taxonomy-hero__image img {
aspect-ratio: 4 / 5;
}
}
@media (max-width: 600px) {
.bee-taxonomy-hero__title {
font-size: clamp(2.4rem, 12vw, 3.5rem);
}
.bee-taxonomy-hero__subline {
font-size: 14px;
max-width: none;
}
.bee-taxonomy-hero__images {
grid-template-columns: 1fr;
gap: 8px;
} .bee-taxonomy-hero__image:not(.bee-taxonomy-hero__image--large) {
display: none;
}
.bee-taxonomy-hero__image--large {
border-radius: 14px 14px 0 0;
}
.bee-taxonomy-hero__image--large img {
aspect-ratio: 16 / 10;
}
}
.bee-go-pro-stat-icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
margin-inline: auto;
margin-bottom: 1.5rem;
border-radius: 50%;
background:
radial-gradient(circle at center,
rgba(111, 211, 255, 0.18),
rgba(255, 255, 255, 0.02));
border: 1px solid rgba(111, 211, 255, 0.18);
color: #6fd3ff;
}
.bee-go-pro-stat-icon svg {
width: 26px;
height: 26px;
}
.bg-dark-grad {
background: linear-gradient(160deg, #02101f 0%, #051a30 55%, #0c2845 100%);
}
*/ .bee-course-pathway-strip {
position: relative;
padding: 4rem 0;
background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
overflow: hidden;
} .bee-course-pathway-strip::before {
content: "";
position: absolute;
top: -180px;
left: -180px;
width: 420px;
height: 420px;
border-radius: 50%;
background: radial-gradient(circle,
rgba(255, 219, 27, 0.08) 0%,
transparent 72%);
pointer-events: none;
} .bee-course-pathway-strip__heading {
position: relative;
z-index: 2;
max-width: 760px;
margin: 0 auto 2.75rem;
text-align: center;
}
.bee-course-pathway-strip__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
padding: 0.7rem 1rem;
border-radius: var(--bee-radius-pill);
background: rgba(255, 219, 27, 0.12);
border: 1px solid rgba(255, 219, 27, 0.18);
color: var(--bee-dark);
font-size: 0.76rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.bee-course-pathway-strip__title {
margin: 0;
color: var(--bee-dark);
font-size: clamp(2rem, 4vw, 3.25rem);
font-weight: 600;
line-height: 1;
letter-spacing: -0.05em;
}
.mb-10 {
margin-bottom: 10px !important;
}
.bg-white {
background-color: #fff;
}
.bg-light-grad {
background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
} .bee-course-pathway-strip__grid {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.5rem;
} .bee-course-pathway-strip__item {
position: relative;
display: flex;
align-items: flex-start;
gap: 1.25rem;
padding: 1.75rem;
border-radius: 28px;
background: rgba(255, 255, 255, 0.82);
border: 1px solid rgba(255, 255, 255, 0.92);
backdrop-filter: blur(14px);
box-shadow: 0 14px 40px rgba(2, 16, 31, 0.05);
transition: transform 0.4s var(--bee-ease), border-color 0.4s var(--bee-ease),
box-shadow 0.4s var(--bee-ease);
} .bee-course-pathway-strip__item:hover {
transform: translateY(-4px);
border-color: rgba(255, 219, 27, 0.24);
box-shadow: 0 22px 60px rgba(2, 16, 31, 0.08);
} .bee-course-pathway-strip__number {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 20px;
background: var(--bee-gradient-gold);
color: var(--bee-dark);
font-size: 1.1rem;
font-weight: 800;
letter-spacing: -0.03em;
box-shadow: 0 12px 30px rgba(255, 219, 27, 0.18);
} .bee-course-pathway-strip__content {
display: flex;
flex-direction: column;
} .bee-course-pathway-strip__item-title {
margin: 0 0 0.6rem;
color: var(--bee-dark);
font-size: 1.25rem;
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
} .bee-course-pathway-strip__description {
margin: 0;
color: var(--bee-text);
font-size: 0.96rem;
line-height: 1.8;
} @media (max-width: 1200px) {
.bee-course-pathway-strip__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.bee-course-pathway-strip {
padding: 3rem 0;
}
.bee-course-pathway-strip__heading {
margin-bottom: 2rem;
}
.bee-course-pathway-strip__grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.bee-course-pathway-strip__item {
padding: 1.4rem;
border-radius: 24px;
}
.bee-course-pathway-strip__number {
width: 52px;
height: 52px;
border-radius: 16px;
font-size: 1rem;
}
.bee-course-pathway-strip__item-title {
font-size: 1.1rem;
}
.bee-course-pathway-strip__description {
font-size: 0.92rem;
line-height: 1.7;
}
} .bee-specialty-content {
position: relative;
padding-top: 5rem;
background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
} .bee-specialty-content__intro {
margin-bottom: 5rem;
}
.bee-specialty-content__intro-grid {
display: grid;
grid-template-columns:
minmax(0, 0.95fr) minmax(0, 1fr);
gap: 4rem;
align-items: start;
}
.bee-specialty-content__title {
margin: 0;
color: #02101f;
font-size: clamp(2.7rem, 4vw, 4rem);
font-weight: 600;
line-height: 0.92;
letter-spacing: -0.05em;
}
.bee-specialty-content__intro-text {
max-width: 580px;
}
.bee-specialty-content__intro-text p {
margin: 0 0 1.5rem;
color: rgba(2, 16, 31, 0.72);
font-size: 1.02rem;
line-height: 1.9;
} .bee-specialty-benefits {
margin-bottom: 6rem;
}
.bee-specialty-benefits__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem;
}
.bee-specialty-benefits__card {
position: relative;
overflow: hidden;
padding: 1.5rem;
border-radius: 2rem;
background: linear-gradient(135deg, #02101f 0%, #07243d 100%);
backdrop-filter: blur(18px);
border: 1px solid rgba(2, 16, 31, 0.06);
box-shadow:
0 20px 50px rgba(2, 16, 31, 0.04);
}
.bee-specialty-benefits__number {
margin-bottom: 1.5rem;
color: #fff;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.14em;
}
.bee-specialty-benefits__card h3 {
margin-bottom: 1rem;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.3;
}
.bee-specialty-benefits__card p {
margin: 0;
color: rgba(255, 255, 255, 0.6);
line-height: 1.8;
font-size: 15px;
} .bee-specialty-directions {
margin-bottom: 6rem;
}
.bee-specialty-directions__heading {
text-align: center;
margin-bottom: 3rem;
}
.bee-specialty-directions__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem;
} .bee-specialty-direction-card {
position: relative;
overflow: hidden;
padding: 1.5rem;
border-radius: 1.25rem;
background: #ffffff;
border: 1px solid rgba(2, 16, 31, 0.06);
box-shadow:
0 24px 60px rgba(2, 16, 31, 0.05);
transition:
transform 0.4s ease,
border-color 0.4s ease;
}
.bee-specialty-direction-card:hover {
transform: translateY(-4px);
border-color: rgba(255, 219, 27, 0.24);
}
.bee-specialty-direction-card__top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1rem;
}
.bee-specialty-direction-card__top span {
color: rgba(255, 219, 27, 0.8);
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.14em;
}
.bee-specialty-direction-card__top h3 {
margin: 0;
color: #02101f;
font-size: 1.4rem;
font-weight: 700;
}
.bee-specialty-direction-card p {
margin-bottom: 1.5rem;
color: rgba(2, 16, 31, 0.72);
line-height: 1.85;
}
.bee-specialty-direction-card ul {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin: 0;
padding: 0;
list-style: none;
}
.bee-specialty-direction-card ul li {
padding: 0.7rem 1rem;
border-radius: 999px;
background: rgba(2, 16, 31, 0.04);
color: #02101f;
font-size: 0.9rem;
font-weight: 600;
} .bee-specialty-pathway {
display: flex;
align-items: center;
justify-content: space-between;
gap: 3rem;
padding: 2rem;
border-radius: 1rem;
background: linear-gradient(135deg, #02101f 0%, #07243d 100%);
overflow: hidden;
position: relative;
}
.bee-specialty-pathway__content {
position: relative;
z-index: 2;
max-width: 720px;
}
.bee-specialty-pathway__label {
display: inline-flex;
margin-bottom: 1rem;
padding: 0.65rem 1rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 0.72);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.bee-specialty-pathway h2 {
margin-bottom: 0rem;
color: #ffffff;
font-size: clamp(2rem, 3vw, 2rem);
font-weight: 800;
line-height: 1;
} @media (max-width: 991px) {
.bee-specialty-content__intro-grid,
.bee-specialty-benefits__grid,
.bee-specialty-directions__grid,
.bee-specialty-pathway {
grid-template-columns: 1fr;
flex-direction: column;
}
.bee-specialty-content__title {
max-width: 100%;
}
}
@media (max-width: 767px) {
.bee-specialty-content {
padding-block: 4rem;
}
.bee-specialty-benefits__card,
.bee-specialty-direction-card {
padding: 2rem;
}
.bee-specialty-pathway {
padding: 2rem;
}
}   body.course-type-beginner .bee-section-intro__title {
font-size: 28px;
} body.course-type-beginner .bee-experience-card__icon {
background: linear-gradient(180deg,
rgba(255, 219, 27, 0.14) 0%,
rgba(255, 219, 27, 0.06) 100%);
border-color: rgba(255, 219, 27, 0.2);
}
body.course-type-beginner .bee-experience-card__icon svg {
color: var(--bee-dark-soft);
} body.course-type-beginner .bee-experience-card__title::after {
background: linear-gradient(90deg,
var(--bee-gold) 0%,
var(--bee-gold-dark, #EF9F27) 100%);
} body.course-type-beginner .bee-benefit__icon {
background: rgba(255, 219, 27, 0.10);
color: var(--bee-dark-soft);
}
body.course-type-beginner .bee-benefit__icon {
background: rgba(255, 219, 27, 0.10);
color: var(--bee-dark-soft);
} body.course-type-beginner .bee-who-is-for {
background: linear-gradient(135deg,
rgba(93, 202, 165, 0.06) 0%,
rgba(15, 23, 42, 0.02) 100%);
border-color: rgba(93, 202, 165, 0.2);
} body.course-type-beginner .bee-timeline__step.is-featured .bee-timeline__number {
background: var(--bee-gold);
color: var(--bee-dark);
box-shadow: 0 8px 24px rgba(255, 219, 27, 0.35);
} body.course-type-beginner .bee-timeline__duration {
background: rgba(255, 219, 27, 0.10);
color: var(--bee-gold-dark, #EF9F27);
}
.bee-timeline__duration{
display:none !important;   
}  body.course-type-specialty .bee-section-intro__title {
font-size: 24px;
letter-spacing: -0.5px;
} body.course-type-specialty .bee-section-intro__eyebrow {
color: var(--bee-blue, #7fd4ff);
} body.course-type-specialty .bee-section-intro__dot {
background: var(--bee-blue, #7fd4ff);
}
body.course-type-specialty .bee-section-intro__line {
background: linear-gradient(90deg,
rgba(127, 212, 255, 0.35) 0%,
transparent 100%);
} body.course-type-specialty .bee-section-intro--bordered::before {
background: linear-gradient(180deg,
var(--bee-blue, #7fd4ff) 0%,
rgba(127, 212, 255, 0) 100%);
} body.course-type-specialty .bee-experience-card__icon {
background: linear-gradient(180deg,
rgba(127, 212, 255, 0.12) 0%,
rgba(127, 212, 255, 0.04) 100%);
border-color: rgba(127, 212, 255, 0.18);
} body.course-type-specialty .bee-experience-card__title::after {
background: linear-gradient(90deg,
var(--bee-blue, #7fd4ff) 0%,
rgba(127, 212, 255, 0) 100%);
} body.course-type-specialty .bee-benefit__icon {
background: rgba(127, 212, 255, 0.10);
color: var(--bee-blue, #7fd4ff);
}
body.course-type-specialty .bee-benefit__icon svg {
stroke: var(--bee-blue, #7fd4ff);
} body.course-type-specialty .bee-who-is-for {
background: linear-gradient(135deg,
rgba(127, 212, 255, 0.05) 0%,
rgba(15, 23, 42, 0.02) 100%);
border-color: rgba(127, 212, 255, 0.18);
} body.course-type-specialty .bee-who-is-for__check {
background: rgba(127, 212, 255, 0.12);
color: var(--bee-blue, #7fd4ff);
} body.course-type-specialty .bee-timeline__number {
background: rgba(127, 212, 255, 0.08);
color: var(--bee-blue, #7fd4ff);
border: 1px solid rgba(127, 212, 255, 0.2);
} body.course-type-specialty .bee-timeline__step:not(:last-child)::before {
background: linear-gradient(180deg,
rgba(127, 212, 255, 0.2),
rgba(127, 212, 255, 0.05));
} body.course-type-specialty .bee-timeline__step.is-featured .bee-timeline__number {
background: var(--bee-blue, #7fd4ff);
color: var(--bee-dark);
border-color: transparent;
box-shadow: 0 8px 24px rgba(127, 212, 255, 0.3);
} body.course-type-specialty .bee-timeline__duration {
background: rgba(127, 212, 255, 0.10);
color: var(--bee-blue, #7fd4ff);
} body.course-type-specialty .bee-faq-item.is-open {
border-color: rgba(127, 212, 255, 0.35);
box-shadow: 0 14px 32px rgba(2, 16, 31, 0.25),
0 0 0 1px rgba(127, 212, 255, 0.12);
} body.course-type-specialty .bee-faq-item.is-open .bee-faq-item__icon {
background: rgba(127, 212, 255, 0.15);
color: var(--bee-blue, #7fd4ff);
} body.course-type-specialty .bee-faq-item.is-open .bee-faq-item__answer::before {
background: linear-gradient(90deg,
rgba(127, 212, 255, 0.3),
transparent);
} body.course-type-specialty .bee-instructor {
background: linear-gradient(135deg,
#02101f 0%,
#051a2e 100%);
}
body.course-type-specialty .bee-instructor::before {
background: linear-gradient(180deg,
var(--bee-blue, #7fd4ff) 0%,
rgba(127, 212, 255, 0) 100%);
}
body.course-type-specialty .bee-instructor__eyebrow {
color: var(--bee-blue, #7fd4ff);
}
body.course-type-specialty .bee-instructor__credentials {
color: var(--bee-blue, #7fd4ff);
}  body.course-type-go-pro .bee-section-intro__title {
font-size: 30px;
font-weight: 700;
letter-spacing: -0.6px;
} body.course-type-go-pro .bee-section-intro__eyebrow {
color: var(--bee-gold-dark, #EF9F27);
letter-spacing: 2px;
}
body.course-type-go-pro .bee-section-intro__dot {
background: var(--bee-gold-dark, #EF9F27);
}
body.course-type-go-pro .bee-section-intro__line {
background: linear-gradient(90deg,
rgba(239, 159, 39, 0.5) 0%,
transparent 100%);
} body.course-type-go-pro .bee-section-intro--bordered::before {
background: linear-gradient(180deg,
var(--bee-gold-dark, #EF9F27) 0%,
rgba(239, 159, 39, 0) 100%);
width: 4px; } body.course-type-go-pro .bee-experience-card {
background: linear-gradient(180deg,
#0c1e2f 0%,
#08161f 100%);
border-color: rgba(255, 219, 27, 0.12);
color: #fff;
}
body.course-type-go-pro .bee-experience-card:hover {
border-color: rgba(255, 219, 27, 0.28);
box-shadow: 0 20px 50px rgba(2, 16, 31, 0.35);
} body.course-type-go-pro .bee-experience-card__title {
color: #fff;
}
body.course-type-go-pro .bee-experience-card__content {
color: rgba(255, 255, 255, 0.70);
}
body.course-type-go-pro .bee-experience-card__icon {
background: rgba(255, 219, 27, 0.12);
border-color: rgba(255, 219, 27, 0.18);
color: var(--bee-gold);
} body.course-type-go-pro .bee-card-fact {
border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.course-type-go-pro .bee-card-fact__label {
color: rgba(255, 255, 255, 0.50);
}
body.course-type-go-pro .bee-card-fact__value {
color: #fff;
} body.course-type-go-pro .bee-experience-card__title::after {
background: linear-gradient(90deg,
var(--bee-gold-dark, #EF9F27) 0%,
rgba(239, 159, 39, 0.3) 100%);
} body.course-type-go-pro .bee-experience-card.is-featured {
border-color: rgba(255, 219, 27, 0.4);
box-shadow: 0 16px 40px rgba(255, 219, 27, 0.12);
} body.course-type-go-pro .bee-experience-card__badge {
background: rgba(255, 219, 27, 0.15);
border-color: rgba(255, 219, 27, 0.3);
color: var(--bee-gold);
} body.course-type-go-pro .bee-benefit {
background: #0c1e2f;
border-color: rgba(255, 219, 27, 0.10);
color: #fff;
}
body.course-type-go-pro .bee-benefit:hover {
border-color: rgba(255, 219, 27, 0.28);
box-shadow: 0 14px 30px rgba(2, 16, 31, 0.3);
}
body.course-type-go-pro .bee-benefit__icon {
background: rgba(255, 219, 27, 0.12);
color: var(--bee-gold-dark, #EF9F27);
}
body.course-type-go-pro .bee-benefit__title {
color: #fff;
}
body.course-type-go-pro .bee-benefit__description {
color: rgba(255, 255, 255, 0.60);
} body.course-type-go-pro .bee-who-is-for {
background: linear-gradient(135deg,
rgba(255, 219, 27, 0.05) 0%,
rgba(15, 23, 42, 0.02) 100%);
border-color: rgba(255, 219, 27, 0.22);
}
body.course-type-go-pro .bee-who-is-for__title {
color: var(--bee-dark);
}
body.course-type-go-pro .bee-who-is-for__check {
background: rgba(255, 219, 27, 0.14);
color: var(--bee-gold-dark, #EF9F27);
} body.course-type-go-pro .bee-timeline__number {
background: linear-gradient(135deg,
#0c1e2f 0%,
#02101f 100%);
color: var(--bee-gold);
border: 1px solid rgba(255, 219, 27, 0.2);
box-shadow: 0 4px 14px rgba(2, 16, 31, 0.3);
} body.course-type-go-pro .bee-timeline__step:not(:last-child)::before {
background: linear-gradient(180deg,
rgba(255, 219, 27, 0.25),
rgba(255, 219, 27, 0.05));
} body.course-type-go-pro .bee-timeline__step.is-featured .bee-timeline__number {
background: linear-gradient(135deg,
var(--bee-gold-dark, #EF9F27) 0%,
var(--bee-gold, #FFDB1B) 100%);
color: var(--bee-dark);
box-shadow: 0 10px 28px rgba(239, 159, 39, 0.45);
} body.course-type-go-pro .bee-timeline__duration {
background: rgba(239, 159, 39, 0.12);
color: var(--bee-gold-dark, #EF9F27);
font-weight: 700;
} body.course-type-go-pro .bee-timeline__step-title {
font-weight: 700;
} body.course-type-go-pro .bee-faq-item.is-open {
border-color: rgba(239, 159, 39, 0.45);
box-shadow: 0 14px 32px rgba(2, 16, 31, 0.25),
0 0 0 1px rgba(239, 159, 39, 0.15);
} body.course-type-go-pro .bee-faq-item.is-open .bee-faq-item__answer::before {
background: linear-gradient(90deg,
rgba(239, 159, 39, 0.4),
transparent);
} body.course-type-go-pro .bee-instructor {
background: linear-gradient(135deg,
#02101f 0%,
#0a1a2e 100%);
box-shadow: 0 20px 50px rgba(2, 16, 31, 0.35);
}
body.course-type-go-pro .bee-instructor__photo {
border-color: rgba(239, 159, 39, 0.4);
}
body.course-type-go-pro .bee-instructor__eyebrow {
color: var(--bee-gold-dark, #EF9F27);
letter-spacing: 2px;
}
body.course-type-go-pro .bee-instructor__credentials {
color: var(--bee-gold-dark, #EF9F27);
font-size: 15px;
}
.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
border-radius: 0 15px 15px 15px;
} .bee-dark-grad {
background: linear-gradient(160deg, #02101f 0%, #051a30 55%, #0c2845 100%)
}
.bee-go-pro-section {
position: relative;
overflow: hidden;
padding: 8rem 0;
background: radial-gradient(circle at top, rgba(22, 94, 168, 0.18), transparent 40%), linear-gradient(180deg, #050b12 0%, #07111d 45%, #050b12 100%);
}  .bee-section-heading {
margin-bottom: 4rem;
}
.bee-section-heading h3 {
max-width: 700px;
font-size: clamp(2.4rem, 4vw, 4rem);
line-height: 1.1;
font-weight: 700;
color: #ffffff;
} .bee-go-pro-hero {
max-width: 860px;
margin-inline: auto;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
align-items: center;
}
.bee-go-pro-title {
margin-bottom: 1.75rem;
font-size: clamp(3.5rem, 7vw, 4rem);
line-height: 0.95;
font-weight: 800;
letter-spacing: -0.05em;
color: #ffffff;
}
.bee-go-pro-title span {
display: block;
color: var(--bee-gold);
}
@media(min-width:1200px) {
.bee-go-pro-description {
padding-left: 5rem;
padding-right: 5rem;
}
}
.bee-go-pro-description {
margin-bottom: 3rem !important;
font-size: 1.2rem;
line-height: 1.8;
color: rgba(255, 255, 255, 0.72);
}
.bee-go-pro-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.bee-go-pro-stat {
padding: 2rem;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 1.5rem;
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(16px);
}
.bee-go-pro-stat strong {
display: block;
margin-bottom: 0.5rem;
font-size: 1.2rem;
color: #ffffff;
}
.bee-go-pro-stat span {
color: rgba(255, 255, 255, 0.62);
} .bee-go-pro-pathway {
margin-bottom: 9rem;
}
.bee-pathway-intro {
margin-bottom: 4rem;
}
.bee-pathway-intro h3 {
max-width: 720px;
font-size: clamp(2.5rem, 5vw, 4rem);
line-height: 1.05;
color: #ffffff;
}
.bee-pathway-timeline {
position: relative;
display: flex;
flex-direction: column;
gap: 2rem;
}
.bee-pathway-line {
width: 2px;
height: 60px;
margin-inline: auto;
background: linear-gradient(180deg,
rgba(111, 211, 255, 0),
rgba(111, 211, 255, 0.8),
rgba(111, 211, 255, 0));
}
.bee-pathway-card {
display: flex;
position: sticky;
top: 80px;
align-items: center;
gap: 2rem;
padding: 2rem;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 2rem;
background:
linear-gradient(180deg,
rgba(255, 255, 255, 0.04),
rgba(255, 255, 255, 0.02));
backdrop-filter: blur(18px);
}
.bee-pathway-number {
flex-shrink: 0;
font-size: clamp(3rem, 5vw, 5rem);
font-weight: 800;
line-height: 1;
color: rgba(111, 211, 255, 0.22);
}
.bee-pathway-content h4 {
margin-bottom: 1rem;
font-size: 2rem;
color: #ffffff;
}
.bee-pathway-content p {
max-width: 680px;
margin-bottom: 0;
line-height: 1.8;
color: rgba(255, 255, 255, 0.68);
}
.bee-go-pro-features {
margin-bottom: 9rem;
}
.bee-go-pro-features-layout {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 5rem;
align-items: center;
} .bee-go-pro-features-image {
position: relative;
overflow: hidden;
min-height: 760px;
border-radius: 2rem;
}
.bee-go-pro-features-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.bee-go-pro-features-image-overlay {
position: absolute;
inset: 0;
background:
radial-gradient(circle at top,
rgba(111, 211, 255, 0.18),
transparent 35%),
linear-gradient(180deg,
rgba(4, 12, 22, 0.20) 0%,
rgba(4, 12, 22, 0.72) 100%);
} .bee-go-pro-features-content {
position: relative;
z-index: 2;
}
.bee-go-pro-feature-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
} .bee-feature-card {
padding: 2rem;
border-radius: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.08);
background:
linear-gradient(180deg,
rgba(255, 255, 255, 0.04),
rgba(255, 255, 255, 0.02));
backdrop-filter: blur(16px);
transition: all 0.3s ease;
}
.bee-feature-card:hover {
transform: translateY(-6px);
border-color: rgba(111, 211, 255, 0.28);
background:
linear-gradient(180deg,
rgba(255, 255, 255, 0.06),
rgba(255, 255, 255, 0.03));
}
.bee-feature-card h4 {
margin-bottom: 1rem;
font-size: 1.35rem;
line-height: 1.3;
color: #ffffff;
}
.bee-feature-card p {
line-height: 1.8;
color: rgba(255, 255, 255, 0.68);
} @media (max-width: 991px) {
.bee-go-pro-features-layout {
grid-template-columns: 1fr;
}
.bee-go-pro-features-image {
min-height: 500px;
}
}
@media (max-width: 767px) {
.bee-go-pro-feature-grid {
grid-template-columns: 1fr;
}
} .bee-go-pro-cta {
padding: 6rem 4rem;
display: flex;
flex-direction: column;
gap: 2rem;
border-radius: 2.5rem;
justify-content: center;
text-align: center;
align-items: center;
background:
radial-gradient(circle at top,
rgba(111, 211, 255, 0.14),
transparent 45%),
linear-gradient(180deg,
#0a1522 0%,
#07111d 100%);
border: 1px solid rgba(255, 255, 255, 0.08);
}
@media(min-width:1200px) {
.bee-go-pro-cta h3,
.bee-go-pro-cta p {
width: 600px;
margin-bottom: 0 !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
.bee-go-pro-buttons {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
} @media (max-width: 991px) {
.bee-go-pro-stats,
.bee-go-pro-feature-grid,
.bee-audience-grid {
grid-template-columns: 1fr;
}
.bee-pathway-card {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 767px) {
.bee-go-pro-section {
padding: 6rem 0;
}
.bee-go-pro-buttons {
flex-direction: column;
}
.bee-primary-button,
.bee-secondary-button {
width: 100%;
}
.bee-go-pro-cta {
padding: 3rem 2rem;
}
}
.term-go-pro #course-grid {
background: linear-gradient(160deg, #02101f 0%, #051a30 55%, #0c2845 100%);
}
.term-go-pro #course-grid h2 {
color: #fff;
}
.term-go-pro #course-grid .bee-section-desc {
color: rgba(255, 255, 255, 0.7);
} .bee-career-bento {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 1.5rem;
margin-bottom: 9rem;
} .bee-bento-card {
position: relative;
overflow: hidden;
padding: 2rem;
border-radius: 2rem;
border: 1px solid rgba(255, 255, 255, 0.08);
background:
linear-gradient(180deg,
rgba(255, 255, 255, 0.04),
rgba(255, 255, 255, 0.02));
backdrop-filter: blur(16px);
} .bee-bento-card--intro {
grid-column: span 7;
min-height: 420px;
padding: 4rem;
background:
radial-gradient(circle at top left,
rgba(111, 211, 255, 0.16),
transparent 45%),
linear-gradient(180deg,
rgba(12, 28, 46, 0.96),
rgba(6, 16, 28, 0.96));
}
.bee-bento-card--intro h3 {
max-width: 700px;
margin-bottom: 1.5rem;
font-size: clamp(2.8rem, 5vw, 3rem);
line-height: 1;
color: #ffffff;
}
.bee-bento-card--intro p {
max-width: 640px;
line-height: 1.9;
font-size: 1.05rem;
color: rgba(255, 255, 255, 0.72);
} .bee-bento-card--image {
grid-column: span 5;
min-height: 420px;
padding: 0;
}
.bee-bento-card--image img {
width: 100%;
height: 450px;
object-fit: cover;
display: block;
}
.bee-bento-image-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(180deg,
rgba(5, 16, 28, 0.08),
rgba(4, 14, 24, 0.92));
}
.bee-bento-image-content {
position: absolute;
left: 2rem;
bottom: 2rem;
z-index: 3;
}
.bee-bento-image-content span {
display: inline-flex;
margin-bottom: 1rem;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.18em;
color: #6fd3ff;
}
.bee-bento-image-content h4 {
max-width: 320px;
font-size: 2rem;
line-height: 1.1;
color: #ffffff;
} .bee-bento-card--small {
grid-column: span 3;
min-height: 260px;
}
.bee-bento-icon {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
margin-bottom: 2rem;
border-radius: 50%;
background:
radial-gradient(circle,
rgba(111, 211, 255, 0.18),
rgba(255, 255, 255, 0.02));
border: 1px solid rgba(111, 211, 255, 0.14);
color: #6fd3ff;
}
.bee-bento-icon svg {
width: 28px;
height: 28px;
}
.bee-bento-card--small h4 {
margin-bottom: 1rem;
font-size: 1.35rem;
line-height: 1.2;
color: #ffffff;
}
.bee-bento-card--small p {
line-height: 1.8;
color: rgba(255, 255, 255, 0.68);
} .bee-bento-card--wide {
grid-column: span 6;
min-height: 260px;
display: flex;
align-items: center;
background:
radial-gradient(circle at right,
rgba(111, 211, 255, 0.14),
transparent 40%),
linear-gradient(180deg,
rgba(12, 28, 46, 0.96),
rgba(6, 16, 28, 0.96));
}
.bee-bento-wide-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 2rem;
}
.bee-bento-label {
display: inline-flex;
margin-bottom: 1rem;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.18em;
color: #6fd3ff;
}
.bee-bento-card--wide h4 {
max-width: 420px;
font-size: 2rem;
line-height: 1.1;
color: #ffffff;
}
.bee-bento-card--wide p {
max-width: 340px;
line-height: 1.9;
color: rgba(255, 255, 255, 0.68);
} .bee-bento-card {
transition:
transform 0.35s ease,
border-color 0.35s ease,
background 0.35s ease;
}
.bee-bento-card:hover {
transform: translateY(-6px);
border-color: rgba(111, 211, 255, 0.24);
} @media (max-width: 991px) {
.bee-bento-card--intro,
.bee-bento-card--image,
.bee-bento-card--wide,
.bee-bento-card--small {
grid-column: span 12;
}
.bee-bento-wide-content {
flex-direction: column;
}
}
@media (max-width: 767px) {
.bee-bento-card--intro {
padding: 3rem 2rem;
}
.bee-bento-card--intro h3 {
font-size: 2.5rem;
}
.bee-bento-card--image {
min-height: 320px;
}
} .bee-career-bento-section-header {
max-width: 860px;
margin-inline: auto;
margin-bottom: 4rem;
text-align: center;
}
.bee-career-bento-section-header h2 {
margin-bottom: 1.5rem;
font-size: clamp(3rem, 6vw, 4rem);
line-height: 0.95;
letter-spacing: -0.04em;
color: #ffffff;
}
.bee-career-bento-section-header p {
max-width: 720px;
margin-inline: auto;
font-size: 1.1rem;
line-height: 1.9;
color: rgba(255, 255, 255, 0.72);
} .bee-go-pro-audience-section {
display: grid;
grid-template-columns: 1fr 1fr;
overflow: hidden;
margin-bottom: 9rem;
border-radius: 2rem;
border: 1px solid rgba(255, 255, 255, 0.08);
background:
linear-gradient(180deg,
rgba(7, 17, 29, 0.98),
rgba(5, 12, 22, 0.98));
} .bee-go-pro-audience-image {
position: relative;
min-height: 760px;
}
.bee-go-pro-audience-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.bee-go-pro-audience-image-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(90deg,
rgba(5, 12, 22, 0.08),
rgba(5, 12, 22, 0.58));
} .bee-go-pro-audience-content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 4rem;
background:
radial-gradient(circle at top left,
rgba(111, 211, 255, 0.10),
transparent 35%),
linear-gradient(180deg,
rgba(8, 20, 34, 0.98),
rgba(5, 12, 22, 0.98));
}
.bee-go-pro-audience-content h3 {
margin-bottom: 2rem;
font-size: clamp(3rem, 5vw, 4rem);
line-height: 0.95;
letter-spacing: -0.04em;
color: #ffffff;
}
.bee-go-pro-audience-description {
max-width: 620px;
margin-bottom: 2rem;
font-size: 1.08rem;
line-height: 1.9;
color: rgba(255, 255, 255, 0.72);
} .bee-go-pro-audience-stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
} .bee-go-pro-audience-stat {
padding-top: 2rem;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bee-go-pro-audience-stat h4 {
margin-bottom: 1rem;
font-size: 1.5rem;
line-height: 1.2;
color: #ffffff;
}
.bee-go-pro-audience-stat p {
line-height: 1.8;
color: rgba(255, 255, 255, 0.64);
margin-bottom: 0;
} .bee-go-pro-audience-stat {
transition: all 0.3s ease;
}
.bee-go-pro-audience-stat:hover {
transform: translateY(-4px);
border-color: rgba(111, 211, 255, 0.24);
} @media (max-width: 1199px) {
.bee-go-pro-audience-content {
padding: 4rem;
}
}
@media (max-width: 991px) {
.bee-go-pro-audience-section {
grid-template-columns: 1fr;
}
.bee-go-pro-audience-image {
min-height: 420px;
}
}
@media (max-width: 767px) {
.bee-go-pro-audience-content {
padding: 3rem 2rem;
}
.bee-go-pro-audience-content h3 {
font-size: 2.8rem;
}
.bee-go-pro-audience-stats {
grid-template-columns: 1fr;
}
}
.career-section {
position: relative;
overflow: hidden;
}
.career-section::before,
.career-section::after {
content: "";
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
pointer-events: none;
filter: blur(80px);
z-index: 0;
}
.career-section::before {
top: -150px;
right: -150px;
background: radial-gradient(circle, rgba(250, 199, 117, 0.18) 0%, transparent 70%);
}
.career-section::after {
bottom: -150px;
left: -150px;
background: radial-gradient(circle, rgba(93, 202, 165, 0.10) 0%, transparent 70%);
} .career-section .career-wrapper {
position: relative;
display: grid !important;
grid-template-columns: 1.05fr 1fr;
gap: 80px;
align-items: center;
z-index: 2;
} .career-content {
position: relative;
z-index: 2;
} .career-title .elementor-heading-title {
text-align: left;
margin: 0 0 22px;
}
.career-desc {
color: #475569;
font-size: 16px;
line-height: 1.7;
margin: 0 0 14px;
max-width: 520px;
} .career-content>.e-paragraph-base+.e-paragraph-base {
margin: 18px 0 !important;
} .career-section .career-stats {
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 36px;
max-width: 520px;
display:none !important;
}
.career-section .career-stat-item {
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.06);
padding: 18px 16px !important;
border-radius: 14px;
position: relative;
overflow: hidden;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.career-stat-item:hover {
transform: translateY(-4px);
border-color: rgba(239, 159, 39, 0.25);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
} .career-section .career-stat-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: var(--bee-gold-dark);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s ease;
}
.career-stat-item:hover::before {
transform: scaleX(1);
} .career-stat-item .elementor-heading-title {
font-size: 26px;
font-weight: 700;
margin: 0 0 4px;
color: var(--bee-dark-deep) !important;
letter-spacing: -0.5px;
line-height: 1;
} .career-stat-item .e-paragraph-base {
font-size: 11px;
color: #64748b;
line-height: 1.3;
letter-spacing: 0.3px;
text-transform: uppercase;
margin: 0;
} .career-visual {
position: relative;
perspective: 1200px;
} .career-visual::before {
content: "";
position: absolute;
inset: -20px;
background: linear-gradient(135deg, rgba(250, 199, 117, 0.4), rgba(93, 202, 165, 0.2));
border-radius: 32px;
filter: blur(50px);
opacity: 0.5;
z-index: 0;
animation: careerGlowPulse 6s ease-in-out infinite;
}
@keyframes careerGlowPulse {
0%,
100% {
opacity: 0.5;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.05);
}
}
.career-section .career-image {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 30px 70px rgba(15, 23, 42, 0.15);
border: 1px solid rgba(15, 23, 42, 0.06);
z-index: 1;
aspect-ratio: 1 / 1;
}
.career-section .career-image img {
width: 100%;
height: 100% !important;
object-fit: cover;
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.career-section .career-image:hover img {
transform: scale(1.06);
} .career-section .career-float-card {
position: absolute;
bottom: 30px;
left: -50px;
padding: 16px 18px !important;
display: flex !important;
align-items: center;
gap: 14px;
width: 240px;
backdrop-filter: blur(2px);
background: rgba(2, 16, 31, 0.8);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
z-index: 3;
} .career-section .career-float-padi-logo {
width: 90px;
flex-shrink: 0;
}
.career-section .career-float-padi-logo img {
width: 100%;
height: auto;
border-radius: 10px;
object-fit: contain;
background: rgba(255, 255, 255, 0.06);
padding: 6px;
display: block;
} .career-section .career-float-tag {
display: flex !important;
flex-direction: column;
gap: 4px;
padding: 0 !important;
} .career-section .career-float-tag>div:first-child .elementor-heading-title {
font-size: 10px;
color: var(--bee-gold);
letter-spacing: 1.2px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
line-height: 1;
} .career-section .career-float-tag>div:last-child .elementor-heading-title {
font-size: 15px;
color: #fff;
font-weight: 600;
line-height: 1.3;
text-transform: none;
letter-spacing: 0;
margin: 0;
display: block;
} @media (max-width: 1024px) {
.career-section .career-wrapper {
gap: 50px;
}
.career-section .career-float-card {
left: -20px;
}
}
@media (max-width: 900px) {
.career-section .career-wrapper {
grid-template-columns: 1fr;
gap: 60px;
}
.career-section .career-image {
aspect-ratio: 16 / 12;
max-height: 500px;
}
.career-section .career-float-card {
left: 20px;
bottom: 20px;
}
}
@media (max-width: 600px) {
.career-section .career-stats {
grid-template-columns: 1fr 1fr 1fr;
gap: 8px;
}
.career-section .career-stat-item {
padding: 14px 10px;
}
.career-section .career-stat-item .elementor-heading-title {
font-size: 20px;
}
.career-section .career-float-card {
min-width: auto;
left: 12px;
right: 12px;
bottom: 12px;
padding: 12px 14px;
}
.career-section .career-float-padi-logo {
width: 70px;
}
}
.assure-strip-wrapper {
padding: 3rem 0 !important;
background: #ebefff !important;
}
.assure-strip {
position: relative;
display: grid !important;
grid-template-columns: auto 1fr auto auto;
align-items: center;
gap: 32px;
width: 100%;
padding: 28px 32px !important;
background: var(--bee-dark);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 20px !important;
box-shadow: 0 20px 50px rgba(2, 16, 31, 0.18);
overflow: hidden;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.assure-strip:hover {
transform: translateY(-3px);
box-shadow: 0 28px 60px rgba(2, 16, 31, 0.25);
} .assure-strip::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,
transparent 0%,
rgba(255, 219, 27, 0.06) 50%,
transparent 100%);
pointer-events: none;
transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1);
z-index: 1;
}
.assure-strip:hover::before {
left: 100%;
} .assure-strip::after {
content: "";
position: absolute;
top: 16px;
bottom: 16px;
left: 0;
width: 3px;
background: linear-gradient(180deg, var(--bee-gold), transparent);
border-radius: 0 3px 3px 0;
pointer-events: none;
z-index: 2;
} .assure-strip .assure-icon {
width: 110px;
position: relative;
z-index: 2;
padding: 10px;
display: flex;
background: rgb(52 184 139);
height: 70px;
border-radius: 10px;
}
.assure-strip .assure-icon img {
width: 100%;
height: auto;
display: block;
filter: brightness(0) invert(1);
opacity: 0.95;
} .assure-strip .assure-content {
position: relative;
z-index: 2;
min-width: 0; } .assure-strip .assure-title-row {
display: grid !important;
grid-template-columns: auto auto;
justify-content: start;
align-items: center;
gap: 12px;
width: 100%;
margin: 0;
}
.assure-strip .assure-title,
.assure-strip .assure-title .elementor-heading-title {
font-size: 28px !important;
font-weight: 600;
color: #fff;
margin: 0;
line-height: 1.3;
letter-spacing: -0.2px;
white-space: nowrap;
}
.assure-strip .assure-title strong {
color: var(--bee-gold);
font-weight: 700;
} .assure-strip .assure-recommend-pill {
display: inline-grid !important;
grid-template-columns: auto auto;
align-items: center;
gap: 6px;
padding: 4px 10px 4px 8px;
background: rgba(93, 202, 165, 0.15);
border: 1px solid rgba(93, 202, 165, 0.3);
border-radius: 999px;
width: max-content;
}
.assure-strip .assure-recommend-pill::before {
content: "";
width: 6px;
position: relative;
height: 6px;
background: var(--bee-teal);
border-radius: 50%;
animation: assurePulse 2s ease-in-out infinite;
box-shadow: 0 0 0 0 rgba(93, 202, 165, 0.6);
}
@keyframes assurePulse {
0%,
100% {
opacity: 1;
box-shadow: 0 0 0 0 rgba(93, 202, 165, 0.6);
}
50% {
opacity: 0.7;
box-shadow: 0 0 0 6px rgba(93, 202, 165, 0);
}
}
.assure-strip .assure-recommend-pill .e-paragraph-base,
.assure-strip .assure-recommend-pill p {
font-size: 10px;
font-weight: 700;
color: var(--bee-teal);
letter-spacing: 0.8px;
text-transform: uppercase;
margin: 0;
line-height: 1;
white-space: nowrap;
} .assure-strip .assure-desc {
font-size: 15px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.8);
margin: 8px 0 0 !important;
max-width: 560px;
} .assure-strip .assure-stats {
display: grid !important;
grid-auto-flow: column;
grid-auto-columns: max-content;
align-items: center;
gap: 16px;
position: relative;
z-index: 2;
}
.assure-strip .assure-stat {
display: grid !important;
justify-items: center;
gap: 2px;
min-width: 60px;
}
.assure-strip .assure-stat .elementor-heading-title {
font-size: 20px;
font-weight: 700;
color: #fff;
margin: 0;
line-height: 1;
letter-spacing: -0.5px;
white-space: nowrap;
}
.assure-strip .assure-stat .e-paragraph-base,
.assure-strip .assure-stat p {
font-size: 10px;
font-weight: 600;
color: rgba(255, 255, 255, 0.55);
letter-spacing: 0.8px;
text-transform: uppercase;
margin: 0;
line-height: 1;
}
.assure-strip .assure-stat-divider {
width: 1px;
height: 36px;
padding: 0 !important;
min-width: 1px !important;
background: rgba(255, 255, 255, 0.12);
} .assure-strip .assure-cta {
position: relative;
z-index: 2;
}
.assure-strip .assure-cta .elementor-button {
white-space: nowrap;
}  @media (max-width: 1024px) {
.assure-strip {
gap: 24px;
padding: 24px 28px;
}
.assure-strip .assure-desc {
font-size: 12.5px;
}
.assure-strip .assure-recommend-pill{
display:none !important;
}
} @media (max-width: 900px) {
.assure-strip {
grid-template-columns: auto 1fr auto;
gap: 20px;
}
.assure-strip .assure-stats {
display: none; }
.assure-strip .assure-icon {
width: 70px;
}
} @media (max-width: 700px) {
.assure-strip {
grid-template-columns: 1fr;
gap: 20px;
padding: 24px 22px;
text-align: left;
}
.assure-strip::after {
top: 0;
left: 16px;
right: 16px;
bottom: auto;
width: auto;
height: 3px;
background: linear-gradient(90deg, var(--bee-gold), transparent);
border-radius: 0 0 3px 3px;
}
.assure-strip .assure-icon {
width: 70px;
} .assure-strip .assure-stats {
display: grid;
grid-auto-flow: column;
grid-auto-columns: max-content;
justify-content: start;
gap: 18px;
}
.assure-strip .assure-stat {
justify-items: start;
}
.assure-strip .assure-title,
.assure-strip .assure-title .elementor-heading-title {
font-size: 17px;
white-space: normal;
}
.assure-strip .assure-desc {
font-size: 13px;
max-width: none;
}
.assure-strip .assure-cta {
width: 100%;
}
.assure-strip .assure-cta .elementor-button {
width: 100%;
justify-content: center;
}
}
@media (max-width: 480px) {
.assure-strip {
padding: 20px 18px;
border-radius: 16px;
}
.assure-strip .assure-title,
.assure-strip .assure-title .elementor-heading-title {
font-size: 16px;
}
}
.trust-section {
position: relative;
overflow: hidden;
margin-top: 3rem !important;
margin-bottom: 3rem !important;
} .trust-section::before {
content: "";
position: absolute;
top: 10%;
right: -200px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(250, 199, 117, 0.10) 0%, transparent 70%);
filter: blur(80px);
pointer-events: none;
z-index: 0;
}
.trust-section::after {
content: "";
position: absolute;
bottom: 10%;
left: -200px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(93, 202, 165, 0.08) 0%, transparent 70%);
filter: blur(80px);
pointer-events: none;
z-index: 0;
} .trust-section .trust-header {
position: relative;
z-index: 2;
text-align: center;
max-width: 720px;
margin: 0 auto 40px;
display: grid !important;
gap: 14px;
justify-items: center;
}   .trust-section .bee-section-desc {
font-size: var(--bee-text-lg);
line-height: var(--bee-leading-relaxed); max-width: 540px;
margin: 0;
padding: 0;
} .trust-section .trust-credentials {
position: relative;
z-index: 2;
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
max-width: 1000px;
margin: 0 auto;
}
.trust-section .trust-cred-item {
display: grid !important;
grid-template-columns: auto 1fr;
align-items: center;
gap: 16px;
padding: 12px 15px !important;
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.06);
border-radius: 16px;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.trust-section .trust-cred-item:hover {
transform: translateY(-3px);
border-color: rgba(15, 23, 42, 0.12);
box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
} .trust-section .trust-cred-logo {
width: 70px;
height: 70px;
display: grid !important;
place-items: center; border-radius: 12px; padding: 8px;
}
.trust-section .trust-cred-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
display: block;
} .trust-section .trust-cred-text {
min-width: 0;
display: grid;
padding: 0 !important;
gap: 3px;
}
.trust-section .trust-cred-name,
.trust-section .trust-cred-name .elementor-heading-title {
font-size: 18px;
font-weight: 700;
color: #0f172a;
line-height: 1.2;
margin: 0;
letter-spacing: -0.1px;
}
.trust-section .trust-cred-label,
.trust-section .trust-cred-label p,
.trust-section .trust-cred-label .e-paragraph-base {
font-size: 14px;
font-weight: 500;
color: #64748b;
line-height: 1.4;
margin: 5px 0 0 0 !important;
} @media (max-width: 900px) {
.trust-section .trust-credentials {
grid-template-columns: 1fr;
gap: 12px;
}
.trust-section .trust-header {
margin-bottom: 36px;
}
}
@media (max-width: 480px) {
.trust-section .trust-cred-item {
padding: 16px 18px;
gap: 14px;
}
.trust-section .trust-cred-logo {
width: 48px;
height: 48px;
}
}
.nomad-strip {
position: relative;
display: grid !important;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 24px;
width: 100% !important;
padding: 18px 22px !important;
background: #0e2946 !important;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 16px !important;
box-shadow: 0 12px 30px rgba(2, 16, 31, 0.15);
overflow: hidden;
text-decoration: none;
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
cursor: pointer;
margin: 2rem 0 !important;
}
.nomad-strip:hover {
transform: translateY(-2px);
border-color: rgba(127, 212, 255, 0.25);
box-shadow: 0 18px 40px rgba(2, 16, 31, 0.25);
} .nomad-strip::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,
transparent 0%,
rgba(127, 212, 255, 0.06) 50%,
transparent 100%);
pointer-events: none;
transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1);
z-index: 1;
}
.nomad-strip:hover::before {
left: 100%;
} .nomad-strip::after {
content: "";
position: absolute;
top: 12px;
bottom: 12px;
left: 0;
width: 3px;
background: linear-gradient(180deg, var(--bee-blue), transparent);
border-radius: 0 3px 3px 0;
pointer-events: none;
z-index: 2;
} .nomad-strip .nomad-strip-icon {
position: relative;
z-index: 2;
display: grid !important;
place-items: center;
width: 40px;
height: 40px;
border-radius: 10px;
background: rgba(127, 212, 255, 0.10);
border: 1px solid rgba(127, 212, 255, 0.18);
}
.nomad-strip .nomad-strip-icon i,
.nomad-strip .nomad-strip-icon svg {
font-size: 16px;
width: 16px;
height: 16px;
color: var(--bee-blue);
fill: var(--bee-blue);
} .nomad-strip .nomad-strip-content {
position: relative;
z-index: 2;
min-width: 0;
display: grid !important;
gap: 4px;
} .nomad-strip .nomad-strip-meta {
display: grid !important;
padding: 0 !important;
grid-auto-flow: column;
grid-auto-columns: max-content;
align-items: center;
gap: 10px;
}
.nomad-strip .nomad-strip-eyebrow,
.nomad-strip .nomad-strip-eyebrow p {
font-size: 14px;
font-weight: 700;
color: var(--bee-blue);
letter-spacing: 1.2px;
text-transform: uppercase;
margin: 0;
line-height: 1;
} .nomad-strip .nomad-strip-eyebrow::after {
content: "";
display: inline-block;
width: 3px;
height: 3px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
margin-left: 10px;
vertical-align: middle;
position: relative;
top: -1px;
}
.nomad-strip .nomad-strip-scope,
.nomad-strip .nomad-strip-scope p {
font-size: 12px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0;
line-height: 1;
} .nomad-strip .nomad-strip-title,
.nomad-strip .nomad-strip-title .elementor-heading-title {
font-size: 22px;
font-weight: 500;
color: rgba(255, 255, 255, 0.92);
line-height: 1.4;
margin: 0;
letter-spacing: -0.1px;
}
.nomad-strip .nomad-strip-title em,
.nomad-strip .nomad-strip-title .elementor-heading-title em {
font-style: italic;
font-weight: 600;
color: #fff;
background: linear-gradient(135deg, var(--bee-blue) 0%, #fff 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}                            @media (max-width: 900px) {
.nomad-strip {
gap: 18px;
padding: 16px 18px;
}
.nomad-strip .nomad-strip-title,
.nomad-strip .nomad-strip-title .elementor-heading-title {
font-size: 14px;
}
.nomad-strip .nomad-strip-scope{
display:none !important;
}
}
@media (max-width: 700px) {
.nomad-strip {
grid-template-columns: auto 1fr;
grid-template-areas:
"icon content"
"cta cta";
gap: 14px 14px;
padding: 16px;
}
.nomad-strip .nomad-strip-icon {
grid-area: icon;
}
.nomad-strip .nomad-strip-content {
grid-area: content;
}
.nomad-strip .nomad-strip-cta {
grid-area: cta;
justify-self: stretch;
justify-content: center;
}
.nomad-strip::after {
top: 0;
left: 16px;
right: 16px;
bottom: auto;
width: auto;
height: 3px;
background: linear-gradient(90deg, var(--bee-blue), transparent);
border-radius: 0 0 3px 3px;
}
}
@media (max-width: 480px) {
.nomad-strip {
border-radius: 14px;
padding: 14px;
}
.nomad-strip .nomad-strip-title,
.nomad-strip .nomad-strip-title .elementor-heading-title {
font-size: 13px;
line-height: 1.45;
}
}
.bee-packages-section {
position: relative;
overflow: hidden;
background:
linear-gradient(135deg,
#02101f 0%,
#051a30 50%,
#02101f 100%) !important;
}
.bee-packages-section::before {
content: "";
position: absolute;
top: -220px;
right: -180px;
width: 520px;
height: 520px;
border-radius: 50%;
background:
radial-gradient(circle,
rgba(250, 199, 117, 0.08) 0%,
transparent 70%);
pointer-events: none;
} .bee-packages-section .bee-section-wrapper {
max-width: 760px;
margin:
0 auto 4rem;
text-align: center;
} .bee-packages-section .bee-packages-grid {
display: grid !important;
grid-template-columns:
repeat(3, minmax(0, 1fr));
gap: 1.25rem;
align-items: stretch;
} .bee-packages-section .bee-package-card {
position: relative;
overflow: hidden;
display: flex !important;
flex-direction: column;
min-height: 100%;
border-radius: 28px;
background:
rgba(15, 30, 50, 0.5);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border:
1px solid rgba(255, 255, 255, 0.08);
transition:
transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
border-color 0.4s ease,
box-shadow 0.4s ease;
padding-bottom: 100px !important;
}
.bee-packages-section .bee-package-card:hover {
transform:
translateY(-8px);
border-color:
rgba(255, 255, 255, 0.14);
box-shadow:
0 30px 60px rgba(0, 0, 0, 0.35);
} .bee-packages-section .bee-package-card-img {
position: relative;
height: 220px;
overflow: hidden;
}
.bee-packages-section .bee-package-card-img img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition:
transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-packages-section .bee-package-card:hover .bee-package-card-img img {
transform:
scale(1.06);
} .bee-packages-section .bee-package-card-img::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg,
transparent 40%,
rgba(2, 16, 31, 0.9) 100%);
pointer-events: none;
z-index: 1;
} .bee-packages-section .bee-package-tier-pill {
position: absolute;
top: 18px;
left: 18px;
z-index: 3;
display: inline-flex !important;
align-items: center;
min-height: 34px;
padding: 0 0.9rem !important;
border-radius: var(--bee-radius-pill);
background: rgba(15, 30, 50, 0.72);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12);
width: max-content !important;
}
.bee-packages-section .bee-package-tier-pill span {
color: #fff;
} .bee-packages-section .bee-section-title>h2 {
color: #fff !important;
margin: 1.5rem 0 2rem 0 !important;
}
.bee-packages-section .bee-section-desc {
margin-left: auto !important;
margin-right: auto !important;
color: rgba(255, 255, 255, 0.7) !important;
}
.bee-packages-section .bee-package-title-block {
position: absolute;  bottom: 22px;
z-index: 99;
width: 100% !important;
padding-left: 24px !important;
padding-right: 24px !important;
}
.bee-packages-section .bee-package-title-block h3 {
color: #fff !important;
} .bee-packages-section .bee-package-card-body {
display: flex !important;
flex-direction: column; padding: 1.6rem !important;
} .bee-packages-section .bee-package-price {
margin-bottom: 1rem;
display: flex !important;
gap: 0.5rem !important;
align-items: end !important;
}
.bee-packages-section .bee-package-price p {
font-size: 20px;
font-weight: 800;
line-height: 1;
color: #fff;
margin: 0 !important;
letter-spacing: -0.06em;
}
.bee-packages-section .bee-package-price span {
color: rgba(255, 255, 255, 0.7) !important;
} .bee-packages-section .bee-package-tagline {
margin: 0 0 1.5rem !important;
color: rgba(255, 255, 255, 0.72);
font-size: 0.98rem;
line-height: 1.65;
} .bee-packages-section .bee-package-features {
display: flex !important;
flex-direction: column;
gap: 0.9rem;
margin-top: auto;
}
.bee-packages-section .bee-package-feature {
display: flex !important;
align-items: flex-start;
gap: 0.75rem;
}
.bee-packages-section .bee-package-feature-icon {
width: 18px;
height: 18px;
display: inline-flex !important;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 50%;
background:
rgba(250, 199, 117, 0.14);
}
.bee-packages-section .bee-package-feature-icon svg {
width: 10px;
height: 10px;
fill: #FAC775;
}
.bee-packages-section .bee-package-feature-text {
margin: 0;
color:
rgba(255, 255, 255, 0.86);
font-size: 0.95rem;
line-height: 1.55;
}
.bee-packages-section .bee-package-actions {
display: flex !important;
gap: 1rem;
margin-top: 2rem !important;
justify-content: space-between !important;
padding: 24px !important;
position: absolute;
bottom: 0;
}
html body .d-none-imp{
display:none !important;
}
.bee-packages-page-wrapper{
display: grid;
grid-template-columns: minmax(0, 1fr) 380px;
gap: 60px;
align-items: start;
}
@media (max-width: 1099px) {
.bee-packages-page-wrapper {
grid-template-columns: 1fr;
gap: 48px;
}
}
@media (min-width: 1100px) {
.bee-packages-sidebar {
position: sticky;
top: 100px;
}
} @media (max-width: 1100px) {
.bee-packages-section .bee-packages-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.bee-packages-section .bee-section-wrapper {
margin-bottom: 3rem;
}
.bee-packages-section .bee-packages-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.bee-packages-section .bee-package-card-img {
height: 240px;
}
.bee-packages-section .bee-package-card-body {
padding: 1.35rem;
}
}
.bee-packages-single-wrapper .wp-block-heading{
margin-bottom:1.25rem;
}  .bee-mobile-booking-bar {
position: fixed;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 9999;
display: none;
} .bee-mobile-booking-bar__content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 16px;
border-radius: 22px;
background: rgba(5, 18, 32, 0.88);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.08);
box-shadow:
0 10px 40px rgba(0,0,0,0.35);
} .bee-mobile-booking-bar__eyebrow {
display: block;
margin-bottom: 4px;
color: rgba(255,255,255,0.55);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.bee-mobile-booking-bar__title {
margin: 0;
color: #fff;
font-size: 15px;
font-weight: 600;
} .bee-mobile-booking-bar__button {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 18px;
border-radius: 14px;
background: #d4af37;
color: #02101f;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition:
transform 0.3s ease,
opacity 0.3s ease;
}
.bee-mobile-booking-bar__button:hover {
transform: translateY(-2px);
} @media (max-width: 1100px) {
.bee-mobile-booking-bar {
display: block;
}
}
.bee-excursion-hero {
position: relative;
overflow: hidden;
padding-top: 7rem;
padding-bottom: 6rem;
background:
linear-gradient(135deg,
#02101f 0%,
#07203a 50%,
#02101f 100%);
} .bee-excursion-hero::before {
content: "";
position: absolute;
top: -240px;
right: -180px;
width: 620px;
height: 620px;
border-radius: 50%;
background:
radial-gradient(circle,
rgba(99, 194, 255, 0.12) 0%,
transparent 72%);
pointer-events: none;
}
.bee-excursion-hero .bee-container {
position: relative;
z-index: 2;
} .bee-excursion-hero__grid {
display: grid;
grid-template-columns:
minmax(0, 1fr) minmax(460px, 620px);
align-items: center;
gap: 4rem;
} .bee-excursion-hero__content {
max-width: 640px;
} .bee-excursion-hero__title {
margin:
1.25rem 0 1.5rem;
color: #fff;
font-size:
clamp(3rem, 5vw, 4rem);
font-weight: 800;
line-height: 0.96;
letter-spacing: -0.05em;
} .bee-excursion-hero__description {
max-width: 580px;
margin-bottom: 2rem;
}
.bee-excursion-hero__description p {
margin: 0;
color:
rgba(255, 255, 255, 0.72);
font-size: 1.02rem;
line-height: 1.9;
} .bee-excursion-hero__actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2rem;
} .bee-excursion-hero__trust {
display: flex;
align-items: center;
flex-wrap: wrap;
column-gap: 1.5rem;
row-gap: 0.85rem;
margin-top: 2rem;
} .bee-excursion-hero__trust-item {
position: relative;
display: inline-flex;
align-items: center;
gap: 0.7rem;
} .bee-excursion-hero__trust-item:not(:last-child)::after {
content: "";
position: relative;
width: 4px;
height: 4px;
border-radius: 50%;
background:
rgba(255, 255, 255, 0.24);
margin-left: 0.2rem;
} .bee-excursion-hero__trust-item svg {
width: 17px;
height: 17px;
color: rgba(255, 255, 255, 0.8);
stroke-width: 2.1;
} .bee-excursion-hero__trust-item span {
color:
rgba(255, 255, 255, 0.72);
font-size: 0.95rem;
font-weight: 600;
letter-spacing: 0.01em;
line-height: 1;
} @media (max-width: 767px) {
.bee-excursion-hero__trust {
column-gap: 1rem;
row-gap: 0.7rem;
}
.bee-excursion-hero__trust-item span {
font-size: 0.88rem;
}
} .bee-excursion-hero__visuals {
position: relative;
min-height: 720px;
} .bee-excursion-hero__image {
position: absolute;
overflow: hidden;
border-radius: 32px;
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.35);
}
.bee-excursion-hero__image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} .bee-excursion-hero__image--primary {
top: 0;
left: 0;
width: 76%;
height: 620px;
z-index: 2;
} .bee-excursion-hero__image--secondary {
right: 0;
bottom: 60px;
width: 46%;
height: 260px;
border:
10px solid #ffffff;
z-index: 3;
} .bee-excursion-hero__floating-card {
position: absolute;
left: 40px;
bottom: 40px;
z-index: 4;
max-width: 320px;
padding: 1.25rem 1.35rem;
border-radius: 24px;
background:
rgba(255, 255, 255, 0.08);
border:
1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(18px);
box-shadow:
0 20px 50px rgba(0, 0, 0, 0.22);
}
.bee-excursion-hero__floating-label {
display: block;
margin-bottom: 0.75rem;
color: #fff;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.bee-excursion-hero__floating-card strong {
color: #fff;
font-size: 1rem;
line-height: 1.7;
font-weight: 600;
} @media (max-width: 1200px) {
.bee-excursion-hero__grid {
grid-template-columns: 1fr;
gap: 4rem;
}
}
@media (max-width: 767px) {
.bee-excursion-hero {
padding-top: 5rem;
padding-bottom: 4rem;
}
.bee-excursion-hero__title {
font-size:
clamp(2.6rem, 9vw, 3.4rem);
}
.bee-excursion-hero__visuals {
min-height: auto;
display: grid;
gap: 1rem;
}
.bee-excursion-hero__image {
position: relative;
width: 100% !important;
height: auto !important;
inset: auto !important;
}
.bee-excursion-hero__image--primary {
aspect-ratio: 4 / 5;
}
.bee-excursion-hero__image--secondary {
aspect-ratio: 16 / 10;
border-width: 0;
}
.bee-excursion-hero__floating-card {
position: relative;
left: auto;
bottom: auto;
max-width: 100%;
}
} .bee-excursion-gallery {
position: relative;
overflow: hidden;
background:
linear-gradient(180deg,
#f7fafc 0%,
#ffffff 100%);
} .bee-excursion-gallery__intro {
max-width: 650px;
margin: 0 auto 5rem;
text-align: center;
} .bee-excursion-gallery__grid {
display: grid;
grid-template-columns:
repeat(12, minmax(0, 1fr));
gap: 1.25rem;
} .bee-excursion-gallery__item {
position: relative;
overflow: hidden;
border-radius: 32px;
background: #dfe7ef;
box-shadow:
0 20px 50px rgba(2, 16, 31, 0.08);
}
.bee-excursion-gallery__item img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition:
transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-excursion-gallery__item:hover img {
transform:
scale(1.04);
} .bee-excursion-gallery__item--large {
grid-column: span 7;
height: 420px;
} .bee-excursion-gallery__item--vertical {
grid-column: span 5;
height: 420px;
} .bee-excursion-gallery__item--landscape {
grid-column: span 4;
height: 420px;
} .bee-excursion-gallery__item--square {
grid-column: span 3;
height: 420px;
} .bee-excursion-gallery__item--portrait {
grid-column: span 5;
height: 420px;
} .bee-excursion-gallery__item--wide {
grid-column: span 12;
height: 420px;
} .bee-excursion-gallery__atmosphere {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-top: 2.5rem;
}
.bee-excursion-gallery__atmosphere span {
display: inline-flex;
align-items: center;
min-height: 42px;
padding:
0 1rem;
border-radius:
var(--bee-radius-pill);
background:
rgba(2, 16, 31, 0.04);
color:
rgba(2, 16, 31, 0.72);
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 0.01em;
} @media (max-width: 991px) {
.bee-excursion-gallery__grid {
grid-template-columns:
repeat(2, minmax(0, 1fr));
}
.bee-excursion-gallery__item {
grid-column: auto !important;
min-height: 320px !important;
}
.bee-excursion-gallery__item--wide {
min-height: 420px !important;
}
}
@media (max-width: 767px) {
.bee-excursion-gallery__intro {
margin-bottom: 3rem;
}
.bee-excursion-gallery__title {
font-size:
clamp(2.4rem, 9vw, 3.2rem);
}
.bee-excursion-gallery__grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.bee-excursion-gallery__item {
min-height: 280px !important;
border-radius: 24px;
}
.bee-excursion-gallery__item--wide {
min-height: 360px !important;
}
} .bee-excursion-editorial {
position: relative;
overflow: hidden;
background:
#ffffff;
} .bee-excursion-editorial__grid {
display: grid;
grid-template-columns:
minmax(0, 1.05fr) minmax(0, 0.95fr);
align-items: center;
gap: 4rem;
} .bee-excursion-editorial__visual {
position: relative;
overflow: hidden;
border-radius: 36px;
min-height: 640px;
box-shadow:
0 30px 80px rgba(2, 16, 31, 0.12);
}
.bee-excursion-editorial__visual img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} .bee-excursion-editorial__content {
position: relative;
max-width: 560px;
} .bee-excursion-editorial__title {
margin:
1.5rem 0;
color:
var(--bee-dark);
font-size:
clamp(2.8rem, 5vw, 4rem);
font-weight: 600;
line-height: 0.95;
letter-spacing: -0.05em;
} .bee-excursion-editorial__description {
margin-bottom: 2.5rem;
}
.bee-excursion-editorial__description p {
margin:
0 0 1.25rem;
color:
rgba(2, 16, 31, 0.72);
font-size: 1.02rem;
line-height: 1.9;
}
.bee-excursion-editorial__description p:last-child {
margin-bottom: 0;
} .bee-excursion-editorial__features {
display: flex;
flex-direction: column;
gap: 1.25rem;
} .bee-excursion-editorial__feature {
display: flex;
align-items: flex-start;
gap: 1rem;
padding-bottom: 1.25rem;
border-bottom:
1px solid rgba(2, 16, 31, 0.08);
}
.bee-excursion-editorial__feature:last-child {
padding-bottom: 0;
border-bottom: 0;
} .bee-excursion-editorial__feature-icon {
width: 44px;
height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 50%;
background:
rgba(99, 194, 255, 0.08);
}
.bee-excursion-editorial__feature-icon i {
width: 18px;
height: 18px;
color:
#3b82f6;
} .bee-excursion-editorial__feature-content h3 {
margin:
0 0 0.45rem;
color:
var(--bee-dark);
font-size: 1rem;
font-weight: 700;
line-height: 1.3;
}
.bee-excursion-editorial__feature-content p {
margin: 0;
color:
rgba(2, 16, 31, 0.68);
font-size: 0.95rem;
line-height: 1.7;
} @media (max-width: 1200px) {
.bee-excursion-editorial__grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.bee-excursion-editorial__content {
max-width: 100%;
}
}
@media (max-width: 767px) {
.bee-excursion-editorial__visual {
min-height: 480px;
border-radius: 28px;
}
.bee-excursion-editorial__title {
font-size:
clamp(2.4rem, 9vw, 3.2rem);
}
} .bee-silfra-cta {
position: relative;
overflow: hidden;
background:
linear-gradient(135deg,
#02101f 0%,
#07203a 55%,
#02101f 100%);
} .bee-silfra-cta::before {
content: "";
position: absolute;
top: -240px;
right: -180px;
width: 620px;
height: 620px;
border-radius: 50%;
background:
radial-gradient(circle,
rgba(99, 194, 255, 0.14) 0%,
transparent 72%);
pointer-events: none;
}
.bee-silfra-cta .bee-container {
position: relative;
z-index: 2;
} .bee-silfra-cta__grid {
display: grid;
grid-template-columns:
minmax(0, 1.05fr) minmax(0, 0.95fr);
align-items: center;
gap: 4rem;
} .bee-silfra-cta__visual {
position: relative;
overflow: hidden;
border-radius: 36px;
min-height: 620px;
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.35);
}
.bee-silfra-cta__visual img {
width: 100%;
height: 650px;
display: block;
object-fit: cover;
} .bee-silfra-cta__stat {
position: absolute;
left: 32px;
bottom: 32px;
max-width: 240px;
padding: 1rem 1.1rem;
border-radius: 22px;
background:
rgba(255, 255, 255, 0.08);
border:
1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(18px);
box-shadow:
0 20px 50px rgba(0, 0, 0, 0.22);
}
.bee-silfra-cta__stat-label {
display: block;
margin-bottom: 0.45rem;
color:
rgba(99, 194, 255, 1);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.bee-silfra-cta__stat strong {
color: #fff;
font-size: 1rem;
font-weight: 700;
line-height: 1.5;
} .bee-silfra-cta__content {
max-width: 560px;
} .bee-silfra-cta__title {
color: #fff;
font-size:
clamp(2.8rem, 5vw, 4rem);
font-weight: 600;
line-height: 0.95;
letter-spacing: -0.05em;
} .bee-silfra-cta__description {
margin-bottom: 2rem;
}
.bee-silfra-cta__description p {
margin: 0;
color:
rgba(255, 255, 255, 0.72);
font-size: 1.02rem;
line-height: 1.9;
} .bee-silfra-cta__actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
} .btn-outline--light {
border-color:
rgba(255, 255, 255, 0.18);
color: #fff;
background:
rgba(255, 255, 255, 0.04);
}
.btn-outline--light:hover {
background:
rgba(255, 255, 255, 0.1);
border-color:
rgba(255, 255, 255, 0.24);
color: #fff;
} @media (max-width: 1200px) {
.bee-silfra-cta__grid {
grid-template-columns: 1fr;
gap: 3rem;
}
}
@media (max-width: 767px) {
.bee-silfra-cta__visual {
min-height: 460px;
border-radius: 28px;
}
.bee-silfra-cta__title {
font-size:
clamp(2.4rem, 9vw, 3.2rem);
}
.bee-silfra-cta__stat {
left: 20px;
right: 20px;
bottom: 20px;
max-width: none;
}
} .bee-signature-experience {
position: relative;
overflow: hidden;
} .bee-signature-experience__card {
position: relative;
display: block;
min-height: 750px;
border-radius: 40px;
overflow: hidden;
text-decoration: none;
background: #02101f;
} .bee-signature-experience__media {
position: absolute;
inset: 0;
}
.bee-signature-experience__media img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transform: scale(1);
transition:
transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-signature-experience__card:hover .bee-signature-experience__media img {
transform: scale(1.05);
} .bee-signature-experience__overlay {
position: absolute;
inset: 0;
background: linear-gradient(90deg,
rgba(2, 16, 31, 0.88) 21%,
rgba(2, 16, 31, 0.52) 100%,
rgba(2, 16, 31, 0.18) 100%)
} .bee-signature-experience__content-wrapper {
position: relative;
z-index: 3;
min-height: 650px;
justify-content: flex-start;
display: flex;
align-items: center;
} .bee-signature-experience__content {
max-width: 620px;
}
@media(min-width:1200px) {
.bee-signature-experience__content {
padding-left: 2rem;
padding-top: 3rem;
}
} .bee-signature-experience__title {
color: #fff;
font-size:
clamp(3rem, 5vw, 4.5rem);
font-weight: 800;
line-height: 0.92;
letter-spacing: -0.06em;
} .bee-signature-experience__description {
max-width: 560px;
margin-bottom: 2rem;
}
.bee-signature-experience__description p {
margin: 0;
color:
rgba(255, 255, 255, 0.76);
font-size: 1.08rem;
line-height: 1.9;
} .bee-signature-experience__details {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.9rem;
margin-bottom: 2.5rem;
} .bee-signature-experience__detail {
display: inline-flex;
align-items: center;
gap: 0.65rem;
min-height: 46px;
padding:
0 1rem;
border-radius:
var(--bee-radius-pill);
background:
rgba(255, 255, 255, 0.08);
border:
1px solid rgba(255, 255, 255, 0.08);
backdrop-filter: blur(14px);
}
.bee-signature-experience__detail svg {
width: 17px;
height: 17px;
color: var(--bee-gold-deeper);
}
.bee-signature-experience__detail span {
color:
rgba(255, 255, 255, 0.9);
font-size: 0.92rem;
font-weight: 600;
} .bee-signature-experience__actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
} .bee-signature-experience__content {
transform: translateY(0);
transition:
transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-signature-experience__card:hover .bee-signature-experience__content {
transform: translateY(-6px);
} @media (max-width: 991px) {
.bee-signature-experience__card {
min-height: 760px;
border-radius: 32px;
}
.bee-signature-experience__content-wrapper {
min-height: 760px;
}
}
@media (max-width: 767px) {
.bee-signature-experience__card {
min-height: 680px;
border-radius: 28px;
}
.bee-signature-experience__content-wrapper {
min-height: 680px;
padding:
5rem 0;
align-items: flex-end;
}
.bee-signature-experience__title {
font-size:
clamp(2.5rem, 10vw, 3.4rem);
}
.bee-signature-experience__description p {
font-size: 1rem;
line-height: 1.8;
}
}  .bee-silfra-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background-color: #02101f;
background-image:url(https://beediversdiving.com/wp-content/uploads/2026/05/silfra-main.jpg);
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
} .bee-silfra-hero__overlay {
position: absolute;
inset: 0;
z-index: 2;
background:
linear-gradient(180deg,
rgba(2, 16, 31, 0.18) 0%,
rgba(2, 16, 31, 0.62) 55%,
rgba(2, 16, 31, 0.92) 100%);
} .bee-silfra-hero__content-wrap {
position: relative;
z-index: 5;
width: 100%;
padding:
10rem 0 5rem;
} .bee-silfra-hero__content {
max-width: 760px;
} .bee-silfra-hero__title {
margin:
1.5rem 0;
color: #ffffff;
font-size:
clamp(4rem, 7vw, 5rem);
font-weight: 700;
line-height: 0.9;
letter-spacing: -0.06em;
} .bee-silfra-hero__description {
max-width: 620px;
margin-bottom: 2.5rem;
}
.bee-silfra-hero__description p {
margin: 0;
color:
rgba(255, 255, 255, 0.78);
font-size: 1.12rem;
line-height: 1.9;
} .bee-silfra-hero__actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 2.5rem;
} .bee-silfra-hero__trust {
display: flex;
align-items: center;
flex-wrap: wrap;
column-gap: 1.5rem;
row-gap: 0.8rem;
}
.bee-silfra-hero__trust-item {
position: relative;
display: inline-flex;
align-items: center;
gap: 0.7rem;
}
.bee-silfra-hero__trust-item:not(:last-child)::after {
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background:
rgba(255, 255, 255, 0.22);
margin-left: 0.2rem;
}
.bee-silfra-hero__trust-item i {
width: 17px;
height: 17px;
color:
rgba(99, 194, 255, 0.95);
}
.bee-silfra-hero__trust-item span {
color:
rgba(255, 255, 255, 0.74);
font-size: 0.94rem;
font-weight: 600;
} .bee-silfra-hero__floating-card {
position: absolute;
right: 4rem;
bottom: 4rem;
z-index: 6;
max-width: 320px;
padding: 1.5rem;
border-radius: 28px;
background:
rgba(255, 255, 255, 0.08);
border:
1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(18px);
box-shadow:
0 20px 60px rgba(2, 16, 31, 0.24);
}
@media(max-width:1200px) {
.bee-silfra-hero__floating-card {
display: none;
}
}
.bee-silfra-hero__floating-label {
display: block;
margin-bottom: 0.8rem;
color:
rgba(99, 194, 255, 0.92);
font-size: 0.76rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.bee-silfra-hero__floating-card strong {
display: block;
color: #ffffff;
font-size: 1rem;
font-weight: 600;
line-height: 1.7;
} @media (max-width: 991px) {
.bee-silfra-hero {
min-height: 92vh;
}
.bee-silfra-hero__floating-card {
right: 2rem;
bottom: 2rem;
max-width: 280px;
}
}
@media (max-width: 767px) {
.bee-silfra-hero {
min-height: auto;
}
.bee-silfra-hero__content-wrap {
padding:
9rem 0 4rem;
}
.bee-silfra-hero__title {
font-size:
clamp(3.2rem, 13vw, 5rem);
}
.bee-silfra-hero__description p {
font-size: 1rem;
line-height: 1.8;
}
.bee-silfra-hero__actions {
flex-direction: column;
align-items: stretch;
}
.bee-silfra-hero__floating-card {
position: relative;
right: auto;
bottom: auto;
max-width: 100%;
margin:
2rem 1rem 0;
}
} .bee-excursion-content {
padding-top: 6rem;
position: relative;
padding-bottom: 6rem;
}
.bee-excursion-content .bee-section-intro__title {
font-size: 40px;
}
.bee-excursion-content .bee-timeline__description p,
.bee-excursion-content .bee-benefit__description p {
font-size: 15px !important;
}
.bee-excursion-content .bee-benefit__title {
font-size: 20px;
}
.bee-excursion-content .bee-experience-card__title {
font-size: 30px !important;
}
.bee-excursion-content .bee-experience-card__badge {
font-size: 12px !important;
}
.bee-excursion-content .bee-timeline__step-title {
font-size: 20px;
}
.bee-excursion-content .bee-who-is-for__title {
margin-bottom: 20px !important;
font-size: 22px;
}
.bee-excursion-content .wp-block-heading {
margin-bottom: 1rem;
margin-top: 4rem;
}
.bee-excursion-content h2.wp-block-heading {
font-size: 3rem;
}
@media(min-width:1200px) {
.bee-excursion-content .bee-experience-cards {
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-bottom: 6rem;
}
.bee-excursion-content .bee-benefits--cols-4 .bee-benefits__grid {
grid-template-columns: repeat(4, 1fr);
}
.bee-excursion-content .bee-benefit {
grid-template-columns: auto;
}
} .bee-sticky-booking-bar {
position: sticky;
left: 0;
right: 0;
bottom: 24px;
z-index: 9999;
width:
calc(100% - 40px);
max-width: 1320px;
display: flex;
align-items: center;
margin-right: auto;
margin-left: auto;
justify-content: space-between;
gap: 2rem;
padding:
1.2rem 1.4rem;
border-radius: 28px;
background:
rgba(2, 16, 31, 0.82);
border:
1px solid rgba(255, 255, 255, 0.08);
backdrop-filter:
blur(24px);
-webkit-backdrop-filter:
blur(24px);
box-shadow:
0 20px 80px rgba(2, 16, 31, 0.38);
} .bee-sticky-booking-bar__content {
display: flex;
align-items: center;
gap: 1.4rem;
min-width: 0;
} .bee-sticky-booking-bar__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding:
0 1rem;
border-radius:
var(--bee-radius-pill);
background:
rgba(99, 194, 255, 0.12);
border:
1px solid rgba(99, 194, 255, 0.18);
color:
rgba(255, 255, 255, 0.88);
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
flex-shrink: 0;
} .bee-sticky-booking-bar__info {
min-width: 0;
}
.bee-sticky-booking-bar__info h3 {
margin: 0 0 0.3rem;
color: #ffffff;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: -0.03em;
line-height: 1;
}
.bee-sticky-booking-bar__info p {
margin: 0;
color:
rgba(255, 255, 255, 0.64);
font-size: 0.92rem;
line-height: 1.5;
} .bee-sticky-booking-bar__actions {
display: flex;
align-items: center;
gap: 0.8rem;
flex-shrink: 0;
} .bee-sticky-booking-bar .btn {
min-height: 52px;
padding:
0 1.4rem;
white-space: nowrap;
}
.bee-sticky-booking-bar .btn-outline {
border-color:
rgba(255, 255, 255, 0.14);
color:
rgba(255, 255, 255, 0.92);
background:
rgba(255, 255, 255, 0.04);
}
.bee-sticky-booking-bar .btn-outline:hover {
background:
rgba(255, 255, 255, 0.08);
} @media (max-width: 767px) {
.bee-sticky-booking-bar {
left: 0;
right: 0;
bottom: 0;
transform: none;
width: 100%;
max-width: none;
border-radius: 24px 24px 0 0;
padding:
1rem;
flex-direction: column;
align-items: stretch;
gap: 1rem;
}
.bee-sticky-booking-bar__content {
align-items: flex-start;
gap: 1rem;
}
.bee-sticky-booking-bar__eyebrow {
min-height: 40px;
padding:
0 0.85rem;
font-size: 0.68rem;
}
.bee-sticky-booking-bar__info h3 {
font-size: 1rem;
line-height: 1.2;
}
.bee-sticky-booking-bar__info p {
font-size: 0.86rem;
}
.bee-sticky-booking-bar__actions {
width: 100%;
}
.bee-sticky-booking-bar__actions .btn {
flex: 1;
justify-content: center;
min-height: 50px;
padding:
0 1rem;
font-size: 0.9rem;
}
} @supports (padding-bottom: env(safe-area-inset-bottom)) {
.bee-sticky-booking-bar {
padding-bottom:
calc(1rem + env(safe-area-inset-bottom));
}
}
.bee-section-page {
padding-top: 6rem;
padding-bottom: 6rem;
}
.bee-about-bento-section {
position: relative;
overflow: hidden;
} .bee-about-bento__intro {
max-width: 760px;
margin:
0 auto 4rem;
text-align: center;
}
.bee-about-bento__title {
font-size: clamp(2rem, 4vw, 54px);
font-weight: 600;
line-height: 1.05;
letter-spacing: -1.5px;
color: var(--bee-dark);
margin: 0 0 20px 0;
padding: 0;
color: var(--bee-dark);
}
.bee-about-bento__description {
max-width: 620px;
margin: 0 auto;
color:
rgba(2, 16, 31, 0.65);
font-size: 1rem;
line-height: 1.8;
} .bee-about-bento {
display: grid;
grid-template-columns:
repeat(12, minmax(0, 1fr));
gap: 1rem;
} .bee-about-bento__card {
position: relative;
overflow: hidden;
border-radius: 22px;
background:
#ffffff;
} .bee-about-bento__card img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} .bee-about-bento__card--image {
grid-column: span 4;
min-height: 360px;
} .bee-about-bento__card--stat {
grid-column: span 4;
min-height: 360px;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
background: var(--bee-dark-soft);
}
.bee-about-bento__stat {
display: block;
margin-bottom: 1rem;
color: #fff;
font-size:
clamp(4rem, 6vw, 5rem);
font-weight: 800;
line-height: 0.9;
letter-spacing: -0.06em;
}
.bee-about-bento__card--stat p {
max-width: 220px;
color: #fff;
font-size: 0.95rem;
line-height: 1.7;
} .bee-about-bento__card--editorial {
grid-column: span 4;
min-height: 360px;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.bee-about-bento__eyebrow {
margin-bottom: 1rem;
color:
#63c2ff;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
}
.bee-about-bento__card--editorial h3 {
margin-bottom: 1rem;
color:
var(--bee-dark);
font-size:
clamp(1.8rem, 3vw, 2.6rem);
font-weight: 600;
line-height: 1.05;
letter-spacing: -0.02em;
}
.bee-about-bento__card--editorial p {
color:
rgba(2, 16, 31, 0.68);
font-size: 0.96rem;
line-height: 1.8;
} .bee-about-bento__card--wide {
grid-column: span 5;
min-height: 360px;
} .bee-about-bento__card--trust {
grid-column: span 3;
min-height: 360px;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
background:
#02101f;
}
.bee-about-bento__card--trust p {
color:
rgba(255, 255, 255, 0.82);
font-size: 0.95rem;
line-height: 1.8;
} @media (max-width: 991px) {
.bee-about-bento {
grid-template-columns:
repeat(2, minmax(0, 1fr));
}
.bee-about-bento__card {
grid-column: auto !important;
}
}
@media (max-width: 767px) {
.bee-about-bento {
grid-template-columns: 1fr;
}
.bee-about-bento__card {
min-height: 320px !important;
}
.bee-about-bento__title {
font-size:
clamp(2.8rem, 11vw, 3rem);
}
.ast-container .bee-container {
max-width: 100% !important;
}
} .bee-about-philosophy {
position: relative;
overflow: hidden;
background:
#ffffff;
} .bee-about-philosophy__grid {
display: grid;
grid-template-columns:
repeat(12, minmax(0, 1fr));
gap: 4rem;
align-items: start;
margin-bottom: 5rem;
} .bee-about-philosophy__headline {
grid-column: span 5;
}
.bee-about-philosophy__headline h2 {
margin-top: 1.5rem;
color: var(--bee-dark);
font-size: clamp(3rem, 5vw, 4rem);
font-weight: 600;
line-height: 1;
letter-spacing: -0.07em;
text-wrap: balance;
} .bee-about-philosophy__content {
grid-column: span 7;
}
.bee-about-philosophy__content p {
color:
rgba(2, 16, 31, 0.72);
font-size: 1.05rem;
line-height: 2;
}
.bee-about-philosophy__content p:not(:last-child) {
margin-bottom: 2rem;
} .bee-about-philosophy__stats {
display: grid;
grid-template-columns:
repeat(4, minmax(0, 1fr));
gap: 2rem;
padding-top: 3rem;
border-top:
1px solid rgba(2, 16, 31, 0.08);
} .bee-about-philosophy__stat {
position: relative;
padding-right: 2rem;
}
.bee-about-philosophy__stat:not(:last-child)::after {
content: "";
position: absolute;
top: 50%;
right: 0;
transform:
translateY(-50%);
width: 1px;
height: 48px;
background:
rgba(2, 16, 31, 0.12);
}
.bee-about-philosophy__stat strong {
display: block;
margin-bottom: 0.75rem;
color:
var(--bee-dark);
font-size:
clamp(2rem, 4vw, 2.25rem);
font-weight: 600;
line-height: 0.9;
letter-spacing: -0.06em;
}
.bee-about-philosophy__stat span {
display: block;
max-width: 180px;
color:
rgba(2, 16, 31, 0.65);
font-size: 0.95rem;
line-height: 1.7;
} @media (max-width: 991px) {
.bee-about-philosophy__grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.bee-about-philosophy__headline,
.bee-about-philosophy__content {
grid-column: auto;
}
.bee-about-philosophy__stats {
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 2rem;
}
.bee-about-philosophy__stat:nth-child(2)::after {
display: none;
}
}
@media (max-width: 767px) {
.bee-about-philosophy__headline h2 {
font-size:
clamp(2.8rem, 11vw, 4rem);
}
.bee-about-philosophy__stats {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.bee-about-philosophy__stat {
padding-right: 0;
padding-bottom: 1.5rem;
border-bottom:
1px solid rgba(2, 16, 31, 0.08);
}
.bee-about-philosophy__stat::after {
display: none !important;
}
} .bee-team-section {
position: relative;
overflow: hidden;
} .bee-team-section__intro {
max-width: 760px;
margin:
0 auto 5rem;
text-align: center;
}
.read-more {
margin-bottom: 0;
color: var(--bee-dark);
font-weight: 600;
text-decoration: underline !important;
}
.bee-team-section__title {
margin-top: 1.5rem;
color: var(--bee-dark);
font-size: clamp(3rem, 5vw, 4.25rem);
font-weight: 600;
line-height: 1;
letter-spacing: -0.04em;
text-wrap: balance;
} .bee-team-grid {
display: grid;
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 2rem;
} .bee-team-card {
position: relative;
overflow: hidden;
border-radius: 28px;
background: #ffffff;
box-shadow: 0 20px 50px rgba(2, 16, 31, 0.06);
} .bee-team-card__media {
position: relative;
overflow: hidden;
aspect-ratio: 6 / 4;
}
.bee-team-card__media img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-team-card:hover .bee-team-card__media img {
transform: scale(1.04);
} .bee-team-card__content {
padding: clamp(2rem, 4vw, 3rem);
}
.bee-team-card__role {
display: inline-flex;
margin-bottom: 1rem;
color: #63c2ff;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.bee-team-card__content h3 {
margin-bottom: 1rem;
color: var(--bee-dark);
font-size: clamp(2rem, 4vw, 2.25rem);
font-weight: 600;
line-height: 0.92;
letter-spacing: -0.05em;
}
.bee-team-card__content p {
color: rgba(2, 16, 31, 0.7);
font-size: 1rem;
line-height: 1.9;
} .bee-team-card__socials {
display: flex;
align-items: center;
gap: 0.8rem;
margin-top: 2rem;
}
.bee-team-card__socials a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(2, 16, 31, 0.04);
color: var(--bee-dark);
transition: all 0.35s ease;
}
.bee-team-card__socials a:hover {
transform: translateY(-3px);
background: var(--bee-dark);
color: #ffffff;
} @media (max-width: 991px) {
.bee-team-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.bee-team-section__intro {
margin-bottom: 3rem;
}
.bee-team-section__title {
font-size: clamp(2.8rem, 11vw, 4rem);
}
.bee-team-card {
border-radius: 22px;
}
} .bee-about-values {
position: relative;
overflow: hidden;
background:
#ffffff;
} .bee-about-values__grid {
display: grid;
grid-template-columns:
5fr 7fr;
gap: 5rem;
align-items: center;
} .bee-about-values__media {
position: relative;
overflow: hidden;
border-radius: 28px;
min-height: 620px;
}
.bee-about-values__media img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
aspect-ratio: 4 / 5;
transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bee-about-values__media:hover img {
transform:
scale(1.04);
} .bee-about-values__content {
max-width: 760px;
}
.bee-about-values__title {
margin:
1.5rem 0;
color:
var(--bee-dark);
font-size:
clamp(3rem, 5vw, 3.75rem);
font-weight: 600;
line-height: 1;
letter-spacing: -0.05em;
text-wrap: balance;
}
.bee-about-values__description {
max-width: 620px;
margin-bottom: 3rem;
color:
rgba(2, 16, 31, 0.68);
font-size: 1.02rem;
line-height: 1.9;
} .bee-about-values__items {
display: grid;
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 2rem 2.5rem;
} .bee-about-values__item {
display: flex;
align-items: flex-start;
gap: 1rem;
} .bee-about-values__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 50%;
background:
rgba(99, 194, 255, 0.08);
flex-shrink: 0;
}
.bee-about-values__icon i {
width: 20px;
height: 20px;
color:
#63c2ff;
} .bee-about-values__text h3 {
margin-bottom: 0.75rem;
color:
var(--bee-dark);
font-size: 1.2rem;
font-weight: 700;
line-height: 1.2;
}
.bee-about-values__text p {
color:
rgba(2, 16, 31, 0.68);
font-size: 0.95rem;
line-height: 1.8;
} @media (max-width: 1200px) {
.bee-about-values__grid {
gap: 3rem;
}
}
@media (max-width: 991px) {
.bee-about-values__grid {
grid-template-columns: 1fr;
}
.bee-about-values__media {
min-height: 620px;
}
}
@media (max-width: 767px) {
.bee-about-values__title {
font-size:
clamp(2.8rem, 11vw, 4rem);
}
.bee-about-values__items {
grid-template-columns: 1fr;
gap: 2rem;
}
.bee-about-values__media {
min-height: 460px;
border-radius: 22px;
}
} .bee-global-cta {
position: relative;
overflow: hidden;
padding:
clamp(5rem, 8vw, 8rem) 0; background-image: url(https://beediversdiving.com/wp-content/uploads/2026/05/advance-open-water-3.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
} .bee-global-cta__background {
position: absolute;
inset: 0;
background: rgb(0 21 49 / 80%);
pointer-events: none;
} .bee-global-cta__inner {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
} .bee-global-cta__content {
max-width: 920px;
}
.bee-global-cta__title {
margin: 1.5rem 0;
color: #ffffff;
font-size: clamp(3.5rem, 7vw, 5rem);
font-weight: 600;
line-height: 1.05;
letter-spacing: -0.03em;
text-wrap: balance;
}
.bee-global-cta__description {
max-width: 760px;
margin:
0 auto;
color:
rgba(255, 255, 255, 0.72);
font-size:
clamp(1rem, 1.4vw, 1.15rem);
line-height: 2;
} .bee-global-cta__actions {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
margin-top: 3rem;
} .bee-global-cta .btn-primary {
min-width: 190px;
} .bee-global-cta .btn-outline-light {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 58px;
min-width: 220px;
padding:
0 2rem;
border:
1px solid rgba(255, 255, 255, 0.14);
border-radius:
var(--bee-radius-pill);
background:
rgba(255, 255, 255, 0.04);
backdrop-filter:
blur(10px);
color:
#ffffff;
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 0.02em;
text-decoration: none;
transition:
transform 0.35s ease,
background 0.35s ease,
border-color 0.35s ease;
}
.bee-global-cta .btn-outline-light:hover {
transform:
translateY(-3px);
background:
rgba(255, 255, 255, 0.08);
border-color:
rgba(255, 255, 255, 0.24);
} @media (max-width: 767px) {
.bee-global-cta {
padding:
4.5rem 0;
}
.bee-global-cta__description {
font-size: 1rem;
line-height: 1.9;
}
.bee-global-cta__actions {
flex-direction: column;
align-items: stretch;
}
.bee-global-cta__actions .btn,
.bee-global-cta__actions .btn-outline-light {
width: 100%;
}
}
.course-contact-card {
position: relative;
overflow: hidden;
} .course-contact-card__top {
max-width: 760px;
margin:
0 auto 70px;
text-align: center;
} .course-contact-card__eyebrow {
display: inline-flex;
margin-bottom: 24px;
padding:
10px 18px;
border-radius:
999px;
background:
rgba(7, 21, 33, 0.06);
color:
#071521;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
} .course-contact-card__title {
margin-bottom: 26px !important;
color:
#071521;
font-size:
clamp(3rem, 6vw, 4.25rem);
font-weight: 700;
line-height: 1;
letter-spacing:
-0.025em;
text-wrap: balance;
} .course-contact-card__description {
margin: 0 auto;
max-width: 680px;
color:
rgba(7, 21, 33, 0.68);
font-size:
1.05rem;
line-height: 1.9;
text-wrap: pretty;
} .course-contact-list {
display: grid;
grid-template-columns:
repeat(3, minmax(0, 1fr));
gap: 40px;
} .course-contact-item {
position: relative;
overflow: hidden;
min-height: 240px;
padding: 38px 34px;
border:
1px solid rgba(255, 255, 255, 0.06);
border-radius:
30px;
background:
linear-gradient(180deg,
#071521 0%,
#0b1f30 100%);
box-shadow:
0 24px 60px rgba(3, 12, 20, 0.14);
transition:
transform 0.5s ease,
border-color 0.5s ease,
box-shadow 0.5s ease;
} .course-contact-item:hover {
transform:
translateY(-8px);
border-color:
rgba(255, 219, 27, 0.12);
box-shadow:
0 34px 80px rgba(3, 12, 20, 0.22);
} .course-contact-item__icon {
display: flex;
justify-content: center;
align-items: center;
width: 58px;
height: 58px;
margin-bottom: 28px;
border-radius:
20px;
background:
rgba(255, 255, 255, 0.04);
color:
var(--bee-gold);
}
.course-contact-item__icon svg {
width: 20px;
height: 20px;
stroke-width: 1.8;
} .course-contact-item__content {
display: flex;
flex-direction: column;
} .course-contact-item__label {
display: block;
margin-bottom: 16px;
color:
rgba(255, 255, 255, 0.48);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
} .course-contact-item__content a,
.course-contact-item__kakao {
color:
#fff;
font-size:
1.05rem;
font-weight: 600;
line-height: 1.6;
text-decoration: none;
word-break: break-word;
transition:
opacity 0.4s ease,
transform 0.4s ease;
}
.course-contact-item__content a:hover {
opacity: 0.72;
transform:
translateX(3px);
}
.course-contact-item__content a{
text-decoration:none !important;
font-size:18px;
} @media (max-width: 1200px) {
.course-contact-list {
grid-template-columns:
repeat(2, minmax(0, 1fr));
}
} @media (max-width: 768px) {
.course-contact-card {
padding:
70px 32px;
}
.course-contact-card__top {
margin-bottom: 50px;
}
.course-contact-card__title {
font-size:
clamp(2.8rem, 10vw, 4.2rem);
line-height: 0.96;
}
.course-contact-card__description {
font-size:
1rem;
}
.course-contact-item {
min-height: 220px;
}
} @media (max-width: 640px) {
.course-contact-list {
grid-template-columns: 1fr;
}
.course-contact-card {
padding:
60px 22px;
border-radius:
28px;
}
.course-contact-card__top {
margin-bottom: 40px;
}
.course-contact-card__title {
font-size:
clamp(2.4rem, 12vw, 3.5rem);
line-height: 1;
}
.course-contact-card__description {
font-size:
0.95rem;
line-height: 1.8;
}
.course-contact-item {
min-height: auto;
padding:
30px 26px;
border-radius:
24px;
}
.course-contact-item__icon {
width: 54px;
height: 54px;
margin-bottom: 22px;
}
}
.bee-contact-form-header {
padding-top: 6rem !important;
padding-bottom: 2rem !important;
}
@media(min-width:1200px) {
.bee-contact-form-header .bee-section-wrapper {
max-width: 650px !important;
}
}
.bee-contact-form {
padding-bottom: 7rem !important;
} .main-navigation .menu-item>a {
color: #fff !important;
}
.main-navigation .menu-item>a {
font-weight: 600;
font-size: 16px;
}
.main-navigation .menu-item>a:hover {
color: var(--bee-gold) !important;
} .main-navigation .menu-item.current-menu-item>a {
color: #ffdb1b !important;
}
.main-header-menu .sub-menu {
border-radius: 18px;
background: rgba(10, 18, 28, 0.72);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow:
0 20px 60px rgba(0, 0, 0, 0.35),
inset 0 1px 0 rgba(255, 255, 255, 0.04);
transition:
opacity 0.35s ease,
transform 0.35s ease,
visibility 0.35s ease;
}
.main-header-menu .sub-menu .menu-link {
padding: .7em 1.3em;
}
.ast-button-wrap .ast-mobile-menu-trigger-minimal {
color: #fff !important;
}
.ast-button-wrap .ast-mobile-menu-trigger-minimal svg {
fill: #ffffff !important;
}
.text-center {
text-align: center;
}
.text-white {
color: #fff;
}
@media(max-width:921px) {
header .custom-logo-link img {
max-width: 130px;
width: 130px;
}
.ast-mobile-header-content.content-align-flex-start {
background: transparent !important;
}
.ast-header-break-point .ast-builder-menu-mobile .main-navigation,
site-navigation.ast-flex-grow-1.navigation-accessibility,
.ast-hfb-header.ast-header-break-point .main-header-bar-navigation,
.ast-header-break-point .ast-main-header-bar-alignment,
.ast-header-break-point .ast-builder-menu {
background: transparent !important;
}
.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
flex-wrap: wrap;
background: transparent !important;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
background: rgba(7, 20, 31, 0.82) !important;
backdrop-filter: blur(22px);
-webkit-backdrop-filter: blur(22px);
}
}       @media (max-width: 900px) {
.bee-section {
padding: 80px 0;
}
} .bee-bg-glow {
position: absolute;
top: 8%;
left: 50%;
transform: translateX(-50%);
width: 800px;
height: 500px;
background: radial-gradient(ellipse, rgba(56, 138, 221, 0.1) 0%, transparent 60%);
pointer-events: none;
filter: blur(60px);
z-index: 0;
}