2143 lines
40 KiB
CSS
Executable File
2143 lines
40 KiB
CSS
Executable File
.categories-list a:hover,
|
|
.comment-reply:hover,
|
|
.counter-num span,
|
|
.footer-brand span,
|
|
.footer-links a:hover,
|
|
.hero-title .accent,
|
|
.navbar-brand span,
|
|
.page-header h1 span,
|
|
.page-header-sm h1 span,
|
|
.preloader-text,
|
|
.privacy-content a:hover,
|
|
.recent-post-content h6 a:hover,
|
|
.section-title.light span,
|
|
.terms-content a:hover {
|
|
color: var(--yellow);
|
|
}
|
|
.navbar-nav .nav-link,
|
|
body {
|
|
font-family: var(--font-body);
|
|
}
|
|
#hero,
|
|
#preloader {
|
|
display: flex;
|
|
background: var(--navy);
|
|
}
|
|
.preloader-bar,
|
|
.team-social a {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
#hero,
|
|
#testimonials,
|
|
#why,
|
|
.accordion-item,
|
|
.blog-card,
|
|
.map-wrap,
|
|
.page-header,
|
|
.page-header-sm,
|
|
.preloader-bar,
|
|
.project-card,
|
|
.service-card,
|
|
.team-card {
|
|
overflow: hidden;
|
|
}
|
|
:root {
|
|
--yellow: #f4b400;
|
|
--yellow-dark: #d4980a;
|
|
--navy: #0f172a;
|
|
--navy-mid: #1e293b;
|
|
--blue: #2563eb;
|
|
--blue-light: #3b82f6;
|
|
--bg: #f8fafc;
|
|
--white: #ffffff;
|
|
--gray: #64748b;
|
|
--gray-light: #e2e8f0;
|
|
--text: #1e293b;
|
|
--font-display: "Barlow Condensed", sans-serif;
|
|
--font-body: "DM Sans", sans-serif;
|
|
--transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
|
|
--shadow-sm: 0 2px 12px rgba(15, 23, 42, 0.08);
|
|
--shadow-md: 0 8px 32px rgba(15, 23, 42, 0.14);
|
|
--shadow-lg: 0 20px 60px rgba(15, 23, 42, 0.2);
|
|
}
|
|
*,
|
|
::after,
|
|
::before {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
body {
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
overflow-x: hidden;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
.section-pad {
|
|
padding: 96px 0;
|
|
}
|
|
.section-pad-sm {
|
|
padding: 64px 0;
|
|
}
|
|
#preloader {
|
|
position: fixed;
|
|
inset: 0;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 9999;
|
|
transition: opacity 0.6s, visibility 0.6s;
|
|
}
|
|
#preloader.hidden {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
pointer-events: none;
|
|
}
|
|
.preloader-bolt {
|
|
position: relative;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.hero-arc,
|
|
.hero-bg,
|
|
.hero-grid,
|
|
.hero-overlay,
|
|
.preloader-rings {
|
|
position: absolute;
|
|
}
|
|
.bolt-svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
animation: 1.2s ease-in-out infinite boltPulse;
|
|
filter: drop-shadow(0 0 18px var(--yellow));
|
|
}
|
|
@keyframes boltPulse {
|
|
0%,
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
transform: scale(1.18);
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
.preloader-rings {
|
|
inset: -20px;
|
|
border-radius: 50%;
|
|
border: 2px solid rgba(244, 180, 0, 0.3);
|
|
animation: 1.5s ease-out infinite ringExpand;
|
|
}
|
|
#why::before,
|
|
.arc-circle,
|
|
.hero-bg,
|
|
.hero-grid,
|
|
.hero-overlay,
|
|
.page-header-bg,
|
|
.page-header-overlay,
|
|
.project-overlay {
|
|
inset: 0;
|
|
inset: 0;
|
|
}
|
|
.preloader-rings:nth-child(2) {
|
|
animation-delay: 0.5s;
|
|
}
|
|
@keyframes ringExpand {
|
|
0% {
|
|
transform: scale(0.6);
|
|
opacity: 0.8;
|
|
}
|
|
100% {
|
|
transform: scale(1.8);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.preloader-bar {
|
|
width: 200px;
|
|
height: 3px;
|
|
border-radius: 2px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.hero-badge,
|
|
.rach-out {
|
|
margin-bottom: 28px;
|
|
font-family: var(--font-display);
|
|
text-transform: uppercase;
|
|
}
|
|
.preloader-bar-inner {
|
|
height: 100%;
|
|
background: linear-gradient(90deg, var(--yellow), var(--blue-light));
|
|
border-radius: 2px;
|
|
animation: 2s ease-in-out forwards barLoad;
|
|
}
|
|
@keyframes barLoad {
|
|
0% {
|
|
width: 0%;
|
|
}
|
|
100% {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.preloader-text {
|
|
font-family: var(--font-display);
|
|
font-size: 1.1rem;
|
|
letter-spacing: 4px;
|
|
text-transform: uppercase;
|
|
animation: 1.2s ease-in-out infinite textFlicker;
|
|
}
|
|
@keyframes textFlicker {
|
|
0%,
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
#mainNav {
|
|
background: 0 0;
|
|
padding: 18px 0;
|
|
transition: background var(--transition), padding var(--transition),
|
|
box-shadow var(--transition);
|
|
z-index: 1030;
|
|
}
|
|
#mainNav.scrolled {
|
|
background: rgba(15, 23, 42, 0.97);
|
|
backdrop-filter: blur(12px);
|
|
padding: 10px 0;
|
|
box-shadow: 0 2px 24px rgba(15, 23, 42, 0.4);
|
|
}
|
|
.navbar-brand {
|
|
font-family: var(--font-display);
|
|
font-size: 1.7rem;
|
|
font-weight: 800;
|
|
color: var(--white) !important;
|
|
letter-spacing: 1px;
|
|
}
|
|
.navbar-nav .nav-link {
|
|
color: rgba(255, 255, 255, 0.82) !important;
|
|
font-weight: 500;
|
|
font-size: 0.9rem;
|
|
letter-spacing: 0.5px;
|
|
padding: 6px 14px !important;
|
|
transition: color var(--transition);
|
|
position: relative;
|
|
}
|
|
.rach-out {
|
|
font-size: 1.4rem;
|
|
font-weight: 800;
|
|
color: var(--white);
|
|
}
|
|
.navbar-nav .nav-link::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 14px;
|
|
right: 14px;
|
|
height: 2px;
|
|
background: var(--yellow);
|
|
transform: scaleX(0);
|
|
transition: transform var(--transition);
|
|
border-radius: 1px;
|
|
}
|
|
.navbar-nav .nav-link:hover {
|
|
color: var(--yellow) !important;
|
|
}
|
|
.navbar-nav .nav-link:hover::after,
|
|
.service-card:hover::before {
|
|
transform: scaleX(1);
|
|
}
|
|
.btn-call {
|
|
background: var(--yellow);
|
|
color: var(--navy) !important;
|
|
font-weight: 700;
|
|
font-size: 0.85rem;
|
|
padding: 8px 20px !important;
|
|
border-radius: 20px;
|
|
transition: background var(--transition), transform var(--transition);
|
|
}
|
|
.btn-call:hover {
|
|
background: var(--yellow-dark);
|
|
transform: translateY(-1px);
|
|
}
|
|
.navbar-toggler {
|
|
border-color: rgba(255, 255, 255, 0.3);
|
|
}
|
|
.navbar-toggler-icon {
|
|
filter: invert(1);
|
|
}
|
|
#hero {
|
|
min-height: 100vh;
|
|
position: relative;
|
|
align-items: center;
|
|
}
|
|
.hero-bg {
|
|
background: url("https://images.unsplash.com/photo-1621905251918-48416bd8575a?w=1600&q=80")
|
|
center/cover no-repeat;
|
|
opacity: 0.22;
|
|
}
|
|
.hero-overlay {
|
|
background: linear-gradient(
|
|
105deg,
|
|
rgba(15, 23, 42, 0.95) 45%,
|
|
rgba(37, 99, 235, 0.15) 100%
|
|
);
|
|
}
|
|
.hero-grid {
|
|
background-image: linear-gradient(
|
|
rgba(244, 180, 0, 0.04) 1px,
|
|
transparent 1px
|
|
),
|
|
linear-gradient(90deg, rgba(244, 180, 0, 0.04) 1px, transparent 1px);
|
|
background-size: 60px 60px;
|
|
animation: 20s linear infinite gridShift;
|
|
}
|
|
@keyframes gridShift {
|
|
0% {
|
|
background-position: 0 0;
|
|
}
|
|
100% {
|
|
background-position: 60px 60px;
|
|
}
|
|
}
|
|
.hero-content,
|
|
.page-header .container,
|
|
.page-header-sm .container {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.hero-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
background: rgba(244, 180, 0, 0.12);
|
|
border: 1px solid rgba(244, 180, 0, 0.3);
|
|
color: var(--yellow);
|
|
font-size: 0.85rem;
|
|
letter-spacing: 3px;
|
|
padding: 7px 18px;
|
|
border-radius: 40px;
|
|
}
|
|
.hero-title {
|
|
font-family: var(--font-display);
|
|
font-size: clamp(3rem, 7vw, 3.5rem);
|
|
font-weight: 900;
|
|
line-height: 1.02;
|
|
color: var(--white);
|
|
text-transform: uppercase;
|
|
letter-spacing: -1px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.hero-subtitle {
|
|
font-size: 1.1rem;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
max-width: 520px;
|
|
line-height: 1.75;
|
|
margin-bottom: 40px;
|
|
}
|
|
.btn-outline-main,
|
|
.btn-primary-main {
|
|
font-weight: 700;
|
|
font-size: 1rem;
|
|
padding: 14px 32px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
letter-spacing: 1px;
|
|
font-family: var(--font-display);
|
|
text-transform: uppercase;
|
|
transition: all var(--transition);
|
|
}
|
|
.btn-primary-main {
|
|
background: var(--yellow);
|
|
color: var(--navy);
|
|
border-radius: 20px;
|
|
border: 2px solid var(--yellow);
|
|
}
|
|
.btn-primary-main:hover {
|
|
background: 0 0;
|
|
color: var(--yellow);
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 8px 24px rgba(244, 180, 0, 0.3);
|
|
}
|
|
.btn-outline-main,
|
|
.section-title.light {
|
|
color: var(--white);
|
|
}
|
|
.btn-outline-main {
|
|
background: 0 0;
|
|
border-radius: 20px;
|
|
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
}
|
|
.btn-outline-main:hover {
|
|
border-color: var(--white);
|
|
background: rgba(255, 255, 255, 0.08);
|
|
color: var(--white);
|
|
transform: translateY(-2px);
|
|
}
|
|
.hero-stats {
|
|
display: flex;
|
|
gap: 40px;
|
|
margin-top: 56px;
|
|
padding-top: 40px;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
.hero-stat-num {
|
|
font-family: var(--font-display);
|
|
font-size: 2.2rem;
|
|
font-weight: 800;
|
|
color: var(--yellow);
|
|
line-height: 1;
|
|
}
|
|
.hero-stat-label {
|
|
font-size: 0.8rem;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
margin-top: 4px;
|
|
}
|
|
.hero-arc {
|
|
right: 8%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 420px;
|
|
height: 420px;
|
|
pointer-events: none;
|
|
opacity: 0.6;
|
|
}
|
|
.arc-bolt,
|
|
.arc-center {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
@media (max-width: 991px) {
|
|
.hero-arc {
|
|
display: none;
|
|
}
|
|
}
|
|
.arc-circle {
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
border: 1px solid rgba(244, 180, 0, 0.2);
|
|
animation: 8s linear infinite arcRotate;
|
|
}
|
|
.arc-circle:nth-child(2) {
|
|
inset: 40px;
|
|
border-color: rgba(37, 99, 235, 0.3);
|
|
animation-direction: reverse;
|
|
animation-duration: 12s;
|
|
}
|
|
.arc-circle:nth-child(3) {
|
|
inset: 80px;
|
|
border-color: rgba(244, 180, 0, 0.15);
|
|
animation-duration: 6s;
|
|
}
|
|
@keyframes arcRotate {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.arc-center {
|
|
width: 120px;
|
|
height: 120px;
|
|
background: radial-gradient(
|
|
circle,
|
|
rgba(244, 180, 0, 0.2) 0,
|
|
transparent 70%
|
|
);
|
|
border-radius: 50%;
|
|
animation: 2s ease-in-out infinite arcGlow;
|
|
}
|
|
.about-img-main,
|
|
.project-card img,
|
|
.team-img-wrap img {
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
@keyframes arcGlow {
|
|
0%,
|
|
100% {
|
|
transform: translate(-50%, -50%) scale(1);
|
|
opacity: 0.8;
|
|
}
|
|
50% {
|
|
transform: translate(-50%, -50%) scale(1.3);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.arc-bolt {
|
|
font-size: 3.5rem;
|
|
color: var(--yellow);
|
|
filter: drop-shadow(0 0 20px var(--yellow));
|
|
animation: 1.5s ease-in-out infinite boltPulse;
|
|
}
|
|
.section-label {
|
|
font-family: var(--font-display);
|
|
font-size: 0.8rem;
|
|
letter-spacing: 4px;
|
|
text-transform: uppercase;
|
|
color: var(--yellow);
|
|
font-weight: 700;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
margin-bottom: 14px;
|
|
}
|
|
.section-label::before {
|
|
content: "";
|
|
width: 28px;
|
|
height: 2px;
|
|
background: var(--yellow);
|
|
border-radius: 1px;
|
|
}
|
|
.section-title {
|
|
font-family: var(--font-display);
|
|
font-size: clamp(2rem, 4vw, 3rem);
|
|
font-weight: 800;
|
|
line-height: 1.1;
|
|
text-transform: uppercase;
|
|
color: var(--navy);
|
|
letter-spacing: -0.5px;
|
|
}
|
|
.blog-card:hover .blog-title,
|
|
.section-title span {
|
|
color: var(--blue);
|
|
}
|
|
.section-desc {
|
|
font-size: 1rem;
|
|
color: var(--gray);
|
|
line-height: 1.75;
|
|
max-width: 560px;
|
|
margin-top: 14px;
|
|
}
|
|
#about,
|
|
#contact,
|
|
#projects {
|
|
background: var(--white);
|
|
}
|
|
.about-img-wrap {
|
|
position: relative;
|
|
}
|
|
.about-exp-bar,
|
|
.about-img-badge {
|
|
position: absolute;
|
|
box-shadow: var(--shadow-md);
|
|
}
|
|
.about-img-main {
|
|
height: 480px;
|
|
border-radius: 8px;
|
|
display: block;
|
|
}
|
|
.about-img-badge {
|
|
bottom: -24px;
|
|
right: -24px;
|
|
background: var(--yellow);
|
|
color: var(--navy);
|
|
border-radius: 8px;
|
|
padding: 22px 28px;
|
|
text-align: center;
|
|
}
|
|
.about-img-badge .num {
|
|
font-family: var(--font-display);
|
|
font-size: 2.8rem;
|
|
font-weight: 900;
|
|
line-height: 1;
|
|
}
|
|
.about-img-badge .lbl {
|
|
font-size: 0.78rem;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
.about-exp-bar {
|
|
top: 24px;
|
|
left: -20px;
|
|
background: var(--navy);
|
|
color: var(--white);
|
|
padding: 12px 18px;
|
|
border-radius: 6px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
#process,
|
|
#services,
|
|
#team,
|
|
.counter-card {
|
|
background: var(--bg);
|
|
}
|
|
.about-exp-bar i {
|
|
color: var(--yellow);
|
|
font-size: 1.2rem;
|
|
}
|
|
.about-exp-bar span {
|
|
font-size: 0.82rem;
|
|
font-weight: 500;
|
|
}
|
|
.project-overlay h5,
|
|
.service-card h5,
|
|
.why-card h5 {
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
font-family: var(--font-display);
|
|
}
|
|
.about-list {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 24px 0;
|
|
}
|
|
.about-list li {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
font-size: 0.95rem;
|
|
color: var(--text);
|
|
margin-bottom: 12px;
|
|
}
|
|
.about-list li i {
|
|
color: var(--yellow);
|
|
font-size: 1rem;
|
|
flex-shrink: 0;
|
|
}
|
|
.counter-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 20px;
|
|
margin-top: 36px;
|
|
}
|
|
.counter-card {
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 8px;
|
|
padding: 22px;
|
|
text-align: center;
|
|
transition: all var(--transition);
|
|
}
|
|
.counter-card:hover {
|
|
border-color: var(--yellow);
|
|
background: var(--white);
|
|
box-shadow: var(--shadow-sm);
|
|
transform: translateY(-3px);
|
|
}
|
|
.counter-num {
|
|
font-family: var(--font-display);
|
|
font-size: 2.4rem;
|
|
font-weight: 900;
|
|
color: var(--navy);
|
|
line-height: 1;
|
|
}
|
|
.counter-lbl {
|
|
font-size: 0.8rem;
|
|
color: var(--gray);
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
margin-top: 6px;
|
|
font-weight: 500;
|
|
}
|
|
.form-label,
|
|
.process-step h5,
|
|
.service-card h5,
|
|
.testi-name,
|
|
.why-card h5 {
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.service-card {
|
|
background: var(--white);
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 10px;
|
|
padding: 36px 28px;
|
|
height: 100%;
|
|
position: relative;
|
|
transition: all var(--transition);
|
|
cursor: default;
|
|
}
|
|
.service-card::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 3px;
|
|
background: linear-gradient(90deg, var(--yellow), var(--blue));
|
|
transform: scaleX(0);
|
|
transition: transform var(--transition);
|
|
}
|
|
.blog-card:hover,
|
|
.service-card:hover,
|
|
.team-card:hover {
|
|
box-shadow: var(--shadow-md);
|
|
transform: translateY(-6px);
|
|
border-color: transparent;
|
|
}
|
|
.service-icon {
|
|
width: 64px;
|
|
height: 64px;
|
|
background: rgba(244, 180, 0, 0.1);
|
|
border-radius: 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 1.6rem;
|
|
color: var(--yellow);
|
|
margin-bottom: 22px;
|
|
transition: all var(--transition);
|
|
}
|
|
.footer-social a:hover,
|
|
.service-card:hover .service-icon,
|
|
.team-social a:hover,
|
|
.why-card:hover .why-icon {
|
|
background: var(--yellow);
|
|
color: var(--navy);
|
|
}
|
|
.service-card h5 {
|
|
font-size: 1.2rem;
|
|
color: var(--navy);
|
|
margin-bottom: 12px;
|
|
}
|
|
.service-card p {
|
|
font-size: 0.9rem;
|
|
color: var(--gray);
|
|
line-height: 1.7;
|
|
}
|
|
.service-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
color: var(--blue);
|
|
margin-top: 18px;
|
|
transition: gap var(--transition), color var(--transition);
|
|
}
|
|
.why-card,
|
|
.why-icon {
|
|
transition: all var(--transition);
|
|
display: flex;
|
|
}
|
|
.blog-link:hover,
|
|
.service-link:hover {
|
|
gap: 10px;
|
|
color: var(--yellow-dark);
|
|
}
|
|
.service-num {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 24px;
|
|
font-family: var(--font-display);
|
|
font-size: 3.5rem;
|
|
font-weight: 900;
|
|
color: rgba(15, 23, 42, 0.04);
|
|
line-height: 1;
|
|
}
|
|
#why,
|
|
.project-card,
|
|
.why-card {
|
|
position: relative;
|
|
}
|
|
#why {
|
|
background: linear-gradient(135deg, var(--navy) 0, var(--navy-mid) 100%);
|
|
}
|
|
#why::before {
|
|
content: "";
|
|
position: absolute;
|
|
background-image: linear-gradient(
|
|
rgba(244, 180, 0, 0.03) 1px,
|
|
transparent 1px
|
|
),
|
|
linear-gradient(90deg, rgba(244, 180, 0, 0.03) 1px, transparent 1px);
|
|
background-size: 48px 48px;
|
|
}
|
|
.why-card {
|
|
z-index: 1;
|
|
gap: 20px;
|
|
align-items: flex-start;
|
|
background: rgba(255, 255, 255, 0.04);
|
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
border-radius: 10px;
|
|
padding: 28px;
|
|
}
|
|
.project-card,
|
|
.team-card,
|
|
.why-icon {
|
|
border-radius: 10px;
|
|
}
|
|
.why-card:hover {
|
|
background: rgba(244, 180, 0, 0.06);
|
|
border-color: rgba(244, 180, 0, 0.25);
|
|
transform: translateY(-4px);
|
|
}
|
|
.why-icon {
|
|
width: 54px;
|
|
height: 54px;
|
|
background: rgba(244, 180, 0, 0.12);
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 1.4rem;
|
|
color: var(--yellow);
|
|
flex-shrink: 0;
|
|
}
|
|
.why-card h5 {
|
|
font-size: 1.1rem;
|
|
color: var(--white);
|
|
margin-bottom: 8px;
|
|
}
|
|
.why-card p {
|
|
font-size: 0.88rem;
|
|
color: rgba(255, 255, 255, 0.55);
|
|
line-height: 1.7;
|
|
margin: 0;
|
|
}
|
|
.project-card {
|
|
cursor: pointer;
|
|
}
|
|
.project-card img {
|
|
height: 260px;
|
|
transition: transform 0.5s;
|
|
display: block;
|
|
}
|
|
.project-card:hover img {
|
|
transform: scale(1.08);
|
|
}
|
|
.project-overlay {
|
|
position: absolute;
|
|
background: linear-gradient(
|
|
180deg,
|
|
transparent 30%,
|
|
rgba(15, 23, 42, 0.9) 100%
|
|
);
|
|
opacity: 0;
|
|
transition: opacity var(--transition);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
padding: 24px;
|
|
}
|
|
.project-card:hover .project-overlay {
|
|
opacity: 1;
|
|
}
|
|
.project-overlay h5 {
|
|
font-size: 1.1rem;
|
|
color: var(--white);
|
|
margin-bottom: 4px;
|
|
}
|
|
.project-overlay span {
|
|
font-size: 0.82rem;
|
|
color: var(--yellow);
|
|
font-weight: 500;
|
|
}
|
|
.project-overlay .proj-link {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
width: 40px;
|
|
height: 40px;
|
|
background: var(--yellow);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: var(--navy);
|
|
font-size: 0.9rem;
|
|
transform: scale(0);
|
|
transition: transform var(--transition);
|
|
}
|
|
.process-icon,
|
|
.process-step-num {
|
|
align-items: center;
|
|
color: var(--navy);
|
|
}
|
|
.project-card:hover .proj-link {
|
|
transform: scale(1);
|
|
}
|
|
.process-wrap {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 0;
|
|
position: relative;
|
|
}
|
|
.process-wrap::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 54px;
|
|
left: 12.5%;
|
|
right: 12.5%;
|
|
height: 2px;
|
|
background: linear-gradient(90deg, var(--yellow), var(--blue), var(--yellow));
|
|
z-index: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.process-wrap {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
}
|
|
.process-wrap::before {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 480px) {
|
|
.process-wrap {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
}
|
|
.process-step {
|
|
text-align: center;
|
|
padding: 0 16px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.process-icon {
|
|
width: 108px;
|
|
height: 108px;
|
|
margin: 0 auto 24px;
|
|
background: var(--white);
|
|
border: 3px solid var(--gray-light);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 2rem;
|
|
position: relative;
|
|
transition: all var(--transition);
|
|
}
|
|
.process-step:hover .process-icon {
|
|
border-color: var(--yellow);
|
|
color: var(--yellow);
|
|
box-shadow: 0 0 0 8px rgba(244, 180, 0, 0.1);
|
|
}
|
|
.process-step-num {
|
|
position: absolute;
|
|
top: -6px;
|
|
right: -6px;
|
|
width: 28px;
|
|
height: 28px;
|
|
background: var(--yellow);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-family: var(--font-display);
|
|
font-size: 0.85rem;
|
|
font-weight: 800;
|
|
}
|
|
.process-step h5,
|
|
.team-info h5,
|
|
.testi-name {
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
.process-step h5 {
|
|
font-family: var(--font-display);
|
|
font-size: 1rem;
|
|
color: var(--navy);
|
|
margin-bottom: 10px;
|
|
}
|
|
.process-step p {
|
|
font-size: 0.86rem;
|
|
color: var(--gray);
|
|
line-height: 1.65;
|
|
}
|
|
#testimonials {
|
|
background: linear-gradient(135deg, var(--navy), var(--navy-mid));
|
|
position: relative;
|
|
}
|
|
#testimonials::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background-image: radial-gradient(
|
|
circle at 20% 50%,
|
|
rgba(244, 180, 0, 0.05) 0,
|
|
transparent 50%
|
|
),
|
|
radial-gradient(
|
|
circle at 80% 50%,
|
|
rgba(37, 99, 235, 0.07) 0,
|
|
transparent 50%
|
|
);
|
|
}
|
|
.team-img-wrap,
|
|
.testimonial-slider {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.testimonial-track {
|
|
display: flex;
|
|
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
|
|
}
|
|
.slider-btn,
|
|
.slider-dot,
|
|
.team-card {
|
|
transition: all var(--transition);
|
|
}
|
|
.testimonial-slide {
|
|
min-width: 100%;
|
|
padding: 0 15px;
|
|
}
|
|
.testi-card {
|
|
background: rgba(255, 255, 255, 0.05);
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
border-radius: 12px;
|
|
padding: 40px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.testi-quote {
|
|
font-size: 4rem;
|
|
color: var(--yellow);
|
|
line-height: 1;
|
|
font-family: Georgia, serif;
|
|
margin-bottom: 12px;
|
|
}
|
|
.contact-info-item h6,
|
|
.contact-info-label,
|
|
.team-info h5,
|
|
.testi-name {
|
|
font-family: var(--font-display);
|
|
}
|
|
.testi-text {
|
|
font-size: 1rem;
|
|
color: rgba(255, 255, 255, 0.78);
|
|
line-height: 1.8;
|
|
font-style: italic;
|
|
margin-bottom: 28px;
|
|
}
|
|
.testi-author {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 16px;
|
|
}
|
|
.testi-avatar {
|
|
width: 54px;
|
|
height: 54px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
border: 2px solid var(--yellow);
|
|
}
|
|
.testi-name {
|
|
font-size: 1rem;
|
|
color: var(--white);
|
|
}
|
|
.testi-role {
|
|
font-size: 0.82rem;
|
|
color: var(--yellow);
|
|
}
|
|
.testi-stars {
|
|
color: var(--yellow);
|
|
font-size: 0.9rem;
|
|
margin-bottom: 18px;
|
|
}
|
|
.slider-btn,
|
|
.team-social a {
|
|
color: var(--white);
|
|
display: flex;
|
|
}
|
|
.slider-controls {
|
|
display: flex;
|
|
gap: 12px;
|
|
justify-content: center;
|
|
margin-top: 36px;
|
|
}
|
|
.slider-btn {
|
|
width: 44px;
|
|
height: 44px;
|
|
border-radius: 50%;
|
|
border: 2px solid rgba(255, 255, 255, 0.2);
|
|
background: 0 0;
|
|
font-size: 0.9rem;
|
|
cursor: pointer;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.slider-btn:hover {
|
|
border-color: var(--yellow);
|
|
color: var(--yellow);
|
|
}
|
|
.slider-dots {
|
|
display: flex;
|
|
gap: 8px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
}
|
|
.slider-dot {
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
cursor: pointer;
|
|
}
|
|
.slider-dot.active {
|
|
background: var(--yellow);
|
|
transform: scale(1.3);
|
|
}
|
|
.team-card {
|
|
background: var(--white);
|
|
border: 1px solid var(--gray-light);
|
|
}
|
|
.team-img-wrap img {
|
|
height: 350px;
|
|
transition: transform 0.5s;
|
|
}
|
|
.team-card:hover .team-img-wrap img {
|
|
transform: scale(1.06);
|
|
}
|
|
.team-social {
|
|
position: absolute;
|
|
bottom: -60px;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(15, 23, 42, 0.85);
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 14px;
|
|
padding: 14px;
|
|
transition: bottom var(--transition);
|
|
}
|
|
.comments-title,
|
|
.faq-category,
|
|
.footer-heading,
|
|
.page-header,
|
|
.page-header-sm,
|
|
.team-info {
|
|
position: relative;
|
|
}
|
|
.team-card:hover .team-social {
|
|
bottom: 0;
|
|
}
|
|
.team-social a {
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 0.85rem;
|
|
transition: background var(--transition);
|
|
}
|
|
.team-info {
|
|
padding: 22px;
|
|
text-align: center;
|
|
}
|
|
.team-info::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 28px;
|
|
right: 28px;
|
|
height: 2px;
|
|
background: linear-gradient(90deg, transparent, var(--yellow), transparent);
|
|
}
|
|
.team-info h5 {
|
|
font-size: 1.1rem;
|
|
color: var(--navy);
|
|
margin-bottom: 6px;
|
|
}
|
|
.team-info span {
|
|
font-size: 0.82rem;
|
|
color: var(--yellow);
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
.contact-info-card {
|
|
background: var(--navy);
|
|
border-radius: 10px;
|
|
padding: 40px;
|
|
height: 100%;
|
|
}
|
|
.contact-info-item {
|
|
display: flex;
|
|
gap: 18px;
|
|
align-items: flex-start;
|
|
margin-bottom: 28px;
|
|
}
|
|
.contact-icon,
|
|
.footer-social a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.contact-info-item h6,
|
|
.contact-info-label,
|
|
.form-label {
|
|
margin-bottom: 6px;
|
|
text-transform: uppercase;
|
|
}
|
|
.contact-info-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.contact-icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
background: rgba(244, 180, 0, 0.12);
|
|
border-radius: 10px;
|
|
justify-content: center;
|
|
font-size: 1.1rem;
|
|
color: var(--yellow);
|
|
flex-shrink: 0;
|
|
}
|
|
.contact-info-item h6,
|
|
.contact-info-label {
|
|
font-size: 0.85rem;
|
|
font-weight: 700;
|
|
letter-spacing: 1px;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.contact-info-label {
|
|
margin: 0 0 6px;
|
|
font-family: var(--font-display);
|
|
}
|
|
.contact-form-title {
|
|
font-family: var(--font-display);
|
|
font-size: 1.4rem;
|
|
font-weight: 800;
|
|
text-transform: uppercase;
|
|
color: var(--navy);
|
|
margin-bottom: 28px;
|
|
}
|
|
.contact-info-item p {
|
|
font-size: 0.95rem;
|
|
color: var(--white);
|
|
margin: 0;
|
|
line-height: 1.6;
|
|
}
|
|
.contact-form-card {
|
|
background: var(--bg);
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 10px;
|
|
padding: 40px;
|
|
}
|
|
.form-label {
|
|
font-size: 0.82rem;
|
|
font-weight: 600;
|
|
color: var(--text);
|
|
}
|
|
.form-control,
|
|
.form-select {
|
|
border: 1.5px solid var(--gray-light);
|
|
border-radius: 6px;
|
|
padding: 12px 16px;
|
|
font-size: 0.9rem;
|
|
font-family: var(--font-body);
|
|
background: var(--white);
|
|
color: var(--text);
|
|
transition: border-color var(--transition), box-shadow var(--transition);
|
|
}
|
|
.btn-submit,
|
|
.footer-brand {
|
|
font-family: var(--font-display);
|
|
}
|
|
#scrollTop,
|
|
.btn-submit {
|
|
color: var(--navy);
|
|
font-size: 1rem;
|
|
cursor: pointer;
|
|
}
|
|
.btn-submit,
|
|
.footer-social a {
|
|
transition: all var(--transition);
|
|
}
|
|
.form-control:focus,
|
|
.form-select:focus {
|
|
border-color: var(--yellow);
|
|
box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.12);
|
|
outline: 0;
|
|
}
|
|
.btn-submit {
|
|
background: var(--yellow);
|
|
font-weight: 700;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
padding: 14px 36px;
|
|
border: none;
|
|
border-radius: 6px;
|
|
width: 100%;
|
|
}
|
|
.btn-submit:hover {
|
|
background: var(--yellow-dark);
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 8px 20px rgba(244, 180, 0, 0.3);
|
|
}
|
|
.map-wrap {
|
|
border-radius: 10px;
|
|
height: 300px;
|
|
margin-top: 24px;
|
|
border: 1px solid var(--gray-light);
|
|
}
|
|
.map-wrap iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
#footer {
|
|
background: var(--navy);
|
|
padding-top: 72px;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
.footer-brand {
|
|
font-size: 1.8rem;
|
|
font-weight: 800;
|
|
color: var(--white);
|
|
margin-bottom: 16px;
|
|
}
|
|
.footer-heading,
|
|
.page-header .hero-badge {
|
|
margin-bottom: 20px;
|
|
font-family: var(--font-display);
|
|
}
|
|
.footer-desc {
|
|
font-size: 0.88rem;
|
|
line-height: 1.75;
|
|
max-width: 280px;
|
|
}
|
|
.footer-social {
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-top: 24px;
|
|
}
|
|
.footer-social a {
|
|
width: 38px;
|
|
height: 38px;
|
|
border-radius: 8px;
|
|
background: rgba(255, 255, 255, 0.07);
|
|
justify-content: center;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
font-size: 0.9rem;
|
|
}
|
|
.footer-bottom,
|
|
.footer-links a {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.footer-heading {
|
|
font-size: 0.9rem;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
color: var(--white);
|
|
padding-bottom: 12px;
|
|
}
|
|
.footer-heading::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 28px;
|
|
height: 2px;
|
|
background: var(--yellow);
|
|
border-radius: 1px;
|
|
}
|
|
.categories-list,
|
|
.footer-links {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.footer-links li {
|
|
margin-bottom: 10px;
|
|
}
|
|
.footer-links a {
|
|
font-size: 0.88rem;
|
|
color: rgba(255, 255, 255, 0.55);
|
|
transition: color var(--transition);
|
|
gap: 8px;
|
|
}
|
|
.footer-links a::before {
|
|
content: "";
|
|
width: 14px;
|
|
height: 1px;
|
|
background: var(--yellow);
|
|
transition: width var(--transition);
|
|
}
|
|
.footer-links a:hover::before {
|
|
width: 20px;
|
|
}
|
|
.newsletter-input {
|
|
flex: 1;
|
|
background: rgba(255, 255, 255, 0.07);
|
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
color: var(--white);
|
|
font-family: var(--font-body);
|
|
transition: border-color var(--transition);
|
|
}
|
|
#scrollTop,
|
|
.share-btn {
|
|
transition: all var(--transition);
|
|
}
|
|
.newsletter-input::placeholder {
|
|
color: rgba(255, 255, 255, 0.35);
|
|
}
|
|
.footer-bottom {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
|
padding: 24px 0;
|
|
margin-top: 56px;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
gap: 12px;
|
|
}
|
|
.footer-bottom p {
|
|
font-size: 0.83rem;
|
|
margin: 0;
|
|
}
|
|
#scrollTop {
|
|
position: fixed;
|
|
bottom: 32px;
|
|
right: 32px;
|
|
width: 48px;
|
|
height: 48px;
|
|
background: var(--yellow);
|
|
border: none;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transform: translateY(16px);
|
|
z-index: 9000;
|
|
box-shadow: var(--shadow-md);
|
|
}
|
|
#scrollTop.visible {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
transform: translateY(0);
|
|
}
|
|
#scrollTop:hover {
|
|
background: var(--yellow-dark);
|
|
transform: translateY(-3px);
|
|
}
|
|
.divider-line {
|
|
height: 1px;
|
|
background: linear-gradient(
|
|
90deg,
|
|
transparent,
|
|
var(--gray-light),
|
|
transparent
|
|
);
|
|
}
|
|
.page-header .hero-badge,
|
|
.tag-yellow {
|
|
background: rgba(244, 180, 0, 0.12);
|
|
text-transform: uppercase;
|
|
}
|
|
.tag-yellow {
|
|
display: inline-block;
|
|
color: var(--yellow-dark);
|
|
font-size: 0.78rem;
|
|
font-weight: 600;
|
|
padding: 3px 12px;
|
|
border-radius: 20px;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.hero-stats {
|
|
gap: 24px;
|
|
flex-wrap: wrap;
|
|
}
|
|
.about-img-badge {
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.counter-grid {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
}
|
|
.contact-form-card,
|
|
.contact-info-card {
|
|
padding: 28px 20px;
|
|
}
|
|
}
|
|
.page-header {
|
|
padding: 140px 0 80px;
|
|
background: var(--navy);
|
|
}
|
|
.page-header-bg {
|
|
opacity: 0.2;
|
|
}
|
|
.page-header .hero-badge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
border: 1px solid rgba(244, 180, 0, 0.3);
|
|
color: var(--yellow);
|
|
font-size: 0.85rem;
|
|
letter-spacing: 3px;
|
|
padding: 7px 18px;
|
|
border-radius: 40px;
|
|
}
|
|
.page-header h1 {
|
|
font-family: var(--font-display);
|
|
font-size: clamp(2.8rem, 6vw, 4rem);
|
|
font-weight: 900;
|
|
color: var(--white);
|
|
text-transform: uppercase;
|
|
line-height: 1.1;
|
|
}
|
|
.page-header p {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
font-size: 1.1rem;
|
|
max-width: 600px;
|
|
}
|
|
.accordion-button,
|
|
.faq-category,
|
|
.still-questions h4 {
|
|
font-family: var(--font-display);
|
|
color: var(--navy);
|
|
}
|
|
.faq-section,
|
|
.privacy-content,
|
|
.terms-content {
|
|
background: var(--white);
|
|
border-radius: 10px;
|
|
padding: 48px;
|
|
box-shadow: var(--shadow-sm);
|
|
}
|
|
.faq-category {
|
|
font-size: 1.4rem;
|
|
font-weight: 700;
|
|
margin: 40px 0 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.faq-category:first-of-type,
|
|
.privacy-content h2:first-of-type,
|
|
.terms-content h2:first-of-type {
|
|
margin-top: 0;
|
|
}
|
|
.comments-title::after,
|
|
.faq-category::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 50px;
|
|
height: 2px;
|
|
background: var(--yellow);
|
|
}
|
|
.accordion-item {
|
|
border: 1px solid var(--gray-light);
|
|
margin-bottom: 15px;
|
|
border-radius: 8px !important;
|
|
}
|
|
.accordion-button {
|
|
font-size: 1.1rem;
|
|
font-weight: 700;
|
|
background-color: var(--white);
|
|
padding: 18px 25px;
|
|
}
|
|
.accordion-button:not(.collapsed) {
|
|
color: var(--yellow);
|
|
background-color: rgba(244, 180, 0, 0.05);
|
|
box-shadow: none;
|
|
}
|
|
.accordion-button:focus {
|
|
box-shadow: none;
|
|
border-color: var(--yellow);
|
|
}
|
|
.accordion-button::after {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
|
|
}
|
|
.accordion-button:not(.collapsed)::after {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f4b400'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
|
|
}
|
|
.accordion-body {
|
|
padding: 20px 25px;
|
|
background: var(--white);
|
|
font-size: 1rem;
|
|
color: var(--text);
|
|
line-height: 1.7;
|
|
border-top: 1px solid var(--gray-light);
|
|
}
|
|
.blog-detail,
|
|
.still-questions {
|
|
padding: 40px;
|
|
border-radius: 10px;
|
|
}
|
|
.still-questions {
|
|
background: var(--bg);
|
|
text-align: center;
|
|
margin-top: 40px;
|
|
}
|
|
.still-questions h4 {
|
|
font-size: 1.6rem;
|
|
font-weight: 800;
|
|
margin-bottom: 15px;
|
|
}
|
|
.still-questions p {
|
|
font-size: 1rem;
|
|
color: var(--gray);
|
|
max-width: 600px;
|
|
margin: 0 auto 25px;
|
|
}
|
|
.page-header-sm p {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
font-size: 1.1rem;
|
|
max-width: 600px;
|
|
margin-top: 15px;
|
|
}
|
|
.blog-detail h2,
|
|
.blog-detail h3 {
|
|
color: var(--navy);
|
|
font-weight: 700;
|
|
font-family: var(--font-display);
|
|
}
|
|
.blog-detail {
|
|
background: var(--white);
|
|
box-shadow: var(--shadow-sm);
|
|
}
|
|
.blog-detail h2 {
|
|
font-size: 1.8rem;
|
|
margin: 30px 0 15px;
|
|
}
|
|
.blog-detail h3 {
|
|
font-size: 1.4rem;
|
|
margin: 25px 0 12px;
|
|
}
|
|
.blog-detail p,
|
|
.privacy-content p,
|
|
.terms-content p {
|
|
font-size: 1rem;
|
|
line-height: 1.8;
|
|
color: var(--text);
|
|
margin-bottom: 20px;
|
|
}
|
|
.blog-detail ol,
|
|
.blog-detail ul,
|
|
.privacy-content ol,
|
|
.privacy-content ul,
|
|
.terms-content ol,
|
|
.terms-content ul {
|
|
margin-bottom: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
.blog-detail li,
|
|
.privacy-content li,
|
|
.terms-content li {
|
|
margin-bottom: 8px;
|
|
font-size: 1rem;
|
|
}
|
|
.blog-detail blockquote {
|
|
background: var(--bg);
|
|
border-left: 4px solid var(--yellow);
|
|
padding: 20px 25px;
|
|
font-style: italic;
|
|
margin: 30px 0;
|
|
border-radius: 0 8px 8px 0;
|
|
color: var(--gray);
|
|
font-size: 1.05rem;
|
|
}
|
|
.blog-detail .featured-image {
|
|
width: 100%;
|
|
border-radius: 8px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.share-buttons {
|
|
display: flex;
|
|
gap: 12px;
|
|
margin: 40px 0 30px;
|
|
}
|
|
.author-bio,
|
|
.comment {
|
|
gap: 20px;
|
|
display: flex;
|
|
}
|
|
.share-btn {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: var(--white);
|
|
font-size: 1rem;
|
|
}
|
|
.share-btn.facebook {
|
|
background: #3b5998;
|
|
}
|
|
.share-btn.twitter {
|
|
background: #1da1f2;
|
|
}
|
|
.share-btn.linkedin {
|
|
background: #0077b5;
|
|
}
|
|
.share-btn.email {
|
|
background: var(--gray);
|
|
}
|
|
.share-btn:hover {
|
|
transform: translateY(-3px);
|
|
filter: brightness(1.1);
|
|
}
|
|
.author-bio {
|
|
background: var(--bg);
|
|
border-radius: 10px;
|
|
padding: 30px;
|
|
margin: 40px 0;
|
|
border: 1px solid var(--gray-light);
|
|
}
|
|
.author-bio img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
.author-bio h5 {
|
|
font-family: var(--font-display);
|
|
font-size: 1.2rem;
|
|
font-weight: 700;
|
|
margin-bottom: 8px;
|
|
}
|
|
.author-bio p {
|
|
font-size: 0.95rem;
|
|
color: var(--gray);
|
|
margin-bottom: 0;
|
|
}
|
|
.comments-section {
|
|
margin-top: 50px;
|
|
}
|
|
.comments-title {
|
|
font-family: var(--font-display);
|
|
font-size: 1.4rem;
|
|
font-weight: 700;
|
|
margin-bottom: 30px;
|
|
padding-bottom: 12px;
|
|
}
|
|
.comment {
|
|
margin-bottom: 30px;
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid var(--gray-light);
|
|
}
|
|
.comment:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.comment-avatar img {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
.comment-content {
|
|
flex: 1;
|
|
}
|
|
.comment-author {
|
|
font-family: var(--font-display);
|
|
font-size: 1.1rem;
|
|
font-weight: 700;
|
|
margin-bottom: 5px;
|
|
}
|
|
.comment-date {
|
|
font-size: 0.8rem;
|
|
color: var(--gray);
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
.comment-text {
|
|
font-size: 0.95rem;
|
|
line-height: 1.7;
|
|
margin-bottom: 12px;
|
|
}
|
|
.comment-reply {
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
color: var(--blue);
|
|
cursor: pointer;
|
|
transition: color var(--transition);
|
|
}
|
|
.reply-form {
|
|
margin-top: 40px;
|
|
background: var(--bg);
|
|
padding: 30px;
|
|
border-radius: 10px;
|
|
}
|
|
.reply-form h5 {
|
|
font-family: var(--font-display);
|
|
font-size: 1.2rem;
|
|
font-weight: 700;
|
|
margin-bottom: 20px;
|
|
}
|
|
.newsletter-input-wrap {
|
|
display: flex;
|
|
margin-top: 16px;
|
|
}
|
|
.newsletter-input {
|
|
flex: 1;
|
|
background: var(--white);
|
|
border: 1px solid var(--gray-light);
|
|
border-right: none;
|
|
border-radius: 6px 0 0 6px;
|
|
color: var(--text);
|
|
padding: 11px 16px;
|
|
font-size: 0.88rem;
|
|
outline: 0;
|
|
transition: border-color var(--transition);
|
|
}
|
|
.newsletter-input:focus {
|
|
border-color: var(--yellow);
|
|
}
|
|
.newsletter-btn {
|
|
background: var(--yellow);
|
|
border: none;
|
|
color: var(--navy);
|
|
padding: 11px 20px;
|
|
border-radius: 0 6px 6px 0;
|
|
cursor: pointer;
|
|
font-size: 0.9rem;
|
|
transition: background var(--transition);
|
|
}
|
|
.newsletter-btn:hover {
|
|
background: var(--yellow-dark);
|
|
}
|
|
.meta {
|
|
color: #fff;
|
|
}
|
|
.page-header-sm {
|
|
padding: 120px 0 60px;
|
|
background: var(--navy);
|
|
}
|
|
.page-header-bg {
|
|
position: absolute;
|
|
background: url("https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=1600&q=80")
|
|
center/cover no-repeat;
|
|
opacity: 0.15;
|
|
}
|
|
.page-header-overlay {
|
|
position: absolute;
|
|
background: linear-gradient(
|
|
105deg,
|
|
rgba(15, 23, 42, 0.95) 45%,
|
|
rgba(37, 99, 235, 0.2) 100%
|
|
);
|
|
}
|
|
.page-header-sm h1 {
|
|
font-family: var(--font-display);
|
|
font-size: clamp(2.5rem, 5vw, 3.5rem);
|
|
font-weight: 900;
|
|
color: var(--white);
|
|
text-transform: uppercase;
|
|
line-height: 1.2;
|
|
}
|
|
.page-header-sm .last-updated {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
font-size: 0.9rem;
|
|
margin-top: 10px;
|
|
}
|
|
.privacy-content h2,
|
|
.terms-content h2 {
|
|
font-family: var(--font-display);
|
|
font-size: 1.8rem;
|
|
font-weight: 700;
|
|
color: var(--navy);
|
|
margin: 40px 0 20px;
|
|
}
|
|
.privacy-content h3,
|
|
.terms-content h3 {
|
|
font-family: var(--font-display);
|
|
font-size: 1.4rem;
|
|
font-weight: 700;
|
|
color: var(--navy);
|
|
margin: 30px 0 15px;
|
|
}
|
|
.privacy-content a,
|
|
.terms-content a {
|
|
color: var(--blue);
|
|
text-decoration: underline;
|
|
}
|
|
.privacy-content .highlight,
|
|
.terms-content .highlight {
|
|
background: rgba(244, 180, 0, 0.08);
|
|
padding: 20px;
|
|
border-left: 4px solid var(--yellow);
|
|
border-radius: 0 8px 8px 0;
|
|
margin: 30px 0;
|
|
}
|
|
.blog-card {
|
|
background: var(--white);
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 10px;
|
|
transition: all var(--transition);
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.blog-img {
|
|
width: 100%;
|
|
height: 220px;
|
|
object-fit: cover;
|
|
transition: transform 0.5s;
|
|
}
|
|
.blog-title,
|
|
.categories-list a,
|
|
.recent-post-content h6 a {
|
|
transition: color var(--transition);
|
|
}
|
|
.blog-card:hover .blog-img {
|
|
transform: scale(1.05);
|
|
}
|
|
.blog-content {
|
|
padding: 28px 24px;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.blog-category {
|
|
display: inline-block;
|
|
background: rgba(244, 180, 0, 0.12);
|
|
color: var(--yellow-dark);
|
|
font-size: 0.7rem;
|
|
font-weight: 600;
|
|
padding: 4px 12px;
|
|
border-radius: 20px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
margin-bottom: 14px;
|
|
align-self: flex-start;
|
|
}
|
|
.blog-title {
|
|
font-family: var(--font-display);
|
|
font-size: 1.25rem;
|
|
font-weight: 700;
|
|
line-height: 1.3;
|
|
text-transform: uppercase;
|
|
color: var(--navy);
|
|
margin-bottom: 10px;
|
|
}
|
|
.blog-excerpt {
|
|
font-size: 0.9rem;
|
|
color: var(--gray);
|
|
line-height: 1.7;
|
|
margin-bottom: 18px;
|
|
flex: 1;
|
|
}
|
|
.blog-author,
|
|
.blog-meta {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.blog-meta {
|
|
gap: 16px;
|
|
margin-top: auto;
|
|
padding-top: 16px;
|
|
border-top: 1px solid var(--gray-light);
|
|
}
|
|
.blog-author {
|
|
gap: 8px;
|
|
}
|
|
.blog-date,
|
|
.blog-link {
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
.blog-author img {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
.blog-author span {
|
|
font-size: 0.8rem;
|
|
font-weight: 500;
|
|
color: var(--text);
|
|
}
|
|
.blog-date {
|
|
display: flex;
|
|
font-size: 0.8rem;
|
|
color: var(--gray);
|
|
}
|
|
.blog-date i {
|
|
color: var(--yellow);
|
|
font-size: 0.7rem;
|
|
}
|
|
.blog-link {
|
|
display: inline-flex;
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
color: var(--blue);
|
|
transition: gap var(--transition), color var(--transition);
|
|
margin-top: 10px;
|
|
}
|
|
.categories-list a,
|
|
.recent-post {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.recent-post-content h6,
|
|
.sidebar-title {
|
|
font-family: var(--font-display);
|
|
font-weight: 700;
|
|
}
|
|
.sidebar-card {
|
|
background: var(--white);
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 10px;
|
|
padding: 28px 24px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.sidebar-title {
|
|
font-size: 1.1rem;
|
|
text-transform: uppercase;
|
|
color: var(--navy);
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
}
|
|
.sidebar-title::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 40px;
|
|
height: 2px;
|
|
background: var(--yellow);
|
|
border-radius: 1px;
|
|
}
|
|
.categories-list li {
|
|
margin-bottom: 12px;
|
|
}
|
|
.categories-list a {
|
|
gap: 10px;
|
|
font-size: 0.9rem;
|
|
color: var(--text);
|
|
}
|
|
.categories-list a::before {
|
|
content: "\f0a9";
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
color: var(--yellow);
|
|
font-size: 0.8rem;
|
|
transition: transform var(--transition);
|
|
}
|
|
.categories-list a:hover::before {
|
|
transform: translateX(4px);
|
|
}
|
|
.recent-post {
|
|
gap: 15px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.recent-post-img {
|
|
width: 70px;
|
|
height: 70px;
|
|
object-fit: cover;
|
|
border-radius: 6px;
|
|
}
|
|
.recent-post-content h6 {
|
|
font-size: 0.9rem;
|
|
margin-bottom: 4px;
|
|
line-height: 1.3;
|
|
}
|
|
.recent-post-content h6 a {
|
|
color: var(--navy);
|
|
}
|
|
.recent-post-date {
|
|
font-size: 0.75rem;
|
|
color: var(--gray);
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
.recent-post-date i {
|
|
color: var(--yellow);
|
|
font-size: 0.6rem;
|
|
}
|
|
.pagination {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 8px;
|
|
margin-top: 48px;
|
|
}
|
|
.page-link {
|
|
width: 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 1px solid var(--gray-light);
|
|
border-radius: 8px;
|
|
color: var(--text);
|
|
font-weight: 500;
|
|
transition: all var(--transition);
|
|
}
|
|
.page-link.active,
|
|
.page-link:hover {
|
|
background: var(--yellow);
|
|
border-color: var(--yellow);
|
|
color: var(--navy);
|
|
}
|
|
html, body {
|
|
overflow-x: hidden;
|
|
max-width: 100%;
|
|
}
|
|
img, video, iframe {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
html, body {
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
#preloader {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.preloader-bolt {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.preloader-rings {
|
|
inset: 0; /* remove -20px */
|
|
}
|
|
body * {
|
|
max-width: 100%;
|
|
}
|
|
.about-img-badge {
|
|
bottom: -24px;
|
|
right: -24px;
|
|
}
|
|
html, body {
|
|
overflow-x: hidden;
|
|
max-width: 100%;
|
|
}
|
|
.footer-bottom a {
|
|
color: #e5e7eb;
|
|
margin-right: 16px;
|
|
transition: color var(--transition);
|
|
}
|
|
.footer-bottom a:hover {
|
|
color: var(--yellow);
|
|
}
|
|
|
|
/* Select Electrical real logo */
|
|
.navbar-brand {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.brand-logo {
|
|
height: 52px;
|
|
width: auto;
|
|
max-width: 220px;
|
|
object-fit: contain;
|
|
display: block;
|
|
}
|
|
#mainNav.scrolled .brand-logo {
|
|
height: 44px;
|
|
}
|
|
.footer-brand {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.footer-brand .brand-logo {
|
|
height: 72px;
|
|
max-width: 280px;
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
.brand-logo { height: 42px; max-width: 170px; }
|
|
.footer-brand .brand-logo { height: 56px; }
|
|
}
|