:root {
--brand-primary: #066D77;
--brand-primary-rgb: 6, 109, 119;
--brand-dark: #066D77;
--brand-soft: #f4fcfc;
--text-title: #1a1a1a;
--text-body: #4a4a4a;
--text-light: #6b7280;
--white: #ffffff;
--bg-gray: #f9fafb;
--border-ui: #e5e7eb;
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px -4px rgba(0, 0, 0, 0.12);
--radius-md: 16px;
--radius-lg: 32px;
--transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
.hero-background { animation: none; transform: scale(1); filter: brightness(0.8); }
}
.hero-breadcrumb a:hover { color: #fff !important; }
@media (max-width: 767px) { .hero-breadcrumb { bottom: 24px; font-size: 0.75rem; } }
.hero-title {
font-size: 4.5rem !important;
line-height: 1.05;
margin-bottom: 25px;
color: #ffffff !important;
font-weight: 500 !important;
}
.hero-desc-wrapper {
font-size: 1.25rem;
color: #ffffff !important;
max-width: 800px;
margin-bottom: 45px;
font-weight: 500;
}
.transformation-desc-wrapper {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border-radius: 16px;
padding: 25px;
max-height: 260px;
overflow: hidden;
position: relative;
transition: all 0.4s ease;
}
.transformation-read-more {
margin-top: 20px;
background: transparent;
border: 1px solid #ffffff40;
color: #ffffff;
padding: 10px 20px;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
font-size: 0.95rem;
}
.transformation-read-more:hover {
background: #ffffff;
color: #2e2e2e;
}
.transformation-read-more {
display: inline-flex;
align-items: center;
gap: 10px;
color: #ffffff;
font-weight: 500;
text-decoration: none;
margin-top: 30px;
font-size: 1.1rem;
transition: var(--transition);
border-bottom: 2px solid #ffffff;
border-left: none;
border-right: none;
border-top: none;
padding-bottom: 5px;
background: none;
cursor: pointer;
}
.transformation-read-more:hover {
color: #009095;
gap: 15px;
border-bottom-color: #066D77;
}
.transformation-desc-wrapper {
overflow: hidden;
max-height: 130px;
transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
--primary-teal: #066D77;
--light-teal-badge: #e6f3f3;
--text-badge: #4c9696;
--text-main: #6b6b6b;
--text-heading: #2d2d2d;
--card-bg: #ffffff;
--transition: all 0.4s ease-in-out;
}
.leader-name-bold {
font-size: 1.1rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 2px;
}
.leader-contact-links {
display: flex;
gap: 8px;
align-items: center;
flex-wrap: wrap;
}
.contact-link-icon {
color: #1a1a1a;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
transition: var(--transition);
display: inline-flex;
align-items: center;
padding: 5px 12px;
border-radius: 20px;
background: #f3f4f6;
border: 1px solid #e5e7eb;
}
.contact-link-icon:hover {
background: #2e2e2e;
color: #ffffff;
border-color: #2e2e2e;
transform: translateY(-2px);
}
.contact-link-icon.whatsapp-color:hover {
background: #25D366;
border-color: #25D366;
}
@media (max-width: 991px) {
.help-flex {
flex-direction: column;
gap: 50px;
}
.leader-sidebar {
width: 100%;
padding-top: 0;
}
.service-hero{
padding: 120px 0 80px;
}
}
.faq-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background: #f0f9f9;
border: 1.5px solid rgba(0, 144, 149, 0.25);
display: flex;
align-items: center;
justify-content: center;
color: #009095;
transition: var(--transition);
font-size: 1.2rem;
font-weight: 300;
line-height: 1;
flex-shrink: 0;
}
.faq-item.active .faq-icon {
background: #009095;
color: #ffffff;
border-color: #009095;
}
@media (max-width: 768px) {
.faq-question {
font-size: 1.2rem;
}
}
.ey-related-card .rc-actions {
margin-top: 20px;
}
.ey-related-card .ey-related-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(255, 255, 255, 0.14);
border: 1px solid rgba(255, 255, 255, 0.35);
color: #ffffff;
padding: 14px 22px;
border-radius: 999px;
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
transition: all 0.3s ease;
}
.ey-related-card .ey-related-btn i {
transition: transform 0.3s ease;
}
.ey-related-card:hover .ey-related-btn {
background: rgba(255, 255, 255, 0.2);
}
.ey-related-card:hover .ey-related-btn i {
transform: translateX(4px);
}
@media (max-width: 991px) {
.related-content-block {
padding-left: 0;
margin-top: 80px;
}
.ey-related-card {
height: 500px;
}
}
.leader-name-bold {
font-size: 1.15rem;
font-weight: 800;
color: #1a1a1a;
margin-bottom: 2px;
}
@media (max-width: 768px) {
.bottom-interests {
padding: 80px 0;
}
}
@media (max-width: 991px) {
.help-list-section h2 {
font-size: 2.5rem;
}
.transformation-section {
padding: 30px 0;
}
.transformation-section h2 {
font-size: 2.2rem;
}
}
.mag-swiper-container {
padding-right: 60px;
overflow: visible !important;
}
.mag-swiper-container .swiper-wrapper {
transition-timing-function: ease-in !important;
max-height: 85%;
}
.mag-card:hover {
transform: translateY(-8px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.mag-card-eyebrow {
display: inline-block;
background: #e0f2f1;
color: #00796b;
font-family: 'Inter', sans-serif;
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
padding: 8px 22px;
border-radius: 30px;
margin-bottom: 30px;
width: fit-content;
}
@media (max-width: 1200px) {
.mag-image-side {
flex: 0 0 38%;
}
.mag-card {
padding: 40px 30px;
}
}
@media (max-width: 991px) {
.mag-container {
flex-direction: column;
width: 100%;
gap: 30px;
}
.mag-image-container{
max-height: 400px;
}
.mag-image-side {
width: 100%;
height: 450px;
}
.mag-content-side {
padding: 60px 25px;
}
.mag-swiper-container {
overflow: hidden !important;
touch-action: pan-y;
}
.mag-card {
min-height: auto;
margin-left: 40px;
}
.mag-card-eyebrow {
font-size: 0.7rem;
padding: 6px 18px;
}
.mag-card .mag-desc {
font-size: 0.95rem;
overflow: visible;
}
}
.glass-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 30px;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.4px;
color: #fff;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.35s ease;
}
:root {
--primary-teal: #066e78;
--accent-red: #cf2732;
--bg-light: #e6e6e6;
--white: #ffffff;
--text-dark: #1a2b2c;
--text-muted: #546263;
}
.premium-intro.light-theme {
background-color: var(--bg-light);
color: var(--text-dark);
padding: 100px 0;
font-family: 'Inter', sans-serif;
}
.intro-layout {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 80px;
align-items: center;
}
.display-title {
font-size: clamp(2.2rem, 4vw, 3rem);
line-height: 1.1;
font-weight: 700;
margin-bottom: 25px;
}
.display-title em {
font-family: 'Libre Baskerville', serif;
font-style: italic;
color: var(--primary-teal);
font-weight: 400;
}
.primary-text {
color: var(--primary-teal);
}
.lead-text {
font-size: 1.1rem;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 35px;
max-width: 520px;
}
.btn-primary {
background: var(--primary-teal);
color: white;
padding: 18px 35px;
text-decoration: none;
font-weight: 600;
border-radius: 4px;
display: inline-block;
transition: transform 0.3s ease, background 0.3s ease;
}
.btn-primary:hover {
background: #04525a;
color:white;
transform: translateY(-2px);
}
.btn-outline {
color: var(--primary-teal);
text-decoration: none;
font-weight: 600;
margin-left: 25px;
border-bottom: 2px solid transparent;
transition: 0.3s;
}
.btn-outline:hover {
border-color: var(--accent-red);
}
.scroll-wrapper {
height: 450px;
overflow: hidden;
position: relative;
mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}
.scroll-track {
display: flex;
flex-direction: column;
gap: 10px;
animation: scrollVertical 40s linear infinite;
}
.scroll-track.no-scroll {
animation: none;
}
.scroll-track:hover {
animation-play-state: paused;
}
@keyframes scrollVertical {
0% { transform: translateY(0); }
100% { transform: translateY(-50%); }
}
.feature-card {
padding: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.03);
transition: 0.3s ease;
}
.feature-card:hover {
border-left-color: var(--accent-red);
transform: translateX(10px);
}
.card-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 10px;
}
.card-num {
font-weight: 800;
color: #066D77;
font-size: 0.9rem;
padding: 4px 8px;
border-radius: 4px;
}
.feature-card h4 {
margin: 0;
color: black;
font-size: 1.1rem;
}
.feature-card p {
font-size: 0.95rem;
color: var(--text-muted);
margin: 10px 0 0 50px;
}
.stats-mini {
display: flex;
gap: 40px;
margin-bottom: 40px;
}
.stat-num {
font-size: 1.5rem;
font-weight: 800;
color: var(--primary-teal);
display: block;
}
.stat-divider {
width: 1px;
background: #ccc;
height: 40px;
}
.browse-section {
padding: 72px 0;
background: #f0f4f8;
border-top: 1px solid rgba(0, 0, 0, 0.06);
position: relative;
overflow: hidden;
}
.browse-section::before,
.browse-section::after {
content: '';
position: absolute;
border-radius: 50%;
pointer-events: none;
filter: blur(80px);
}
.browse-section::before {
width: 500px; height: 500px;
background: radial-gradient(circle, rgba(13,183,148,0.10) 0%, transparent 70%);
top: -120px; left: -100px;
}
.browse-section::after {
width: 400px; height: 400px;
background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
bottom: -80px; right: -80px;
}
.browse-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.browse-header-left h2 {
font-family: 'Outfit', sans-serif;
font-size: clamp(1.7rem, 2.8vw, 2.3rem);
color: var(--navy);
margin-bottom: 8px;
line-height: 1.15;
}
.browse-header-left p {
font-size: .92rem;
color: var(--gray-600);
max-width: 520px;
line-height: 1.65;
}
.browse-header-right {
display: flex;
align-items: center;
padding-top: 6px;
}
.browse-header-right a {
font-family: 'Outfit', sans-serif;
font-size: .82rem;
font-weight: 700;
letter-spacing: .04em;
color: var(--teal);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 18px;
border-radius: 30px;
border: 1.5px solid rgba(13,183,148,0.35);
background: rgba(13,183,148,0.06);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
transition: all 0.3s ease;
white-space: nowrap;
}
.browse-header-right a:hover {
background: rgba(13,183,148,0.14);
border-color: var(--teal);
color: var(--teal);
box-shadow: 0 0 18px rgba(13,183,148,0.15);
}
.category-info {
display: flex;
align-items: center;
gap: 12px;
}
.category-name-text {
font-family: 'Outfit', sans-serif;
font-size: .95rem;
font-weight: 600;
color: var(--teal);
margin: 0;
display: flex;
align-items: center;
gap: 10px;
}
.service-count-badge {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 4px 12px;
background: rgba(13,183,148,0.12);
border-radius: 20px;
font-size: .85rem;
font-weight: 700;
color: var(--teal);
letter-spacing: .02em;
}
.browse-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.browse-card {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 24px 22px;
background: rgba(255, 255, 255, 0.55);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border: 1px solid rgba(255, 255, 255, 0.75);
border-radius: 18px;
box-shadow:
0 2px 12px rgba(0, 0, 0, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
text-decoration: none;
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.32s ease;
}
.browse-card::before {
content: '';
position: absolute;
top: 0; left: 0;
right: 0; height: 50%;
border-radius: 18px 18px 0 0;
pointer-events: none;
}
.browse-card::after {
content: '';
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.35s ease;
pointer-events: none;
border-radius: 18px;
}
.browse-card:hover {
background: rgba(255, 255, 255, 0.80);
border-color: rgba(13,183,148,0.35);
transform: translateY(-3px);
box-shadow:
0 12px 36px rgba(0, 0, 0, 0.10),
0 0 0 1px rgba(13,183,148,0.15),
inset 0 1px 0 rgba(255,255,255,1);
}
.browse-card:hover::after { opacity: 1; }
.browse-card.current {
}
.browse-card.current::after { opacity: 1; }
.browse-card-left {
display: flex;
align-items: flex-start;
gap: 14px;
position: relative;
z-index: 1;
flex: 1;
min-width: 0;
}
.browse-card-icon-wrap {
width: 40px; height: 40px;
border-radius: 10px;
flex-shrink: 0;
background: rgba(13,183,148,0.12);
border: 1px solid rgba(13,183,148,0.22);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: 700;
color: var(--teal);
transition: all 0.3s ease;
}
.browse-card:hover .browse-card-icon-wrap,
.browse-card.current .browse-card-icon-wrap {
background: rgba(13,183,148,0.20);
border-color: rgba(13,183,148,0.40);
box-shadow: 0 0 12px rgba(13,183,148,0.18);
}
.browse-card-text { min-width: 0; }
.browse-card-title {
font-family: 'Outfit', sans-serif;
font-size: .9rem;
font-weight: 700;
color: #000000 !important;
line-height: 1.35;
margin: 0 0 4px;
transition: color 0.2s;
}
.browse-card:hover .browse-card-title,
.browse-card.current .browse-card-title {
color: #066D77;
}
.browse-card-count {
font-size: .72rem;
color: #252525de !important;
font-family: 'Outfit', sans-serif;
font-weight: 500;
letter-spacing: 0.02em;
}
.browse-card-arrow-btn {
width: 36px; height: 36px;
border-radius: 50%;
flex-shrink: 0;
border: 1px solid rgba(0, 0, 0, 0.10);
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
display: flex;
align-items: center;
justify-content: center;
color: #066D77;
font-size: 1rem;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.browse-card:hover .browse-card-arrow-btn {
background: #066D77;
border-color: #066D77;
transform: translateX(3px);
box-shadow: 0 4px 14px rgba(13,183,148,0.30);
}
.browse-card.current .browse-card-arrow-btn {
background: #ffffff;
border-color: #066D77;
box-shadow: 0 4px 14px rgba(13,183,148,0.25);
}
@media (max-width: 900px) {
.browse-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
.browse-grid { grid-template-columns: 1fr; gap: 12px; }
.browse-card { padding: 18px; }
}
:root {
--navy: #0b1f3a;
--navy-mid: #152c4e;
--teal: #0a7a6e;
--gold: #d4af37;
--white: #ffffff;
--gray-50: #f9fafb;
--gray-100: #f3f4f6;
--gray-200: #e5e7eb;
--gray-300: #d1d5db;
--gray-400: #9ca3af;
--gray-600: #4b5563;
--radius-md: 12px;
--transition: all 0.3s ease;
}
.services-section {
max-width: 1200px;
margin: 0 auto;
padding: 80px 20px;
background: var(--white);
}
.section-title {
font-family: 'Outfit', sans-serif;
font-size: 2.2rem;
font-weight: 800;
color: var(--navy);
margin-bottom: 8px;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
gap: 16px;
margin-top: 40px;
}
.service-card {
background: var(--white);
border: 1px solid var(--gray-200);
border-radius: var(--radius-md);
padding: 28px 24px 22px;
transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
cursor: pointer; text-decoration: none;
display: flex; flex-direction: column; gap: 10px;
position: relative; overflow: hidden;
min-height: 200px;
}
.service-card-bg {
position: absolute; inset: 0; z-index: 0;
background-size: cover; background-position: center;
opacity: 0;
transition: opacity .45s ease;
}
.service-card-bg::after {
content: '';
position: absolute; inset: 0;
background: linear-gradient(
160deg,
rgba(11, 31, 58, 0.82) 0%,
rgba(10, 122, 110, 0.70) 100%
);
}
.service-card::before {
content: ''; position: absolute; left: 0; top: 0; bottom: 0;
width: 4px; background: var(--teal); transform: scaleY(0);
transform-origin: bottom; transition: transform .35s ease;
z-index: 2;
}
.service-card:hover {
border-color: var(--teal);
box-shadow: 0 12px 40px rgba(10,122,110,.22);
transform: translateY(-4px);
}
.service-card:hover .service-card-bg { opacity: 1; }
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover .service-card-title { color: var(--white); }
.service-card:hover .service-card-desc  { color: rgba(255,255,255,.82); }
.service-card:hover .service-card-tag   { color: rgba(255,255,255,.55); }
.service-card:hover .service-card-footer { border-color: rgba(255,255,255,.18); }
.service-card-body,
.service-card-footer { position: relative; z-index: 1; }
.service-card-title {
font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700;
color: var(--navy); margin-bottom: 8px; line-height: 1.3;
transition: color .3s ease;
}
.service-card-desc {
font-size: .85rem; color: var(--gray-600); line-height: 1.6;
transition: color .3s ease;
}
.service-card-footer {
display: flex; align-items: center; justify-content: space-between;
margin-top: auto; padding-top: 15px; border-top: 1px solid var(--gray-100);
transition: border-color .3s ease;
}
.service-card-tag {
font-size: .7rem; font-family: 'Outfit', sans-serif; font-weight: 600;
letter-spacing: .06em; text-transform: uppercase; color: var(--gray-400);
transition: color .3s ease;
}
.service-card-arrow {
width: 32px; height: 32px; border-radius: 50%;
border: 1.5px solid var(--gray-200);
display: flex; align-items: center; justify-content: center;
color: var(--gray-400); font-size: .9rem;
transition: var(--transition); position: relative; z-index: 1;
}
.service-card:hover .service-card-arrow {
background: var(--white); border-color: var(--white); color: var(--teal);
}
.service-card.featured {
background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
border-color: transparent; color: var(--white);
grid-column: span 2;
}
.service-card.featured .service-card-bg::after {
background: linear-gradient(160deg, rgba(11,31,58,.88) 0%, rgba(10,122,110,.65) 100%);
}
.service-card.featured::before { background: var(--gold); }
.service-card.featured .service-card-title { color: var(--white); }
.service-card.featured .service-card-desc  { color: rgba(255,255,255,.65); }
.service-card.featured .service-card-footer { border-color: rgba(255,255,255,.1); }
.service-card.featured .service-card-tag   { color: rgba(255,255,255,.4); }
.service-card.featured .service-card-arrow { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.7); }
.service-card.featured:hover .service-card-arrow { background: var(--gold); border-color: var(--gold); color: var(--white); }
.featured-badge {
background: var(--gold);
color: var(--navy);
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 20px;
position: absolute; top: 20px; right: 20px; z-index: 2;
}
.service-card.featured .service-card-bg { opacity: .35; }
.service-card.featured:hover .service-card-bg { opacity: 1; }
:root {
--process-bg: #fdfdfd;
--process-primary: #066D77;
--process-primary-rgb: 6, 109, 119;
--process-accent: #cf2732;
--process-text: #0f172a;
--process-muted: #64748b;
--glass-card: rgba(255, 255, 255, 0.45);
--glass-border: rgba(255, 255, 255, 0.8);
--inner-glow: inset 0 0 20px rgba(255, 255, 255, 0.5);
--premium-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.05);
--hover-shadow: 0 50px 100px -20px rgba(6, 109, 119, 0.12);
}
.process-section .container {
max-width: 1440px;
margin: 0 auto;
padding: 0 40px;
}
.process-section {
padding: 80px 0;
background: var(--process-bg);
position: relative;
overflow: hidden;
}
.blob-container {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
}
.blob {
position: absolute;
border-radius: 50%;
filter: blur(80px);
opacity: 0.4;
animation: blobFloat 20s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}
.blob-1 {
width: 400px;
height: 400px;
background: rgba(6, 109, 119, 0.1);
top: -100px;
left: -100px;
}
.blob-2 {
width: 500px;
height: 500px;
background: rgba(207, 39, 50, 0.05);
bottom: -150px;
right: -100px;
animation-delay: -5s;
}
@keyframes blobFloat {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(100px, 50px) scale(1.1); }
}
.process-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.process-eyebrow {
font-size: 0.7rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 4px;
color: var(--process-accent);
display: inline-block;
margin-bottom: 15px;
padding: 6px 16px;
background: rgba(207, 39, 50, 0.05);
border-radius: 50px;
}
.process-title {
font-size: clamp(2.2rem, 5vw, 3.2rem);
font-weight: 900;
color: var(--process-text);
line-height: 1.1;
margin-bottom: 20px;
letter-spacing: -0.03em;
}
.process-title em {
font-style: italic;
font-family: 'Libre Baskerville', serif;
font-weight: 400;
color: var(--process-primary);
position: relative;
}
.process-title em::after {
content: '';
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
height: 12px;
background: rgba(6, 109, 119, 0.08);
z-index: -1;
}
.process-subtitle {
font-size: 1.25rem;
color: var(--process-muted);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
font-weight: 400;
}
.process-grid {
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap;
gap: 28px;
width: 80vw;
max-width: 80vw;
left: 50%;
transform: translateX(-50%);
margin: 0;
z-index: 2;
}
.process-grid::before {
content: '';
position: absolute;
left: 22px;
right: 22px;
top: 21px;
height: 2px;
background: linear-gradient(90deg, #2e8b80 0%, #c5a560 100%);
opacity: 0.65;
z-index: 0;
}
.process-card {
position: relative;
width: 150px;
flex: 0 0 150px;
text-align: center;
padding: 0 6px;
background: transparent;
border: 0;
box-shadow: none;
z-index: 1;
}
.card-shine,
.step-icon {
display: none;
}
.step-num-wrapper {
display: flex;
justify-content: center;
margin-bottom: 16px;
}
.step-num {
width: 42px;
height: 42px;
border-radius: 50%;
border: 2px solid #2e8b80;
background: #f8fbfb;
color: #2e8b80;
font-size: 0.78rem;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
letter-spacing: 0.02em;
}
.process-card h4 {
font-size: 0.96rem;
font-weight: 700;
margin-bottom: 8px;
line-height: 1.3;
color: #102a43;
}
.process-card p {
font-size: 0.78rem;
color: #5b6777;
line-height: 1.45;
margin: 0;
}
@media (max-width: 1200px) {
.process-grid {
flex-wrap: wrap;
gap: 24px 18px;
width: 100%;
max-width: 100%;
left: auto;
transform: none;
margin: 0 auto;
}
.process-grid::before {
display: none;
}
}
@media (max-width: 768px) {
.process-section { padding: 90px 0; }
.process-grid {
justify-content: center;
}
}
@media (max-width: 560px) {
.process-grid {
gap: 18px;
width: 100%;
}
.process-card {
width: 100%;
flex: 0 0 100%;
}
}
.mag-swiper-container {
overflow: hidden;
}
.mag-swiper-container .swiper-slide {
width: 100% !important;
flex-shrink: 0;
}
.process-svc {
display: block;
margin-top: 14px;
padding: 12px 14px;
background: rgba(6, 109, 119, 0.06);
border-left: 3px solid #066D77;
border-radius: 8px;
text-decoration: none;
transition: background .2s ease;
}
.process-svc:hover { background: rgba(6, 109, 119, 0.13); }
.process-svc-name {
display: block;
font-weight: 700;
color: #066D77;
font-size: .9rem;
margin-bottom: 4px;
}
.process-svc-desc {
display: block;
color: #475569;
font-size: .8rem;
line-height: 1.55;
}
@media (max-width: 768px) {
.hero-title { font-size: clamp(1.9rem, 6.5vw, 2.6rem) !important; line-height: 1.15 !important; }
}
@media (max-width: 480px) {
.hero-title { font-size: 1.85rem !important; }
}
