* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: sans-serif;
    font-size: 20px;
    color: #615F5F;
    overflow-x: hidden;
}

button, input, textarea, select {
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: #615F5F;
}

ul {
    padding-left: 20px;
}

li::marker {
    color: orangered;
    padding-top: 5px;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 max(20px, 10%); 
}

#logo img {
    display: block;
    max-height: 70px;
    width: auto;
}

.nav-links-container {
    display: flex;
    gap: 40px;
}

.head {
    margin: 0;
    font-size: 22px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    transition: 0.2s;
    font-weight: 500;
}

.head:hover {
    color: #a6522c;
}

#telefon {
    background-color: #a6522c;
    color: white;
    width: auto;
    padding: 0 25px;
    height: 50px;
    border-radius: 32px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
    float: none;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

#telefon:hover {
    background-color: #F54927;
}

#telefon > section,
#icon,
#num {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    float: none;
    line-height: 1;
}

#main {
    width: 100%;
    min-height: 400px;
    background-color: #fffcf5;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(255, 230, 200, 0.6) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.8) 0%, transparent 50%);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}

#maindesc {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

#text1 {
    flex: 1;
    min-width: 300px;
}

#img1 {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    float: none;
}

#lokalizacja1 {
    background-color: #ffe4c4;
    border-radius: 32px;
    color: #ab4614;
    width: fit-content;
    height: auto;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
}

#lokalizacja1 > section,
#lokalizacjaIcon1,
#lokalizacjaText1 {
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#info1 {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

#info2 {
    font-size: 1.8rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 40px;
    margin-left: 0;
    word-spacing: 10px;
    text-align: center;
}

#kontakt1 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 0;
    height: auto;
    align-items: center;
}

#telefon1 > section,
#oferta1 > section,
#tel,
#num1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    height: auto !important;
    width: auto !important;
    line-height: 1;
}

#tel i, #icon i {
    display: block;
    line-height: 1;
}

#telefon1 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-height: 60px;
    padding: 10px 35px;
    background-color: #a6522c;
    border-radius: 50px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid transparent;
    transition: 0.2s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    float: none;
    margin: 0;
    text-decoration: none;
}

#oferta1 {
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-height: 60px;
    padding: 10px 35px;
    background-color: white;
    color: #1a1a1a;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #1a1a1a;
    transition: 0.2s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: none;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
}

#telefon1:hover {
    background-color: #F54927;
}

#oferta1:hover {
    background-color: #f0f0f0;
}

#info3 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
    color: black;
}

#info4, #info5 {
    display: flex;
    align-items: center;
    gap: 15px;
    height: auto;
    width: auto;
    float: none;
    padding: 0;
}

#info4Icon, #info5Icon {
    background-color: #ffe4c4;
    border-radius: 16px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ab4614;
    float: none;
    margin: 0;
    padding: 0;
}

#info4Text, #info5Text {
    color: #1a1a1a;
    float: none;
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

#aboutUs {
    margin-bottom: 50px; 
    padding-top: 50px;
}


section.showcase-section {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

section.hero-card {
    position: relative;
    width: 500px;    
    max-width: 100%;
    aspect-ratio: 1/1.2;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(135deg, rgba(166, 82, 44, 0.9), rgba(100, 50, 20, 0.95)), url('obraz1.jpg');
    background-size: cover;
    background-position: center;
}

section.card-content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.icon-g-box {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

section.card-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

section.card-content p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
}

section.floating-badge {
    display: none;
}

section.about-section {
    padding: 100px 20px;
    background-color: white;
}

section.about-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin: 0 auto;
}

.main-about-img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    display: block;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

section.floating-stat-card {
    display: none;
}

.section-tag {
    background-color: #ffe4c4;
    padding: 8px 16px;
    border-radius: 20px;
    color: #ab4614;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

section.about-content h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.main-desc {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sub-desc {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 40px;
}

section.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
}

section.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

section.feature-icon {
    min-width: 48px;
    height: 48px;
    background-color: #ffe4c4;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ab4614;
}

section.feature-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

section.feature-text p {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

#offerts {
    padding-bottom: 40px;
    background-color: #fffcf5;
    background-image: radial-gradient(#d1d5db 1px, transparent 1px);
    background-size: 24px 24px;
}

section.dots-pattern-section {
    min-height: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    margin-bottom: -100px;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

#oferta2 {
    background-color: #ffe4c4;
    color: #ab4614;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

#info6 {
    font-weight: 800;
    font-size: 3rem;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

#info7 {
    font-size: 1.2rem;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#usługi1, #usługi3 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}

.usługi2 {
    background-color: white;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}
.usługi2 ul{
    padding-left: 20px;
    margin-top: auto;   
    padding-top: 25px;
}

.usługi2:hover {
    transform: translateY(-8px);
}

.icon1 {
    background-color: #ffe4c4;
    color: #ab4614;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.icon1 i {
    font-size: 32px;
}

.usługi2 b {
    font-size: 1.5rem;
    color: #1a1a1a;
    display: block;
    margin-bottom: 15px;
}

.usługi2 li {
    color: #4b5563;
    margin-bottom: 8px;
}

section.contact-section {
    padding: 100px 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-header-wrapper {
    text-align: center;
    max-width: 700px;
    margin-bottom: 60px;
}

.contact-header-wrapper h2 {
    font-size: 3.5rem;
    color: #1a1a1a;
    margin: 20px 0;
    font-weight: 800;
}

.contact-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

.contact-details-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-card {
    background-color: white;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
}

.info-card:hover {
    transform: translateY(-8px);
}

.info-icon-box {
    width: 64px;
    height: 64px;
    background-color: #ffe4c4;
    color: #ab4614;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.info-icon-box i, .info-icon-box svg {
    width: 32px;
    height: 32px;
}

.info-label {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 4px;
    display: block;
}

.info-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
}

.info-sub {
    font-size: 0.95rem;
    color: #a6522c;
    margin-top: 4px;
    display: block;
}

.info-sub-dark {
    font-size: 1.1rem;
    color: #1f2937;
    line-height: 1.4;
    display: block;
}

.big-cta-button {
    background-color: #a6522c;
    color: white;
    text-decoration: none;
    padding: 24px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    box-shadow: 0 20px 40px rgba(166, 82, 44, 0.25);
    transition: 0.2s;
}

.big-cta-button:hover {
    background-color: orangered;
    transform: translateY(-2px);
}

.map-column-wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

#footer {
    background-color: #0f172a;
    color: white;
    padding: 20px max(20px, 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#footer1 {
    font-size: 0.95rem;
    color: #94a3b8;
}

#footer2 {
    display: flex;
    align-items: center;
    gap: 0;
}

#footer2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 600;
    margin-right: 40px;
}

#footer2 div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e2e8f0;
}

#adrIcon {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#adrText {
    display: flex;
    align-items: center;
}

@media (max-width: 900px) {
    #footer {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    #footer2 {
        flex-direction: column;
        gap: 20px;
    }

    #footer2 a {
        margin-right: 0;
    }
}