.elementor-313 .elementor-element.elementor-element-c0451f7{width:var( --container-widget-width, 100.563% );max-width:100.563%;--container-widget-width:100.563%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-c0451f7 *//* =========================================
   IMPORT CZCIONEK
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&display=swap');

/* =========================================
   1. SEKCJA HERO (Z LOKALIZACJĄ)
   ========================================= */
.hero-exact-match {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('http://koralovaradzymin.kompaniadomowa.pl/wp-content/uploads/2026/04/001272-Koralova-Radzymin-Design-WWW-PC-LOKALIZACJA-V03.psd-e1776643908246.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; 
  
  /* Złota linia na samej górze */
  border-top: 4px solid #dbb88d;
  box-sizing: border-box;
}

/* Linia architektoniczna po prawej */
.arch-line-v-right {
  position: absolute;
  top: 0;
  right: 5%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}

/* Przycisk w prawym górnym rogu */
.header-button {
  position: absolute;
  top: 0; 
  right: 3%; 
  background-color: #dbb88d; 
  color: #2b1d14;            
  text-decoration: none;     
  padding: 8px 24px;        
  border-radius: 0 0 20px 20px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  font-weight: 300;          
  letter-spacing: 1.5px;     
  text-transform: uppercase; 
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10; 
}

.header-button:hover {
  background-color: #c9a478; 
  transform: translateY(2px); 
}

/* Wyśrodkowanie głównego bloku */
.center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

/* SZYLD "LOKALIZACJA" */
.lokalizacja-banner {
  display: inline-block;
  background-color: #271810; 
  padding: 10px 30px;
  border-radius: 24px 0 24px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  cursor: default; 
}

.lokalizacja-text {
  font-family: 'Cinzel', serif; 
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  line-height: 1;

  /* Złoty gradient na literach */
  background: linear-gradient(to bottom, #d6b075 0%, #fdf5b4 30%, #b88b43 65%, #6a4414 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 

  /* Cień tekstu */
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.7));
}

/* =========================================
   2. SEKCJA MAPY (Z POPRAWKĄ PROPORCJI)
   ========================================= */
.map-section-wrapper {
  position: relative;
  width: 100%;
  /* Usunięto sztywne height: 700px; by zapobiec ucinaniu */
  aspect-ratio: 10 / 10; /* <--- POPRAWKA: Mapa rośnie proporcjonalnie. Jeśli oryginalny plik ma inne proporcje, np. 3/2, podmień tę wartość */
  background-image: url('http://koralovaradzymin.kompaniadomowa.pl/wp-content/uploads/2026/04/001272-Koralova-Radzymin-Design-WWW-PC-LOKALIZACJA-V03.psd-2.png');
  background-size: cover;
  background-position: center;
}

.google-maps-link {
  position: absolute;
  bottom: 0;
  right: 15%;
  transform: translateY(50%);
  background-color: #5c3d2e;
  color: #dbb88d;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 14px 38px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.google-maps-link:hover {
  background-color: #4a3125;
  color: #ffffff;
  transform: translateY(50%) scale(1.03);
}

/* =========================================
   3. SEKCJA INFORMACYJNA
   ========================================= */
.info-section-wrapper {
  background-color: #fcfaf6;
  width: 100%;
  padding: 80px 20px; 
  box-sizing: border-box;
}

.info-header,
.info-text-grid,
.amenities-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* NAGŁÓWKI */
.info-header {
  margin-bottom: 50px;
}

.info-header h3 {
  font-family: 'Cormorant', serif;
  font-size: 42px;
  font-weight: 600;
  color: #633f2a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}

.info-header h2 {
  font-family: 'Cormorant', serif;
  font-size: 36px;
  font-weight: 400;
  color: #8c6a58;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

/* TEKST AKAPITOWY */
.info-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.info-text-grid p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  color: #705b51;
  margin: 0;
  text-align: justify;
}

.info-text-grid strong {
  font-weight: 600;
  color: #633f2a;
}

/* CYTAT */
.info-quote {
  font-family: 'Cormorant', serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #8c6a58;
  margin: 0 auto 60px auto;
  max-width: 800px;
  letter-spacing: 0.5px;
}

/* IKONY I ATUTY */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0;
}

.amenity-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #d2c5bb, transparent);
}

.svg-icon {
  width: 97px;  
  height: 70px; 
  margin-bottom: 20px;
  background-color: #51291a; 
  
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.amenity-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #705b51;
  text-align: center;
}

/* =========================================
   4. RESPONSYWNOŚĆ (MEDIA QUERIES)
   ========================================= */
@media (max-width: 1024px) {
  .info-header h3 { font-size: 36px; }
  .info-header h2 { font-size: 30px; }
  .info-text-grid { gap: 40px; }
  .info-section-wrapper { padding: 60px 15px; }
}

@media (max-width: 768px) {
  /* Hero */
  .header-button {
    right: 2%;
    padding: 6px 16px;
    font-size: 11px;
  }
  .lokalizacja-banner {
    padding: 6px 20px;
    border-radius: 16px 0 16px 0;
  }
  .lokalizacja-text {
    font-size: 22px; 
    letter-spacing: 2px;
  }
  .arch-line-v-right {
    display: none; 
  }
  
  /* Info section */
  .info-text-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .amenity-item:nth-child(2)::after { display: none; }
}/* End custom CSS */