@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: #000;
overflow-x: hidden;
color: white;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
header.site-header,
.elementor-location-header {
display: none !important;
}
:root {
--ocean-primary: #4a9b9b;
--ocean-primary-light: #5eb3b3;
--ocean-primary-dark: #3a7f7f;
--ocean-accent: #7dd3d3;
--ocean-deep: #2a5f5f;
--ocean-text: #f0fffe;
--ocean-shadow: rgba(42, 95, 95, 0.15);
--calendar-selected: #20b2aa;
}
.ocean-header {
display: flex !important;
justify-content: space-between !important;
align-items: center;
padding: 12px 28px;
position: absolute !important;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: none !important;
border: none !important;
box-shadow: none !important;
z-index: 1000;
gap: 16px;
}

/* Header logo (SipSenTravel) */
.ocean-header-logo {
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: var(--ocean-text, #f0fffe);
font-family: 'Poppins', sans-serif;
font-size: 28px;
font-weight: 700;
letter-spacing: -0.2px;
flex-shrink: 0;
}
.ocean-header-logo:hover { color: #fff; text-decoration: none; }
.ocean-header-logo i { color: #7dd3d3; font-size: 18px; }
.ocean-header-logo-img {
height: 48px;
width: 48px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
@media (max-width: 600px) {
    .ocean-header-logo span { display: none; }
    .ocean-header-logo-img { height: 32px; width: 32px; }
}

/* Right-side group (icons + hamburger together) */
.ocean-header-right {
display: inline-flex;
align-items: center;
gap: 12px;
margin-left: auto;
}

/* Right-side icon buttons (newspaper, help, person) */
.ocean-header-icons {
display: inline-flex;
align-items: center;
gap: 10px;
}
.header-icon-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 50%;
color: #f0fffe;
font-size: 15px;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
text-decoration: none;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.header-icon-btn:hover,
.header-icon-btn:focus {
background: rgba(125, 211, 211, 0.22);
border-color: rgba(125, 211, 211, 0.55);
color: #fff;
transform: translateY(-1px);
text-decoration: none;
outline: none;
}
.header-icon-btn i { font-size: 15px; }

/* Visually-hidden helper for screen-reader-only text */
.visually-hidden {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

@media (max-width: 600px) {
    .ocean-header { padding: 10px 16px; }
    .ocean-header-icons { gap: 6px; }
    .header-icon-btn { width: 36px; height: 36px; font-size: 14px; }
    .ocean-header-logo span { display: none; }
}
.ocean-header .nav-btn {
padding: 12px 20px !important;
font-size: 16px !important;
}
.ocean-header.scrolled {
background-color: transparent;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
.nav-container {
display: flex;
justify-content: center;
max-width: 600px;
}
.nav-buttons {
display: flex;
justify-content: center;
gap: 25px;
}
.nav-btn {
position: relative;
padding: 8px 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
height: 38px;
color: var(--ocean-text);
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: all 0.3s ease;
white-space: nowrap;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.nav-btn i {
font-size: 14px;
transition: transform 0.3s ease;
color: var(--ocean-accent);
}
.nav-btn:hover, .nav-btn.active {
color: white;
background-color: #32bfb7;
border-color: #32bfb7;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(42, 95, 95, 0.2);
}
.nav-btn:hover i, .nav-btn.active i {
transform: translateY(-1px);
color: white;
}
.nav-btn.active {
background-color: #32bfb7;
border-color: #32bfb7;
}
button.nav-btn {
background-color: rgba(255, 255, 255, 0.1);
font-family: inherit;
font-size: 14px;
font-weight: 500;
line-height: 1;
padding: 8px 16px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
button.nav-btn:hover,
button.nav-btn:focus {
color: white;
background-color: #32bfb7;
border-color: #32bfb7;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(42, 95, 95, 0.2);
}
button.nav-btn:focus {
outline: none;
}
.nav-btn span {
font-size: 14px;
font-weight: 500;
line-height: 1;
vertical-align: middle;
}
.dropdown-wrapper {
position: relative;
cursor: pointer;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-5px); }
to { opacity: 1; transform: translateY(0); }
}
.language-dropdown {
position: absolute;
top: 100%;
right: 0;
width: 180px;
margin-top: 10px;
display: none;
z-index: 1005;
background-color: #3a7070;
border-radius: 8px;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
transform: translateZ(0);
animation: fadeIn 0.2s ease-in-out;
}
.language-option {
padding: 10px 15px;
color: #ffffff;
cursor: pointer;
transition: all 0.2s ease;
font-size: 14px;
display: flex;
align-items: center;
position: relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.language-option:last-child {
border-bottom: none;
}
.language-option:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.flag-label {
display: inline-block;
width: 26px;
font-weight: 600;
margin-right: 8px;
font-size: 13px;
}
.language-option.current {
background-color: #4a8a8a;
}
.language-option .checkmark {
position: absolute;
right: 15px;
color: white;
font-weight: bold;
}
.mobile-menu-toggle {
display: none;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 1001;
position: absolute;
right: 15px;
background-color: rgba(74, 155, 155, 0.8);
border-radius: 50%;
}
.hamburger {
width: 22px;
height: 18px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hamburger span {
display: block;
width: 100%;
height: 2px;
background-color: white;
border-radius: 2px;
transition: all 0.3s ease;
}
.mobile-menu-active .hamburger span:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}
.mobile-menu-active .hamburger span:nth-child(2) {
opacity: 0;
}
.mobile-menu-active .hamburger span:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.mobile-nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, var(--ocean-primary), var(--ocean-deep));
z-index: 10000;
display: none;
opacity: 0;
transition: opacity 0.3s ease;
padding-top: 70px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.mobile-nav.active {
display: block;
opacity: 1;
}
.mobile-nav-close {
position: absolute;
top: 16px;
right: 16px;
width: 44px;
height: 44px;
background: rgba(255, 255, 255, 0.15);
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
color: white;
font-size: 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
z-index: 10001;
}
.mobile-nav-close:hover {
background: rgba(255, 255, 255, 0.3);
transform: scale(1.08);
}
.mobile-nav-inner {
display: flex;
flex-direction: column;
padding: 20px;
gap: 15px;
}
.mobile-nav-btn {
padding: 15px 20px;
background: rgba(255, 255, 255, 0.1);
color: white;
border-radius: 12px;
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
border: none;
width: 100%;
text-align: left;
cursor: pointer;
}
.mobile-nav-btn i {
font-size: 18px;
color: var(--ocean-accent);
}
.mobile-nav-btn:active {
background: var(--ocean-primary-dark);
transform: scale(0.98);
}
.mobile-language-options {
background-color: #3a7070;
border-radius: 8px;
margin-top: 10px;
margin-bottom: 15px;
overflow: hidden;
animation: fadeIn 0.2s ease-in-out;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
display: none;
}
.mobile-language-option {
padding: 12px 15px;
position: relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: #ffffff;
display: flex;
align-items: center;
}
.mobile-language-option:last-child {
border-bottom: none;
}
.mobile-language-option:active {
background-color: rgba(255, 255, 255, 0.1);
}
.mobile-language-option.current {
background-color: #4a8a8a;
}
.mobile-language-option .checkmark {
position: absolute;
right: 15px;
color: white;
font-weight: bold;
}
.auth-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(42, 95, 95, 0.8);
z-index: 20000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
align-items: center;
justify-content: center;
padding: 20px;
}
.auth-modal.active {
display: flex;
animation: fadeInModal 0.3s ease;
}
@keyframes fadeInModal {
from { opacity: 0; }
to { opacity: 1; }
}
.auth-modal-content {
background: #ffffff;
border-radius: 20px;
width: 100%;
max-width: 460px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
overflow: hidden;
position: relative;
animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
@keyframes slideUp {
from {
transform: translateY(30px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.auth-logo {
text-align: center;
padding: 32px 32px 16px;
background: linear-gradient(135deg, #006d75 0%, #20b2aa 100%);
}
.auth-logo h1 {
margin: 0;
font-size: 32px;
font-weight: 700;
color: #ffffff;
letter-spacing: -0.5px;
}
.auth-logo p {
margin: 8px 0 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
font-weight: 400;
}
.auth-close-btn {
position: absolute;
top: 16px;
right: 16px;
background: transparent;
border: none;
color: #ffffff;
font-size: 29px;
width: 36px;
height: 36px;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
justify-content: center;
font-weight: 300;
line-height: 1;
padding: 0;
z-index: 10;
}
.auth-close-btn:hover {
}
.auth-close-btn:active {
opacity: 1;
}
.auth-title {
text-align: center;
margin: 0;
font-size: 24px;
font-weight: 600;
color: #2c3e50;
}
.auth-form {
padding: 0 32px 32px;
display: none;
}
.auth-form.active {
display: block;
animation: fadeIn 0.3s ease;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: flex;
align-items: center;
gap: 8px;
color: #2c3e50;
margin-bottom: 8px;
font-weight: 500;
font-size: 14px;
}
.form-group label i {
color: var(--calendar-selected);
font-size: 14px;
}
.form-group input {
width: 100%;
padding: 14px 16px;
border: 2px solid #e0e0e0;
border-radius: 12px;
font-size: 15px;
font-family: 'Poppins', sans-serif;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
outline: none;
}
.form-group input:focus {
border-color: #006d75;
box-shadow: 0 0 0 4px rgba(0, 109, 117, 0.1);
}
.form-group input::placeholder {
color: #95a5a6;
}
.password-wrapper {
position: relative;
}
.password-wrapper input {
padding-right: 48px;
}
.toggle-password {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
color: #95a5a6;
cursor: pointer;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.3s;
}
.toggle-password:hover {
color: #006d75;
}
.form-row-new {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 20px;
}
.form-options-new {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
font-size: 14px;
}
.remember-me {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
color: #2c3e50;
}
.remember-me input[type="checkbox"] {
width: 18px;
height: 18px;
cursor: pointer;
accent-color: #006d75;
}
.remember-me span {
font-weight: 400;
}
.forgot-password-new {
color: var(--calendar-selected);
text-decoration: none;
font-weight: 500;
transition: all 0.3s;
position: relative;
}
.forgot-password-new::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--calendar-selected);
transition: width 0.3s;
}
.forgot-password-new:hover {
color: var(--calendar-selected);
}
.forgot-password-new:hover::after {
width: 100%;
}
.auth-submit-btn-new {
width: 100%;
padding: 16px;
background: var(--calendar-selected);
color: #ffffff;
border: none;
border-radius: 12px;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
box-shadow: 0 4px 12px rgba(0, 109, 117, 0.2);
}
.auth-submit-btn-new:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 109, 117, 0.3);
}
.auth-submit-btn-new:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(0, 109, 117, 0.2);
}
.auth-divider-new {
text-align: center;
margin: 24px 0;
position: relative;
}
.auth-divider-new::before {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background: #e0e0e0;
}
.auth-divider-new span {
background: #ffffff;
padding: 0 16px;
color: #95a5a6;
font-size: 14px;
font-weight: 400;
position: relative;
}
.auth-links {
text-align: center;
color: #2c3e50;
font-size: 14px;
}
.auth-links p {
margin: 0 0 12px;
}
.auth-links a {
color: var(--calendar-selected);
text-decoration: none;
font-weight: 500;
transition: all 0.3s;
position: relative;
}
.auth-links a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: var(--calendar-selected);
transition: width 0.3s;
}
.auth-links a:hover {
color: var(--calendar-selected);
}
.auth-links a:hover::after {
width: 100%;
}
.back-home a {
display: inline-flex;
align-items: center;
gap: 8px;
color: #95a5a6;
font-weight: 400;
}
.back-home a:hover {
color: #2c3e50;
}
.form-info-new {
background: rgba(0, 109, 117, 0.1);
border: 1px solid rgba(0, 109, 117, 0.2);
border-radius: 12px;
padding: 16px;
margin-bottom: 20px;
display: flex;
gap: 12px;
align-items: flex-start;
}
.form-info-new i {
color: #006d75;
font-size: 18px;
flex-shrink: 0;
margin-top: 2px;
}
.form-info-new p {
margin: 0;
color: #2c3e50;
font-size: 14px;
line-height: 1.5;
}
.auth-message {
display: none;
padding: 14px 16px;
border-radius: 12px;
margin: 0 32px 20px;
font-size: 14px;
line-height: 1.5;
animation: slideDown 0.3s ease;
}
.auth-message.success {
background: #efe;
border: 1px solid #cfc;
color: #3c3;
display: flex;
align-items: flex-start;
gap: 12px;
}
.auth-message.error {
background: #fee;
border: 1px solid #fcc;
color: #c33;
display: flex;
align-items: flex-start;
gap: 12px;
}
@keyframes slideDown {
from {
transform: translateY(-10px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.auth-loading {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(42, 95, 95, 0.9);
z-index: 2001;
justify-content: center;
align-items: center;
}
.auth-loading.active {
display: flex;
}
.wave-loader {
display: flex;
gap: 5px;
}
.wave-loader span {
display: inline-block;
width: 8px;
height: 40px;
background: var(--ocean-accent);
border-radius: 4px;
animation: wave-load 1.2s ease-in-out infinite;
}
.wave-loader span:nth-child(1) { animation-delay: 0s; }
.wave-loader span:nth-child(2) { animation-delay: 0.1s; }
.wave-loader span:nth-child(3) { animation-delay: 0.2s; }
.wave-loader span:nth-child(4) { animation-delay: 0.3s; }
.wave-loader span:nth-child(5) { animation-delay: 0.4s; }
@keyframes wave-load {
0%, 100% {
transform: scaleY(0.5);
opacity: 0.5;
}
50% {
transform: scaleY(1);
opacity: 1;
}
}
@media (max-width: 768px) {
.ocean-header {
padding: 8px 16px;
justify-content: flex-start;
background-color: rgba(74, 155, 155, 0.8);
}
.nav-container {
display: none;
}
.mobile-menu-toggle {
display: flex;
}
}
@media (max-width: 480px) {
.auth-modal-content {
margin: 10px;
max-width: 100%;
}
.auth-logo {
padding: 24px 20px 12px;
}
.auth-logo h1 {
font-size: 28px;
}
.auth-title {
padding: 20px 20px 12px;
font-size: 20px;
}
.auth-form {
padding: 0 20px 24px;
}
.form-row-new {
grid-template-columns: 1fr;
gap: 12px;
}
.form-options-new {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.auth-close-btn {
width: 32px;
height: 32px;
font-size: 20px;
}
.auth-message {
margin: 0 20px 16px;
}
}
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-bubble-frame,
.goog-tooltip,
.goog-tooltip:hover {
display: none !important;
}
.goog-te-gadget {
height: 0px !important;
overflow: hidden;
position: absolute;
}
body {
top: 0 !important;
position: static !important;
}
.skiptranslate {
display: none !important;
height: 0 !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb {
display: none !important;
}
.hero-section {
position: relative;
overflow: hidden;
}
#bgVideo {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
object-fit: cover;
object-position: center;
transform: translate(-50%, -50%);
}
.skip-link {
position: absolute;
top: -40px;
left: 0;
background: var(--ocean-primary);
color: white;
padding: 8px;
z-index: 100;
transition: top 0.3s;
text-decoration: none;
}
.skip-link:focus {
top: 0;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.auth-modal-content{
max-width: 440px !important;
padding: 26px !important;
}
.auth-logo{
margin: -26px -26px 18px -26px !important;
padding: 16px 22px 14px !important;
border-radius: 24px 24px 0 0 !important;
}
.auth-logo img,
.auth-logo p{ font-size: 13px !important; margin-top: 4px !important; }
.auth-title{
margin: 0 0 16px 0 !important;
}
.auth-title::after{
width: 46px !important;
margin-top: 10px !important;
}
.auth-form .form-group{ margin-bottom: 11px !important; }
.auth-form .form-group label{
font-size: 13px !important;
margin-bottom: 5px !important;
}
.auth-form input{
padding: 10px 12px !important;
font-size: 14px !important;
border-radius: 11px !important;
}
#registerForm .form-row-new{ gap: 10px !important; margin-bottom: 6px !important; }
.auth-submit-btn-new,
.auth-submit{
padding: 12px 14px !important;
border-radius: 12px !important;
}
.auth-divider-new,
.divider{ margin: 14px 0 !important; }
.auth-links-new p,
.links p{ margin-bottom: 8px !important; }
@media (max-height: 860px){
.auth-modal-content{ transform: scale(0.96) !important; transform-origin: top center !important; }
}
@media (max-height: 820px){
.auth-modal-content{ transform: scale(0.93) !important; transform-origin: top center !important; }
}
@media (max-height: 780px){
.auth-modal-content{ transform: scale(0.90) !important; transform-origin: top center !important; }
}
.auth-modal-content{
border-radius: 20px !important;
overflow: hidden !important;
position: relative;
}
.auth-modal-content::before{
content: "";
position: absolute;
top: 0; left: 0; right: 0;
height: 110px;
background: linear-gradient(135deg, #1fa7ac 0%, #20b2aa 100%);
border-radius: 20px 20px 0 0;
z-index: 0;
}
.auth-logo{
background: transparent !important;
position: relative;
z-index: 1;
}
.auth-modal-content > *{
position: relative;
z-index: 1;
}
.auth-title{
position: relative;
}
.auth-title::after{
content: "";
display: block;
width: 48px;
height: 3px;
background: var(--calendar-selected);
border-radius: 999px;
margin: 12px auto 0;
}
.password-wrapper input,
.password-wrapper input[type="password"],
.password-wrapper input[type="text"]{
font-family: 'Poppins', sans-serif !important;
font-size: 15px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
letter-spacing: 0 !important;
-webkit-text-size-adjust: 100%;
}
#sipsen-newsletter-feedback{
display:block !important;
margin-top:10px !important;
font-size:14px !important;
line-height:1.3 !important;
color:#ffffff !important;
opacity:1 !important;
visibility:visible !important;
}
#sipsen-newsletter-feedback{
padding: 6px 10px;
border-radius: 10px;
width: fit-content;
}
.google-btn-modal {
width: 100%;
padding: 12px 16px;
background: #ffffff;
border: 2px solid #e0e0e0;
border-radius: 12px;
font-size: 14px;
font-weight: 500;
color: #3c4043;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 16px;
text-decoration: none;
font-family: 'Poppins', sans-serif;
}
.google-btn-modal:hover {
background: #f8f9fa;
border-color: #dadce0;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transform: translateY(-1px);
}
.google-btn-modal svg {
flex-shrink: 0;
}

/* ============================================================
   HEADER HAMBURGER + MOMONDO-STYLE LEFT SIDEBAR
   Overrides the legacy mobile-only nav so the hamburger sits
   inline next to the person icon and the menu becomes a
   light left-side drawer with item list.
   ============================================================ */

/* Hamburger toggle: now a round glass button matching .header-icon-btn */
.ocean-header .mobile-menu-toggle {
    display: inline-flex !important;
    position: static !important;
    right: auto !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50% !important;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
}
.ocean-header .mobile-menu-toggle:hover {
    background: rgba(125, 211, 211, 0.22) !important;
    border-color: rgba(125, 211, 211, 0.55) !important;
    transform: translateY(-1px);
}
.ocean-header .mobile-menu-toggle .hamburger {
    width: 18px;
    height: 14px;
}
.ocean-header .mobile-menu-toggle .hamburger span {
    background-color: #f0fffe;
    height: 2px;
}

/* Backdrop behind the sidebar */
.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 25, 30, 0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.mobile-nav-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Sidebar — slides from the LEFT, light teal-tinted theme */
.mobile-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: 320px !important;
    max-width: 88vw;
    height: 100% !important;
    background:
        linear-gradient(180deg, #f3fafa 0%, #ffffff 18%, #ffffff 82%, #eef7f7 100%) !important;
    border-right: 1px solid rgba(125, 211, 211, 0.25);
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column;
    padding: 0 !important;
    overflow-y: auto;
    box-shadow: 4px 0 30px rgba(0, 50, 60, 0.20);
    transform: translateX(-100%);
    opacity: 1 !important;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.active {
    transform: translateX(0);
}

/* Sidebar header (close button + brand) */
.mobile-nav-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-bottom: 1px solid #eef1f3;
    flex-shrink: 0;
}
.mobile-nav .mobile-nav-close {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    background: #f4f6f8 !important;
    border: 1px solid #e5e9ec !important;
    color: #1a3a44 !important;
    font-size: 16px !important;
    flex-shrink: 0;
    border-radius: 8px !important;
}
.mobile-nav .mobile-nav-close:hover {
    background: #e9edf0 !important;
    transform: none !important;
}
.mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.mobile-nav-brand img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.mobile-nav-brand span {
    font-size: 17px;
    font-weight: 700;
    color: #1a3a44;
    letter-spacing: -0.2px;
}

/* List of items */
.mobile-nav .mobile-nav-inner {
    display: flex !important;
    flex-direction: column !important;
    padding: 12px 0 !important;
    gap: 0 !important;
    flex: 1;
}
.mobile-nav .mobile-nav-btn {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 14px 22px !important;
    background: transparent !important;
    color: #1a3a44 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none !important;
    width: 100% !important;
    text-align: left !important;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}
.mobile-nav .mobile-nav-btn i {
    width: 22px;
    text-align: center;
    font-size: 17px !important;
    color: #5a7878 !important;
    flex-shrink: 0;
}
.mobile-nav .mobile-nav-btn:hover,
.mobile-nav .mobile-nav-btn:focus {
    background: #f4f8f8 !important;
    color: #0e6e74 !important;
    transform: none !important;
}
.mobile-nav .mobile-nav-btn:hover i,
.mobile-nav .mobile-nav-btn:focus i {
    color: #17a398 !important;
}
.mobile-nav .mobile-nav-btn.active {
    background: #eef6f7 !important;
    color: #0e6e74 !important;
}
.mobile-nav .mobile-nav-btn.active i {
    color: #17a398 !important;
}
.mobile-nav-divider {
    height: 1px;
    background: rgba(125, 211, 211, 0.30);
    margin: 8px 0;
    flex-shrink: 0;
}

/* Sidebar bottom — Pagalba + Atsiliepimai (compact 2-up) */
.mobile-nav-footer {
    margin-top: auto;
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(125, 211, 211, 0.30);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    flex-shrink: 0;
    background: rgba(125, 211, 211, 0.06);
}
.mobile-nav-foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid rgba(74, 155, 155, 0.30);
    border-radius: 10px;
    color: #1a3a44;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.18s ease;
}
.mobile-nav-foot-btn i {
    color: #17a398;
    font-size: 13px;
}
.mobile-nav-foot-btn:hover,
.mobile-nav-foot-btn:focus {
    background: rgba(125, 211, 211, 0.14);
    border-color: #17a398;
    color: #0e6e74;
    outline: none;
    transform: translateY(-1px);
    text-decoration: none;
}
.mobile-nav-foot-btn:hover i,
.mobile-nav-foot-btn:focus i {
    color: #0e6e74;
}

/* Mobile: keep the same layout (sidebar still slides from left, narrower if viewport is small) */
@media (max-width: 480px) {
    .mobile-nav { width: 88vw !important; }
}

/* ============================================================
   FEEDBACK MODAL — Atsiliepimai popup (email + area + message)
   ============================================================ */
.feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 25, 30, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    animation: feedbackOverlayIn 0.18s ease;
}
.feedback-modal[hidden] { display: none !important; }
.feedback-modal.active { display: flex; }
@keyframes feedbackOverlayIn { from { opacity: 0; } to { opacity: 1; } }

.feedback-modal-content {
    position: relative;
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    padding: 28px;
    color: #1a3a44;
    animation: feedbackModalIn 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 92vh;
    overflow-y: auto;
}
@keyframes feedbackModalIn {
    from { opacity: 0; transform: translateY(12px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.feedback-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f4f6f8;
    border-radius: 8px;
    color: #1a3a44;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease;
}
.feedback-close-btn:hover { background: #e9edf0; }

.feedback-header {
    text-align: center;
    margin-bottom: 22px;
}
.feedback-icon-wrap {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    background: rgba(125, 211, 211, 0.20);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17a398;
    font-size: 22px;
}
.feedback-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a3a44;
    margin: 0 0 6px;
    letter-spacing: -0.3px;
}
.feedback-header p {
    font-size: 14px;
    color: #5a7878;
    margin: 0;
    line-height: 1.4;
}

.feedback-form { display: flex; flex-direction: column; gap: 14px; }
.feedback-field { display: flex; flex-direction: column; gap: 6px; }
.feedback-field label {
    font-size: 13px;
    font-weight: 600;
    color: #1a3a44;
}
.feedback-field input,
.feedback-field select,
.feedback-field textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d6dee0;
    border-radius: 10px;
    background: #ffffff;
    color: #1a3a44;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}
.feedback-field textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}
.feedback-field input:focus,
.feedback-field select:focus,
.feedback-field textarea:focus {
    outline: none;
    border-color: #17a398;
    box-shadow: 0 0 0 3px rgba(125, 211, 211, 0.20);
}
.feedback-field input.error,
.feedback-field select.error,
.feedback-field textarea.error {
    border-color: #e63946;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.10);
}

.feedback-status {
    font-size: 13px;
    line-height: 1.4;
    min-height: 0;
    transition: min-height 0.18s ease;
}
.feedback-status.error { color: #e63946; min-height: 18px; }
.feedback-status.success { color: #0e6e74; min-height: 18px; }

.feedback-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #17a398 0%, #20b2aa 60%, #40c9c0 100%);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    box-shadow: 0 6px 16px rgba(23, 163, 152, 0.28);
}
.feedback-submit:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(23, 163, 152, 0.36); }
.feedback-submit:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* ── Logged-in: replace the user icon with their first initial. No new bubble — uses the existing button styling, just swaps the glyph. ─── */
#auth-button.is-authenticated .auth-initial {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    font-family: inherit;
}
#auth-button.is-authenticated i,
#auth-button.is-authenticated span:not(.auth-initial) { display: none !important; }
