:root {
--bg-color: #ffffff;
--text-color: #000000;
--header-bg: #f8f9fa;
--header-border: #e0e0e0;
--accent-color: #007bff;
--menu-bg: #ffffff;
--shadow: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] {
--bg-color: #0a0a14;
--text-color: #ffffff;
--header-bg: #121220;
--header-border: #333355;
--menu-bg: #161628;
--shadow: rgba(0, 0, 0, 0.5);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
transition: background-color 0.3s, color 0.3s;
}
/* --- Navbar --- */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
background-color: var(--header-bg);
border-bottom: 1px solid var(--header-border);
z-index: 1000;
box-shadow: 0 2px 10px var(--shadow);
}
.logo img,
.mobile-logo img {
height: 40px;
width: auto;
}
.mobile-logo {
display: none;
}
.theme-toggle {
background: transparent;
border: none;
cursor: pointer;
font-size: 1.2rem;
color: var(--text-color);
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transition: transform 0.3s ease;
}
.theme-toggle:hover {
transform: rotate(20deg);
}
.nav-menu ul {
display: flex;
list-style: none;
gap: 1.5rem;
}
.nav-menu a {
text-decoration: none;
color: var(--text-color);
font-weight: 600;
}
.hamburger {
display: none;
flex-direction: column;
cursor: pointer;
width: 30px;
height: 24px;
justify-content: space-between;
}
.bar {
width: 100%;
height: 3px;
background-color: var(--text-color);
border-radius: 2px;
transition: all 0.3s ease;
}
.hamburger.active .bar:nth-child(1) {
transform: rotate(45deg) translate(6px, 6px);
background: linear-gradient(90deg, #00c6ff, #0072ff);
box-shadow: 0 0 8px rgba(0, 114, 255, 0.7);
}
.hamburger.active .bar:nth-child(2) { opacity: 0; }
.hamburger.active .bar:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
background: linear-gradient(90deg, #00c6ff, #0072ff);
box-shadow: 0 0 8px rgba(0, 114, 255, 0.7);
}
/* --- Hero com RAIOS DE LUZ --- */
.hero {
position: relative;
height: 80vh;
margin-top: 70px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
background: var(--bg-color);
}
.light-rays {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(circle at 10% 20%, rgba(0, 100, 255, 0.05) 0%, transparent 20%),
radial-gradient(circle at 90% 80%, rgba(0, 180, 255, 0.05) 0%, transparent 20%);
z-index: 1;
}
.light-rays::before,
.light-rays::after {
content: "";
position: absolute;
top: -50%;
width: 40px;
height: 200%;
background: linear-gradient(
to bottom,
transparent,
rgba(0, 180, 255, 0.2),
transparent
);
box-shadow: 0 0 30px rgba(0, 180, 255, 0.4);
filter: blur(8px);
animation: sweep 12s infinite linear;
z-index: 2;
}
.light-rays::before {
left: 10%;
animation-delay: 0s;
transform: rotate(25deg);
}
.light-rays::after {
right: 15%;
animation-delay: -4s;
transform: rotate(-25deg);
animation-name: sweepReverse;
}
@keyframes sweep {
0% { transform: rotate(25deg) translateX(-100%); }
100% { transform: rotate(25deg) translateX(300%); }
}
@keyframes sweepReverse {
0% { transform: rotate(-25deg) translateX(100%); }
100% { transform: rotate(-25deg) translateX(-300%); }
}
.hero-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 1200px;
width: 90%;
gap: 2rem;
text-align: center;
padding: 0 1rem;
}
.slogan h1 {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 1rem;
background: linear-gradient(90deg, #00b4ff, #0072ff);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.slogan p {
font-size: 1.2rem;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
font-weight: 500;
}
.hero-image {
width: 100%;
max-width: 500px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hero-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
}
.hero-image img:hover {
transform: scale(1.02);
}
/* --- Botões na hero section --- */
.hero-buttons {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
justify-content: center;
flex-wrap: wrap;
}
.btn {
padding: 0.8rem 1.8rem;
text-decoration: none;
font-weight: 600;
border-radius: 30px;
transition: all 0.3s ease;
color: var(--text-color);
background: transparent;
border: 2px solid var(--accent-color);
display: inline-block;
text-align: center;
}
.btn:hover {
background: var(--accent-color);
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 118, 255, 0.3);
}
.btn.primary {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.btn.primary:hover {
background: #0056b3;
color: white;
}
/* --- Seção Sobre --- */
.about-section {
padding: 5rem 2rem;
background-color: var(--bg-color);
}
.about-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
text-align: center;
}
.about-text {
flex: 1;
width: 100%;
}
.about-text h2 {
font-size: 2.2rem;
margin-bottom: 1.5rem;
color: var(--text-color);
}
.about-text p {
font-size: 1.05rem;
line-height: 1.7;
margin-bottom: 1.2rem;
color: var(--text-color);
}
.about-text strong {
color: var(--accent-color);
}
.about-image {
flex: 1;
width: 100%;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease;
}
.about-image:hover {
transform: scale(1.02);
}
.about-image img {
width: 100%;
height: auto;
display: block;
}
@media (min-width: 992px) {
.hero-content {
flex-direction: row;
text-align: left;
gap: 3rem;
}
.slogan {
flex: 1;
text-align: left;
}
.hero-image {
flex: 1;
max-width: none;
}
.about-content {
flex-direction: row;
text-align: left;
gap: 3rem;
align-items: center;
}
.about-text {
text-align: left;
}
}
/* --- Missão, Visão e Valores --- */
.mission-section {
padding: 4rem 2rem;
background-color: var(--bg-color);
}
.mission-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.mission-content h2 {
font-size: 2.2rem;
margin-bottom: 2.5rem;
color: var(--text-color);
}
.mvv-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}
.mvv-card {
background: var(--menu-bg);
padding: 1.8rem;
border-radius: 16px;
box-shadow: 0 6px 20px var(--shadow);
transition: transform 0.3s ease;
}
.mvv-card:hover {
transform: translateY(-6px);
}
.mvv-card h3 {
color: var(--accent-color);
margin-bottom: 1rem;
font-size: 1.3rem;
}
.mvv-card i {
margin-right: 8px;
}
/* --- Horário de Funcionamento --- */
.hours-section {
padding: 4rem 2rem;
background-color: var(--bg-color);
}
.hours-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 2rem;
}
.hours-text h2 {
font-size: 2.2rem;
margin-bottom: 1.5rem;
color: var(--text-color);
text-align: center;
}
.hours-text ul {
list-style: none;
padding: 0;
font-size: 1.1rem;
line-height: 1.8;
margin-bottom: 1rem;
text-align: center;
}
.hours-image {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.hours-image img {
width: 100%;
height: auto;
display: block;
}
@media (min-width: 992px) {
.hours-content {
flex-direction: row;
align-items: center;
gap: 3rem;
}
.hours-text {
flex: 1;
text-align: left;
}
.hours-image {
flex: 1;
max-width: 500px;
}
}
/* --- Mapa Section */
.map-section {
padding: 2rem 0;
text-align: center;
}
.map-container {
max-width: 900px;
margin: 0 auto;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.map-container iframe {
width: 100%;
height: 400px;
border: none;
display: block;
}
@media (max-width: 768px) {
.map-container iframe {
height: 300px;
}
}
/* --- Página de Contato --- */
.contact-section {
max-width: 1000px;
margin: 100px auto 4rem;
padding: 0 1.5rem;
text-align: center;
}
.contact-section h2 {
font-size: 2rem;
margin-bottom: 2.5rem;
color: var(--text-color);
}
.whatsapp-grid {
display: flex;
gap: 2rem;
justify-content: center;
flex-wrap: wrap;
}
.whatsapp-card {
background: var(--menu-bg);
border-radius: 16px;
padding: 1.8rem;
width: 280px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.whatsapp-card:hover {
transform: translateY(-8px);
}
.contact-avatar {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 1.2rem;
border: 3px solid var(--accent-color);
}
.contact-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.whatsapp-card h3 {
font-size: 1.3rem;
margin-bottom: 0.4rem;
color: var(--text-color);
}
.department {
color: var(--accent-color);
font-weight: 600;
margin-bottom: 1.2rem;
font-size: 0.95rem;
}
.whatsapp-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: #25D366;
color: white;
text-decoration: none;
padding: 0.6rem 1.2rem;
border-radius: 30px;
font-weight: 600;
transition: background 0.3s;
}
.whatsapp-btn:hover {
background: #128C7E;
transform: scale(1.05);
}
/* --- Galeria --- */
.gallery-section {
padding: 4rem 2rem;
background-color: var(--bg-color);
}
.gallery-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.gallery-content h2 {
font-size: 2.2rem;
margin-bottom: 1rem;
color: var(--text-color);
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 12px;
margin-bottom: 2rem;
}
.gallery-item {
border-radius: 12px;
overflow: hidden;
aspect-ratio: 1 / 1;
box-shadow: 0 4px 12px var(--shadow);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.gallery-item:hover {
transform: translateY(-6px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.gallery-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
color: white;
padding: 0.8rem 1.8rem;
border-radius: 30px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(204, 35, 102, 0.3);
}
.gallery-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(204, 35, 102, 0.5);
color: white;
}
@media (min-width: 768px) {
.gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
}
}
/* --- Vídeo Centralizado em Serviços --- */
.video-section {
padding: 2rem 0;
background-color: var(--bg-color);
}
.video-container {
max-width: 900px;
margin: 0 auto;
position: relative;
padding-top: 56.25%;
}
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
.video-container {
max-width: 1000px;
padding-top: 50%;
}
.video-container video {
object-fit: contain;
background: #000;
}
}
@media (max-width: 768px) {
.video-container {
max-width: 100%;
padding-top: 56.25%;
}
}
/* --- Sliders --- */
.slider-section {
padding: 4rem 2rem;
background-color: var(--bg-color);
}
.slider-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 3rem;
}
.slider-content.reverse {
flex-direction: row-reverse;
}
.slider-text {
flex: 1;
}
.slider-text h2 {
font-size: 1.8rem;
margin-bottom: 1rem;
color: var(--text-color);
}
.slider-text p {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text-color);
}
.slider-wrapper {
flex: 1;
max-width: 500px;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 8px 20px var(--shadow);
}
.slider-track {
display: flex;
width: 300%;
animation: scroll 18s linear infinite;
}
.slider-track img {
width: 33.333%;
flex-shrink: 0;
height: 300px;
object-fit: cover;
}
@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-33.333%); }
}
@media (max-width: 768px) {
.slider-content {
flex-direction: column;
text-align: center;
gap: 2rem;
}
.slider-content.reverse {
flex-direction: column;
}
.slider-track img {
height: 220px;
}
}
/* --- Seção de Serviços --- */
.services-section {
padding: 4rem 2rem;
background-color: var(--bg-color);
}
.services-section h2 {
text-align: center;
font-size: 2.2rem;
margin-bottom: 2.5rem;
color: var(--text-color);
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.service-card {
background: var(--menu-bg);
padding: 1.8rem;
border-radius: 16px;
box-shadow: 0 6px 20px var(--shadow);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
.service-card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.service-card h3 {
color: var(--accent-color);
margin-bottom: 1rem;
font-size: 1.3rem;
}
.service-card p {
color: var(--text-color);
line-height: 1.6;
}
/* --- Slider de Parceiros (CORRIGIDO) --- */
.partners-section {
padding: 3rem 2rem;
background-color: var(--bg-color);
}
.partners-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.partners-slider {
max-width: 600px;
margin: 2rem auto;
overflow: hidden;
border-radius: 16px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
background: var(--menu-bg);
position: relative;
transition: transform 0.4s ease;
}
.partners-slider:hover {
transform: scale(1.02);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.partners-track {
display: flex;
width: 300%;
animation: scrollPartners 15s linear infinite;
}
.partners-track img {
width: 33.333%;
flex-shrink: 0;
min-height: 120px;
max-height: 200px;
object-fit: contain;
padding: 15px;
background: var(--bg-color);
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
height: auto;
}
.partners-track img:hover {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
filter: brightness(1.1);
}
@keyframes scrollPartners {
0% { transform: translateX(0); }
100% { transform: translateX(-33.333%); }
}
[data-theme="dark"] .partners-slider {
background: #161628;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .partners-track img {
background: #0a0a14;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .partners-track img:hover {
box-shadow: 0 8px 20px rgba(0, 176, 255, 0.3);
filter: brightness(1.2);
}
/* --- Botões estilizados nos sliders (Serviços) --- */
.tech-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 0.75rem 1.6rem;
background: linear-gradient(135deg, #007bff, #00c6ff);
color: white;
text-decoration: none;
font-weight: 600;
border-radius: 30px;
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
transition: all 0.3s ease;
border: 2px solid transparent;
font-size: 1rem;
margin-top: 1rem;
}
.tech-btn:hover {
transform: translateY(-3px) scale(1.03);
box-shadow: 0 6px 20px rgba(0, 123, 255, 0.5);
background: linear-gradient(135deg, #0069d9, #00a8e8);
border-color: rgba(255, 255, 255, 0.3);
}
.tech-btn i {
font-size: 1.1rem;
}
[data-theme="dark"] .tech-btn {
background: linear-gradient(135deg, #0d47a1, #00b0ff);
box-shadow: 0 4px 15px rgba(0, 176, 255, 0.2);
}
[data-theme="dark"] .tech-btn:hover {
background: linear-gradient(135deg, #0a3d8a, #0091ea);
box-shadow: 0 6px 20px rgba(0, 176, 255, 0.4);
}
/* --- Modal de Galeria --- */
.modal {
display: none;
position: fixed;
z-index: 2000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
backdrop-filter: blur(5px);
animation: fadeIn 0.3s ease;
}
.modal-content {
position: relative;
margin: 5% auto;
width: 90%;
max-width: 900px;
text-align: center;
}
.close {
position: absolute;
top: 15px;
right: 25px;
color: white;
font-size: 35px;
font-weight: bold;
cursor: pointer;
z-index: 2001;
}
.close:hover {
color: #007bff;
}
#modalImage {
width: 100%;
max-height: 80vh;
object-fit: contain;
border-radius: 8px;
}
.nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
font-size: 24px;
padding: 10px 15px;
cursor: pointer;
border-radius: 50%;
z-index: 2001;
}
.prev { left: 15px; }
.next { right: 15px; }
.nav-btn:hover {
background: rgba(0, 123, 255, 0.8);
}
.modal-dots {
margin-top: 15px;
}
.modal-dots span {
height: 10px;
width: 10px;
margin: 0 5px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
cursor: pointer;
transition: background 0.3s;
}
.modal-dots span.active {
background-color: #007bff;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* --- Modal de Manutenção (Serviços) --- */
.maintenance-modal {
display: none;
position: fixed;
z-index: 2000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
backdrop-filter: blur(5px);
}
.maintenance-modal-content {
position: relative;
margin: 5% auto;
width: 90%;
max-width: 800px;
text-align: center;
}
.maintenance-modal img {
width: 100%;
max-height: 80vh;
object-fit: contain;
border-radius: 8px;
}
.maintenance-close {
position: absolute;
top: 15px;
right: 25px;
color: white;
font-size: 35px;
cursor: pointer;
}
/* --- NOVO Rodapé (4 colunas) --- */
.new-footer {
background: #0a0a14;
color: #ffffff;
padding: 4rem 2rem;
margin-top: 3rem;
border-top: 1px solid #333355;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 1rem;
}
.footer-logo {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 1rem;
}
.footer-logo img {
height: 50px;
width: auto;
}
.footer-logo h3 {
font-size: 1.5rem;
font-weight: 700;
margin: 0;
color: #ffffff;
}
.footer-column p {
font-size: 0.95rem;
line-height: 1.6;
color: #cccccc;
margin: 0;
}
.footer-column h4 {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 1rem;
color: #ffffff;
}
.footer-column ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-column ul li {
margin-bottom: 0.5rem;
}
.footer-column ul li a {
color: #cccccc;
text-decoration: none;
font-size: 0.95rem;
transition: color 0.3s;
}
.footer-column ul li a:hover {
color: #007bff;
}
.footer-social {
display: flex;
gap: 1rem;
margin-top: 1rem;
}
.footer-social a {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: #121220;
border-radius: 50%;
color: #007bff;
font-size: 1.1rem;
transition: all 0.3s ease;
}
.footer-social a:hover {
background: #007bff;
color: white;
transform: scale(1.1);
}
.contact-info {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.contact-item {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.95rem;
color: #cccccc;
}
.contact-item i {
color: #007bff;
font-size: 1rem;
margin-top: 4px;
}
.contact-item span {
line-height: 1.5;
}
/* --- Botões flutuantes --- */
.whatsapp-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 30px;
right: 30px;
background: #25D366;
color: white;
border-radius: 50px;
text-align: center;
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.8rem;
text-decoration: none;
transition: all 0.3s ease;
}
.whatsapp-float:hover {
transform: scale(1.1);
background: #128C7E;
}
.whatsapp-tooltip {
position: absolute;
bottom: 70px;
right: 0;
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 6px 12px;
border-radius: 6px;
font-size: 0.9rem;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s;
}
.whatsapp-float:hover .whatsapp-tooltip {
opacity: 1;
}
@media (max-width: 600px) {
.whatsapp-tooltip {
display: none;
}
}
/* --- Novo Botão Voltar ao Topo (ESQUERDA) --- */
.back-to-top-left {
position: fixed;
width: 50px;
height: 50px;
bottom: 30px;
left: 30px;
background: var(--accent-color);
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
z-index: 999;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}
.back-to-top-left.show {
opacity: 1;
visibility: visible;
}
.back-to-top-left:hover {
background: linear-gradient(135deg, #007bff, #00c6ff);
transform: scale(1.1);
box-shadow: 0 6px 16px rgba(0, 123, 255, 0.6);
}
.back-to-top-left i {
font-size: 1.2rem;
}
/* --- Mobile Menu --- */
@media (max-width: 768px) {
.nav-menu {
position: fixed;
top: 70px;
right: 0;
width: 75%;
height: calc(100vh - 70px);
background-color: var(--menu-bg);
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding-top: 0;
box-shadow: -5px 0 15px var(--shadow);
transform: translateX(100%);
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
z-index: 999;
}
.nav-menu.active {
transform: translateX(0);
}
.nav-menu ul {
flex-direction: column;
gap: 1.2rem;
width: 100%;
padding: 0 1.5rem;
}
.mobile-logo {
display: flex;
justify-content: center;
padding: 1.2rem 0;
border-bottom: 1px solid var(--header-border);
margin-bottom: 1.5rem;
width: 100%;
}
.nav-menu ul li a {
display: flex;
align-items: center;
color: var(--text-color);
text-decoration: none;
font-weight: 600;
padding: 0.6rem 0;
}
.nav-menu ul li a i {
margin-right: 10px;
width: 20px;
text-align: center;
color: var(--accent-color);
}
.hamburger {
display: flex;
}
.theme-toggle {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.hero {
height: auto;
min-height: 70vh;
padding: 2rem 0;
}
.slogan h1 {
font-size: 1.9rem;
}
.slogan p {
font-size: 1.05rem;
}
}