/* ДЕСКТОПНА ВЕРСІЯ - Брейкпоінт 1024px */

@media (min-width: 800px) {
    body {
         
        padding-top: 96px;
        padding-bottom: 10px;
    }
:root{
    --font-sans: 'Montserrat', -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-serif: 'Vollkorn', Georgia, Cambria, serif;
  }
    .mobile-container {
        width: 100%;
        max-width: none;
        background-color: #EDEDED;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        position: relative;
      }

    .mobile-container-temp {
        width: 100%;
        max-width: 100%;   
        background-color: #EDEDED;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        background-color: var(--color-gold);
        color: var(--color-white);
        text-align: center;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        z-index: 100;
        font-family: 'Vollkorn', serif;
        cursor: pointer;
        margin: 10;
        transform: none;
    }

    .header {
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        max-width: 100%;
        background-color: var(--color-off-white);
        padding: 5px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        z-index: 100;
        transform: none;
    }

    .logo-container {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .logo-icon {
        width: 80px;
        height: 52px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-title {
        font-family: var(--font-serif);
        color: var(--color-dark-blue);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        padding: 0px 0px;
    }

    .header-actions {
        display: flex;
        gap: 15px;
        margin-left: auto;
        position: relative;
    }

    .icon-btn {
        width: 66px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-white);
        border: 1px solid var(--color-gold);
        color: var(--color-bright-blue);
        font-size: 26px;
        cursor: pointer;
        transition: all 0.2s;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
    }

    .icon-btn.phone-btn {
        display: none;
    }

    .contacts {
            position: relative;
            overflow: hidden;
            background-image: url('contact_des.webp');
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
        }

        .hero {
            position: relative;
            background-image: url('per_des.webp');
            background-size: 100vw auto;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            min-height: 550px;
        }
        .hero-citi {
            position: relative;
            background-image: url('city_des.webp');
            background-size: 100vw auto;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            min-height: 550px;
        }
    .hero-temp {
        position: relative;
        background-image: url('temp_desc.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 550px;
    }
	
@media (min-width: 769px) {
  .hero-temp > img{
    display: none;
  }
}


    .hero-index {
        position: relative;
        background-image: url('wroclaw_des.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 550px;
    }

    .hero-EU {
    position: relative;
    background-image: url('EU.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 550px;
}

.hero-appeals {
    position: relative;
    background-image: url('appil_des.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 550px;
}

	     details > summary { 
  list-style: none; 
}
	
    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, 
            rgba(5, 48, 71, 0.9) 0%,
            rgba(5, 48, 71, 0.6) 50%,
            rgba(5, 48, 71, 0.3) 100%);
        z-index: 1;
    }

    .hero-content-index {
        position: relative;
        z-index: 2;
        padding: 80px 60px;
        text-align: center;
        color: var(--color-white);
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    .hero-title {
        font-family: 'Vollkorn', serif;
        font-size: 36px;
        font-weight: 400;
        line-height: 1.4;
        text-shadow: 2px 2px 4px var(--color-shadow);
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .hero-desc {
        font-family: var(--font-sans);
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
        font-weight: 400;
        padding: 0;
        width: 100%;
        text-shadow: 1px 1px 2px var(--color-shadow);
    }

.hero-title-asq-appeals {
    font-family: 'Vollkorn', serif;
    list-style-type: disc; 
    padding-left: 0px; 
    margin: 45px 0 0 0;
    text-align: center;
    color: #f0f0f0;
    text-shadow: 3px 4px 2px var(--color-shadow);
    font-weight: 400;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.hero-title-asq-appeals li:nth-child(1) {
    font-size: 24px;
    margin-bottom: 45px;
}
.hero-title-asq-appeals li:nth-child(2) {
    font-size: 32px;
}


 .hero-title-asq li { 
                        list-style: none;
            margin-bottom: 20px;
              margin-top: 20px;
                font-size: 24px;
        }
        .hero-title-asq li:nth-child(2) {
            font-size: 40px;
            margin-bottom: 10px;
              margin-top: 120px;
        }
        .hero-title-asq li:nth-child(3) {
            font-size: 60px;
			margin-bottom: 80px;
              margin-top: 10px;
        }
        .hero-title-asq li:nth-child(4) {
            font-size: 24px;
        }
    .hero-title-asq-index {
        font-family: 'Vollkorn', serif;
        list-style-type: none;
        font-size: 40px;
        padding: 0;
        margin: 15px 0 0 0;
        text-align: center;
        color: #f0f0f0;
        text-shadow: 2px 2px 2px #000000;
        font-weight: 400;
        width: 100%;
    }

    .hero-title-asq-index li {
        list-style: none;
        margin-bottom: 8px;
        text-shadow: 1px 1px 2px var(--color-shadow);
    }

    .hero-title-asq-temp {
        font-family: 'Vollkorn', serif;
        list-style-type: disc;
        padding-left: 0px;
        margin: 10px 0 0 0;
        text-align: center;
        color: #f0f0f0;
        text-shadow: 1px 1px 2px var(--color-shadow);
        font-weight: 400;
        width: 100%;
    }

    .hero-title-asq-temp li {
        list-style: none;
        margin-bottom: 15px;
        text-shadow: 1px 1px 2px var(--color-shadow);
    }

    .hero-title-asq-temp li:nth-child(2) {
        font-size: 27px;
    }

    .hero-title-asq-temp li:nth-child(3) {
        font-size: 42px;
    }

    .hero-title-asq-temp li:nth-child(4) {
        font-size: 20px;
    }

    .hero-question-temp {
        font-family: var(--font-sans);
        font-size: 26px;
        line-height: 1.4;
        font-weight: 400;
        padding: 0 20px;
        width: 100%;
        margin-top: auto;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px var(--color-shadow);
    }
        .hero-question {
            font-family: 'Vollkorn';
            font-size: 24px;
            line-height: 1.4;
            font-weight: 400;
            padding: 0px 60px;
            width: 100%;
            margin-top: auto;
            margin-bottom: 10px;
            text-shadow: 1px 1px 2px var(--color-shadow);
            text-align: justify;
        }

         .questions-list li:nth-child(1) p {
            font-family: 'Vollkorn', serif;
        font-size: 22px;
    }    

       
        .questions-list li:last-child {
            font-size: 22px;
        }
        
        
          .hero-question-citi {
            font-family: 'Vollkorn';
            font-size: 26px;
            line-height: 1.4;
            font-weight: 400;
            padding: 0px 60px;
            width: 100%;
            margin-top: auto;
            margin-bottom: 10px;
            text-shadow: 2px 2px 2px var(--color-shadow);
            text-align: justify;
        }

    .next-steps-index {
        background-color: #fafafa;
        padding: 50px 50px;  
        font-family: 'Vollkorn', serif;
        color: #f0f0f0;
        font-size: 20px;
        font-weight: 400;
        text-shadow: 1px 1px 2px var(--color-shadow);
        width: 100%;  
        max-width: 100vw;  
        margin: 0; 
        box-sizing: border-box; 
    }

    .next-steps-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px; 
        margin-top: 25px;
        max-width: 1400px;  
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;  
    }
.next-steps-grid-appeals {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px; 
        margin-top: 25px;
        max-width: 1400px;  
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;  
    }

    .next-steps-grid-citi {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px; 
        margin-top: 25px;
        max-width: 1400px;  
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;  
    }

.next-steps-appeals {
  background-color: #EDEDED;
  padding: 0 20px 80px 20px;
  font-family: 'Vollkorn', serif;
  color: #f0f0f0;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 2px var(--color-shadow);
}
      .next-steps-step {
        display: block;
        width: 100%;  
    }

    .next-steps-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 18px 25px;
        background-color: #b78d4b;
        border: 1px solid #b78d4b;
        border-radius: 8px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.12);
        width: 100%;
    }

    .next-steps-item:hover {
        background-color: #a67a3d;
        border-color: #a67a3d;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2), 0 12px 24px rgba(0,0,0,0.18);
        transform: translateY(-2px);
    }

    .next-steps-item-text {
        font-family: 'Vollkorn', serif;
        font-size: 25px;
        font-weight: 400;
        color: #053047;
        text-align: left;
        flex: 1;
        text-shadow: 1px 1px #0530473d;
    }

    .next-steps-temp {
        background-color: #EDEDED;
        padding: 50px 50px;
        font-family: 'Vollkorn', serif;
        width: 100%;
        max-width: 100vw;
        margin: 0;
        box-sizing: border-box;
    }

    .next-steps-grid-temp {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        background-color: #EDEDED;
    }

    .next-steps-row {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .next-steps-row .next-steps-item-temp {
        flex: 1;
        min-width: calc(25% - 15px);
    }
    
.next-steps-grid-temp > :nth-child(1),
.next-steps-grid-temp > :nth-last-child(1),
.next-steps-grid-temp > :nth-last-child(2),
.next-steps-grid-temp > :nth-last-child(3) {
    flex-basis: 100%;        
    width: 100%;
}

.next-steps-after {
  background: linear-gradient(to bottom, rgba(5, 48, 71, 0.95) 20%, rgba(5, 48, 71, 0.75) 70%, rgba(5, 48, 71, 0.5) 100%);
  padding: 20px 10px;
  font-family: 'Vollkorn', serif;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  
  width: 100%;         
  max-width: 1200px;  
  margin: 0 auto;      
}

  .next-steps-after-appeals {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    }

    .next-steps-after-title-appeals {
        font-size: 32px;
        margin-bottom: 30px;
        text-shadow: 1px 1px 2px var(--color-shadow);
    }

    .next-steps-after-list-appeals {
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
        gap: 20px;
    }

    .next-steps-after-list-appeals div {
        padding-left: 40px;
        gap: 25px;
    }

    .next-steps-after-list-appeals div img {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .next-steps-after-appeals p {
  margin-top: 35px;
  font-size: 38px;
  text-align: center;
  color: var(--color-white);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.next-steps-after-EU {
    background: linear-gradient(to bottom, rgba(5, 48, 71, 0.95) 20%, rgba(5, 48, 71, 0.75) 70%, rgba(5, 48, 71, 0.5) 100%);
    padding: 20px 10px;
    font-family: 'Vollkorn', serif;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    margin-top: 20px;
      width: 100%;         
  max-width: 1200px;  
  margin: 0 auto;  
}

.next-steps-after-list {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 40px;
}

.next-steps-after-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  color: var(--color-white);
  text-shadow: 1px 1px 2px var(--color-shadow);
}

.next-steps-after-subtitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1.3;
  color: var(--color-white);
  text-shadow: 1px 1px 2px var(--color-shadow);
  padding-left: 100px;
}
    .next-steps-item-temp {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 25px;
        background-color: #b78d4b;
        border: 1px solid #b78d4b;
        border-radius: 8px;
        text-decoration: none;
        cursor: default;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.12);
    }

    .next-steps-item-text-temp {
        font-family: 'Vollkorn', serif;
        font-size: 25px;
        font-weight: 400;
        color: #053047;
        text-align: center;
        text-shadow: 1px 1px #0530473d;
        line-height: 1.3;
    }

.section-title {
    font-family: var(--font-sans);
    font-size: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
}
	
.trust-block{
 padding: 0px 20px 20px 0px;
     left: 10px;
  right: 40px;
  margin: 100px 0 10px;
  box-sizing: border-box;

}

.trust-block .trust-title{
   font-family: var(--font-serif);
  font-size: 30px;
    line-height: 1.25;
  color: #000;
  text-align: center;
  margin: 40px 0 10px;
  padding: 0 20px;
}

.trust-block p{
   font-family: var(--font-serif);
  font-size: 24px;  
  line-height: 1.45;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: justify;
  text-indent: 20px;
}

.mess-intro {
  font-family: 'Vollkorn', serif;
  font-size: 32px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.4;
  padding: 0 10px;
  font-weight: 700;
  background-color: #EDEDED;
  text-align: center;
}
    .questions-section-temp {
        background-color: #EDEDED;
        padding: 40px 10px 0 60px;
        font-family: 'Vollkorn', serif;
    }

.questions-section {
    background-color: #EDEDED;
    padding: 20px 60px;
    font-family: 'Vollkorn', serif;
    width: 100%;
    box-sizing: border-box;
}
.questions-section .questions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    text-align: justify;
    width: 100%;
}

.questions-section .questions-intro {
    font-family: var(--font-sans);
    font-size: 24px;
    color: #000000;
    margin: 20px auto 40px auto;
    line-height: 1.4;
    padding: 0;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.questions-intro-appeals {
    font-family: var(--font-sans);
    font-size: 24px;
    color: #000000;
    margin: 20px auto 40px auto;
    line-height: 1.4;
    padding: 0;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

  .questions-section .questions-list li {
        display: inline;
        margin: 0;
    }
    
    .questions-section .questions-list li p {
        display: inline;
        margin: 0;
    }

        .questions-list li {
            color: #000000;
            margin-bottom: 10px;
            line-height: 1.4;
            width: 100%;
        }
  .consultation-info {
        background-color: #b78d4b;
        margin: 0 80px;
        font-family: 'Vollkorn', serif;
        border: 3px solid #ffffff;
        text-indent: 0;
    }

    .consultation-info p {
        color: #000000;
        margin: 0;
        font-size: 24px;
        line-height: 1.4;
        text-align: justify;
    }

    .consultation-info span {
        display: inline;
    }

    .consultation-info span:first-child {
        margin-left: 80px;
    }

    .consultation-info span:last-child {
        margin-left: 0;
    }

    .consultation-info br {
        display: none;
    }

     .section-title-appeals {
    font-family: var(--font-sans);
    font-size: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
}
.section-title-appeals-1 {
    font-family: var(--font-sans);
    font-size: 26px;
    color: #000000;
    margin-top: 80px;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
}

.additional-info {
  background-color: #EDEDED;
  padding: 20px 15px 100px 15px;
  font-family: 'Vollkorn', serif;
}

.additional-info p {
  color: #000000;
  margin: 0 0 10px 0;
  width: 100%;
  text-indent: 60px;
  font-size: 24px;
  line-height: 1.4;
  text-align: justify;
  padding: 0 60px; 
}

.additional-info p span {
  font-size: 24px;
  text-align: center;
}

.additional-info p:has(span) {
    text-indent: 0;
    text-align: center;
    font-weight: bold;
}



.questions-divider-info {
    width: 500px;
    border: none;
    border-top: 3px solid #b78d4b;
    margin: 0 auto 20px auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    text-align: center;
}
   .questions-list-temp {
         list-style: none;
              padding-left: 20px;
        margin: 0;
        margin-bottom: 40px;
        padding-left: 20px;  
    }

    .questions-list-temp li {
        font-size: 26px;
        color: #000000;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .questions-list-temp li:last-child {
        margin-bottom: 0;
    }

 .questions-intro-temp {
        font-family: var(--font-);
        font-size: 26px;
        color: #000000;
        margin-top: 120px;
        margin-bottom: 0px;
        line-height: 1.4;
        padding: 0 80px;
        font-weight: 700;
        text-align: left; 
	 text-align: center; 
    }


.questions-divider {
    width: 1100px;
    height: 3px;
    background-color: #b78d4b;
    	margin-top: 40px;
    border: none;
}

.questions-divider-EU {
    width: 100%;
    height: 3px;
    background-color: #b78d4b;
    margin: 0 auto 40px 0;
    border: none;
}

.questions-divider-1  {
    width: 100%;
    height: 3px;
    background-color: #b78d4b;
    margin: 0 auto 40px 0;
    border: none;
}

.questions-divider-2 {
    width: 100%;
    height: 3px;
    background-color: #b78d4b;
    margin: 0 auto 40px 0;
    border: none;
}



    .contacts-bg {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, 
            rgba(5, 48, 71, 0.95) 0%,
            rgba(5, 48, 71, 0.85) 50%,
            rgba(5, 48, 71, 0.6) 100%);
        opacity: 0.9;
        z-index: 0;
    }

    .contacts-wrapper {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        padding: 60px 60px 60px 60px;
        width: 100%;
    }

    .contacts-left {
        max-width: 700px;  
        position: relative;
    }

.contact-guarantee {
    width: 100vw;
    margin-left: -60px;  
    padding: 0 60px 25px 60px;
    box-sizing: border-box;
    
    font-family: 'Vollkorn', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 1px 1px 2px var(--color-shadow);
    color: var(--color-white);
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 25px;
    max-width: none; 
}

    .contact-item {
        display: flex;
        align-items: center;
        gap: 18px;
        font-size: 18px;
        color: var(--color-white);
        margin-bottom: 20px;
        padding-bottom: 0;
        cursor: pointer;
    }

    .contact-item i.fa-phone {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #b78d4b;
        border: 2px solid #ffffff;
        border-radius: 50%;
        color: var(--color-white);
        font-size: 24px;
        text-shadow: none;
        flex-shrink: 0;
        margin-left: 0px;
        animation: ring 2s infinite;
        
    }

    .contact-item a {
        color: var(--color-white);
        text-decoration: none;
        text-shadow: 1px 1px 2px #000000;
        font-weight: 700;
        transition: all 0.3s;
        display: inline-block;
        font-size: 40px;
        letter-spacing: 3px; 
    }

    .contact-item a:hover {
        color: var(--color-gold);
    }

    .contact-item-messenger {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 18px;
        color: var(--color-white);
        margin-bottom: 25px;
        flex-wrap: wrap;
        position: relative;
    }

    .messenger-icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
        flex-shrink: 0;
        padding-left: 0px;
        cursor: pointer;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    }

    .contact-item-messenger a {
        color: var(--color-white);
        text-decoration: none;
        text-shadow: 1px 1px 2px #000000;
        font-weight: 700;
        transition: all 0.3s;
        display: inline-block;
        width: auto;
        padding-left: 0px;
        cursor: pointer;
        font-size: 22px;
    }

    .contact-item-messenger a:hover {
        color: var(--color-gold);
    }

    .contact-form {
        position: absolute;
        right: -550px; 
        top: 120px; 
        margin: 0;
        width: 450px;
        max-width: 450px;
    }

    .contact-form p {
        font-family: 'Vollkorn', serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 12px;
        color: var(--color-white);
        text-shadow: 1px 1px 2px var(--color-shadow);
    }

    .contact-form input {
        width: 100%;
        max-width: 400px;
        padding: 12px 15px;
        font-size: 16px;
        border: 1px solid #ccc;
        margin-bottom: 12px;
        font-family: var(--font-sans);
        background-color: rgba(255, 255, 255, 0.85);
        color: #333;
        border-radius: 4px;
    }

    .contact-form input::placeholder {
        color: #666;
    }

    .contact-form button {
        width: 100%;
        max-width: 400px;
        padding: 12px 25px;
        background-color: var(--color-gold);
        color: var(--color-white);
        border: none;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        transition: background 0.3s;
        border-radius: 4px;
    }

    .contact-form button:hover {
        background-color: var(--color-bright-blue);
    }

    .contact-address {
        font-family: 'Vollkorn', serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: var(--color-white);
        text-align: left;
        text-shadow: 1px 1px 2px #2d2d2d;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    .contact-address i {
        color: var(--color-gold);
        margin-right: 10px;
        font-size: 18px;
    }

    .visit-section {
        background-color: var(--color-white);
        padding: 60px 40px;
        font-family: var(--font-sans);
        color: #000000;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        margin-bottom: 10px; 
    }

    .visit-title {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #000000;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-map {
        width: 100%;
        max-width: 1200px;
        height: 450px;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 auto 20px auto;
        position: relative;
        z-index: 2;
        background-color: #f0f0f0;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .footer {
        background-color: var(--color-dark-blue);
        color: var(--color-white);
        text-align: center;
        padding: 30px 40px 60px 40px;
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 40px;
    }

  

.bottom-nav-text {
    margin-left: 0;           
}
.bottom-nav-icons {
    margin-right: 20px;
    gap: 35px;        
}

    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: none;
        display: flex;
        background-color: var(--color-dark-blue);
        z-index: 100;
        height: 60px;
        margin: 0;
        padding: 0;
        transform: translateX(0);
         justify-content: center;   
    gap: 60px;                 
    padding: 0 30px;   
    }

    .nav-btn {
        flex: 1;
        padding: 12px 20px;
        background-color: var(--color-dark-blue);
        border: none;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: background 0.3s;
        font-family: var(--font-serif);
        height: 70px;
    }

    .nav-btn:hover {
        background-color: #01527a;
    }

    .nav-btn-main {
        background: linear-gradient(90deg, 
            #b78d4b 0%, 
            #d4a574 25%,
            #b78d4b 50%,
            #d4a574 75%,
            #b78d4b 100%);
        background-size: 200% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: gradientFlow 1s ease-in-out infinite;
        display: inline-block;
        font-size: 26px;
    }

    .nav-btn-index {
        flex: 1;
        padding: 12px 20px;
        background-color: var(--color-dark-blue);
        border: none;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: background 0.3s;
        font-family: var(--font-serif);
        height: 60px;
    }

    .nav-btn-index:hover {
        background-color: #01527a;
    }

    .nav-btn-main-index {
        background: linear-gradient(90deg, 
            #b78d4b 0%, 
            #d4a574 25%,
            #b78d4b 50%,
            #d4a574 75%,
            #b78d4b 100%);
        background-size: 200% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: gradientFlow 1s ease-in-out infinite;
        display: inline-block;
        font-size: 26px;
    }

    .nav-btn-note {
        color: #b78d4b;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        margin-left: 105px;
		 padding-bottom: 10px;
    }

    .fab-container {
        position: absolute;
        top: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        flex-direction: row;
        visibility: hidden;
        z-index: 1000;
        width: auto;
        justify-content: center;
    }

    .menu-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(to right, 
            #053047 0%,
            #1a5f7a 33%,
            #337a99 66%,
            #6b99b8 100%);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 999;
        padding: 20px 15px;
        overflow: hidden;
    }

    .menu-dropdown a {
        padding: 10px 0;
        color: var(--color-white);
        border-bottom: 3px solid #b78d4b;
        text-decoration: none;
        text-align: left;
        transition: filter 200ms linear 0s;
        font-size: 26px;
        font-family: 'Vollkorn', serif;
        font-weight: 400;
    }

    .menu-languages a {
        padding: 2px 0;
        border: none;
        border-radius: 4px;
        background-color: #b78d4b;
        font-size: 18px;
        font-weight: 600;
        color: #fbfbfb;
        text-decoration: none;
        width: 45px;
        text-align: center;
        flex: 0 0 45px;
    }

    .menu-links {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-left: 360px;
        flex: 1;
        overflow-y: visible;
        position: relative;
        z-index: 1;
    }

    @keyframes ring {
        0% {
            box-shadow: 0 0 0 0 rgba(183, 141, 75, 0.7);
        }
        50% {
            box-shadow: 0 0 0 15px rgba(183, 141, 75, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(183, 141, 75, 0);
        }
    }

}