/* ═══════════════════════════════════════
   GEO BAU — Avada Integration CSS
   Sve klase prefixane s geobau- da ne dolazi do konflikta
   Brand Color: #333c29
   ═══════════════════════════════════════ */

:root {
  --gb-brand: #333c29;
  --gb-brand-light: #4a5540;
  --gb-brand-dark: #252d1e;
  --gb-brand-pale: #e8ebe4;
  --gb-charcoal: #1A1A1A;
  --gb-charcoal-soft: #2D2D2D;
  --gb-warm-white: #FAF8F5;
  --gb-stone: #E8E0D4;
  --gb-stone-light: #F2EDE6;
  --gb-stone-dark: #C4B8A8;
  --gb-gold: #C5A467;
  --gb-text: #333333;
  --gb-text-light: #6B6B6B;
}
#main .fusion-row, #slidingbar-area .fusion-row, .fusion-footer-widget-area .fusion-row, .fusion-page-title-row, .tfs-slider .slide-content-container .slide-content {
    max-width: 100%!important;
}
html:not(.avada-has-site-width-percent) #main{padding-right:0px!important;padding-left:0px!important;}
/* ─── HERO ─── */
.geobau-hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-top: -1px;
}
.geobau-hero-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; background-repeat: no-repeat;
}
.geobau-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(51,60,41,0.4) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.55) 100%);
}
.geobau-hero-content {
  position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 0 2rem;
}
.geobau-hero-tag {
  display: inline-block; font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gb-gold); margin-bottom: 2rem; font-weight: 500;
  opacity: 0; animation: geobauFadeUp 1s 0.3s forwards;
}
.geobau-hero-title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(3rem, 7vw, 5.5rem) !important; font-weight: 400 !important; line-height: 1.1 !important;
  color: white !important; margin-bottom: 1.5rem !important; padding: 0 !important;
  opacity: 0; animation: geobauFadeUp 1s 0.5s forwards;
}
.geobau-hero-title em { font-style: italic; color: var(--gb-gold); }
.geobau-hero-sub {
  font-family: 'DM Sans', sans-serif; font-size: 1.1rem; color: rgba(255,255,255,0.8);
  line-height: 1.7; max-width: 550px; margin: 0 auto 2.5rem;
  opacity: 0; animation: geobauFadeUp 1s 0.7s forwards;
}
.geobau-hero-actions {
  display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
  opacity: 0; animation: geobauFadeUp 1s 0.9s forwards;
}
.geobau-hero-scroll {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.6); font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase;
  animation: geobauFadeUp 1s 1.2s forwards; opacity: 0;
}
.geobau-scroll-line {
  width: 1px; height: 40px; background: rgba(255,255,255,0.3);
  position: relative; overflow: hidden;
}
.geobau-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%;
  background: var(--gb-brand-light); animation: geobauScrollDown 2s infinite;
}

/* ─── BUTTONS ─── */
.geobau-btn-primary {
  display: inline-block; padding: 1rem 2.5rem;
  background: var(--gb-brand) !important; color: white !important;
  text-decoration: none !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 0.8rem !important; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 600; border: none !important; cursor: pointer;
  transition: all 0.4s; border-radius: 0 !important;
}
.geobau-btn-primary:hover { background: var(--gb-brand-dark) !important; transform: translateY(-2px); color: white !important; }
.geobau-btn-outline {
  display: inline-block; padding: 1rem 2.5rem;
  background: transparent !important; color: white !important;
  text-decoration: none !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 0.8rem !important; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 500; border: 1px solid rgba(255,255,255,0.4) !important;
  transition: all 0.4s; cursor: pointer; border-radius: 0 !important;
}
.geobau-btn-outline:hover { background: rgba(255,255,255,0.1) !important; border-color: white !important; color: white !important; }

/* ─── STATS BAR ─── */
.geobau-stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--gb-brand);
}
.geobau-stat-item {
  padding: 3rem 2rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.geobau-stat-item:last-child { border-right: none; }
.geobau-stat-num {
  font-family: 'Playfair Display', serif !important;
  font-size: 3rem !important; font-weight: 400 !important; color: white !important;
  line-height: 1 !important; margin-bottom: 0.5rem !important;
}
.geobau-stat-label {
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem;
  letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55);
}

/* ─── SECTION COMMONS ─── */
.geobau-section-header { text-align: center; max-width: 700px; margin: 0 auto 5rem; }
.geobau-section-tag {
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gb-brand); margin-bottom: 1rem; font-weight: 500;
}
.geobau-section-title {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important; font-weight: 400 !important;
  line-height: 1.2 !important; margin-bottom: 1.5rem !important; color: inherit !important;
}
.geobau-section-desc {
  font-family: 'DM Sans', sans-serif; font-size: 1rem;
  line-height: 1.8; color: var(--gb-text-light);
}

/* ─── PROCESS ─── */
.geobau-process { padding: 8rem 3rem; background: var(--gb-warm-white); }
.geobau-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: 1200px; margin: 0 auto;
}
.geobau-process-step {
  padding: 3rem 2rem; text-align: center;
  border-right: 1px solid rgba(0,0,0,0.06); transition: all 0.5s;
}
.geobau-process-step:last-child { border-right: none; }
.geobau-process-step:hover { background: white; }
.geobau-step-num {
  font-family: 'Playfair Display', serif !important;
  font-size: 4rem !important; font-weight: 400 !important;
  color: var(--gb-brand-pale) !important; line-height: 1 !important; margin-bottom: 1.5rem !important;
}
.geobau-step-icon {
  width: 48px; height: 48px; margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
}
.geobau-step-icon svg { width: 36px; height: 36px; stroke: var(--gb-brand); fill: none; stroke-width: 1.5; }
.geobau-step-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.3rem !important; font-weight: 400 !important; margin-bottom: 1rem !important;
}
.geobau-step-desc { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; line-height: 1.7; color: var(--gb-text-light); }

/* ─── SERVICES ─── */
.geobau-services { padding: 8rem 3rem; background: var(--gb-charcoal); }
.geobau-services .geobau-section-tag { color: var(--gb-brand-light); }
.geobau-services .geobau-section-title { color: white !important; }
.geobau-services .geobau-section-desc { color: rgba(255,255,255,0.5); }
.geobau-services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  max-width: 1200px; margin: 0 auto; background: rgba(255,255,255,0.08);
}
.geobau-service-card {
  background: var(--gb-charcoal); padding: 3rem;
  transition: all 0.5s; position: relative; overflow: hidden;
}
.geobau-service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--gb-brand); transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.geobau-service-card:hover::before { transform: scaleX(1); }
.geobau-service-card:hover { background: var(--gb-charcoal-soft); }
.geobau-service-icon { margin-bottom: 1.5rem; }
.geobau-service-icon svg { width: 32px; height: 32px; stroke: var(--gb-brand-light); fill: none; stroke-width: 1.5; }
.geobau-service-name {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.3rem !important; color: white !important; margin-bottom: 0.8rem !important;
}
.geobau-service-desc { font-family: 'DM Sans', sans-serif; font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.45); }

/* ─── VILLA MAR Y LAGO ─── */
.geobau-villa-showcase { position: relative; overflow: hidden; }
.geobau-villa-hero {
  position: relative; height: 80vh; min-height: 600px;
  display: flex; align-items: flex-end;
}
.geobau-villa-hero-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; background-repeat: no-repeat;
}
.geobau-villa-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, rgba(51,60,41,0.25) 100%);
}
.geobau-villa-hero-content {
  position: relative; z-index: 2; padding: 5rem 4rem; width: 100%;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem;
}
.geobau-villa-hero-text { max-width: 600px; }
.geobau-villa-badge {
  display: inline-block; padding: 0.5rem 1.5rem;
  background: var(--gb-brand); color: white;
  font-family: 'DM Sans', sans-serif; font-size: 0.7rem;
  letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 1.5rem;
}
.geobau-villa-hero-text h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important; color: white !important; font-weight: 400 !important;
  line-height: 1.15 !important; margin-bottom: 1rem !important;
}
.geobau-villa-hero-text p { font-family: 'DM Sans', sans-serif; font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 480px; }
.geobau-villa-stats-inline { display: flex; gap: 3rem; }
.geobau-villa-stat { text-align: center; }
.geobau-villa-stat-val {
  font-family: 'Playfair Display', serif !important;
  font-size: 2rem !important; color: var(--gb-gold) !important; font-weight: 400 !important;
}
.geobau-villa-stat-lab { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 0.3rem; }

.geobau-villa-details { padding: 6rem 4rem; background: var(--gb-stone-light); }
.geobau-villa-details-inner {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.geobau-villa-desc h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 2rem !important; font-weight: 400 !important; margin-bottom: 1.5rem !important; line-height: 1.3 !important;
}
.geobau-villa-desc p { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; line-height: 1.8; color: var(--gb-text-light); margin-bottom: 1.5rem; }
.geobau-villa-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2rem; }
.geobau-villa-feature { display: flex; align-items: center; gap: 0.8rem; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: var(--gb-text); }
.geobau-villa-feature-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gb-brand); flex-shrink: 0; }
.geobau-villa-images-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.geobau-villa-images-grid img { width: 100%; height: 280px; object-fit: cover; transition: transform 0.6s; }
.geobau-villa-images-grid img:hover { transform: scale(1.03); }

.geobau-villa-gallery { padding: 0 4rem 6rem; background: var(--gb-stone-light); }
.geobau-villa-gallery-grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 280px 280px; gap: 1rem;
}
.geobau-g-img { overflow: hidden; }
.geobau-g-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.geobau-g-img:hover img { transform: scale(1.05); }
.geobau-span-2 { grid-column: span 2; }

/* ─── ABOUT ─── */
.geobau-about-section {
  padding: 8rem 4rem; background: var(--gb-warm-white);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
  max-width: 1400px; margin: 0 auto;
}
.geobau-about-img { position: relative; }
.geobau-about-img img { width: 100%; height: 550px; object-fit: cover; }
.geobau-about-img-overlay {
  position: absolute; bottom: -2rem; right: -2rem; padding: 2.5rem;
  background: var(--gb-brand);
}
.geobau-about-img-overlay .geobau-stat-num { color: white !important; font-size: 2.5rem !important; }
.geobau-about-img-overlay .geobau-stat-label { color: rgba(255,255,255,0.6); }
.geobau-about-text .geobau-section-tag { text-align: left; }
.geobau-about-text .geobau-section-title { text-align: left; }
.geobau-about-text p { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; line-height: 1.8; color: var(--gb-text-light); margin-bottom: 1.5rem; }

/* ─── TESTIMONIAL ─── */
.geobau-testimonial { padding: 8rem 4rem; background: var(--gb-brand); text-align: center; }
.geobau-testimonial-stars { color: var(--gb-gold); font-size: 1.2rem; margin-bottom: 2rem; letter-spacing: 4px; }
.geobau-testimonial-quote {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(1.4rem, 3vw, 2rem) !important; font-weight: 400 !important; font-style: italic;
  color: white !important; line-height: 1.6 !important; max-width: 800px; margin: 0 auto 2rem !important;
}
.geobau-testimonial-author { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* ─── CONTACT ─── */
.geobau-contact { padding: 8rem 4rem; background: var(--gb-stone-light); }
.geobau-contact-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem;
}
.geobau-contact-info h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 2.5rem !important; font-weight: 400 !important; margin-bottom: 1.5rem !important; line-height: 1.3 !important;
}
.geobau-contact-info p { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; line-height: 1.8; color: var(--gb-text-light); margin-bottom: 3rem; }
.geobau-contact-detail { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.geobau-contact-detail-icon {
  width: 44px; height: 44px; border: 1px solid var(--gb-brand-pale);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.geobau-contact-detail-icon svg { width: 18px; height: 18px; stroke: var(--gb-brand); fill: none; stroke-width: 1.5; }
.geobau-contact-detail-text { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; }
.geobau-contact-detail-text a { color: var(--gb-text) !important; text-decoration: none !important; }

.geobau-contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.geobau-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.geobau-contact-form input,
.geobau-contact-form textarea {
  width: 100% !important; padding: 1rem 1.2rem !important; border: 1px solid var(--gb-stone-dark) !important;
  background: white !important; font-family: 'DM Sans', sans-serif !important; font-size: 0.9rem !important;
  color: var(--gb-charcoal) !important; outline: none !important; transition: border-color 0.3s;
  border-radius: 0 !important; box-shadow: none !important;
}
.geobau-contact-form input:focus,
.geobau-contact-form textarea:focus { border-color: var(--gb-brand) !important; }
.geobau-contact-form input::placeholder,
.geobau-contact-form textarea::placeholder { color: var(--gb-stone-dark) !important; }
.geobau-contact-form textarea { resize: vertical; min-height: 150px; }
.geobau-contact-form button {
  padding: 1.1rem 3rem !important; background: var(--gb-brand) !important; color: white !important;
  border: none !important; font-family: 'DM Sans', sans-serif !important; font-size: 0.8rem !important;
  letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer;
  transition: all 0.4s; align-self: flex-start; border-radius: 0 !important;
}
.geobau-contact-form button:hover { background: var(--gb-brand-dark) !important; }
.geobau-form-success {
  display: none; padding: 1.5rem; background: var(--gb-brand-pale);
  color: var(--gb-brand-dark); text-align: center; font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
}
.geobau-form-success.geobau-show { display: block; }

/* ─── ANIMATIONS ─── */
@keyframes geobauFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes geobauScrollDown {
  0% { top: -100%; }
  100% { top: 100%; }
}
.geobau-reveal {
  opacity: 0; transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.geobau-reveal.geobau-visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .geobau-process-grid { grid-template-columns: repeat(2, 1fr); }
  .geobau-process-step { border-bottom: 1px solid rgba(0,0,0,0.06); }
  .geobau-services-grid { grid-template-columns: repeat(2, 1fr); }
  .geobau-villa-details-inner { grid-template-columns: 1fr; }
  .geobau-villa-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .geobau-about-section { grid-template-columns: 1fr; gap: 3rem; padding: 6rem 3rem; }
  .geobau-about-img-overlay { right: 0; }
  .geobau-contact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .geobau-stats-bar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .geobau-hero { height: 85vh; }
  .geobau-hero-title { font-size: clamp(2.5rem, 10vw, 3.5rem) !important; }
  .geobau-process { padding: 5rem 1.5rem; }
  .geobau-process-grid { grid-template-columns: 1fr; }
  .geobau-services { padding: 5rem 1.5rem; }
  .geobau-services-grid { grid-template-columns: 1fr; }
  .geobau-villa-hero { height: 70vh; }
  .geobau-villa-hero-content { flex-direction: column; padding: 3rem 2rem; }
  .geobau-villa-stats-inline { gap: 2rem; }
  .geobau-villa-gallery-grid { grid-template-columns: 1fr 1fr; }
  .geobau-span-2 { grid-column: span 1; }
  .geobau-villa-details { padding: 4rem 2rem; }
  .geobau-villa-gallery { padding: 0 2rem 4rem; }
  .geobau-villa-images-grid img { height: 200px; }
  .geobau-about-section { padding: 5rem 2rem; }
  .geobau-about-img img { height: 350px; }
  .geobau-contact { padding: 5rem 2rem; }
  .geobau-form-row { grid-template-columns: 1fr; }
  .geobau-villa-features { grid-template-columns: 1fr; }
  .geobau-section-header { margin-bottom: 3rem; }
}
@media (max-width: 480px) {
  .geobau-stats-bar { grid-template-columns: 1fr; }
  .geobau-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .geobau-villa-stats-inline { flex-direction: column; gap: 1.5rem; }
  .geobau-villa-gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
}
