@media (max-width: 921px) { .ast-mobile-header-wrap,
#ast-mobile-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
z-index: 9999999 !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
} .ast-mobile-header-wrap.scrolled,
#ast-mobile-header.scrolled {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
} body.gateway-menu-active .ast-mobile-header-wrap,
body.gateway-menu-active #ast-mobile-header {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}  .menu-toggle,
.ast-mobile-menu-toggle,
.ast-button-wrap button {
position: relative !important;
z-index: 99999999 !important;
} .menu-toggle .ast-menu-svg,
.ast-mobile-menu-toggle .ast-menu-svg {
display: inline-flex !important;
opacity: 1 !important;
transition: opacity 0.2s ease !important;
}
.menu-toggle .ast-close-svg,
.ast-mobile-menu-toggle .ast-close-svg {
display: none !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
} .menu-toggle.gateway-menu-open .ast-menu-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-menu-svg,
button.gateway-menu-open .ast-menu-svg {
display: none !important;
opacity: 0 !important;
}
.menu-toggle.gateway-menu-open .ast-close-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-close-svg,
button.gateway-menu-open .ast-close-svg {
display: inline-flex !important;
opacity: 1 !important;
} .menu-toggle svg,
.ast-mobile-menu-toggle svg,
.ast-theme-transparent-header .menu-toggle svg,
.ast-theme-transparent-header .ast-mobile-menu-toggle svg,
.ast-mobile-header-wrap.scrolled .menu-toggle svg,
.ast-mobile-header-wrap.scrolled .ast-mobile-menu-toggle svg,
body.gateway-menu-active .menu-toggle svg,
body.gateway-menu-active .ast-mobile-menu-toggle svg {
fill: #ffffff!important;
} #ast-mobile-site-navigation,
.main-header-bar-navigation .ast-mobile-site-navigation {
display: none !important;
} .gateway-menu-overlay {
position: fixed;
top: 90px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 999 !important;
pointer-events: none;
}
.gateway-menu-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .gateway-menu-panel {
position: fixed;
top: 90px;
left: -85%;
width: 85%;
max-width: 400px;
height: calc(100vh - 90px);
height: calc(100dvh - 90px);
background: #ffffff;
z-index: 1000 !important;
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
overscroll-behavior: contain;
}
.gateway-menu-panel.active {
left: 0;
}
.gateway-menu-content {
padding: 20px 0;
} .gateway-primary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.gateway-primary-nav li {
border-bottom: 1px solid #f0f0f0;
margin: 0;
}
.gateway-primary-nav li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
transition: background 0.2s ease;
}
.gateway-primary-nav li a:hover,
.gateway-primary-nav li a:active {
background: rgba(0, 102, 204, 0.05);
}
.gateway-primary-nav li.current-menu-item > a,
.gateway-primary-nav li.current_page_item > a {
color: #0066cc;
font-weight: 600;
}
.gateway-primary-nav li a::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
opacity: 0.5;
}
.gateway-primary-nav .sub-menu {
list-style: none;
padding-left: 20px;
margin: 0;
}
.gateway-primary-nav .sub-menu li a {
padding: 12px 20px;
font-size: 15px;
} .gateway-custom-links {
margin-top: 20px;
padding: 20px 0;
border-top: 2px solid #e0e0e0;
}
.gateway-custom-links-title {
padding: 0 20px 10px;
font-size: 13px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}
.gateway-custom-link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: 5px 0;
background: #f8f9fa;
color: #333;
text-decoration: none;
font-size: 15px;
transition: all 0.2s ease;
}
.gateway-custom-link:hover,
.gateway-custom-link:active {
background: #e9ecef;
transform: translateX(5px);
}
.gateway-custom-link svg {
width: 16px;
height: 16px;
stroke: currentColor;
fill: none;
} body.gateway-menu-active {
position: fixed !important;
overflow: hidden !important;
touch-action: none !important;
width: 100% !important;
} @supports (-webkit-touch-callout: none) {
body.gateway-menu-active {
min-height: -webkit-fill-available !important;
}
}
} @media (min-width: 922px) {
.gateway-menu-overlay,
.gateway-menu-panel {
display: none !important;
}
} .menu-toggle .screen-reader-text,
.ast-mobile-menu-toggle .screen-reader-text {
display: none !important;
}.gateway-full-width .content-area,
.gateway-full-width .site-main {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-main-header-wrap {
margin-bottom: 0 !important;
} .gateway-full-width .entry-header {
display: none !important;
} .gateway-full-width {
overflow-x: hidden;
} .gateway-full-width .site-content #primary {
width: 100% !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-no-sidebar .site-content #primary {
padding-right: 0 !important;
padding-left: 0 !important;
} .gateway-full-width .site-main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} .gateway-full-width .site-content .ast-container {
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .gateway-full-width.archive .site-main,
.gateway-full-width.post-type-archive .site-main {
padding: 0 !important;
}
.gateway-full-width .ast-post-format-standard {
padding: 0 !important;
}  .gateway-full-width .site-content,
.gateway-full-width.ast-theme-transparent-header .site-content,
.gateway-full-width.transparent-header .site-content {
padding-top: 0 !important;
margin-top: 0 !important;
} .gateway-full-width .site-content #primary,
.gateway-full-width.ast-theme-transparent-header .site-content #primary,
.gateway-full-width.transparent-header .site-content #primary,
.gateway-full-width.ast-separate-container .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-main,
.gateway-full-width .site-main > *:first-child,
.gateway-full-width .site-main > section:first-child {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .ast-separate-container .ast-article-single,
.gateway-full-width .ast-separate-container .ast-article-post {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .entry-content {
margin-top: 0 !important;
} .gateway-full-width .ast-above-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-header-break-point .ast-above-header {
margin-bottom: 0 !important;
} .gateway-full-width .main-header-bar-wrap {
margin-bottom: 0 !important;
} .gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} @media (min-width: 993px) {
.gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
}
} .gateway-full-width #secondary {
display: none !important;
}
.gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary {
width: 100% !important;
} .gateway-full-width .site-content > .ast-container {
max-width: none !important;
padding: 0 !important;
}
.gateway-full-width .site-content {
max-width: none !important;
margin-bottom: 0 !important;
} @media (max-width: 768px) {
.gateway-full-width .site-content #primary {
padding: 0 !important;
}
.gateway-full-width .site-main {
padding: 0 !important;
}
} @media (min-width: 993px) {
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} .cpt-scope {
display: block;
width: 100%;
isolation: isolate;
}.cpt-scope[data-page="partnership"] * {
box-sizing: border-box;
}
.cpt-scope[data-page="partnership"] body {
font-family: 'Inter', sans-serif;
background: #ffffff;
color: #1a1a1a;
line-height: 1.6;
overflow-x: hidden;
} .cpt-scope .gw-partnership-hero {
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
overflow: hidden;
background: linear-gradient(160deg, #0a0a0a 0%, #1a1a2e 50%, #262474 100%);
margin-top: -4em !important;
}
.cpt-scope .gw-partnership-hero::before {
content: '';
position: absolute;
width: 1200px;
height: 1200px;
background: radial-gradient(circle, rgba(109, 180, 96, 0.15) 0%, transparent 70%);
top: -600px;
right: -400px;
border-radius: 50%;
z-index: 1;
}
.cpt-scope .gw-partnership-hero::after {
content: '';
position: absolute;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(27, 96, 170, 0.2) 0%, transparent 70%);
bottom: -400px;
left: -200px;
border-radius: 50%;
z-index: 1;
}
.cpt-scope .gw-partnership-hero-grid {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 7fr 3fr;
gap: 60px;
min-height: 500px;
align-items: end;
position: relative;
}
.cpt-scope .gw-partnership-hero-content {
z-index: 2;
position: relative;
margin-bottom: 40px;
}
.cpt-scope .gw-partnership-display-title {
margin: 0 0 2rem 0;
color: #ffffff;
opacity: 0;
animation: fadeUpPartnership 0.6s ease forwards 0.4s;
}
@keyframes fadeUpPartnership {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.cpt-scope .gw-partnership-title-accent {
color: #6db460;
}
.cpt-scope .gw-partnership-hero-description {
color: rgba(255, 255, 255, 0.9);
max-width: 600px;
opacity: 0;
animation: fadeUpPartnership 0.6s ease forwards 0.6s;
}
.cpt-scope .gw-partnership-hero-image-wrapper {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: flex-end;
}
.cpt-scope .gw-partnership-hero-image {
width: 100%;
height: auto;
display: block;
object-fit: cover;
border-radius: 20px 20px 0 0;
} .gw-container {
max-width: 1200px;
margin: 0 auto;
padding: 140px 24px;
overflow: visible;
} .gw-intro-section {
margin-bottom: 0;
padding: 70px 0 100px 0;
background: #ffffff;
background-image: url(//australiagateway.com.au/wp-content/themes/astra-child/images/gc-bridge.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.gw-intro-quote-box {
max-width: 1200px;
margin: 0 auto 10px auto;
padding: 0 100px;
}
.gw-quote-img {
max-width: 100%;
height: 20px;
}
.gw-intro-section .gw-intro-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 100px;
}
.gw-benefits-section {
margin-bottom: 0;
padding: 70px 0 100px 0;
background: #f9fafb;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.gw-benefits-section > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
}
.gw-vision-section {
margin-bottom: 0;
padding: 70px 0 100px 0;
background: #ffffff;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.gw-vision-wrapper {
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.gw-partners-section {
margin-bottom: 0;
padding: 70px 0 100px 0;
background: #f9fafb;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
overflow: visible;
}
.gw-partners-section > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
}
.gw-intro-content {
max-width: 900px;
margin: 0 auto;
text-align: left;
}
.gw-intro-text {
padding: 0 40px;
}
.gw-section-title {
color: #0a0a0a;
margin-bottom: 60px;
text-align: center;
}
.gw-benefits-layout {
display: flex;
flex-direction: column;
gap: 48px;
}
.gw-benefit-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: stretch;
}
.gw-benefit-group:nth-child(even) {
direction: rtl;
}
.gw-benefit-group:nth-child(even) > * {
direction: ltr;
}
.gw-benefit-points {
background: white;
padding: 56px 48px;
border-radius: 60px 60px 60px 0;
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.06);
display: flex;
flex-direction: column;
gap: 48px;
}
.gw-benefit-point {
display: flex;
gap: 24px;
}
.gw-benefit-number {
font-size: 64px;
font-weight: 800;
line-height: 1;
letter-spacing: -2px;
flex-shrink: 0;
}
.gw-benefit-group:nth-child(1) .gw-benefit-point:nth-child(1) .gw-benefit-number {
background: linear-gradient(135deg, #262474 0%, #1b60aa 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.gw-benefit-group:nth-child(1) .gw-benefit-point:nth-child(2) .gw-benefit-number {
background: linear-gradient(135deg, #1b60aa 0%, #24906b 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.gw-benefit-group:nth-child(2) .gw-benefit-point:nth-child(1) .gw-benefit-number {
background: linear-gradient(135deg, #24906b 0%, #6db460 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.gw-benefit-group:nth-child(2) .gw-benefit-point:nth-child(2) .gw-benefit-number {
background: linear-gradient(135deg, #6db460 0%, #262474 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.gw-benefit-info {
flex: 1;
}
.gw-benefit-title {
font-size: 26px;
font-weight: 800;
margin-bottom: 12px;
color: #0a0a0a;
line-height: 1.2;
letter-spacing: -0.5px;
}
.gw-benefit-desc {
color: #4a5568;
}
.gw-benefit-visual {
border-radius: 60px 60px 60px 0;
overflow: hidden;
position: relative;
box-shadow: 0 12px 56px rgba(0, 0, 0, 0.12);
min-height: 500px;
background-size: cover;
background-position: center;
}
.gw-benefit-group:nth-child(1) .gw-benefit-visual {
background-color: #262474;
}
.gw-benefit-group:nth-child(2) .gw-benefit-visual {
background-color: #24906b;
}
.gw-benefit-visual::before {
content: '';
position: absolute;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
top: -200px;
right: -200px;
} .gw-vision-main {
background: linear-gradient(135deg, #262474 0%, #1b60aa 50%, #24906b 100%);
padding: 80px 70px;
border-radius: 60px 60px 60px 0;
position: relative;
overflow: hidden;
box-shadow: 0 32px 120px rgba(38, 36, 116, 0.25);
}
.gw-vision-main::before {
content: '';
position: absolute;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
top: -200px;
right: -150px;
}
.gw-vision-content {
position: relative;
z-index: 2;
color: white;
}
.gw-vision-title {
margin-bottom: 32px;
color: #FFFFFF;
}
.gw-vision-text {
font-size: 18px;
line-height: 1.8;
opacity: 0.95;
}
.gw-vision-stats {
display: flex;
flex-direction: column;
gap: 24px;
}
.gw-vision-stat-card {
background: white;
padding: 40px 36px;
border-radius: 60px 60px 0 60px;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
transition: all 0.4s ease;
}
.gw-vision-stat-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 60px rgba(0, 0, 0, 0.12);
}
.gw-vision-stat-card:first-child {
background: linear-gradient(135deg, #6db460 0%, #24906b 100%);
color: white;
}
.gw-stat-big-number {
font-size: 56px;
font-weight: 800;
line-height: 1;
margin-bottom: 10px;
letter-spacing: -2px;
}
.gw-stat-big-label {
font-size: 16px;
font-weight: 600;
opacity: 0.95;
}
.gw-vision-stat-card:nth-child(2) .gw-stat-big-number,
.gw-vision-stat-card:nth-child(3) .gw-stat-big-number {
background: linear-gradient(135deg, #262474 0%, #1b60aa 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.gw-vision-stat-card:nth-child(2) .gw-stat-big-label,
.gw-vision-stat-card:nth-child(3) .gw-stat-big-label {
color: #4a5568;
} .gw-partners-section {
overflow: visible;
}
.gw-partners-intro {
text-align: center;
margin-bottom: 60px;
}
.gw-partners-title {
color: #0a0a0a;
}
.gw-partners-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
position: relative;
}
.gw-partner-card {
background: white;
padding: 48px;
border-radius: 60px 60px 60px 0;
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease;
position: relative;
border: 1px solid #f0f0f0;
overflow: visible;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
min-height: 220px;
}
.gw-partner-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 60px rgba(0, 0, 0, 0.08);
border-color: #e5e7eb;
z-index: 999;
} .gw-partner-logo-link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
.gw-partner-logo-box {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
}
.gw-partner-logo {
max-width: 100%;
max-height: 120px;
object-fit: contain;
transition: transform 0.3s ease;
}
.gw-partner-card:hover .gw-partner-logo {
transform: scale(1.05);
} .gw-partner-bubble {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1000;
width: 420px;
max-width: 90vw;
opacity: 0;
transition: opacity 0.2s ease;
pointer-events: none;
background: white;
border-radius: 60px 60px 60px 0;
padding: 32px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
border: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
.gw-partner-bubble.show {
display: block;
opacity: 1;
animation: bubbleFadeIn 0.2s ease forwards;
}
}
.gw-partner-bubble.right {
left: calc(100% + 20px);
}
.gw-partner-bubble.left {
right: calc(100% + 20px);
}
.gw-bubble-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
z-index: 1001;
}
.gw-partner-bubble.right .gw-bubble-arrow {
left: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid white;
}
.gw-partner-bubble.left .gw-bubble-arrow {
right: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid white;
}
.gw-bubble-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
padding-bottom: 16px;
border-bottom: 1px solid #e5e7eb;
}
.gw-bubble-logo-box {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background: #f9fafb;
border-radius: 12px;
flex-shrink: 0;
}
.gw-bubble-logo-box img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.gw-bubble-name {
font-size: 20px;
font-weight: 700;
margin: 0;
color: #0a0a0a;
}
.gw-bubble-section {
margin-bottom: 20px;
}
.gw-bubble-section-title {
font-size: 13px;
font-weight: 700;
margin: 0 0 8px 0;
color: #0a0a0a;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.gw-bubble-desc {
font-size: 14px;
line-height: 1.6;
color: #4a5568;
margin: 0;
}
.gw-bubble-partnership {
padding-top: 20px;
border-top: 1px solid #e5e7eb;
}
.gw-bubble-partnership-title {
font-size: 13px;
font-weight: 700;
margin: 0 0 8px 0;
color: #0a0a0a;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.gw-bubble-partnership-desc {
font-size: 14px;
line-height: 1.6;
color: #4a5568;
margin: 0;
}
@keyframes bubbleFadeIn {
from {
opacity: 0;
transform: translateY(-50%) scale(0.95);
}
to {
opacity: 1;
transform: translateY(-50%) scale(1);
}
} @media (max-width: 1024px) {
.cpt-scope .gw-partnership-hero-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.cpt-scope .gw-partnership-display-title {
font-size: 3.5rem;
}
.gw-benefit-group {
grid-template-columns: 1fr;
gap: 32px;
}
.gw-benefit-group:nth-child(even) {
direction: ltr;
}
.gw-benefit-visual {
min-height: 400px;
}
.gw-vision-wrapper {
grid-template-columns: 1fr;
}
.gw-partners-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.cpt-scope .gw-partnership-hero-content {
padding: 24px 20px;
}
.cpt-scope .gw-partnership-display-title {
font-size: 2.5rem;
}
.cpt-scope .gw-partnership-hero-description {
font-size: 18px;
}
.gw-intro-section,
.gw-benefits-section,
.gw-vision-section,
.gw-partners-section {
padding: 100px 0;
}
.gw-intro-quote-box {
margin: 0 auto 10px auto;
padding: 0 20px;
}
.gw-intro-section .gw-intro-content {
margin: 0 auto;
padding: 0 20px;
}
.gw-benefit-points {
padding: 40px 32px;
gap: 36px;
}
.gw-benefit-point {
flex-direction: column;
gap: 16px;
}
.gw-benefit-number {
font-size: 48px;
}
.gw-benefit-title {
font-size: 22px;
}
.gw-benefit-desc {
font-size: 15px;
}
.gw-benefit-visual {
min-height: 300px;
}
.gw-partners-grid {
grid-template-columns: 1fr;
}
.gw-partner-card {
min-height: 180px;
padding: 40px 32px;
}
.gw-partner-logo {
max-height: 100px;
}
.gw-vision-main {
padding: 60px 40px;
}
}