:root {
--primary: #960026;
--secondary: #022750;
--accent: #FFD24A;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-weight: 400;
}
.site {
display: flex;
flex-direction: column;
}
.hero {
position: relative;
height: 65vh;
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(//aurumservice.pl/wp-content/themes/bywitek-theme/assets/images/aurumservice-profesjonalne-sprzatanie-banner.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 0 15px 15px;
overflow: hidden;
margin: 0 0.4rem;
}
.hero-content {
text-align: center;
color: white;
max-width: 800px;
padding: 0 0.4rem;
z-index: 1;
}
.hero-tagline {
display: block;
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 1rem;
color: var(--accent);
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-title {
font-size: 3rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.2;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
color: white;
}
.hero-subtitle {
font-size: 1.1rem;
font-weight: 500;
margin: 0;
opacity: 0.85;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-buttons {
display: flex;
gap: 1rem;
justify-content: center;
margin-top: 2rem;
flex-wrap: wrap;
}
.hero-btn {
padding: 1rem 2.5rem;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
letter-spacing: 0.02em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
display: inline-block;
min-width: 270px;
width: 270px;
text-align: center;
}
.hero-btn-primary {
background-color: var(--accent);
color: white;
box-shadow: 0 4px 15px rgba(255, 210, 74, 0.4);
}
.hero-btn-primary:hover {
background-color: #ffd862;
box-shadow: 0 6px 20px rgba(255, 210, 74, 0.6);
}
.hero-btn-secondary {
background-color: transparent;
color: white;
border: 2px solid white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.hero-btn-secondary:hover {
background-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
.hero-title {
font-size: 2rem;
}
.hero-subtitle {
font-size: 0.95rem;
}
}
.info-bar {
padding: 3rem 1rem;
}
.info-container {
max-width: 1200px;
margin: 0 auto;
background-color: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
padding: 2rem 3rem;
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
}
.info-item {
display: flex;
align-items: center;
gap: 1rem;
flex: 1;
}
.info-icon {
width: 32px;
height: 32px;
color: var(--primary);
flex-shrink: 0;
}
.info-text {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.info-label {
font-size: 0.875rem;
font-weight: 600;
color: #666;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.info-value {
font-size: 1rem;
font-weight: 500;
color: #333;
}
.info-link {
text-decoration: none;
transition: color 0.3s ease;
}
.info-link:hover {
color: var(--primary);
}
.info-separator {
width: 1px;
height: 60px;
background-color: var(--secondary);
flex-shrink: 0;
}
@media (max-width: 768px) {
.info-container {
flex-direction: column;
align-items: flex-start;
padding: 1.5rem;
gap: 1.5rem;
}
.info-separator {
width: 100%;
height: 1px;
}
.info-item {
width: 100%;
}
}
.services {
padding: 4rem 1rem;
}
.services-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
.services-heading {
text-align: center;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 0.5rem;
color: var(--secondary);
}
.services-tagline {
text-align: center;
font-size: 1rem;
color: #555;
margin-bottom: 3rem;
}
.service-card {
display: flex;
background-color: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
margin-bottom: 3rem;
}
.service-card-left {
margin-left: -2rem;
}
.service-card-right {
margin-right: -2rem;
flex-direction: row-reverse;
}
.service-image {
position: relative;
flex: 0 0 45%;
overflow: hidden;
}
.service-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-badge {
position: absolute;
top: 1.5rem;
left: 1.5rem;
background-color: var(--accent);
color: var(--secondary);
padding: 0.75rem 1.25rem;
border-radius: 8px;
font-weight: 700;
font-size: 1.5rem;
line-height: 1;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
display: flex;
flex-direction: column;
align-items: center;
}
.service-badge span {
font-size: 0.75rem;
font-weight: 500;
margin-top: 0.25rem;
text-transform: lowercase;
}
.service-content {
flex: 1;
padding: 2.5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.service-info-top {
margin-bottom: auto;
}
.service-info-bottom {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5rem;
margin-top: 2rem;
}
.service-stats {
font-size: 0.85rem;
font-weight: 600;
color: var(--secondary);
margin-bottom: 1.25rem;
letter-spacing: 0.02em;
}
.service-title {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 1rem;
color: var(--primary);
}
.service-description {
font-size: 1rem;
line-height: 1.6;
color: #555;
}
.service-price {
font-size: 1.1rem;
font-weight: 500;
color: var(--secondary);
}
.service-price span {
font-size: 1.75rem;
font-weight: 700;
color: var(--primary);
display: block;
}
.service-btn {
display: inline-block;
padding: 0.875rem 2rem;
background-color: var(--accent);
color: white;
text-decoration: none;
border-radius: 6px;
font-weight: 700;
font-size: 1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(255, 210, 74, 0.3);
}
.service-btn:hover {
background-color: #ffd862;
box-shadow: 0 6px 18px rgba(255, 210, 74, 0.5);
}
@media (max-width: 768px) {
.services-container {
padding: 0;
}
.service-card,
.service-card-right {
flex-direction: column;
margin-left: 0 !important;
margin-right: 0 !important;
}
.service-image {
flex: 0 0 250px;
}
.service-content {
padding: 1.5rem;
}
.service-btn {
align-self: flex-start;
}
.services-heading {
font-size: 2rem;
}
.service-title {
font-size: 1.5rem;
}
} @font-face {
font-display: swap; font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(//aurumservice.pl/wp-content/themes/bywitek-theme/assets/fonts/montserrat-v31-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(//aurumservice.pl/wp-content/themes/bywitek-theme/assets/fonts/montserrat-v31-latin-500.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(//aurumservice.pl/wp-content/themes/bywitek-theme/assets/fonts/montserrat-v31-latin-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(//aurumservice.pl/wp-content/themes/bywitek-theme/assets/fonts/montserrat-v31-latin-700.woff2) format('woff2'); }
.features {
padding: 5rem 1rem;
background-color: white;
}
.features-container {
max-width: 1200px;
margin: 0 auto;
}
.features-heading {
font-size: 2.5rem;
font-weight: 700;
color: var(--secondary);
text-align: center;
margin-bottom: 0.5rem;
}
.features-tagline {
text-align: center;
font-size: 1rem;
color: #555;
margin-bottom: 3rem;
}
.features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
}
.feature-card {
border-radius: 12px;
padding: 2.5rem 2rem;
text-align: center;
transition: all 0.3s ease;
}
.feature-card:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.feature-icon {
width: 80px;
height: 80px;
margin: 0 auto 1.5rem;
background: var(--secondary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.feature-icon svg {
width: 40px;
height: 40px;
fill: white;
}
.feature-title {
font-size: 1.4rem;
font-weight: 700;
color: var(--primary);
margin-bottom: 1rem;
text-align: center;
}
.feature-description {
font-size: 1rem;
line-height: 1.6;
color: #555;
}
@media (max-width: 768px) {
.features {
padding: 3rem 1rem;
}
.features-heading {
font-size: 2rem;
}
.features-grid {
grid-template-columns: 1fr;
}
}
.about {
padding: 6rem 1rem;
background-color: var(--secondary);
}
.about-container {
max-width: 1200px;
margin: 0 auto;
}
.about-content {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 5rem;
}
.about-text {
flex: 1;
text-align: left;
}
.about-title {
font-size: 2.5rem;
font-weight: 700;
color: white;
line-height: 1.3;
margin-bottom: 1.5rem;
}
.about-title-highlight {
color: #4db8e8;
}
.about-subtitle {
font-size: 1rem;
color: #666;
font-weight: 500;
}
.about-description {
font-size: 1.1rem;
line-height: 1.8;
color: rgba(255, 255, 255, 0.8);
}
.about-btn {
display: inline-block;
padding: 1rem 2.5rem;
background-color: var(--accent);
color: white;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
letter-spacing: 0.02em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 15px rgba(255, 210, 74, 0.4);
}
.about-btn:hover {
background-color: #ffd862;
box-shadow: 0 6px 20px rgba(255, 210, 74, 0.6);
}
@media (max-width: 1024px) {
.about {
padding: 4rem 1rem;
}
.about-title {
font-size: 2rem;
}
.about-description {
font-size: 1rem;
}
}
@media (max-width: 768px) {
.about {
padding: 3rem 1rem;
}
.about-content {
flex-direction: column;
align-items: flex-start;
gap: 2rem;
}
.about-title {
font-size: 1.8rem;
}
.about-description {
font-size: 0.95rem;
}
}
.gallery-section {
padding: 5rem 1rem;
background-color: white;
}
.gallery-container {
max-width: 1200px;
margin: 0 auto;
}
.gallery-header-wrapper {
margin-bottom: 3rem;
text-align: center;
}
.gallery-heading {
font-size: 2.5rem;
font-weight: 700;
color: var(--secondary);
margin-bottom: 0.5rem;
}
.gallery-tagline {
font-size: 1rem;
color: #555;
}
.gallery-content {
position: relative;
}
.gallery-videos-container {
position: relative;
overflow: hidden;
border-radius: 12px;
}
.gallery-videos-wrapper {
display: flex;
gap: 1.5rem;
transition: transform 0.4s ease;
}
.gallery-video {
min-width: calc((100% - 3rem) / 3);
width: calc((100% - 3rem) / 3);
height: auto;
object-fit: cover;
border-radius: 12px;
cursor: pointer;
transition: transform 0.3s ease;
aspect-ratio: 9 / 16;
}
.gallery-video:hover {
transform: scale(1.02);
}
.gallery-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.9);
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.gallery-arrow:hover {
background-color: white;
transform: translateY(-50%) scale(1.1);
}
.gallery-arrow-left {
left: 10px;
}
.gallery-arrow-right {
right: 10px;
}
.gallery-arrow svg {
color: var(--secondary);
}
.gallery-indicators {
display: flex;
justify-content: center;
gap: 0.8rem;
margin-top: 2rem;
}
.gallery-indicator {
cursor: pointer;
transition: transform 0.2s ease;
}
.gallery-indicator:hover {
transform: scale(1.2);
}
.gallery-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-popup.active {
opacity: 1;
visibility: visible;
}
.gallery-popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
}
.gallery-popup-close {
position: absolute;
top: 2rem;
right: 2rem;
background-color: transparent;
border: none;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 10001;
transition: transform 0.2s ease;
}
.gallery-popup-close:hover {
transform: rotate(90deg);
}
.gallery-popup-content {
position: relative;
z-index: 10000;
max-width: 90vw;
max-height: 90vh;
}
.gallery-popup-video-wrapper {
width: 100%;
height: 100%;
}
.gallery-popup-video {
width: 100%;
height: auto;
max-height: 90vh;
border-radius: 12px;
}
@media (max-width: 1024px) {
.gallery-video {
min-width: calc((100% - 1.5rem) / 2);
width: calc((100% - 1.5rem) / 2);
}
.gallery-heading {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.gallery-section {
padding: 3rem 1rem;
}
.gallery-video {
min-width: 100%;
width: 100%;
}
.gallery-heading {
font-size: 1.8rem;
}
.gallery-popup-close {
top: 1rem;
right: 1rem;
}
}
.contact-section {
padding: 4rem 1rem;
background-color: white;
}
.contact-container {
max-width: 1200px;
margin: 0 auto;
}
.contact-card {
display: flex;
background-color: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.contact-info {
flex: 1;
padding: 3rem;
}
.contact-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--secondary);
margin-bottom: 0.5rem;
}
.contact-subtitle {
font-size: 1.1rem;
color: #555;
margin-bottom: 3rem;
}
.contact-items {
display: flex;
flex-direction: column;
gap: 2rem;
margin-bottom: 3rem;
}
.contact-item {
display: flex;
align-items: center;
gap: 1.5rem;
}
.contact-icon {
width: 32px;
height: 32px;
color: var(--primary);
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.contact-icon svg {
color: var(--primary);
width: 32px;
height: 32px;
}
.contact-text {
display: flex;
flex-direction: column;
gap: 0.3rem;
}
.contact-label {
font-size: 0.9rem;
color: #888;
font-weight: 500;
}
.contact-value {
font-size: 1.1rem;
color: var(--secondary);
font-weight: 600;
}
.contact-link {
text-decoration: none;
transition: color 0.3s ease;
}
.contact-link:hover {
color: var(--accent);
}
.contact-cta {
margin-top: 2rem;
}
.contact-btn {
display: inline-block;
padding: 1rem 2.5rem;
background-color: var(--accent);
color: white;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
letter-spacing: 0.02em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 15px rgba(255, 210, 74, 0.4);
}
.contact-btn:hover {
background-color: #ffd862;
box-shadow: 0 6px 20px rgba(255, 210, 74, 0.6);
}
.contact-map {
flex: 1;
position: relative;
overflow: hidden;
}
.contact-map-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 1024px) {
.contact-info {
padding: 2.5rem;
}
.contact-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.contact-section {
padding: 3rem 1rem;
}
.contact-card {
flex-direction: column;
}
.contact-info {
padding: 2rem;
order: 2;
}
.contact-map {
order: 1;
min-height: 300px;
}
.contact-title {
font-size: 1.8rem;
}
.contact-subtitle {
font-size: 1rem;
margin-bottom: 2rem;
}
.contact-items {
gap: 1.5rem;
margin-bottom: 2rem;
}
.contact-icon {
width: 32px;
height: 32px;
}
.contact-value {
font-size: 1rem;
}
}
.site-footer {
background-color: var(--secondary);
color: white;
padding: 4rem 1rem 2rem;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
}
.footer-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3rem;
padding-bottom: 3rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-column {
display: flex;
flex-direction: column;
}
.footer-logo {
max-width: 150px;
height: auto;
margin-bottom: 1rem;
}
.footer-heading {
font-size: 1.3rem;
font-weight: 700;
color: white;
margin-bottom: 1.5rem;
}
.footer-company-info p {
margin: 0.5rem 0;
font-size: 1rem;
line-height: 1.6;
color: rgba(255, 255, 255, 0.9);
}
.footer-nav {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.footer-nav-link {
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
font-size: 1rem;
transition: color 0.3s ease;
}
.footer-nav-link:hover {
color: var(--accent);
}
.footer-social-links {
display: flex;
gap: 0.5rem;
}
.footer-social-link {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: transparent;
border-radius: 50%;
transition: opacity 0.3s ease;
}
.footer-social-link:hover {
opacity: 0.7;
}
.footer-social-link:hover svg path {
fill: var(--accent);
}
.footer-social-link svg {
width: 20px;
height: 20px;
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 2rem;
gap: 2rem;
}
.footer-credits-left,
.footer-credits-right {
display: flex;
align-items: center;
gap: 1.5rem;
}
.footer-credits-left p,
.footer-credits-right p {
margin: 0;
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.7);
}
.footer-privacy-link,
.footer-author-link {
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
font-size: 0.9rem;
transition: color 0.3s ease;
}
.footer-privacy-link:hover,
.footer-author-link:hover {
color: var(--accent);
}
@media (max-width: 1024px) {
.footer-main {
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem;
}
.footer-social {
grid-column: 1 / -1;
}
}
@media (max-width: 768px) {
.site-footer {
padding: 3rem 1rem 1.5rem;
}
.footer-main {
grid-template-columns: 1fr;
gap: 2rem;
padding-bottom: 2rem;
}
.footer-social {
grid-column: auto;
}
.footer-heading {
font-size: 1.2rem;
margin-bottom: 1rem;
}
.footer-bottom {
flex-direction: column;
align-items: flex-start;
padding-top: 1.5rem;
gap: 1rem;
}
.footer-credits-left,
.footer-credits-right {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
}
.policy-page {
padding: 4rem 1rem;
}
.policy-container {
max-width: 1100px;
margin: 0 auto;
}
.policy-title {
font-size: 2.2rem;
color: var(--secondary);
margin: 0 0 1.5rem;
}
.policy-content {
background: #ffffff;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.policy-content p {
margin: 0 0 1rem;
line-height: 1.7;
color: #444;
}
.policy-content h2 {
margin: 1.5rem 0 0.75rem;
font-size: 1.25rem;
color: var(--secondary);
}
.policy-content ul {
margin: 0 0 1rem 1.25rem;
padding: 0;
color: #444;
line-height: 1.7;
}
.policy-content li {
margin: 0.35rem 0;
}
.policy-link {
color: var(--primary);
text-decoration: none;
font-weight: 600;
}
.policy-link:hover {
color: var(--accent);
}
@media (max-width: 768px) {
.policy-page {
padding: 3rem 1rem;
}
.policy-title {
font-size: 1.8rem;
}
.policy-content {
padding: 1.5rem;
}
}
.error-404-page {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 1rem;
}
.error-404-container {
max-width: 600px;
text-align: center;
}
.error-404-content {
padding: 3rem 2rem;
}
.error-404-number {
font-size: 8rem;
font-weight: 700;
color: var(--primary);
margin: 0;
line-height: 1;
text-shadow: 3px 3px 0 rgba(150, 0, 38, 0.1);
}
.error-404-title {
font-size: 2rem;
color: var(--secondary);
margin: 1.5rem 0 1rem;
font-weight: 600;
}
.error-404-text {
font-size: 1.1rem;
color: #555;
margin: 0 0 2rem;
line-height: 1.6;
}
.error-404-btn {
display: inline-block;
padding: 1rem 2.5rem;
background-color: var(--accent);
color: white;
font-size: 1.1rem;
font-weight: 700;
border-radius: 6px;
letter-spacing: 0.02em;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 15px rgba(255, 210, 74, 0.4);
text-decoration: none;
transition: all 0.3s ease;
}
.error-404-btn:hover {
background-color: var(--primary);
box-shadow: 0 6px 20px rgba(150, 0, 38, 0.3);
transform: translateY(-2px);
}
@media (max-width: 768px) {
.error-404-page {
padding: 3rem 1rem;
}
.error-404-number {
font-size: 6rem;
}
.error-404-title {
font-size: 1.6rem;
}
.error-404-text {
font-size: 1rem;
}
.error-404-content {
padding: 2rem 1.5rem;
}
}.topbar {
background-color: var(--primary);
width: 100%;
padding: 0.5rem 0;
font-size: 0.875rem;
}
.topbar-container {
max-width: 100%;
padding: 0 9rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.topbar-left {
display: flex;
align-items: center;
gap: 0.5rem;
color: white;
}
.location-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.topbar-location {
color: white;
font-size: 0.875rem;
font-weight: 500;
}
.topbar-right {
display: flex;
align-items: center;
gap: 1rem;
color: white;
}
.topbar-link {
color: white;
text-decoration: none;
transition: opacity 0.3s ease;
font-size: 0.875rem;
font-weight: 500;
}
.topbar-link:hover {
opacity: 0.8;
}
.topbar-separator {
color: rgba(255, 255, 255, 0.5);
}
.site-header {
background-color: white;
width: 100%;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}
.site-header.header-scrolled {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.site-header.header-hidden {
transform: translateY(-100%);
}
.header-container {
max-width: 100%;
padding: 0.75rem 9rem;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
position: relative;
z-index: 1001;
}
.header-left {
display: flex;
align-items: center;
gap: 3rem;
flex-shrink: 0;
min-width: 0;
}
.logo-link {
display: flex;
align-items: center;
line-height: 0;
flex-shrink: 0;
}
.site-logo {
height: 70px;
width: auto;
max-width: 280px;
display: block;
object-fit: contain;
}
.main-navigation {
display: flex;
gap: 2rem;
align-items: center;
}
.nav-link {
text-decoration: none;
color: #333;
font-weight: 500;
font-size: 1.05rem;
transition: color 0.3s ease;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.nav-link:hover {
color: var(--accent);
}
.nav-link-cta {
text-decoration: none;
color: #333;
font-weight: 700;
font-size: 1.05rem;
padding: 0.6rem 1.5rem;
border: 2px solid var(--accent);
border-radius: 4px;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 8px rgba(255, 210, 74, 0.2);
letter-spacing: 0.02em;
}
.nav-link-cta:hover {
background-color: var(--accent);
color: white;
box-shadow: 0 4px 12px rgba(255, 210, 74, 0.4);
}
.header-right {
display: flex;
align-items: center;
gap: 1.5rem;
flex-shrink: 0;
}
.social-links {
display: flex;
gap: 0.5rem;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: transparent;
border-radius: 50%;
transition: opacity 0.3s ease;
}
.social-link:hover {
opacity: 0.7;
}
.social-link:hover .social-icon path {
fill: var(--accent);
}
.social-icon {
width: 20px;
height: 20px;
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.social-icon path {
fill: #000000;
transition: fill 0.3s ease;
}
.mobile-menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 0;
width: 30px;
height: 30px;
position: relative;
flex-shrink: 0;
}
.mobile-menu-toggle img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-toggle .icon-hamburger {
opacity: 1;
transform: rotate(0deg);
}
.mobile-menu-toggle .icon-close {
opacity: 0;
transform: rotate(-90deg);
}
.mobile-menu-toggle.active .icon-hamburger {
opacity: 0;
transform: rotate(90deg);
}
.mobile-menu-toggle.active .icon-close {
opacity: 1;
transform: rotate(0deg);
}
.mobile-navigation {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: white;
overflow: hidden;
z-index: 999;
padding-top: 80px;
transform: translateY(-100%);
transition: transform 0.4s ease-in-out;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
visibility: hidden;
pointer-events: none;
}
.mobile-navigation.active {
transform: translateY(0);
visibility: visible;
pointer-events: auto;
}
.mobile-nav-content {
display: flex;
flex-direction: column;
padding: 2rem 1rem;
gap: 1rem;
overflow-y: auto;
max-height: calc(100vh - 70px);
}
.mobile-nav-link {
text-decoration: none;
color: #333;
font-size: 1.25rem;
font-weight: 500;
padding: 0.75rem 0;
display: block;
}
.mobile-nav-link:hover {
color: var(--accent);
}
.mobile-nav-link-cta {
text-decoration: none;
color: #333;
font-size: 1.25rem;
font-weight: 700;
padding: 1rem;
border: 2px solid var(--accent);
border-radius: 4px;
display: block;
text-align: center;
margin-top: 1rem;
transition: all 0.3s ease;
letter-spacing: 0.02em;
}
.mobile-nav-link-cta:hover {
background-color: var(--accent);
color: #333;
}
.mobile-social-links {
display: flex;
gap: 1rem;
margin-top: 1rem;
padding: 1rem 0;
}
@media (max-width: 1024px) {
.topbar-container {
padding: 0 4rem;
}
.header-container {
padding: 0.75rem 4rem;
}
.site-logo {
height: 85px;
}
.desktop-nav {
gap: 1.5rem;
}
.header-left {
gap: 2rem;
}
}
@media (max-width: 768px) {
.topbar {
font-size: 0.75rem;
}
.topbar-container {
padding: 0 1rem;
flex-direction: row;
}
.topbar-left,
.topbar-right {
gap: 0.5rem;
}
.topbar-separator {
display: none;
}
.topbar-right {
justify-content: flex-end;
position: relative;
min-height: 1.2em;
}
.topbar-phone,
.topbar-email {
position: absolute;
right: 0;
transition: opacity 0.5s ease;
opacity: 1;
white-space: nowrap;
}
.topbar-phone.hidden,
.topbar-email.hidden {
opacity: 0;
pointer-events: none;
}
.location-icon {
width: 12px;
height: 12px;
}
.header-container {
padding: 0.5rem 1rem;
gap: 1rem;
}
.logo-link {
display: flex !important;
flex-shrink: 0;
}
.site-logo {
height: 63px !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
max-width: 200px;
}
.desktop-nav,
.header-right .social-links {
display: none !important;
}
.mobile-menu-toggle {
display: block !important;
z-index: 1002;
flex-shrink: 0;
}
.header-left {
gap: 1rem;
flex: 0 0 auto;
display: flex !important;
min-width: 0;
}
.header-right {
gap: 1rem;
display: flex !important;
flex: 0 0 auto;
}
}
@media (max-width: 480px) {
.header-container {
padding: 0.5rem 1rem;
}
.site-logo {
height: 49px;
max-width: 160px;
display: block !important;
}
.mobile-menu-toggle {
width: 28px;
height: 28px;
}
}