/* Theme Name: gp-child | Description: Child Theme for GP | Author: GP | Template: gp */

/* CSS VARIABLES */
:root { --t4t-blue: #0E5CAA; --t4t-green: #76C69C; --t4t-semiblue: #4594A2; --t4t-dark: #07105B; --t4t-black: #000; --t4t-white: #fff; --t4t-gray-light: #f5f5f5; --t4t-gray: #666; }

/* FONT DEFINITIONS */
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-Thin.woff2") format("woff2"), url("fonts/GeologicaRoman-Thin.woff") format("woff"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-ExtraLight.woff2") format("woff2"), url("fonts/GeologicaRoman-ExtraLight.woff") format("woff"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-Light.woff2") format("woff2"), url("fonts/GeologicaRoman-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-Regular.woff2") format("woff2"), url("fonts/GeologicaRoman-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-SemiBold.woff2") format("woff2"), url("fonts/GeologicaRoman-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-Bold.woff2") format("woff2"), url("fonts/GeologicaRoman-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-ExtraBold.woff2") format("woff2"), url("fonts/GeologicaRoman-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Geologica"; src: url("fonts/GeologicaRoman-Black.woff2") format("woff2"), url("fonts/GeologicaRoman-Black.woff") format("woff"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'aka-acid-fifindrel'; src: url('fonts/Aka-AcidGR-Fifindrel.woff2') format('woff2'), url('fonts/Aka-AcidGR-Fifindrel.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }

/* BASE STYLES */
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html { scroll-behavior: smooth; }
body { font-family: "Geologica", sans-serif; font-weight: 400; overflow-x: hidden; opacity: 0; transition: opacity 0.4s ease; background-color: #fff; }
body.page-fade-in, body.loaded { opacity: 1; }

/* PRELOADER */
#preloader { position: fixed; inset: 0; z-index: 99999; display: flex; justify-content: center; align-items: center; pointer-events: none; }
.preloader-bg { position: absolute; inset: 0; background-image: linear-gradient(to left top, #00284f, #002f5d, #00366b, #003e7a, #014589); opacity: 0; transition: opacity 0.4s ease; z-index: 0; }
#preloader.active .preloader-bg { opacity: 1; pointer-events: all; }
.spinner { width: 60px; height: 60px; border: 8px solid #fff; border-top: 8px solid #272E72; border-radius: 50%; animation: spin 1s linear infinite; opacity: 0; transition: opacity 0.4s ease; z-index: 1; }
#preloader.active .spinner { opacity: 1; }
body.loaded .spinner { opacity: 0; transition: opacity 0.4s ease; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ANIMATIONS */
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.section-1, .section-2, .section-3, .section-4 { animation: fadein 1.5s; }

/* TYPOGRAPHY - Using font-weight instead of font-family variations */
p, li, span, label, a { font-family: "Geologica", sans-serif; font-weight: 200; font-size: 17px; line-height: 1.7; color: #000; }
h1 { font-family: "Geologica", sans-serif; font-weight: 700; color: #0E5CAA; font-size: 40px; line-height: 1.2; margin: 20px 0; text-align: center; }
h2 { font-family: "Geologica", sans-serif; font-weight: 700; color: #0E5CAA; font-size: 32px; line-height: 1.3; margin: 18px 0; }
h3 { font-family: "Geologica", sans-serif; font-weight: 200; color: #0E5CAA; font-size: 26px; line-height: 1.4; margin: 16px 0; }
h4 { font-family: "Geologica", sans-serif; font-weight: 600; color: #0E5CAA; font-size: 22px; line-height: 1.4; margin: 14px 0; }
h5 { font-family: "Geologica", sans-serif; font-weight: 600; color: #0E5CAA; font-size: 20px; line-height: 1.5; margin: 12px 0; }
h6 { font-family: "Geologica", sans-serif; font-weight: 600; color: #0E5CAA; font-size: 18px; line-height: 1.5; margin: 10px 0; }
strong, b { font-family: "Geologica", sans-serif; font-weight: 900; }
blockquote { font-family: Georgia, serif; font-size: 16px; font-style: italic; width: 100%; margin: 0.25em 0; padding: 15px 40px; line-height: 1.45; position: relative; color: #383838; background: #f7f7f7; }
blockquote:before { display: block; content: "\201C"; font-size: 80px; position: absolute; left: -10px; top: -10px; color: #000; }
blockquote cite { color: #999999; font-size: 14px; display: block; margin-top: 5px; }
blockquote cite:before { content: "\2014 \2009"; }

/* SPECIAL FONT ASSIGNMENTS */
.section-1 h1.home-h1, .section-1 h1.home-h1 span { font-weight: 900; }
.section-1 h2 { font-family: "aka-acid-fifindrel", sans-serif; }
.section-2 h2 { font-weight: 800; }
.main-btn { font-weight: 100; }
#main-nav-menu > div > ul > li > a, #main-nav-menu ul ul li a { font-weight: 300; }

/* LINKS & BUTTONS */
a { color: #07105B; text-decoration: none; transition: color 0.25s ease; }
a:hover { color: #000; }
a.main-btn { margin-top: 60px; background: #0E5CAA; color: #fff; padding: 25px 35px; border-radius: 8px; line-height: 0; font-size: 16px; max-width: 300px; display: block; transition: all 0.4s ease-out; }
a.main-btn:hover { color: #76C69C; }

/* LAYOUT */
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1280px; padding: 0; }
.container-fluid { padding: 0; }
.row { margin: 0; }
p { text-align: justify; margin-bottom: 15px; }
p.small { font-size: 14px; margin-bottom: 0; }

/* HERO COLUMNS */
.hero-columns { height: 100vh; overflow: hidden; position: relative; background: #76C69C; }
.hero-columns .row { height: 100vh; min-height: 100vh; }
.column { position: absolute; overflow: hidden; cursor: pointer; height: 100vh; transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
.group-column { width: 33.333vw; left: 0; top: 0; }
.alternative-column { width: 33.333vw; left: 33.333vw; top: 0; }
.guides-column { width: 33.333vw; left: 66.666vw; top: 0; }
.group-column::after { content: ''; position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(255, 94, 77, 0.3), rgba(255, 154, 0, 0.3)), url('https://tour4top.com/wp-content/uploads/2025/07/l1.jpg'); background-size: cover; background-position: center; transition: all 1.4s cubic-bezier(.97,.46,.41,.96); transform: translateX(100%); }
.alternative-column::after { content: ''; position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(59, 130, 246, 0.3), rgba(147, 51, 234, 0.3)), url('https://tour4top.com/wp-content/uploads/2025/07/l2.jpg'); background-size: cover; background-position: center; transition: all 1.4s cubic-bezier(.97,.46,.41,.96); opacity: 0; }
.guides-column::after { content: ''; position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(16, 185, 129, 0.3), rgba(5, 150, 105, 0.3)), url('https://tour4top.com/wp-content/uploads/2025/07/l3.jpg'); background-size: cover; background-position: center; transition: all 1.4s cubic-bezier(.97,.46,.41,.96); transform: translateX(-100%); }
.group-column.slide-in::after { transform: translateX(0); }
.alternative-column.slide-in::after { opacity: 1; }
.guides-column.slide-in::after { transform: translateX(0); }
.column-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); transition: all 0.6s ease; z-index: 1; }
.column-content { position: absolute; bottom: 120px; left: 15%; right: 15%; color: white; z-index: 3; opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(.97,.46,.41,.96); transition-delay: 1s; }
.column-content-left, .column-content-left p { text-align: left; }
.column-content-center, .column-content-center p { text-align: center; }
.column-content-right, .column-content-right p { text-align: right; }
.column-content h2 { font-size: 50px; color: #fff; margin-bottom: 15px; }
.column-content p { font-size: 22px; color: #fff; margin-bottom: 25px; opacity: 0.9; line-height: 1.4; }
.column.slide-in .column-content { opacity: 1; transform: translateY(0); }
.column-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.cta-button { padding: 12px 50px; border: none; border-radius: 12px; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; z-index: 4; }
.cta-button.green { background: #76C69C; color: white; }
.cta-button.blue { background: #0E5CAA; color: white; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); }
.column.slide-in:hover { transform: scale(1.02); }
.column:hover .column-overlay { background: rgba(0, 0, 0, 0); }
.column:hover .column-content { transform: translateY(-10px); }

/* BREADCRUMBS */
#breadcrumbs { padding: 0; margin-top: 10px; margin-bottom: 40px; }
#breadcrumbs span, #breadcrumbs a { font-size: 14px; }
#breadcrumbs a { color: #555; }
#breadcrumbs .breadcrumb_last { color: #4594A2; }

/* HEADER */
.upper-top-n { display: flex; justify-content: space-between; }
.upper-top-n .inflex { display: flex; align-items: center; }
.text-right { text-align: right; padding-top: 5px; }
.main-header-fluid, .main-header { background: transparent; transition: all 477ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.main-header-fluid { position: absolute; top: 0; z-index: 1000; }
#logo { width: 220px; padding: 0; object-fit: cover; margin: 40px 0 0 5%; left: 50%; position: absolute; margin-left: -110px; opacity: 0; transform: translateY(20px) scale(0.95); transition: all 1s cubic-bezier(0.77, 0, 0.175, 1); }
body.loaded #logo { opacity: 1; transform: translateY(0) scale(1); }

/* MAIN CONTENT */
.page-template-page-contact .main { margin-top: 0; }
.container-fluid-main { background: #fff; }
.home .container-fluid-main { background: #fff; }
.flex-block { display: flex; justify-content: space-between; }
.flex-left { display: flex; flex-flow: row; align-items: center; align-self: center; justify-content: flex-start; }
.flex-center { display: flex; flex-flow: row; align-items: center; align-self: center; justify-content: center; }
.flex-right { display: flex; flex-flow: row; align-items: center; align-self: center; justify-content: flex-end; }

/* INSIDE PAGES */
.image-wrapper { width: 100%; position: relative; display: inline-block; vertical-align: top; line-height: 0; }
.image-wrapper::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)); pointer-events: none; }
.image-wrapper-reg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); pointer-events: none; }
.inside-page-image { width: 100%; height: 450px; object-fit: cover; }
.inside-page-abs { height: 1200px; width: 100%; object-fit: cover; }
.inside-page-abs-reg { height: 2100px; width: 100%; object-fit: cover; }
.page-template .main-content { padding-bottom: 80px; }
.home.page-template .main-content { padding-top: 0; padding-bottom: 0; }
.blog-main-content { margin-top: 50px; margin-bottom: 50px; }
.simple-page-block { background: #fff; border-radius: 20px; padding: 20px 10px 10px 10px; margin-bottom: 20px; }

/* SECTIONS */
p span[style*="text-decoration: underline"] { text-decoration: none; position: relative; display: inline-block; }
p span[style*="text-decoration: underline"]::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 100%; height: 0.3em; background-color: #76C69C; z-index: 0; }
.section-1 { padding: 120px 0!important; }
.section-1 h1.home-h1 { font-size: 70px; color: #76C69C; }
.section-1 h1.home-h1 span { font-size: 70px; color: #0E5CAA; }
.section-1 h2 { font-size: 70px; color: #0E5CAA; letter-spacing: 3px; }
.section-1 p { font-size: 24px; }
.section-2 { padding: 120px 0!important; }
.section-2 h2 { font-size: 38px; color: #0E5CAA; }
.section-2 h3 { font-size: 30px; color: #76C69C; margin-bottom: 40px; }

/* TRIP GRID */
.trip-grid { position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(var(--cols), 1fr); gap: 20px; }
.grid-trip-card { position: relative; height: 520px; width: 100%; border-radius: 20px; overflow: hidden; color: #fff; }
.grid-trip-card:hover .trip-bg { transform: scale(1.05); transition: transform 0.3s ease; }
.grid-trip-link { position: absolute; inset: 0; z-index: 10; text-indent: -9999px; }
.trip-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 1; width: 100%; height: 100%; transition: transform 0.3s ease; transform-origin: center center; backface-visibility: hidden; will-change: transform; border-radius: inherit; }
.trip-overlay { position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: space-between; height: 100%; background: rgba(0,0,0,0.5); padding: 15px; pointer-events: none; }
.trip-main-cat { color: #fff; font-size: 18px; display: inline-block; padding: 3px 8px; border-radius: 4px; align-self: flex-start; }
.trip-grid .grid-trip-card .trip-bottom h3 a { margin: 0; color: #fff; font-size: 26px; font-weight:600; width: 299px; word-wrap: normal; display: block; pointer-events: auto; }
.trip-grid .grid-trip-card .trip-bottom h3{margin-bottom:20px;}
.trip-cats { margin-top: 5px; }
.trip-cats span { color: #fff; padding: 3px 8px; border-radius: 4px; margin-right: 5px; font-size: 0.85rem; }

/* COMPANY REGISTRATION */
.company-registration-form { width: 800px; position: absolute; left: 50%; transform: translateX(-50%); top: 300px; padding: 20px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); animation: fadein 0.6s ease both; }
.register-header { text-align: center; padding: 10px; color: white; border-radius: 8px; }
.register-header svg { padding: 15px; background: #fff; border-radius: 50%; }
.register-header h2 { color: #fff; margin: 10px 0; font-size: 24px; }
.register-header p { margin: 0; opacity: 0.9; font-size: 14px; text-align: center; color: #fff; }
.company-registration-form h3.registration-main-header { display: flex; justify-content: center; }
.company-registration-form h3.registration-main-header svg { vertical-align: middle; margin-right: 6px; }
.company-registration-form .form-section { margin-bottom: 0; padding: 22px 50px; border-radius: 8px; }
.company-registration-form .form-section h3 { margin: 0 0 20px 0; color: #fff; font-size: 18px; background: rgba(118, 198, 156, 1); border-radius: 8px; padding: 14px 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.company-registration-form .form-group input, .company-registration-form .form-group select, .company-registration-form .form-group textarea { background: transparent; }
.company-registration-form .form-group input:-webkit-autofill { background: transparent; -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: white; caret-color: white; transition: background-color 9999s ease-in-out 0s; }
.company-registration-form .description { display: block; font-size: 12px; color: #fff; margin-top: 5px; font-style: italic; }
.checkbox-group { margin-bottom: 15px; }
.checkbox-group label { display: flex; align-items: center; cursor: pointer; }
.checkbox-group input[type="checkbox"] { width: auto; margin-right: 10px; margin-top: 0; flex-shrink: 0; transform: scale(1.2); }
.form-actions { text-align: center; padding: 10px; border-radius: 8px; }
.success-message { background-color: #d4edda; color: #155724; padding: 15px; border-radius: 6px; margin-bottom: 20px; border: 1px solid #c3e6cb; }
.error-message { background-color: #f8d7da; color: #721c24; padding: 15px; border-radius: 6px; margin-bottom: 20px; border: 1px solid #f5c6cb; }
.login-section { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.company-registration-form p.login-link { margin: 0 auto; text-align: center; color: #7f8c8d; font-size: 14px; }
.company-registration-form p.login-link a { color: #3498db; text-decoration: none; font-size: 14px; }
.login-link a:hover { text-decoration: underline; }
#turnstile-container { margin: 10px 0; min-height: 65px; }
.company-registration-form input::placeholder, .company-registration-form select::placeholder, .company-registration-form textarea::placeholder { color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.company-registration-form p, .company-registration-form p.small { color: #fff; }
.company-registration-form a { color: #76C69C; }
.company-registration-form p.small, .company-registration-form .sec-description { text-align: left; }
.company-registration-form p.small-last-reg, .company-registration-form small.sec-description { text-align: center; }
.register-header-mssg { max-width: 760px; display: flex; justify-content: center; align-items: center; text-align: center; margin: 30px; padding: 30px; background: linear-gradient(135deg, #76C69C 0%, #0E5CAA 100%); color: white; border-radius: 8px; }
.main-register-mssg { max-width: 760px; display: flex; justify-content: center; align-items: center; margin: 30px auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); position: absolute; top: 300px; left: 50%; transform: translateX(-50%); }
.main-register-mssg-rel { max-width: 760px; display: flex; justify-content: center; align-items: center; margin: 30px auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

/* COMPANY LOGIN */
.company-login-form { width: 600px; position: absolute; left: 50%; transform: translateX(-50%); top: 300px; padding: 20px; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); animation: fadein 0.6s ease both; }
.company-login-form .form-section { padding: 10px 50px; border: none; }
.login-header { text-align: center; padding: 10px; color: white; border-radius: 8px; }
.login-header h2 { color: #fff; margin: 10px 0; font-size: 26px; }
.login-header p { margin: 0; opacity: 0.9; font-size: 14px; text-align: center; color: #fff; }
.password-input-wrapper { position: relative; }
.password-toggle { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; padding: 5px; color: #666; }
.password-toggle:hover { color: #333; }
.turnstile-container { transform: scale(1); transform-origin: top center; margin: 4px 0; min-height: 50px; display: flex; justify-content: center; align-items: center; }
.description { display: block; font-size: 12px; color: #7f8c8d; margin-top: 5px; font-style: italic; }
.company-login-form .btn-secondary { font-size: 15px; background: transparent; border: 1px solid #fff; color: #fff; padding: 12px 30px; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; display: flex; justify-content: center; align-items: center; max-width: 280px; margin: 0 auto; gap: 8px; }
.company-login-form .btn-secondary:hover { color: #76C69C; border-color: #76C69C; transform: translateY(-1px); }
.company-login-form .btn-secondary svg * { stroke: #fff; transition: all 0.3s ease; }
.company-login-form .btn-secondary:hover svg * { stroke: #76C69C; }
.login-links { text-align: center; padding-top: 20px; }
.forgot-password { margin-bottom: 10px; }
.forgot-password a { color: #fff; text-decoration: none; font-size: 14px; }
.forgot-password a:hover { text-decoration: underline; }
.register-link p { margin: 0 0 10px 0; color: #fff; font-size: 14px; text-align: center; }
.login-success { text-align: center; padding: 40px; background: #f8f9fa; border-radius: 12px; }
.login-success h3 { color: #28a745; margin-bottom: 15px; }
.login-actions { margin-top: 20px; }
.login-actions a { margin: 0 10px; }
.forgot-remember-block { display: flex; justify-content: center; align-items: center; height: 55px; }
.forgot-remember-block .checkbox-group { margin-bottom: 14px; }
.forgot-remember-block div { padding: 10px; }
.company-login-form input::placeholder { color: rgba(255, 255, 255, 0.7); }
.company-login-form .form-group { margin-bottom: 20px; }
.company-registration-form .form-group { margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { color: #fff; width: 100%; padding: 12px; border: 2px solid #ddd; border-radius: 8px; font-size: 16px; transition: border-color 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }
.dashboard-content .form-group input, .dashboard-content .form-group select, .dashboard-content .form-group textarea { color: #000; }
.form-group label { display: block; margin-bottom: 6px; color: #fff; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #4FA8BC; box-shadow: 0 0 0 3px rgba(102,126,234,0.1); }
.company-login-form .btn-primary { will-change: transform, box-shadow; }
.company-login-form .btn-primary:active { transform: translateY(0); box-shadow: none; }
.input-with-icon { position: relative; margin-bottom: 16px; }
.input-with-icon input { width: 100%; padding: 14px 44px 14px 44px; border: 2px solid #e1e8ed; border-radius: 8px; font-size: 16px; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; background: transparent; }
.input-with-icon input:-webkit-autofill { background: transparent; -webkit-box-shadow: 0 0 0px 1000px transparent inset; -webkit-text-fill-color: white; caret-color: white; transition: background-color 9999s ease-in-out 0s; }
.input-with-icon input:focus { outline: none; border-color: var(--t4t-blue); box-shadow: 0 0 0 3px rgba(14,92,170,.1); }
.icon-left { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; }
.icon-left svg { width: 20px; height: 20px; display: block; }
.icon-right { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border: 0; background: transparent; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.icon-right:hover { background: rgba(0,0,0,.04); }
.icon-right svg { width: 20px; height: 20px; }
.icon-right .eye-closed { display: none; }
.icon-right.is-hidden .eye-open { display: none; }
.icon-right.is-hidden .eye-closed { display: inline; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; justify-content: center; background: linear-gradient(135deg,#76C69C 0%,#0E5CAA 100%); color: white; padding: 15px 40px; border: none; border-radius: 8px; font-size: 16px; cursor: pointer; transition: all 0.3s ease; }
.btn-primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(102,126,234,0.3); }
.btn-primary:disabled { background: #bdc3c7; cursor: not-allowed; transform: none; opacity: 0.6; }
.btn-primary svg { stroke: #fff; }
.btn-primary span { color: #fff; }

/* COMPANY INFO */
.company-profile { max-width: 1200px; margin: 0 auto; padding: 40px 20px; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; }
.company-header { text-align: center; background: linear-gradient(135deg,#76C69C 0%,#0E5CAA 100%); color: white; padding: 60px 40px; border-radius: 15px; margin-bottom: 40px; }
.company-logo { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 20px; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 25px rgba(0,0,0,0.2); }
.company-logo img { max-width: 100px; max-height: 100px; border-radius: 50%; }
.company-name { color: #fff; font-size: 36px; margin: 0 0 10px 0; }
.company-category { font-size: 18px; opacity: 1; text-align: center; color: #fff; margin-bottom: 20px; }
.company-description { font-size: 16px; text-align: center; color: #fff; line-height: 1.6; max-width: 600px; margin: 0 auto; }
.company-contact { background: #f8f9fa; padding: 30px; border-radius: 12px; margin-bottom: 40px; }
.contact-info { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 20px; }
.contact-item { display: flex; align-items: center; padding: 15px; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.contact-icon { font-size: 24px; margin-right: 15px; width: 40px; text-align: center; }
.contact-text a { color: #333; text-decoration: none; }
.contact-text a:hover { color: #0073aa; }
.trips-section { margin-top: 50px; }
.section-title { font-size: 28px; color: #333; text-align: center; margin-bottom: 30px; position: relative; }
.section-title:after { content: ''; width: 60px; height: 3px; background: #4FA8BC; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); }
.icon-circle { width: 35px; height: 35px; border-radius: 50%; background: #59C5A3; display: flex; align-items: center; justify-content: center; }
.icon-circle i { color: #fff; font-size: 14px; }
.trip-details .small { color: #fff; }
.company-icon { color: #4FA8BC; margin-right: 5px; }
.contact-icon .company-icon { color: #4FA8BC; font-size: 18px; }
.company-logo .company-icon { color: #4FA8BC; font-size: 48px; }
.no-trip-image .company-icon { color: #ccc; font-size: 24px; }
.organizer-box { margin-top: 50px; padding: 30px; border-radius: 12px; background: #f8f9fa; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.organizer-title { font-size: 24px; margin-bottom: 20px; color: #333; text-align: center; }
.organizer-info { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.organizer-logo { width: 100px; height: 100px; border-radius: 50%; background: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.organizer-logo img { max-width: 80px; max-height: 80px; border-radius: 50%; }
.organizer-details { flex: 1; min-width: 200px; }
.organizer-name { font-size: 20px; color: #555; margin-bottom: 5px; }
.organizer-category { font-size: 14px; color: #888; margin-bottom: 10px; }
.organizer-links a { color: #007bff; text-decoration: none; margin-right: 15px; font-size: 14px; }
.organizer-links a:hover { text-decoration: underline; }

/* TRIP ARCHIVE */
/* .archive-header { background: #F7F7F7; padding: 30px; border-radius: 12px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; } */
.archive-header { position: absolute;  left: 50%; transform: translateX(-50%); width: 100%; max-width: 1260px; margin-top: -142px; background:linear-gradient(135deg, #76C69C 0%, #0E5CAA 100%); padding: 30px; border-radius: 12px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; }
.trip-categories-row{margin-bottom:40px;}
.archive-title { font-size: 32px; font-weight: 600; color:#fff; /*color: #76C69C;*/ margin-top:10px; margin-bottom: 10px; text-align: left; }
.results-info { font-size: 16px; color: #666; }
.results-count { background: #e7f5e7; padding: 5px 15px; border-radius: 12px; color: #3e6a40; font-size: 12px; }
.trips-results-container { min-height: 400px; }
.trips-results-container > .row > div { min-height: 450px; margin-bottom: 20px; }
.trips-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 30px; margin-top: 40px; }
.trip-card { background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.trip-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.trip-image { height: 200px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; position: relative; }
.trip-image img { width: 100%; height: 100%; object-fit: cover; }
.no-trip-image { color: #999; font-size: 48px; }
.trip-content { padding: 25px; }
.trip-info-row { background: rgba(89, 197, 163,.78); border-radius: 12px; padding: 20px; display: flex; }
.trip-action { display: flex; align-items: center; }
.trip-action .trip-price { margin-right: 10px; }
.trip-title { font-size: 22px; color: #333; margin: 0 0 10px 0; }
.trip-excerpt { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.trip-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid #eee; }
.trip-date { color: #999; font-size: 14px; }
.trip-link { background: #4FA8BC; color: white; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; transition: background 0.3s ease; }
.trip-link:hover { background: #3b8ea0; color: white; }
.no-trips { text-align: center; padding: 60px 20px; color: #666; }
.back-link { display: inline-block; margin-bottom: 30px; color: #4FA8BC; text-decoration: none; }
.back-link:hover { color: #3b8ea0; }

/* FILTERS */
.trip-filters-sidebar { background: #f5f5f5; border-radius: 12px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); position: sticky; top: 20px; min-height: 100%; overflow-y: auto; }
.trip-filters-sidebar::-webkit-scrollbar { width: 6px; }
.trip-filters-sidebar::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.trip-filters-sidebar::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; }
.trip-filters-sidebar::-webkit-scrollbar-thumb:hover { background: #555; }
.filters-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #f0f0f0; }
.filters-header h3 { margin: 0; font-size: 20px; color: #333; }
.btn-clear-filters { background: #fff; border: 1px solid #e0e0e0; color: #000; padding: 6px 12px; border-radius: 6px; font-size: 13px; cursor: pointer; transition: all 0.3s ease; }
.btn-clear-filters:hover { background: #f5f5f5; border-color: #999; color: #333; }
.filter-group { margin-bottom: 14px; }
.filter-group-header { display: flex; align-items: center; margin-bottom: 12px; }
.filter-icon { font-size: 18px; margin-right: 8px; }
.filter-label { font-size: 14px; color: #444; margin: 0; }
.filter-input, .filter-select { width: 100%; padding: 10px 12px; border: 1px solid #fff; border-radius: 8px; font-size: 14px; transition: all 0.3s ease; background: #fff; }
.filter-input:focus, .filter-select:focus { outline: none; border-color: #76C69C; box-shadow: 0 0 0 3px rgba(76,175,80,0.1); }
.filter-checkboxes { display: flex; flex-direction: column; gap: 10px; }
.checkbox-label { display: flex; align-items: center; padding: 8px 12px; background: #f8f8f8; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; position: relative; }
.checkbox-label:hover { background: #f0f0f0; }
.checkbox-label input[type="checkbox"] { margin-right: 10px; width: 18px; height: 18px; cursor: pointer; }
.checkbox-label span { font-size: 14px; color: #555; flex: 1; }
.checkbox-label .count { font-size: 12px; color: #999; margin-left: auto; }
.price-range-container { padding: 0; }
.price-values { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: 14px; color: #333; }
.price-values span{ font-size: 14px;}
.price-slider-wrapper { position: relative; height: 40px; }
.price-slider { position: absolute; width: 100%; height: 5px; background: transparent; pointer-events: none; -webkit-appearance: none; z-index: 2; }
.price-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; background: #76C69C; border-radius: 50%; cursor: pointer; pointer-events: all; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.price-slider::-moz-range-thumb { width: 20px; height: 20px; background: #76C69C; border-radius: 50%; cursor: pointer; pointer-events: all; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.slider-track { position: absolute; width: 100%; height: 5px; background: #e0e0e0; border-radius: 3px; top: 5%; transform: translateY(-50%); }
.slider-range { position: absolute; height: 5px; background: #76C69C; border-radius: 3px; top: 5%; transform: translateY(-50%); }
.switch-label { display: flex; align-items: center; cursor: pointer; }
.filter-switch { display: none; }
.switch-slider { position: relative; width: 44px; height: 24px; background: #ccc; border-radius: 24px; margin-right: 10px; transition: background 0.3s; }
.switch-slider::before { content: ''; position: absolute; width: 18px; height: 18px; background: white; border-radius: 50%; top: 3px; left: 3px; transition: transform 0.3s; }
.filter-switch:checked+.switch-slider { background: #76C69C; }
.filter-switch:checked+.switch-slider::before { transform: translateX(20px); }
.switch-text { font-size: 14px; color: #555; }
.filter-actions { margin-top: 30px; padding-top: 20px; border-top: 1px solid #f0f0f0; }
.btn-apply-filters { width: 100%; padding: 12px; background: #76C69C; color: white; border: none; border-radius: 8px; font-size: 15px; cursor: pointer; transition: all 0.3s ease; }
.btn-apply-filters:hover { background: #418863; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(76,175,80,0.3); }
.active-filters { margin-top: 20px; padding: 15px; background: #f0f8ff; border-radius: 8px; border: 1px solid #d0e4ff; }
.active-filters h4 { font-size: 14px; margin-bottom: 10px; color: #333; }
#activeFiltersList { display: flex; flex-wrap: wrap; gap: 8px; }
.active-filter-tag { display: inline-flex; align-items: center; padding: 4px 10px; background: white; border: 1px solid #ddd; border-radius: 20px; font-size: 13px; color: #555; }
.active-filter-tag .remove-filter { margin-left: 6px; cursor: pointer; color: #999; }
.active-filter-tag .remove-filter:hover { color: #ff4444; }
.filters-loading { opacity: 0.6; pointer-events: none; }
.filters-loading::after { content: ''; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; border: 3px solid #f3f3f3; border-top: 3px solid #76C69C; border-radius: 50%; animation: spin 1s linear infinite; transform: translate(-50%,-50%); }
.no-results { text-align: center; padding: 60px 20px; background: #f8f8f8; border-radius: 12px; }
.no-results h3 { color: #666; margin-bottom: 10px; }
.no-results p { color: #999; text-align:center;}
.filter-pagination { display: flex; justify-content: center; margin-top: 40px; gap: 5px; }
.filter-pagination a, .filter-pagination span { padding: 8px 14px; background: #fff; border: 1px solid #ddd; border-radius: 6px; color: #666; text-decoration: none; transition: all 0.3s ease; }
.filter-pagination a:hover { background: #76C69C; color: white; border-color: #76C69C; }
.filter-pagination .current { background: #76C69C; color: white; border-color: #76C69C; }
.filter-row { display: flex; align-items: center; gap: 2px; background: #fff; padding: 5px; border-radius: 12px; }
.filter-icon { flex: 0 0 28px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: #76C69C; margin-top: 6px; }
.filter-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.date-field { display: flex; align-items: center; gap: 6px; }
.date-field label { font-size: 14px; font-weight: 500; color: #333; margin: 0; }
.date-field input[type="date"] { border: none; background: transparent; outline: none; font-size: 14px; flex: 1; min-width: 80px; }
.filter-select { width: 100%; }
.ms-dropdown { position: relative; width: 100%; }
.ms-dropdown-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #fff; border: none; border-radius: 8px; padding: 10px 5px 10px 17px; font-size: 14px; cursor: pointer; }
.ms-dropdown-toggle:focus-visible { outline: 2px solid rgba(76,175,80,0.3); outline-offset: 2px; }
.ms-dropdown.open .ms-dropdown-toggle { box-shadow: 0 2px 10px rgba(0,0,0,0.12); }
.ms-dropdown-text { font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; }
.ms-arrow { font-size: 12px; color: #000; transition: transform 0.2s ease; }
.ms-dropdown.open .ms-arrow { transform: rotate(180deg); }
.ms-dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; width: 100%; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); padding: 8px; max-height: 280px; overflow: hidden; z-index: 1000; display: none; }
.ms-dropdown.open .ms-dropdown-menu { display: block; }
.ms-options { max-height: 220px; overflow: auto; padding: 4px; }
.ms-option { display: flex; align-items: center; gap: 8px; padding: 6px 4px; cursor: pointer; border-radius: 6px; }
.ms-option:hover { background: #f6f8f6; }
.ms-option input[type="checkbox"] { margin: 0; }
.ms-option .ms-option-text { flex: 1; color: #000; font-size:13px; }
.ms-option .count { color: #999; font-size: 12px; }
.ms-actions { display: flex; justify-content: space-between; gap: 8px; padding-top: 6px; margin-top: 6px; border-top: 1px solid #eee; }
.ms-actions .ms-clear, .ms-actions .ms-done { border: 1px solid #ddd; background: #f8f8f8; border-radius: 6px; padding: 6px 10px; font-size: 13px; cursor: pointer; }
.ms-actions .ms-done { background: #eef7ee; border-color: #cfe8cf; }
.ms-actions .ms-clear:hover { background: #f0f0f0; }
.ms-actions .ms-done:hover { background: #e3f2e3; }

/* ERROR PAGE */
.error-page { padding: 120px 0; }
.error-page img { display: flex; margin: 0 auto; }
.error-page .page-title, .error-page p { text-align: center; color: #07105B; margin: 0 auto; }

/* HOME ARTICLE STYLES */
.home article.uagb-post__inner-wrap { background-color: rgba(139, 141, 159, .4); }
.home article.uagb-post__inner-wrap > * { color: #fff; }
.home article.uagb-post__inner-wrap div, .home article.uagb-post__inner-wrap h4 { padding: 5px 8%; }
.home article.uagb-post__inner-wrap h4 { padding-top: 30px; }
.home article.uagb-post__inner-wrap .uagb-post__image { padding: 0; }
.uagb-post-grid .uagb-post__title::after { content: ""; display: block; width: 90px; height: 3px; margin-top: 10px; background: #76C69C; }
.wp-block-button__link { background: #76C69C; color: #fff; clip-path: polygon(0 0, 100% 0, 100% 88%, 94% 100%, 0% 100%); }
.uagb-post__text time::before { content: "\f073"; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #fff; }

/* SIDEBAR */
.blog-sidebar { padding: 110px 10px 0 10px; background: #fff; }
.blog-sidebar .cat-item, .single-links-sidebar { padding: 10px 15px; background: #000; color: #fff; transition: all .35s ease; list-style: none; margin-bottom: 3px; }
.single-links-sidebar { width: 100%; display: block; }
.blog-sidebar ul { padding: 0; }
.blog-sidebar .cat-item:hover, .single-links-sidebar:hover { background: #000; }
.blog-sidebar .cat-item a { color: #fff; }

/* PAGINATION */
.navigation { margin: 0 auto; }
.my-navigation { color: #000; font-size: 19px; text-align: center; }
.my-navigation a { font-size: 19px; padding: 10px 20px; color: #000; transition: all .35s ease; }
.my-navigation a:hover { color: #000; }

/* FOOTER */
footer { background-image: linear-gradient(to left top, #00284f, #002f5d, #00366b, #003e7a, #014589); position: relative; z-index: 100; }
.footer-top-img { width: 100%; display: block; margin-bottom: -1px; }
.footer img { transition: all .3s ease; opacity: 1; }
.footer img:hover { opacity: .85; }
.footer-fluid { padding: 160px 0 120px 0; color: #fff; }
.footer-fluid a { display: inline-block; transition: all .3s ease; }
.footer-fluid a:hover { color: #76C69C; }
.footer-fluid p, .footer-fluid a, .footer-fluid b, .footer-fluid label { font-size: 18px; color: #fff; }
#footer-sidebar2 a:before { background: #76C69C; content: ''; display: block; position: relative; left: 0; width: 100px; bottom: -28px; height: 2px; transform-origin: right center; transform: scale(0, 1); transition: transform .25s cubic-bezier(0.25, 0.8, 0.25, 1); }
#footer-sidebar2 a:hover:before { transform-origin: left center; transform: scale(1, 1); }
.footer-fluid strong, .footer-content div, .footer-content span { color: #fff; }
.footer-content h3 { color: #fff; font-size: 30px; padding: 0; margin: 0 0 20px 0; }
.footer-content strong, .footer-bottom-center p { color: #fff; }
.footer-bottom-fluid { padding: 15px 0; background: transparent; }
.footer-bottom-center p { margin: 0 auto; text-align: center; }
.footer-bottom, .footer-bottom div, .footer-bottom a, .footer-bottom strong { color: #fff; }
.footer-bottom p, .footer-bottom a, .footer-bottom-fluid div { font-size: 18px; transition: all 0.25s ease; }
#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 { padding-left: 15px; padding-right: 30px; }
#footer-sidebar1 { padding-bottom: 80px; }
.social-brands { display: flex; margin-top: 30px; }
.social-brands a { width: 30px; }
.social-brands a span { color: #fff; font-size: 24px; transition: all .3s ease; }
.social-brands a:hover span { color: #76C69C; }
.social-brands a::before, .social-brands a:hover:before { display: none; }
.uparrow span { color: #fff; }

/* CONTACT FORM 7 */
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap .wpcf7-select { height: 40px; border-radius: 0; border: 1px solid #ddd; width: 100%; }
.wpcf7-form .cf7-textarea, .wpcf7-form label { width: 100%; border-radius: 5px; }
.wpcf7-form input { border-radius: 5px; }
.wpcf7-form textarea { width: 100%; border-radius: 5px; border: 1px solid #ddd; }
input.wpcf7-submit { border-radius: 5px; border: none; background: #07105B; color: #fff; padding: 18px 40px; }
.wpcf7 { background: #f2f2f2; border-radius: 5px; padding: 6%; }
.wpcf7-form-control-wrap input[type="checkbox"] { width: 20px; height: 20px; }
.wpcf7-list-item { margin-left: 0; }

/* FONT AWESOME ICONS */
.fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-regular, .far { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands"; }

/* ANIMATIONS & TRANSITIONS */
.section-1 h1, .section-1 p, .section-1 h2 { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.section-1 h1.in-view, .section-1 p.in-view, .section-1 h2.in-view { opacity: 1; transform: translateY(0); }
.section-2 h2, .section-2 h3 { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.section-2 h2.in-view, .section-2 h3.in-view { opacity: 1; transform: translateY(0); }
.grid-trip-card { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.grid-trip-card.in-view { opacity: 1; transform: translateY(0); }
.section-2 .main-btn { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.section-2 .main-btn.in-view { opacity: 1; transform: translateY(0); }
#anim-wrapper { position: relative; width: 80%; height: 40px; background: transparent; overflow: hidden; margin-top: -40px; margin-bottom: 40px; z-index: 0; }
#anim-item { position: absolute; width: 100%; height: 100%; top: 0; left: -105%; background: #fff; color: #FFF; transition: left 1s cubic-bezier(0.25,0.8,0.25,1); }
#anim-item.Opened { left: 0; }

/* RESPONSIVE */
@media (min-width: 1400px) { 
  .trip-grid { --cols: 4; gap: 25px; } 
  .grid-trip-card { height: 550px; } 
  .trip-grid .grid-trip-card .trip-bottom h3 a { font-size: 28px; } 
}

@media (max-width: 1199px) and (min-width: 992px) { 
  .trip-grid { grid-template-columns: 3fr; gap: 18px; } 
  .grid-trip-card { height: 480px; } 
  .trip-grid .grid-trip-card .trip-bottom h3 a { font-size: 30px; } 
  .trip-overlay { padding: 12px; } 
}

@media (max-width: 991px) and (min-width: 768px) { 
  .trip-grid { grid-template-columns: 2fr; gap: 16px; padding: 15px; } 
  .grid-trip-card { height: 450px; border-radius: 16px; } 
  .trip-grid .grid-trip-card .trip-bottom h3 a { font-size: 28px; max-width: none; } 
  .trip-overlay { padding: 12px; } .trip-main-cat { font-size: 22px; } 
}

@media (max-width: 767px) and (min-width: 576px) { 
  .trip-grid { grid-template-columns: 2fr; gap: 14px; padding: 15px; } 
  .grid-trip-card { height: 400px; border-radius: 14px; } 
  .trip-grid .grid-trip-card .trip-bottom h3 a { font-size: 20px; max-width: none; } 
  .trip-overlay { padding: 10px; } .trip-main-cat { font-size: 22px; } 
  .trip-cats span { font-size: 0.8rem; } 
}

@media (max-width: 575px) { 
  .trip-grid { grid-template-columns: 1fr; gap: 12px; padding: 15px; } 
  .grid-trip-card { height: 350px; border-radius: 12px; } 
  .trip-grid .grid-trip-card .trip-bottom h3 a { font-size: 26px; max-width: none; } 
  .trip-overlay { padding: 8px; } 
  .trip-main-cat { font-size: 20px; } 
  .trip-cats span { font-size: 0.75rem; padding: 2px 6px; } 
}

@media (max-width: 1986px) { 
  .clip-video-wrapper { max-width: 900px; } 
}

@media (max-width: 1594px) { 
  .clip-video-wrapper { max-width: 650px; } 
}

@media (max-width: 1280px) { 
  .main-header-fluid .flex-block .flex-left a { font-size: 18px; } 
  #footer-sidebar1, #footer-sidebar2, #footer-sidebar3 { padding-left: 30px; } 
  .inside-page-header-block { width: 80%; left: 5%; margin-left: auto; } 
  .section-1, .section-2 { padding-left: 25px; padding-right: 25px; } 
  .section-1 h1.home-h1 { font-size: 54px; } 
  .section-2 h3 { font-size: 24px; } 
}

@media (max-width: 992px) { 
  .hero-columns, .hero-columns .row { height: auto; min-height: 100vh; } 
  .column { position: relative; height: auto; min-height: 33.33vh; width: 100%; } 
  .group-column, .alternative-column, .guides-column { left: auto; top: auto; width: 100%; } 
  .column::after { transform: translateX(0); opacity: 1; } 
  .column-content { bottom: 20px; left: 20px; right: 20px; } 
  .column-content h2 { font-size: 2.5rem; } 
  .column-content-left, .column-content-left p, .column-content-center, .column-content-center p, .column-content-right, .column-content-right p { text-align: center; } 
}

@media (max-width: 991px) { 
  footer .row { padding: 0 15px; }
  #section-main .main-container { flex-wrap: wrap; padding-bottom: 10px; } 
  .page-template .main-content { padding: 80px 20px; } 
  .footer-logo { max-width: 200px; } 
  #logo { width: 180px; left: 50%; margin-left: -90px; margin-top: 3px; } 
  .section-1, .section-2 { padding-left: 15px; padding-right: 15px; } 
  .col-lg-3 { margin-bottom: 30px; } 
}

@media (max-width: 768px) { 
  .column { min-height: 50vh; } 
  .column-content h2 { font-size: 2rem; } 
  .column-content p { font-size: 0.9rem; } 
  .cta-button { padding: 10px 25px; font-size: 0.9rem; } 
  .section-1 h2, .section-2 h2, .section-3 h2, .section-4 h2 { font-size: 32px; } 
  .inside-page-header-block { top: -280px; } 
  .uagb-block-a50b4b50.is-grid .uagb-post__inner-wrap { padding: 0; } 
  .footer-logo { margin-bottom: 60px; } 
  .section-1 h1.home-h1 { font-size: 48px; } 
  .company-profile { padding: 20px 10px; } 
  .company-header { padding: 40px 20px; } 
  .company-name { font-size: 28px; } 
  .contact-info { grid-template-columns: 1fr; } 
  .trips-grid { grid-template-columns: 1fr; gap: 20px; } 
  .company-registration-form { width: 450px; transform: translateX(-50%); padding: 15px; } 
  .form-section { padding: 15px; } 
  .form-row { grid-template-columns: 1fr; gap: 10px; } 
  .btn-primary { width: 100%; padding: 15px; } 
  .company-login-form { width: 450px; transform: translateX(-50%); padding: 15px; } 
  .login-header { padding: 15px; } 
  .btn-primary { padding: 12px 30px; } 
  .login-actions a { display: block; margin: 5px 0; } 
  .trip-filters-sidebar { position: static; max-height: none; margin-bottom: 30px; } 
  .filters-header h3 { font-size: 18px; } 
  .filter-group { margin-bottom: 20px; } 
  .archive-title { font-size: 24px; }
  .archive-header { position: relative; left: auto; transform: none; width: 100%; max-width: 100%; margin-top: 0; padding: 20px; }
  .organizer-box { padding: 20px; } 
  .organizer-info { flex-direction: column; align-items: flex-start; } 
  .organizer-logo { margin-bottom: 15px; } 
}

@media (max-width: 576px) { 
  .column { min-height: 40vh; } 
  .column-content { bottom: 15px; left: 15px; right: 15px; } 
  .column-content h2 { font-size: 1.8rem; } 
  .column-content p { font-size: 0.85rem; margin-bottom: 20px; } 
  .inside-page-abs-reg { height: 2300px; } 
  #footer-sidebar1 p, #footer-sidebar2 p, #footer-sidebar3 p { text-align: left; } 
}

@media (max-width: 420px) { 
  .company-registration-form { width: 90%; left: 50%; transform: translateX(-50%); margin-left: 0; } 
  .company-login-form { width: 90%; left: 50%; transform: translateX(-50%); margin-left: 0; } 
}


/* UTILITY CLASSES */
.fill-dimensions { width: 100%; height: 100%; position: absolute; z-index: 5; top: 0; left: 0; }
.fill-dimensions-v { width: 95%; height: 100%; position: absolute; z-index: 5; bottom: 0; }
.fill-dimensions-v-constrain { width: 95%; height: 90%; position: absolute; z-index: 5; top: 0; }
.fill-dimensions.half-down { height: 50%; top: 50%; padding-bottom: 100px; }
.fill-dimensions.max-w { max-width: 1020px; }
.fill-dimensions.bordered { border-right: solid 120px #ada17e; }
.fill-dimensions.bordered-w { border-right: solid 420px #2d2b25; }
.fill-dimensions.fixed { position: fixed; }
.over { position: relative; z-index: 10; }
.over.over--2 { z-index: 20; }
.overflow { overflow: hidden; }
.gold-bg { background: #A77B3A; }
.grey-bg { background: #5b4c3e; }
.black-bg { background: #1a1b1a; }
.white-bg { background: #fff; }
.grey-bg-color { background: #2d2b25; }
.beige-bg { background: #ECE2D9; }
.relative { position: relative; }
.nodis { display: none; }

/* ANIMATION STATES */
.anim-inview.anim--show { opacity: 0; }
.anim-inview.anim--btt { transform: translateY(80px); opacity: 0; }
.anim-inview .anim--move-hor { transform: translateX(100%); }
.anim-inview .anim--move-hor-reverse { transform: translateX(-100%); }
.anim-inview .anim__letters-blur { filter: blur(5px); opacity: 0; }
.anim-inview .anim__column { transform: translateX(-40px); opacity: 0; }
.anim-inview .anim__column--rtl { transform: translateX(120%); opacity: 0; }
.anim-inview .anim__fade { opacity: 0; }
.anim-inview .anim__up { transform: translateY(100%); }
.anim-inview .anim__move-down { transform: translateY(-100%); }
.anim-inview .anim__img-holder { transform: translateX(-105%); }
.anim-inview .anim__img { transform: translateX(105%); }
.anim-inview .anim__up--btt--sm { transform: translateY(40px); opacity: 0; }
.anim-inview .anim__up--btt { transform: translateY(80px); opacity: 0; }
.anim-inview .anim__ltr { transform: translateX(-50%); }
.anim-inview .anim__slide-rtl, .anim-inview .anim__after--rtl:after { transform-origin: center right; transform: rotateY(90deg); perspective: 200px; }
.anim-inview .anim__slide-ltr, .anim-inview .anim__after--ltr:after, .anim-inview.anim--after:after { transform-origin: center left; transform: rotateY(90deg); perspective: 200px; }
.anim-inview .anim__slide-ttb, .anim-inview .anim__after--ttb:after { transform-origin: top center; transform: rotateX(90deg); perspective: 200px; }
.anim-inview .anim__block-link { transform: translateX(20%); visibility: hidden; }
.anim-inview .anim__block-link .link__letters, .anim-inview .anim__block-link .icon { opacity: 0; }
.anim-inview .anim__block-link .link__bg { transform: rotateY(90deg); }
.anim-inview.anim--med-state .anim__slide-rtl, .anim-inview.anim--med-state .anim__slide-ltr { transform: rotateY(0deg); }
.anim-inview.anim--med-state .anim__slide-ttb, .anim-inview.anim--med-state .anim__after--ttb:after { transform: rotateX(0deg); }

/* TRANSITION CLASSES */
.no-trans, .no-trans:hover { transition: all 0 ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-med, .trans-med:hover { transition: all 377ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-med2, .trans-med2:hover { transition: all 420ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slow, .trans-slow:hover { transition: all 477ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slower, .trans-slower:hover { transition: all 600ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slowest, .trans-slowest:hover { transition: all 790ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slowest2, .trans-slowest2:hover { transition: all 900ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slowerest, .trans-slowerest:hover { transition: all 1400ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slow-anim, .trans-slow-anim:hover { transition: all 2000ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-slower-anim, .trans-slower-anim:hover { transition: all 3600ms ease-in-out; transition-timing-function: cubic-bezier(.16,.01,.77,1); }
.trans-cubic { transition-timing-function: cubic-bezier(0,0,.58,1); }
.trans-cubic-ease { transition-timing-function: cubic-bezier(.17,.67,.8,.6); }

/* TEXT BLOCKS */
.text-topleft { max-width: 790px; position: relative; z-index: 20; color: #2d2b25; }
.text-topleft.gap--before { margin-top: 50px; }
.text-topleft .text__inner { position: relative; z-index: 10; padding: 175px 11% 70px 18%; max-width: 480px; }
.text-topleft .text__inner.no-gap--top { padding-top: 0; padding-bottom: 20px; }
.text-topleft .text__inner.free-width { max-width: none; }
.text-topleft .text__inner.no-gap--bottom { padding-bottom: 0; }
.text-topleft .text__inner.in--wine { padding-bottom: 0; padding-top: 60px; }
.text-topleft .text__inner.over { z-index: 15; }
.text-topleft.wide { max-width: 1020px; margin-bottom: 80px; }
.text-topleft.wide .text__inner { padding-left: 15%; padding-right: 60px; max-width: 645px; }
.text-topleft.in--wine .text__inner { padding-top: 100px; padding-left: 15%; padding-right: 60px; max-width: 450px; }
.text-topleft.in--wine .text__inner.gap-left { padding-left: 19%; }
.text-topleft.in--wine .text__inner.in--wine { padding-top: 60px; }
.text-topleft.in--wine .text__inner.gap--bottom { padding-bottom: 70px; }
.text-topleft.in--wine.extend-bg>.fill-dimensions { max-width: 1020px; }
.text-topleft.full { max-width: none; }
.text-topleft.full .text__inner { padding: 70px 90px; max-width: none; }
.text-topleft.full .lined-text { padding-left: 60px; }
.text-topleft.full .lined-text:before { display: none; }
.text-topleft.place--left .text__inner { padding: 100px 70px 70px 150px; max-width: 255px; }
.lined-text { position: relative; padding: 40px 0 0; }
.lined-text:before { content: ''; position: absolute; z-index: 1; top: 20px; left: 0; width: 60%; max-width: 100px; height: 1px; background: #2d2b25; }
.lined-text.sm { padding-top: 26px; }
.lined-text.sm p, .lined-text.sm ul { margin-bottom: 26px; }
.lined-text.sm:before { left: -30px; top: 0; }
.lined-text.sm.first { padding: 0; }
.lined-text.sm.first:before { display: none; }