/*
Theme Name: SK Technologies
Theme URI: https://sktechnologies.tech
Author: SK Technologies
Author URI: https://sktechnologies.tech
Description: A complete responsive ICT services theme for computer repair, CCTV, networking, web design and graphic design businesses. Includes starter pages, content, menus, contact form and optimized images.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sk-technologies
Tags: business, education, portfolio, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
	--navy: #031532;
	--navy-2: #071f47;
	--blue: #0759f7;
	--blue-2: #0b42d8;
	--violet: #6e35f2;
	--ink: #101b33;
	--muted: #64708a;
	--line: #dce4f2;
	--soft: #f5f8fd;
	--white: #fff;
	--orange: #ffaf18;
	--shadow: 0 18px 50px rgba(3, 21, 50, .10);
	--radius: 16px;
	--container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-2); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--violet); }
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .65em; line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.75rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.2em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.site-main { overflow: hidden; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: -80px; left: 20px; padding: 12px 18px; background: #fff; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #70a8ff; }
.lead { color: var(--muted); font-size: 1.08rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); border: 1px solid transparent; border-radius: 8px; box-shadow: 0 10px 22px rgba(7, 89, 247, .22); font-weight: 750; line-height: 1.2; cursor: pointer; }
.button:hover { color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); transform: translateY(-2px); }
.button-outline { color: var(--blue); background: transparent; border-color: #b8caf2; box-shadow: none; }
.button-outline:hover { color: #fff; border-color: var(--blue); }
.button-light { color: var(--blue); background: #fff; box-shadow: none; }
.button-light:hover { color: var(--violet); background: #fff; }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.65); box-shadow: none; }
.button-outline-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.1); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.text-link { display: inline-block; color: var(--blue); font-size: .92rem; font-weight: 800; }

.topbar { color: #dce8ff; background: var(--navy); font-size: .78rem; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 25px; }
.topbar a { color: inherit; }
.nav-wrap { position: relative; z-index: 90; background: rgba(255,255,255,.98); border-bottom: 1px solid #e6ebf4; }
.nav-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand:hover { color: var(--ink); }
.brand-mark { color: var(--blue); font-size: 2.45rem; font-weight: 950; letter-spacing: -.13em; line-height: 1; transform: skew(-9deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-text small { margin-top: 4px; font-size: .52rem; color: var(--muted); }
.custom-logo { max-height: 58px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.skt-menu { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.skt-menu a { color: var(--ink); font-size: .87rem; font-weight: 700; }
.skt-menu a:hover, .current-menu-item > a { color: var(--blue); }
.skt-menu .sub-menu { position: absolute; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(8px); margin: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); list-style: none; }
.skt-menu li { position: relative; }
.skt-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.skt-menu .sub-menu a { display: block; padding: 9px 10px; }
.nav-quote { min-height: 44px; padding: 11px 18px; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 9px; background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.home-hero, .page-hero, .not-found { position: relative; color: #fff; background-color: var(--navy); background-image: linear-gradient(90deg, rgba(2,13,32,.97) 0%, rgba(2,17,43,.88) 42%, rgba(2,17,43,.22) 72%), var(--hero-image); background-position: center; background-size: cover; }
.home-hero { min-height: 620px; display: flex; align-items: center; }
.home-hero-inner { position: relative; z-index: 2; padding: 90px 0 115px; }
.hero-copy { max-width: 670px; }
.hero-copy h1, .page-hero h1, .not-found h1 { color: #fff; }
.hero-copy h1 { font-size: clamp(2.6rem, 5.1vw, 4.55rem); }
.hero-copy h1 em { display: block; color: #2f75ff; font-style: normal; }
.hero-copy h2 { margin-bottom: 12px; color: #4080ff; font-size: 1.25rem; }
.hero-copy p { max-width: 610px; color: #e0e9f8; font-size: 1.06rem; }
.page-hero { min-height: 420px; display: flex; align-items: center; }
.page-hero.compact { min-height: 330px; }
.hero-content { padding: 82px 0; }
.hero-content h1 { max-width: 730px; margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.hero-content p { max-width: 630px; color: #e2e9f7; font-size: 1.08rem; }
.stats-overlap { position: relative; z-index: 5; margin-top: -56px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 18px; background: #fff; border: 1px solid #e4e9f2; border-radius: 14px; box-shadow: var(--shadow); }
.stats-grid div { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 70px; text-align: center; border-right: 1px solid #e5eaf3; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { color: var(--blue-2); font-size: 1.85rem; line-height: 1; }
.stats-grid span { margin-top: 8px; color: var(--muted); font-size: .78rem; }

.section-title { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.section-title h2 { margin-bottom: 12px; }
.section-title p { color: var(--muted); }
.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.content-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 25px rgba(3,21,50,.06); transition: .25s ease; }
.content-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.content-card > img { width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 23px; }
.card-body h3 { margin-bottom: 9px; }
.card-body p { color: var(--muted); font-size: .92rem; }
.feature-grid { display: grid; gap: 22px; }
.feature-grid.six { grid-template-columns: repeat(6, 1fr); }
.feature-grid > div { text-align: center; }
.feature-grid b { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 15px; color: var(--blue); background: #eef4ff; border: 1px solid #ccdafa; border-radius: 12px; }
.feature-grid h3 { font-size: .98rem; }
.feature-grid p { color: var(--muted); font-size: .79rem; }

.process-section { color: #fff; background: var(--navy); }
.process-section .section-title h2 { color: #fff; }
.process-section .section-title p { color: #bbc9e1; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.process-grid > div { position: relative; padding: 25px 18px; text-align: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.process-grid b { color: #5b91ff; }
.process-grid h3 { margin: 12px 0 8px; color: #fff; }
.process-grid p { margin: 0; color: #bdc9dc; font-size: .85rem; }
.process-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px 42px; color: #fff; background: linear-gradient(120deg, var(--navy), #062f83); border-radius: var(--radius); }
.process-banner h2 { max-width: 800px; color: #fff; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.process-banner p { max-width: 730px; color: #c7d6ec; }
.process-banner .button { flex-shrink: 0; }

.testimonials { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-grid article { padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.testimonial-grid article > p { min-height: 105px; font-style: italic; }
.testimonial-grid article > div { display: flex; align-items: center; gap: 13px; }
.testimonial-grid img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; }
.testimonial-grid span { display: flex; flex-direction: column; }
.testimonial-grid small { color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: 1.55fr .65fr; gap: 48px; align-items: start; }
.faq-layout .section-title { margin-left: 0; text-align: left; }
.faq details { margin-bottom: 10px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; }
.faq summary { cursor: pointer; font-weight: 750; }
.faq details p { margin: 14px 0 0; color: var(--muted); }
.help-card { padding: 36px; color: #fff; background: linear-gradient(150deg, var(--navy), var(--blue-2)); border-radius: var(--radius); }
.help-card h3 { color: #fff; font-size: 1.5rem; }
.help-card p { color: #d9e5f8; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.image-frame { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 390px; object-fit: cover; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 18px; margin: 25px 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding-left: 24px; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.value-grid article { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.value-grid span { color: var(--blue); font-weight: 900; }
.value-grid p { color: var(--muted); }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.team-grid article { overflow: hidden; text-align: center; border: 1px solid var(--line); border-radius: 14px; }
.team-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.team-grid h3 { margin: 15px 10px 3px; font-size: 1rem; }
.team-grid p { margin: 0 10px 17px; color: var(--muted); font-size: .82rem; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.timeline > div { position: relative; padding: 24px; text-align: center; border-top: 3px solid #b8caf5; }
.timeline > div::before { content: ""; position: absolute; top: -8px; left: 50%; width: 14px; height: 14px; background: var(--blue); border: 3px solid #fff; border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 2px var(--blue); }
.timeline b { color: var(--blue); font-size: 1.3rem; }
.timeline p { color: var(--muted); font-size: .86rem; }
.industry-list { display: grid; gap: 35px; }
.industry-list article { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.industry-list article:nth-child(even) img { order: 2; }
.industry-list article > img { width: 100%; height: 330px; object-fit: cover; border-radius: 12px; }
.project-grid .content-card > img { height: 250px; }

.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.contact-cards article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.contact-cards h3 { margin-bottom: 8px; font-size: 1rem; }
.contact-cards p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-layout { display: grid; grid-template-columns: 1.45fr .65fr; gap: 30px; align-items: start; }
.contact-form, .contact-layout aside { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-layout aside img { width: 100%; height: 245px; object-fit: cover; margin-bottom: 22px; border-radius: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; color: var(--ink); font-size: .86rem; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #cdd7e8; border-radius: 8px; font: inherit; }
textarea { resize: vertical; }
form > label { margin-top: 18px; }
form .button { margin-top: 18px; border: 0; }
.form-message { margin: 15px 0; padding: 13px 15px; border-radius: 8px; }
.form-message.success { color: #0a6538; background: #e7f8ef; }
.form-message.error { color: #8a2230; background: #fff0f1; }
.prose { max-width: 840px; }
.prose h2 { margin-top: 1.4em; font-size: 1.55rem; }
.prose p, .prose li { color: #46536d; }
.article-image img { width: 100%; margin-bottom: 35px; border-radius: var(--radius); }

.footer-cta { color: #fff; background: linear-gradient(100deg, #073bb5, #0759f7 54%, #6e35f2); }
.footer-cta-inner { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.footer-cta p { margin: 0; color: #dce8ff; }
.site-footer { padding: 70px 0 20px; color: #c2cee1; background: var(--navy); }
.site-footer a { color: #dbe5f4; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr 1fr; gap: 45px; }
.footer-grid h3 { color: #fff; font-size: 1rem; }
.footer-grid p, .footer-grid li { font-size: .84rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-brand { margin-bottom: 18px; color: #fff; }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text small { color: #9aabc5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #1abf63; border: 4px solid #fff; border-radius: 50%; box-shadow: var(--shadow); font-size: .72rem; font-weight: 900; }
.floating-whatsapp:hover { color: #fff; transform: translateY(-3px); }
.not-found { min-height: 650px; display: flex; align-items: center; }
.not-found-content { max-width: 550px; padding: 100px 0; }
.error-number { display: block; color: #4b82ff; font-size: clamp(5rem, 15vw, 11rem); font-weight: 950; line-height: .85; }
.not-found p { color: #d8e3f5; font-size: 1.08rem; }

@media (max-width: 1080px) {
	.topbar-right { display: none; }
	.menu-toggle { display: block; }
	.main-nav { position: fixed; z-index: 100; inset: 116px 0 auto; display: none; max-height: calc(100vh - 116px); overflow-y: auto; padding: 24px 20px 35px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
	.main-nav.open { display: block; }
	.skt-menu { display: block; }
	.skt-menu li { border-bottom: 1px solid var(--line); }
	.skt-menu a { display: block; padding: 13px 4px; }
	.skt-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 8px 15px; }
	.nav-quote { width: 100%; margin-top: 18px; }
	.feature-grid.six { grid-template-columns: repeat(3, 1fr); }
	.card-grid.four { grid-template-columns: repeat(2, 1fr); }
	.team-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
	.section { padding: 65px 0; }
	.home-hero { min-height: 570px; background-image: linear-gradient(90deg, rgba(2,13,32,.96), rgba(2,17,43,.77)), var(--hero-image); }
	.page-hero { min-height: 370px; background-image: linear-gradient(90deg, rgba(2,13,32,.96), rgba(2,17,43,.65)), var(--hero-image); }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.stats-grid div:nth-child(2) { border-right: 0; }
	.stats-grid div:nth-child(-n+2) { border-bottom: 1px solid #e5eaf3; }
	.card-grid.three, .testimonial-grid { grid-template-columns: 1fr 1fr; }
	.process-grid { grid-template-columns: 1fr 1fr; }
	.split, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
	.value-grid { grid-template-columns: 1fr; }
	.timeline { grid-template-columns: 1fr 1fr; }
	.industry-list article { grid-template-columns: 1fr; }
	.industry-list article:nth-child(even) img { order: 0; }
	.contact-cards { grid-template-columns: 1fr 1fr; }
	.footer-cta-inner, .process-banner { align-items: flex-start; flex-direction: column; padding-block: 38px; }
}

@media (max-width: 560px) {
	.container { width: min(calc(100% - 28px), var(--container)); }
	.topbar-left span, .topbar-left a:last-child { display: none; }
	.nav-inner { min-height: 72px; }
	.main-nav { inset: 108px 0 auto; }
	.brand-mark { font-size: 2rem; }
	.brand-text strong { font-size: .86rem; }
	.home-hero-inner { padding: 70px 0 100px; }
	.hero-copy h1 { font-size: 2.35rem; }
	.stats-grid { padding: 12px; }
	.stats-grid strong { font-size: 1.45rem; }
	.card-grid.three, .card-grid.four, .testimonial-grid, .feature-grid.six, .process-grid, .team-grid, .contact-cards, .form-grid, .timeline { grid-template-columns: 1fr; }
	.feature-grid > div { padding: 15px; border: 1px solid var(--line); border-radius: 12px; }
	.check-grid { grid-template-columns: 1fr; }
	.image-frame img { min-height: 280px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; }
}
