@font-face {
font-family: 'Inter';
src: url(//tymag.co.uk/wp-content/themes/bywitek-theme/fonts/Inter/inter-v20-latin-700.woff2) format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//tymag.co.uk/wp-content/themes/bywitek-theme/fonts/Montserrat/montserrat-v31-latin-600.woff2) format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//tymag.co.uk/wp-content/themes/bywitek-theme/fonts/Montserrat/montserrat-v31-latin-700.woff2) format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
:root {
--color-primary: #333333;
--color-accent: #f39c12;
--color-text: #1a1a1a;
--color-light: #ffffff;
--font-main: 'Montserrat', sans-serif;
--font-heading: 'Inter', sans-serif;
--width-max: 1200px;
--header-height: 100px;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: var(--font-main);
color: var(--color-text);
line-height: 1.6;
font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
font-weight: 700;
line-height: 1.2;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
.site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-content {
flex: 1;
}
.container,
.header-container,
.top-bar-container {
max-width: var(--width-max);
margin: 0 auto;
padding: 0 20px;
}
.section-padding {
padding: 60px 0;
}
.top-bar {
background-color: var(--color-accent);
color: #fff;
padding: 12px 0;
font-size: 1.1rem;
font-weight: 500;
}
.top-bar-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.contact-info {
display: flex;
align-items: center;
gap: 20px;
}
.contact-info-item {
transition: opacity 0.5s ease-in-out;
}
.contact-info-item.fade-out {
opacity: 0;
}
@media (max-width: 900px) {
.contact-info-item {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.contact-info-item.phone {
opacity: 0;
}
}
.social-links {
display: flex;
align-items: center;
gap: 15px;
}
.social-links a {
color: #fff;
transition: opacity 0.3s;
display: flex;
align-items: center;
}
.social-links a:hover {
opacity: 0.7;
}
.contact-info .separator {
color: rgba(255, 255, 255, 0.6);
}
.site-header {
background: transparent;
box-shadow: none;
padding: 15px 0;
position: relative;
z-index: 100;
margin-bottom: -100px;
font-family: var(--font-main) !important;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo a {
display: block;
}
.logo img {
max-height: 70px;
width: auto;
display: block;
}
.site-title {
font-size: 2rem;
color: #fff;
}
.main-navigation ul {
display: flex;
gap: 40px;
align-items: center;
}
.main-navigation a {
font-weight: 400;
font-size: 1.1rem;
color: #fff;
transition: color 0.3s;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
body:not(.home) .main-navigation a,
body.page-template-page-portfolio .main-navigation a,
body.page-id-9 .main-navigation a {
color: #000;
text-shadow: none;
}
body:not(.home) .main-navigation a:hover,
body.page-template-page-portfolio .main-navigation a:hover,
body.page-id-9 .main-navigation a:hover {
color: var(--color-accent);
}
.cta-button a {
background-color: var(--color-accent) !important;
color: #fff !important;
padding: 12px 28px;
border-radius: 6px;
transition: all 0.3s;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 10px rgba(243, 156, 18, 0.3);
}
.cta-button a:hover {
background-color: #e67e22 !important;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(243, 156, 18, 0.4);
}
body:not(.home) .cta-button a {
background-color: var(--color-accent) !important;
color: #fff !important;
}
body:not(.home) .cta-button a:hover {
background-color: #e67e22 !important;
color: #fff !important;
}
.hero-section {
position: relative;
height: 90vh;
min-height: 500px;
background-color: #333;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
color: #fff;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
max-width: 800px;
text-align: left;
}
.hero-pretitle {
display: block;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 10px;
font-weight: 500;
}
.hero-title {
font-size: 2.8rem;
margin-bottom: 20px;
color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
font-weight: 600;
letter-spacing: -0.02em;
}
.hero-subtitle {
font-size: 1.25rem;
margin-bottom: 0;
font-weight: 300;
opacity: 0.95;
max-width: 600px;
}
.btn-hero {
display: inline-block;
background-color: transparent !important;
color: #fff;
padding: 10px 20px 10px 0;
font-size: 1.2rem;
font-weight: 700;
border-radius: 0;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
box-shadow: none !important;
text-decoration: none;
border-bottom: 3px solid var(--color-accent);
}
.btn-hero:hover {
background-color: transparent;
color: var(--color-accent);
}
.btn-hero::after {
display: none;
}
.btn-primary {
display: inline-block;
background-color: transparent !important;
color: var(--color-primary);
padding: 10px 20px 10px 0;
font-size: 1rem;
font-weight: 700;
border-radius: 0;
transition: all 0.3s ease;
text-transform: uppercase;
position: relative;
text-decoration: none;
box-shadow: none !important;
border-bottom: 3px solid var(--color-accent);
}
.btn-primary:hover {
background-color: transparent;
color: var(--color-accent);
}
.btn-primary::after {
display: none;
}
.about-grid {
display: flex;
align-items: center;
gap: 60px;
}
.about-image-wrapper {
flex: 1;
}
.about-image-wrapper img {
width: 100%;
border-radius: 8px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.about-content-wrapper {
flex: 1;
}
.section-title {
font-size: 2.5rem;
margin-bottom: 25px;
color: var(--color-primary);
position: relative;
padding-bottom: 15px;
}
.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 4px;
background-color: var(--color-accent);
}
.about-text {
font-size: 1.1rem;
color: #555;
margin-bottom: 30px;
}
@media (max-width: 900px) {
.about-grid {
flex-direction: column;
gap: 40px;
}
.about-image-wrapper {
width: 100%;
}
}
.stats-separator-section {
width: 100%;
}
.stats-grid-full {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.stat-box {
flex: 1;
min-width: 250px;
padding: 60px 20px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.stat-white-border {
background-color: #fff;
color: #000;
border: 2px solid var(--color-accent);
}
.stat-white {
background-color: #fff;
color: var(--color-primary);
}
.stat-dark {
background-color: #000;
color: #fff;
}
.stat-accent {
background-color: var(--color-accent);
color: #fff;
}
.stat-number {
display: block;
font-size: 3rem;
font-weight: 700;
margin-bottom: 5px;
font-family: var(--font-heading);
line-height: 1;
}
.stat-label {
display: block;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
}
@media (max-width: 900px) {
.stats-grid-full {
flex-direction: column;
}
.stat-box {
padding: 40px 20px;
min-height: 150px;
width: 100%;
}
}
.mobile-menu-toggle {
display: none;
cursor: pointer;
}
.mobile-menu-close,
.mobile-overlay {
display: none;
}
@media (max-width: 900px) {
.top-bar {
font-size: 0.9rem;
}
.top-bar-container {
justify-content: space-between;
flex-direction: row;
gap: 15px;
}
.contact-info {
flex-direction: row;
gap: 0;
text-align: left;
flex: 1;
min-width: 0;
position: relative;
height: 24px;
}
.contact-info .separator {
display: none;
}
.social-links {
justify-content: flex-end;
gap: 12px;
flex-shrink: 0;
}
.mobile-menu-toggle {
display: block;
}
.main-navigation {
position: fixed;
top: 0;
right: -100%;
width: 300px;
height: 100vh;
background: #fff;
padding: 60px 40px;
box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease-in-out;
z-index: 1001;
}
.main-navigation.is-open {
right: 0;
}
.main-navigation ul {
flex-direction: column;
align-items: flex-start;
gap: 25px;
}
.main-navigation .cta-button a {
color: #fff !important;
}
.mobile-menu-close {
display: block;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.mobile-overlay {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s;
z-index: 1000;
}
.mobile-overlay.is-active {
opacity: 1;
visibility: visible;
}
.hero-section {
padding-top: 140px;
}
.hero-title {
font-size: 2.5rem;
}
.hero-subtitle {
font-size: 1.2rem;
}
}
.contact-boxes-section {
position: relative;
margin-top: -80px;
z-index: 10;
margin-bottom: 40px;
}
.contact-boxes-grid {
display: flex;
justify-content: space-between;
gap: 30px;
}
.contact-box {
background: #fff;
flex: 1;
padding: 30px;
border-radius: 4px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
display: flex;
align-items: flex-start;
gap: 20px;
transition: transform 0.3s ease;
}
.contact-box:hover {
transform: translateY(-5px);
}
.contact-box .icon-wrapper {
color: var(--color-accent);
flex-shrink: 0;
}
.contact-box h3 {
font-size: 1.2rem;
margin-bottom: 5px;
color: var(--color-primary);
}
.contact-box p {
font-size: 1rem;
color: #666;
margin: 0;
line-height: 1.5;
}
@media (max-width: 900px) {
.contact-boxes-grid {
flex-direction: column;
gap: 15px;
}
.contact-boxes-section {
margin-top: -40px;
}
.contact-box {
padding: 20px;
}
}
.services-page-main {
padding: 60px 0;
margin-top: 100px;
}
.services-page-header .page-title.center-line {
text-align: center;
margin-bottom: 60px;
font-size: 3rem;
position: relative;
padding-bottom: 20px;
color: var(--color-primary);
}
.services-page-header .page-title.center-line::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background-color: var(--color-accent);
}
.services-tiles-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 30px;
padding-bottom: 60px;
}
.service-tile {
position: relative;
width: 100%;
height: 350px;
background-color: #333;
background-size: cover;
background-position: center;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 30px;
text-align: left;
transition: transform 0.3s ease;
}
.service-tile:hover {
transform: translateY(-5px);
}
.service-tile-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
transition: background 0.3s ease;
z-index: 1;
}
.service-tile:hover .service-tile-overlay {
background: rgba(0, 0, 0, 0.6);
}
.service-tile-content {
position: relative;
z-index: 2;
color: #fff;
}
.service-tile-title {
font-size: 1.8rem;
margin-bottom: 15px;
font-weight: 700;
color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
border-bottom: 2px solid var(--color-accent);
display: inline-block;
padding-bottom: 5px;
}
.service-tile-desc {
font-size: 1rem;
line-height: 1.5;
color: #f1f1f1;
margin: 0;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.services-cta-section {
background: var(--color-accent);
padding: 50px 0;
margin-top: 40px;
}
.services-cta-section .cta-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.services-cta-section .cta-heading {
color: #fff;
font-size: 2rem;
margin: 0;
}
.services-cta-section .cta-btn {
background: #fff !important;
color: var(--color-accent) !important;
border: none !important;
border-bottom: none !important;
padding: 15px 40px;
border-radius: 4px;
font-size: 1.1rem;
}
.services-cta-section .cta-btn:hover {
background: #f9f9f9 !important;
color: #333 !important;
}
@media (max-width: 900px) {
.services-tiles-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.service-tile {
height: auto;
min-height: 300px;
}
.services-cta-section .cta-inner {
flex-direction: column;
text-align: center;
gap: 20px;
}
}
.services-grid-container {
max-width: var(--width-max);
margin: 0 auto;
padding: 60px 15px 30px;
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.service-item {
position: relative;
width: 100%;
aspect-ratio: 16 / 10;
background-color: #222;
background-size: cover;
background-position: center;
border-radius: 4px;
overflow: hidden;
cursor: pointer;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
transition: background 0.3s ease;
z-index: 1;
}
.service-item:hover .service-overlay {
background: rgba(0, 0, 0, 0.8);
}
.service-title {
position: absolute;
top: 20px;
left: 20px;
margin: 0;
z-index: 2;
color: #fff;
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.service-hover-content {
position: absolute;
top: 55px;
left: 20px;
right: 20px;
bottom: 20px;
z-index: 3;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
opacity: 0;
transition: opacity 0.3s ease;
border-left: 2px solid var(--color-accent);
padding-left: 15px;
}
.service-item:hover .service-hover-content {
opacity: 1;
}
.service-desc {
color: #eee;
font-size: 0.9rem;
line-height: 1.4;
text-align: left;
margin: 0;
}
@media (max-width: 992px) {
.services-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.services-grid {
grid-template-columns: 1fr;
}
}
.cta-section-wrapper {
padding-bottom: 60px;
margin-top: 10px;
}
.cta-box {
background: linear-gradient(135deg, var(--color-accent), #e67e22);
border-radius: 8px;
padding: 40px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 10px 30px rgba(243, 156, 18, 0.3);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-content {
flex: 1;
}
.cta-title {
margin: 0;
font-size: 1.8rem;
color: #fff;
font-weight: 700;
}
.cta-action {
margin-left: 40px;
}
.btn-cta {
background: rgba(255, 255, 255, 0.2);
color: #fff !important;
padding: 12px 30px;
font-size: 1.1rem;
font-weight: 600;
border-radius: 4px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.4);
display: inline-block;
white-space: nowrap;
text-decoration: none;
position: relative;
box-shadow: none !important;
}
.btn-cta:hover {
background: #fff;
color: var(--color-accent) !important;
transform: translateY(-2px);
}
.btn-cta::after {
display: none;
}
@media (max-width: 768px) {
.cta-box {
flex-direction: column;
text-align: center;
gap: 20px;
}
.cta-action {
margin-left: 0;
}
}
.why-us-section {
padding: 80px 0;
background: #fff;
color: #333;
overflow: hidden;
}
.why-us-layout-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.why-us-col {
position: relative;
z-index: 1;
}
.why-us-col.left,
.why-us-col.right {
flex: 1;
max-width: 25%;
}
.why-us-col.center {
flex: 2;
max-width: 50%;
position: relative;
}
.why-us-img-wrap {
position: relative;
border-radius: 4px;
overflow: hidden;
width: 100%;
height: 100%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-us-img-wrap img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.5);
transition: filter 0.3s ease;
}
.why-us-col.left .why-us-img-wrap img,
.why-us-col.right .why-us-img-wrap img {
filter: brightness(0.9);
}
.placeholder-img {
background: #f0f0f0;
color: #999;
display: flex;
align-items: center;
justify-content: center;
height: 300px;
font-size: 1.2rem;
}
.why-us-col.left .why-us-img-wrap,
.why-us-col.right .why-us-img-wrap {
aspect-ratio: 3/4;
}
.why-us-col.center .why-us-img-wrap {
aspect-ratio: 16/9;
min-height: 480px;
}
.why-us-shape {
position: absolute;
width: 120px;
height: 120px;
z-index: -1;
}
.shape-left {
background-color: var(--color-accent);
bottom: -20px;
right: -20px;
}
.shape-right {
background-color: #1a1a1a;
top: -20px;
left: -20px;
}
.why-us-overlay-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
padding: 40px;
text-align: left;
color: #fff;
pointer-events: none;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.why-us-overlay-content * {
pointer-events: auto;
}
.why-us-title {
font-size: 2.8rem;
margin-bottom: 25px;
color: #fff;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
position: relative;
padding-bottom: 20px;
display: inline-block;
}
.why-us-title::after {
left: 0;
transform: none;
content: '';
position: absolute;
bottom: 0;
width: 80px;
height: 4px;
background-color: var(--color-accent);
}
.why-us-list {
text-align: left;
display: block;
margin-bottom: auto;
max-width: 600px;
}
.why-us-list li {
font-size: 1.2rem;
margin-bottom: 15px;
display: flex;
align-items: center;
color: #fff;
font-weight: 500;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.why-us-list .check-icon {
margin-right: 15px;
color: var(--color-accent);
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
width: 28px;
height: 28px;
}
.why-us-cta {
margin-top: 20px;
}
.why-us-cta .btn-why {
background-color: transparent !important;
color: #fff;
padding: 10px 20px 10px 0;
font-size: 1.1rem;
font-weight: 700;
border-radius: 0;
text-transform: uppercase;
transition: all 0.3s ease;
display: inline-block;
border: none;
letter-spacing: 1px;
cursor: pointer;
text-decoration: none;
position: relative;
box-shadow: none !important;
border-bottom: 3px solid var(--color-accent);
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.why-us-cta .btn-why:hover {
background-color: transparent;
color: var(--color-accent);
box-shadow: none;
}
.why-us-cta .btn-why::after {
display: none;
}
@media (max-width: 900px) {
.why-us-section {
padding: 0;
}
.why-us-layout-container {
flex-direction: column;
gap: 0;
padding: 0;
width: 100%;
max-width: 100%;
}
.why-us-col.left,
.why-us-col.right {
display: none;
}
.why-us-col.center {
max-width: 100%;
width: 100%;
flex: auto;
position: relative;
}
.why-us-col.center::after {
display: none;
}
.why-us-col.center {}
.why-us-col.center .why-us-img-wrap {
border-radius: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100%;
box-shadow: none;
z-index: 0;
aspect-ratio: auto;
}
.why-us-title {
font-size: 2rem;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.why-us-overlay-content {
position: relative;
width: 100%;
height: auto;
padding: 80px 30px;
z-index: 2;
transform: none;
left: auto;
top: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.why-us-list {
margin: 20px 0;
}
.why-us-list li {
font-size: 1.1rem;
}
}
.portfolio-section {
background-color: #fff;
}
.text-center {
text-align: center;
}
.section-header {
margin-bottom: 50px;
}
.section-title.center-line {
display: inline-block;
}
.section-title.center-line::after {
left: 50%;
transform: translateX(-50%);
}
.portfolio-page-header {
text-align: center;
margin-bottom: 40px;
}
.portfolio-grid {
display: flex;
gap: 30px;
margin-bottom: 50px;
}
.portfolio-item {
flex: 1;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
aspect-ratio: 9/16;
background: #f0f0f0;
transition: transform 0.3s ease;
}
.portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.placeholder-img.vertical {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
font-size: 1.5rem;
}
.portfolio-cta-wrapper {
margin-top: 40px;
}
.portfolio-page-main {
padding: 60px 0;
margin-top: 100px;
}
.portfolio-page-title {
text-align: center;
font-size: 3rem;
margin-bottom: 50px;
color: var(--color-primary);
}
.portfolio-page-title.center-line {
display: inline-block;
position: relative;
}
.portfolio-page-title.center-line::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--color-accent);
}
.portfolio-masonry-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: auto;
gap: 20px;
}
.portfolio-grid-item {
width: 100%;
position: relative;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
background: #f0f0f0;
}
.portfolio-img-wrap {
width: 100%;
height: 100%;
position: relative;
}
.portfolio-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.portfolio-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.plus-icon {
color: #fff;
font-size: 3rem;
font-weight: 300;
}
.portfolio-cta-break {
grid-column: 1 / -1;
margin: 40px 0;
padding: 20px 0;
}
.portfolio-cta-inner {
background-color: var(--color-primary);
color: #fff;
padding: 60px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: space-between;
background-image: linear-gradient(135deg, #444 0%, #222 100%);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden;
}
.portfolio-cta-inner::before {
content: '';
position: absolute;
top: -50%;
left: -10%;
width: 300px;
height: 300px;
background: var(--color-accent);
opacity: 0.1;
border-radius: 50%;
filter: blur(50px);
}
.p-cta-content h2 {
font-size: 2.2rem;
margin-bottom: 10px;
color: #fff;
}
.p-cta-content p {
font-size: 1.1rem;
opacity: 0.8;
}
.btn-portfolio-cta {
display: inline-block;
background-color: transparent;
color: #fff;
padding: 10px 20px 10px 0;
font-size: 1rem;
font-weight: 700;
border-radius: 0;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
box-shadow: none;
text-decoration: none;
border-bottom: 3px solid var(--color-accent);
}
.btn-portfolio-cta:hover {
background-color: transparent;
color: var(--color-accent);
transform: none;
box-shadow: none;
}
@media (max-width: 900px) {
.portfolio-masonry-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.portfolio-cta-inner {
flex-direction: column;
text-align: center;
gap: 30px;
padding: 40px 20px;
}
.portfolio-cta-break {
margin: 20px 0;
}
}
.testimonials-wrapper {
display: flex;
align-items: center;
position: relative;
gap: 20px;
}
.testimonials-track-container {
overflow: hidden;
flex: 1;
width: 100%;
}
.testimonials-track {
display: flex;
transition: transform 0.5s ease-in-out;
padding: 10px 0 20px 0;
}
.testimonial-card {
flex: 0 0 calc((100% - 60px) / 3);
margin-right: 30px;
padding: 30px;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
height: auto;
}
.testimonial-card:last-child {}
.testi-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.testi-avatar {
width: 60px;
height: 60px;
flex-shrink: 0;
}
.testi-avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.avatar-fallback {
width: 100%;
height: 100%;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase;
}
.testi-info {
flex: 1;
}
.testi-name {
font-size: 1.1rem;
margin: 0 0 5px 0;
color: var(--color-primary);
}
.testi-stars {
color: #f1c40f;
font-size: 1rem;
letter-spacing: 2px;
}
.testi-content {
color: #555;
font-size: 0.95rem;
line-height: 1.6;
font-style: italic;
}
.testi-nav,
.portfolio-nav {
background: #fff;
border: 1px solid #eee;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s;
flex-shrink: 0;
color: var(--color-primary);
}
.testi-nav:hover:not(:disabled),
.portfolio-nav:hover:not(:disabled) {
background: var(--color-accent);
color: #fff;
border-color: var(--color-accent);
}
.testi-nav:disabled,
.portfolio-nav:disabled {
opacity: 0.5;
cursor: not-allowed;
background: #f5f5f5;
}
.portfolio-slider-wrapper {
display: flex;
align-items: center;
gap: 20px;
}
.portfolio-track-container {
overflow: hidden;
width: 100%;
}
.portfolio-track {
display: flex;
gap: 30px;
transition: transform 0.3s ease;
}
.portfolio-nav {
display: none;
}
@media (max-width: 900px) {
.mobile-menu-toggle {
display: block;
color: #fff;
}
body:not(.home) .mobile-menu-toggle svg rect {
fill: #000 !important;
}
.mobile-menu-toggle svg rect {
fill: #fff !important;
}
.main-navigation a {
color: #000 !important;
text-shadow: none;
}
.main-navigation a:hover {
color: var(--color-accent) !important;
}
.testimonial-card {
flex: 0 0 100%;
margin-right: 20px;
}
.testimonials-wrapper {
flex-wrap: wrap;
justify-content: space-between;
}
.testimonials-track-container {
order: 1;
flex: 0 0 100%;
margin-bottom: 5px;
}
.testi-nav {
order: 2;
margin-top: 5px;
}
.portfolio-slider-wrapper {
flex-wrap: wrap;
justify-content: space-between;
}
.portfolio-track-container {
order: 1;
width: 100%;
margin-bottom: 5px;
}
.portfolio-track {
gap: 0;
}
.portfolio-item {
flex: 0 0 100%;
margin-right: 20px;
}
.portfolio-nav {
display: flex;
order: 2;
margin-top: 5px;
}
}
.site-footer {
position: relative;
background: linear-gradient(135deg, var(--color-accent) 0%, #d35400 100%);
color: #fff;
padding-top: 60px;
margin-top: auto;
}
.footer-grid {
display: flex;
justify-content: flex-start;
gap: 90px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-col h3 {
font-size: 1.2rem;
margin-bottom: 20px;
color: #fff;
}
.footer-col-logo img {
max-height: 50px;
width: auto;
}
.footer-title {
font-size: 1.8rem;
font-weight: 700;
color: #fff;
}
.footer-navigation ul {
display: flex;
flex-direction: column;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}
.footer-navigation a {
color: #fff;
font-weight: 500;
font-size: 1rem;
transition: opacity 0.3s;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.footer-navigation a:hover {
opacity: 0.8;
}
.company-details {
margin-bottom: 20px;
font-size: 0.95rem;
line-height: 1.6;
}
.company-details p {
margin: 5px 0;
}
.company-name {
font-weight: 700;
font-size: 1.1rem;
margin-bottom: 8px;
}
.footer-socials {
margin-top: 20px;
}
.social-icons {
display: flex;
gap: 15px;
}
.social-icons a {
color: #fff;
transition: opacity 0.3s;
display: flex;
align-items: center;
}
.social-icons a:hover {
opacity: 0.7;
}
.footer-bottom {
padding: 20px 0;
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.9);
}
.footer-bottom-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-links-left {
display: flex;
align-items: center;
gap: 15px;
}
.footer-links-left a {
color: #fff;
text-decoration: none;
transition: opacity 0.3s;
}
.footer-links-left a:hover {
opacity: 0.8;
}
.sep {
opacity: 0.5;
}
.developer-credit a {
font-weight: 600;
color: #fff;
}
@media (max-width: 900px) {
.footer-grid {
flex-direction: column;
gap: 30px;
}
.footer-col h3 {
margin-bottom: 15px;
}
.footer-col-logo {
order: 1;
}
.footer-col:nth-child(2) {
order: 2;
}
.footer-col:nth-child(3) {
order: 3;
}
}
@media (max-width: 768px) {
.site-footer {
padding-top: 40px;
}
.footer-bottom-content {
flex-direction: column-reverse;
align-items: flex-start;
gap: 20px;
}
.footer-links-left {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.sep {
display: none;
}
}
.privacy-page-main {
padding: 60px 0;
margin-top: 100px;
}
.privacy-page-container {
max-width: 800px;
}
.privacy-page-container h1 {
text-align: center;
font-size: 3rem;
margin-bottom: 50px;
color: var(--color-primary);
position: relative;
display: table;
margin-left: auto;
margin-right: auto;
}
.privacy-page-container h1::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--color-accent);
}
.privacy-page-container h3 {
margin-top: 40px;
margin-bottom: 20px;
font-size: 1.5rem;
color: var(--color-primary);
}
.privacy-page-container p {
margin-bottom: 20px;
line-height: 1.8;
color: #555;
font-size: 1.05rem;
}
.privacy-page-container ul {
margin-bottom: 30px;
padding-left: 20px;
}
.privacy-page-container li {
margin-bottom: 10px;
color: #555;
line-height: 1.6;
}
.privacy-page-container a {
color: var(--color-accent);
text-decoration: none;
font-weight: 500;
}
.privacy-page-container a:hover {
text-decoration: underline;
}
.error-404-main {
display: flex;
align-items: center;
justify-content: center;
min-height: 70vh;
background-color: #f9f9f9;
text-align: center;
padding: 120px 20px;
}
.container-404 {
max-width: 600px;
}
.error-code {
font-size: 8rem;
font-weight: 900;
color: var(--color-accent, #d35400);
line-height: 1;
margin-bottom: 20px;
text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.error-title {
font-size: 2rem;
margin-bottom: 15px;
color: var(--color-primary, #333);
text-transform: uppercase;
letter-spacing: 1px;
}
.error-desc {
font-size: 1.1rem;
color: #666;
margin-bottom: 40px;
}
.btn-404 {
display: inline-block;
padding: 15px 35px;
background-color: var(--color-accent, #d35400);
color: #fff;
font-weight: 700;
text-transform: uppercase;
border-radius: 50px;
text-decoration: none;
transition: transform 0.3s, box-shadow 0.3s;
box-shadow: 0 4px 15px rgba(211, 84, 0, 0.3);
}
.btn-404:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(211, 84, 0, 0.4);
color: #fff;
}
.contact-page-container {
padding: 60px 0;
margin-top: 100px;
}
.contact-header {
text-align: center;
margin-bottom: 50px;
}
.contact-header h1 {
font-size: 3rem;
margin-bottom: 50px;
color: var(--color-primary);
}
.contact-header h1.center-line {
display: inline-block;
position: relative;
}
.contact-header h1.center-line::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--color-accent);
}
.contact-grid {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 60px;
}
@media (max-width: 768px) {
.contact-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.contact-form-col {
padding: 25px;
}
}
.contact-info-col {
display: flex;
flex-direction: column;
gap: 20px;
}
.contact-box {
display: flex;
align-items: center;
gap: 15px;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
border: 1px solid #f0f0f0;
transition: transform 0.3s;
}
.contact-box:hover {
transform: translateY(-3px);
}
.icon-wrap {
background: var(--color-accent);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #fff;
}
.icon-wrap svg {
width: 20px;
height: 20px;
}
.info-details h3 {
margin: 0 0 2px 0;
font-size: 0.95rem;
font-weight: 700;
text-transform: uppercase;
color: #333;
}
.info-details p,
.info-details a {
margin: 0;
font-size: 0.95rem;
color: #666;
text-decoration: none;
line-height: 1.4;
}
.info-details a:hover {
color: var(--color-accent);
}
.company-name-bold {
font-weight: 700;
font-size: 1.05rem;
color: #333;
}
.contact-form-col {
background: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
#contact-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.form-group:nth-child(1) {
grid-column: 1 / -1;
}
.form-group:nth-child(2) {
grid-column: 1 / 2;
}
.form-group:nth-child(3) {
grid-column: 2 / 3;
}
.form-group:nth-child(4) {
grid-column: 1 / -1;
}
.status-message,
.btn-submit {
grid-column: 1 / -1;
}
@media (max-width: 600px) {
#contact-form {
grid-template-columns: 1fr;
}
.form-group:nth-child(2),
.form-group:nth-child(3) {
grid-column: 1 / -1;
}
}
.bywitek-contact-form .form-group {
margin-bottom: 0;
}
.bywitek-contact-form label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #444;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.bywitek-contact-form label .required {
color: var(--color-accent);
margin-left: 2px;
}
.bywitek-contact-form input,
.bywitek-contact-form textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #e1e1e1;
border-radius: 4px;
font-size: 1rem;
transition: border-color 0.3s;
background: #fafafa;
}
.bywitek-contact-form input:focus,
.bywitek-contact-form textarea:focus {
border-color: var(--color-accent);
outline: none;
background: #fff;
}
.btn-submit {
width: 100%;
background-color: var(--color-accent);
color: #fff;
padding: 15px;
border: none;
border-radius: 4px;
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
transition: background-color 0.3s, transform 0.2s;
margin-top: 10px;
}
.btn-submit:hover {
background-color: #333;
transform: translateY(-2px);
}
.btn-submit:disabled {
background-color: #ccc;
cursor: not-allowed;
transform: none;
}
.status-message {
padding: 15px;
margin-top: 20px;
border-radius: 4px;
font-size: 0.95rem;
display: none;
text-align: center;
}
.status-message.success {
display: block;
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.status-message.error {
display: block;
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}