.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.gol-calculator-wrapper {
max-width: 1200px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #333;
box-sizing: border-box;
}
.gol-calculator-wrapper * {
box-sizing: border-box;
} .gol-calc-layout {
display: flex;
gap: 30px;
align-items: stretch;
margin-bottom: 30px;
} .gol-calc-form-container {
flex: 0 0 50%;
background: #001b3a; 
padding: 35px 25px;
border-radius: 15px;
display: flex;
flex-direction: column;
justify-content: center;
}
.gol-calc-form-container p {
color: rgba(255, 255, 255, 0.8);
font-size: 13px;
margin: 0 0 10px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
} .gol-input-group {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 20px;
} .gol-input-group-row {
display: flex;
gap: 10px;
margin-bottom: 25px;
}
.gol-calculator-wrapper input[type="text"],
.gol-calculator-wrapper input[type="number"] {
width: 100%;
padding: 16px 20px;
border: none;
border-radius: 6px;
font-size: 15px;
outline: none;
background: #ffffff;
color: #333;
transition: box-shadow 0.2s;
}
.gol-calculator-wrapper input:focus {
box-shadow: 0 0 0 3px rgba(19, 141, 182, 0.3);
} .gol-checkbox-group {
margin-bottom: 20px;
background: rgba(255, 255, 255, 0.1);
padding: 15px;
border-radius: 6px;
}
.gol-checkbox-group label {
display: flex;
align-items: center;
color: #fff;
font-size: 15px;
font-weight: 500;
cursor: pointer;
margin: 0;
}
.gol-checkbox-group input[type="checkbox"] {
margin-right: 12px;
width: 20px;
height: 20px;
cursor: pointer;
accent-color: #138db6;
} #gol-calc-submit {
width: 100%;
background: #138db6;
color: #fff;
border: none;
padding: 18px;
border-radius: 6px;
font-weight: 700;
font-size: 16px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.2s;
}
#gol-calc-submit:hover {
background: #005a8d;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(19, 141, 182, 0.3);
}
#gol-calc-submit:disabled {
background: #555;
color: #999;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .gol-map-container {
flex: 0 0 calc(50% - 30px);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
#gol-map {
width: 100%;
height: 100%;
min-height: 450px;
} #gol-result-box {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
overflow: hidden;
margin-top: 10px;
animation: slideUp 0.4s ease-out;
}
@keyframes slideUp { 
from { opacity: 0; transform: translateY(10px); } 
to { opacity: 1; transform: translateY(0); } 
}
.gol-result-header {
background: #F7F7F7;
padding: 25px 40px;
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
}
.gol-result-price-label {
font-size: 14px;
text-transform: uppercase;
color: #888;
font-weight: 600;
display: block;
margin-bottom: 5px;
}
.gol-result-price-value {
margin: 0;
font-size: 36px;
color: #004b87;
font-weight: 800;
line-height: 1;
}
.gol-result-price-value .currency {
font-size: 20px;
color: #004b87;
font-weight: 600;
}
.gol-result-stats {
padding: 25px 30px;
display: flex;
gap: 40px;
}
.gol-stat-box {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.gol-stat-box span.label {
font-size: 13px;
color: #888;
text-transform: uppercase;
margin-bottom: 8px;
font-weight: 600;
letter-spacing: 0.5px;
}
.gol-stat-box span.value {
font-size: 24px;
font-weight: 700;
color: #333;
}
#gol-error-msg {
margin: 0;
padding: 20px 30px;
color: #d63031;
background: #fff2f2;
border-top: 1px solid #ffdede;
font-weight: 500;
line-height: 1.6;
text-align: center;
} .gol-disclaimer {
background: white;
border-top: 1px solid #d4e3f0;
padding: 12px 30px;
font-size: 13px;
color: #4a6b8c;
text-align: center;
line-height: 1.4;
}
.gol-disclaimer a {
color: #004b87;
font-weight: 600;
text-decoration: none;
margin: 0 5px;
transition: color 0.2s;
white-space: nowrap;
}
.gol-disclaimer a:hover {
color: #138db6;
text-decoration: underline;
}
#gol-error-msg:not([style*="display: none"]) ~ .gol-disclaimer {
display: none;
} .gol-route-group {
display: flex;
flex-direction: row; align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.gol-route-inputs {
display: flex;
flex-direction: column;
gap: 12px;
flex: 1; }
#gol-swap-route {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
width: 45px;
height: 45px;
border-radius: 6px; display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: all 0.2s ease;
flex-shrink: 0; }
#gol-swap-route:hover {
background: #138db6;
border-color: #138db6;
transform: rotate(180deg); }
#gol-swap-route svg {
transition: transform 0.3s ease;
} #gol-loading-box {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 50px 30px;
margin-top: 10px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.gol-loader {
width: 50px;
height: 50px;
border: 4px solid #eef4fa; border-bottom-color: #138db6; border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.gol-loader-text {
margin-top: 20px;
color: #004b87;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
animation: pulseText 1.5s ease-in-out infinite;
}
@keyframes pulseText {
0%, 100% { opacity: 0.6; }
50% { opacity: 1; }
} @media (max-width: 992px) {
.gol-calc-layout {
flex-direction: column;
}
.gol-calc-form-container {
flex: none;
width: 100%;
}
.gol-map-container {
flex: none;
width: 100%;
height: 400px;
}
}
@media (max-width: 600px) { .gol-calc-form-container {
padding: 20px 15px; 
} .gol-calculator-wrapper input[type="text"],
.gol-calculator-wrapper input[type="number"] {
padding: 12px 15px;
font-size: 14px;
} .gol-route-group {
flex-direction: row;
align-items: center;
gap: 10px;
}
#gol-swap-route {
width: 38px;
height: 38px;
transform: none; align-self: center;
}
#gol-swap-route:hover {
transform: rotate(180deg);
}
#gol-swap-route svg {
width: 16px;
height: 16px;
} .gol-checkbox-group {
padding: 12px;
margin-bottom: 15px;
}
.gol-checkbox-group label {
font-size: 13px;
} .gol-input-group-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
flex-direction: unset; }
.gol-input-group-row input:nth-child(3) {
grid-column: span 2; } #gol-calc-submit {
padding: 14px;
font-size: 15px;
} .gol-result-header {
flex-direction: column;
align-items: center;
gap: 15px;
text-align: center;
}
.gol-stat-box {
align-items: center;
}
.gol-result-stats {
flex-direction: column;
gap: 15px;
}
}.gol-tracking-wrapper {
max-width: 1200px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #333;
box-sizing: border-box;
}
.gol-tracking-wrapper * {
box-sizing: border-box;
} .gol-tracking-form { margin-bottom: 30px; }
.gol-tracking-box {
background: #001b3a; padding: 40px 20px;
border-radius: 15px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; max-width: 850px; 
width: 100%;
margin: 0 auto; 
}
.gol-search-title {
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.gol-search-desc {
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
margin-top: 20px;
font-weight: 400; max-width: 700px; 
width: 100%;
line-height: 1.5;
} .gol-tabs-nav {
display: flex;
gap: 10px;
margin-bottom: 20px;
background: rgba(255, 255, 255, 0.1);
padding: 5px;
border-radius: 6px;
width: 100%;
max-width: 700px; }
.gol-tab-btn {
flex: 1;
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.7);
padding: 10px 20px;
cursor: pointer;
font-weight: 600;
font-size: 14px;
border-radius: 4px;
transition: all 0.2s;
text-transform: uppercase;
}
.gol-tab-btn:hover {
color: #fff;
background: rgba(255, 255, 255, 0.1);
}
.gol-tab-btn.active {
background: #138db6;
color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.gol-tab-content {
display: none;
width: 100%;
animation: fadeIn 0.3s ease-in;
}
.gol-tab-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }  .gol-input-row {
display: flex;
gap: 0;
width: 100%;
max-width: 700px;
margin: 0 auto;
} .gol-bol-row {
display: flex;
gap: 0;
width: 100%;
max-width: 700px; 
margin: 0 auto;
}  .gol-select {
padding: 16px 35px 16px 15px; border: none;
border-radius: 4px 0 0 4px;
font-size: 16px;
background-color: #f0f0f0;
color: #333;
cursor: pointer;
border-right: 1px solid #ddd;
outline: none;
font-weight: 600;
width: 140px; appearance: none;
-webkit-appearance: none;
-moz-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
}
.gol-input-row input,
.gol-bol-row input {
flex: 1;
padding: 16px 20px;
border: none;
font-size: 16px;
outline: none;
background: #ffffff;
color: #333;
} .gol-input-row input { border-radius: 4px 0 0 4px; }
.gol-bol-row input { border-radius: 0; }
.gol-btn {
background: #138db6;
color: #fff;
border: none;
padding: 0 40px;
border-radius: 0 4px 4px 0;
font-weight: 700;
font-size: 16px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
transition: background 0.2s;
}
.gol-btn:hover { background: #005a8d; }
.gol-btn:disabled { background: #ccc; cursor: not-allowed; } @media (max-width: 768px) {
.gol-input-row, .gol-bol-row {
flex-direction: column;
gap: 10px;
}
.gol-input-row input, .gol-bol-row input, .gol-btn, .gol-select {
border-radius: 4px;
width: 100%;
border-right: none;
}
.gol-btn { padding: 15px; }
.gol-tracking-box { padding: 30px 15px; }
.gol-tabs-nav { flex-direction: row; font-size: 12px; }
} .gol-bol-results {
margin: 30px auto;
max-width: 850px;
text-align: center;
animation: slideUp 0.4s ease-out;
}
.gol-bol-header {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 15px;
}
.gol-bol-title-text {
font-weight: 600;
color: #333;
text-transform: uppercase;
font-size: 16px;
}
.gol-copy-btn {
background: none;
border: none;
cursor: pointer;
color: #138db6;
padding: 5px;
display: flex;
align-items: center;
transition: color 0.2s;
}
.gol-copy-btn:hover { color: #005a8d; }
.gol-copy-btn svg { width: 20px; height: 20px; fill: currentColor; }
.gol-cont-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.gol-cont-btn {
background: #fff;
border: 2px solid #138db6;
color: #138db6;
padding: 12px 25px;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
font-size: 16px;
transition: all 0.2s;
}
.gol-cont-btn:hover {
background: #138db6;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(19, 141, 182, 0.25);
} .gol-cont-btn.active {
background: #138db6;
color: #fff;
box-shadow: inset 0 3px 5px rgba(0,0,0,0.2); border-color: #138db6;
} .gol-tracking-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
overflow: hidden;
animation: slideUp 0.4s ease-out;
margin-top: 30px;
}
@keyframes slideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.gol-card-header {
background: #F7F7F7;
padding: 25px;
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.gol-main-info .gol-label {
display: block;
font-size: 12px;
text-transform: uppercase;
color: #888;
margin-bottom: 4px;
}
.gol-title { margin: 0; font-size: 24px; color: #004b87; font-weight: 700; }
.gol-type { background: #eef4fa; color: #004b87; font-size: 14px; padding: 2px 8px; border-radius: 4px; vertical-align: middle; margin-left: 8px; }
.gol-route { display: flex; align-items: center; gap: 15px; }
.gol-route-point { text-align: center; }
.gol-city { display: block; font-weight: bold; font-size: 16px; }
.gol-country { font-size: 12px; color: #999; }
.gol-arrow { color: #158DB4; font-size: 18px; }
.gol-stats {
padding: 15px 25px;
background: #fff;
border-bottom: 1px solid #f0f0f0;
display: flex;
gap: 30px;
font-size: 14px;
flex-wrap: wrap;
}
.gol-stat-item strong { color: #000; } .gol-timeline-wrapper { padding: 25px; }
.gol-section-title {
margin: 0 0 20px 0;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
color: #999;
}
.gol-timeline {
list-style: none;
padding: 0;
margin: 0;
position: relative; }
.gol-event {
display: flex;
gap: 20px;
margin-bottom: 25px;
position: relative;
z-index: 1;
}
.gol-event:last-child { margin-bottom: 0; } .gol-event::after {
content: '';
position: absolute;
left: 24px; top: 50px; bottom: -25px; width: 2px;
background-color: #158db6; z-index: 0;
} .gol-event:last-child::after {
display: none;
} .gol-event.is-current::after {
background-color: #e0e0e0;
} .gol-event.gol-future::after {
background-color: #e0e0e0;
} .gol-event-marker {
width: 50px; height: 50px; background: #fff; border: 2px solid #158db6; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 20px; flex-shrink: 0; transition: all 0.3s;
position: relative;
z-index: 2; }
.gol-event.is-current .gol-event-marker {
border-color: #138db6; background: #138db6; color: #fff;
box-shadow: 0 0 0 4px rgba(0, 75, 135, 0.1);
}
.gol-event.gol-future { opacity: 0.6; }
.gol-event.gol-future .gol-event-marker { background: #f0f0f0; border-color: #ddd; border-style: dashed; color: #999; }
.gol-event-date-col {
min-width: 90px; padding-top: 12px; text-align: right;
font-size: 14px; color: #555; font-weight: 500;
}
.gol-event.gol-future .gol-date { color: #999; font-style: italic; }
.gol-event-content {
background: #fcfcfc; border: 1px solid #eee; padding: 15px;
border-radius: 6px; flex: 1;
}
.gol-status-name { font-size: 16px; font-weight: 600; margin-bottom: 5px; color: #333; }
.gol-event.is-current .gol-status-name { color: #138db6; }
.gol-location { font-size: 14px; color: #666; }
.gol-vessel-name { font-size: 13px; color: #888; margin-top: 5px; font-style: italic; } .gol-error {
padding: 15px; background: #fff2f2; color: #d63031;
border-radius: 6px; border: 1px solid #ffdede; text-align: center;
margin-top: 20px;
}
#gol-loading { margin: 40px 0; text-align: center; display: flex; justify-content: center; }
.gol-loader-wrapper { position: relative; display: flex; flex-direction: column; align-items: center; }
.gol-container-icon {
width: 80px; height: 40px; background-color: #004b87; border-radius: 1px; position: relative;
background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.2) 12px);
border: 2px solid #003666; animation: floatContainer 2s ease-in-out infinite; z-index: 2; overflow: hidden;
}
.gol-container-icon::after {
content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
transform: skewX(-20deg); animation: scanLight 1.5s infinite;
}
.gol-loader-shadow { width: 60px; height: 6px; background: rgba(0,0,0,0.1); border-radius: 50%; margin-top: 10px; animation: shadowScale 2s ease-in-out infinite; }
.gol-loader-text { margin-top: 15px; color: #004b87; font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; animation: textPulse 1.5s ease-in-out infinite; }
@keyframes floatContainer { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes shadowScale { 0%, 100% { transform: scale(1); opacity: 0.2; } 50% { transform: scale(0.8); opacity: 0.1; } }
@keyframes scanLight { 0% { left: -100%; } 100% { left: 200%; } }
@keyframes textPulse { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } } body.page-id-687 .hero-fall__title {
text-align: center !important;
display: flex;
justify-content: center;
width: 100%;
} body.page-id-872 .hero-fall__title {
text-align: center !important;
display: flex;
justify-content: center;
width: 100%;
} @media (max-width: 768px) { .gol-event {
display: grid; grid-template-columns: 50px 1fr; 
grid-column-gap: 20px; margin-bottom: 0; padding-bottom: 30px; position: relative;
} .gol-event-marker {
grid-column: 1;
grid-row: 1; margin: 0 auto;
z-index: 2; width: 50px;
height: 50px;
flex-shrink: 0;
} .gol-event-date-col {
grid-column: 2;
grid-row: 1;  height: 50px; 
display: flex;
align-items: center; justify-content: flex-start;  padding-top: 0;
text-align: left;
min-width: 0; font-size: 14px;
font-weight: 700;
color: #333;
} .gol-event-content {
grid-column: 2;
grid-row: 2; width: 100%;
margin-top: -5px; } .gol-event::after {
left: 24px; top: 50px; bottom: -2px; height: auto; 
} .gol-event:last-child {
padding-bottom: 0;
}
.gol-event:last-child::after {
display: none;
}
} .gol-lite-tab-content { 
width: 100%; 
animation: fadeIn 0.3s ease-in; 
}
.gol-lite-tab-btn { 
flex: 1; 
background: transparent; 
border: none; 
color: rgba(255, 255, 255, 0.7); 
padding: 10px 20px; 
cursor: pointer; 
font-weight: 600; 
font-size: 14px; 
border-radius: 4px; 
transition: all 0.2s; 
text-transform: uppercase; 
}
.gol-lite-tab-btn:hover { 
color: #fff; 
background: rgba(255, 255, 255, 0.1); 
}
.gol-lite-tab-btn.active { 
background: #138db6; 
color: #fff; 
box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
}