/*!
Theme Name: Linkites Official
Theme URI: https://linkites.com
Author: Linkites &#8211; For the love of Software
Author URI: https://linkites.com
Description: We combine custom software development and cutting-edge platforms with a world-class boilerplate to save our clients time and money.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Linkites
Tags: custom-software-development, platform-integration, boilerplate, modern-tech-stack, scalable-solutions, fast-time-to-market, digital-transformation, software-optimization, cost-effective, enterprise-efficiency
*/

/* Global CSS */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
	--font-inter: 'Inter', sans-serif;
	--font-plus-jakarta:  "Plus Jakarta Sans", sans-serif;
	--font-noto-serif: "Noto Serif", serif;
	--font-playfair: "Playfair Display", serif;
}

body {
	font-family: var(--font-plus-jakarta);
	color: #111;
	font-size: 1rem;
	line-height: 1.4;
	background: #F9F9EF;
}

:where(a, button) {
	cursor: pointer;
}

/* Header */
.custom-logo-link img {
	max-width: 7.5rem;
}
#menu-primary > li > a {
	font-family: var(--font-inter);
	font-weight: 500;
	letter-spacing: -0.025em;
}
#menu-primary > li > a:hover {
	color: #666;
}


#menu-primary-1  >li>a {
	font-family: var(--font-inter);
	font-weight: 500;
	letter-spacing: -0.025em;
}

#menu-primary-1 >li>a:hover {
	color: #666;
}

/* Header */

.hero-bg-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#efefef 1px, transparent 1px), linear-gradient(90deg, #efefef 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
	z-index: -1;
}

.hero-orb {
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(245, 200, 66, 0.08) 0%, transparent 70%);
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	pointer-events: none;
}

.page-orb-left,
.page-orb-right {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
	filter: blur(2px);
	z-index: -1;
}

.page-orb-left {
	width: 360px;
	height: 360px;
	left: -120px;
	top: 80px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 72%);
}

.page-orb-right {
	width: 440px;
	height: 440px;
	right: -120px;
	bottom: 40px;
	background: radial-gradient(circle, rgba(245, 200, 66, 0.12) 0%, transparent 72%);
}

.page-section-accent {
	position: relative;
}

.page-section-accent::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 1px;
	background: rgba(17, 17, 17, 0.16);
}

.interactive-panel {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(14px);
	box-shadow: 0 22px 60px rgba(17, 17, 17, 0.07);
}

@keyframes float-soft {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -14px, 0);
	}
}

@keyframes pulse-glow {
	0%, 100% {
		opacity: 0.45;
		transform: scale(1);
	}
	50% {
		opacity: 0.85;
		transform: scale(1.08);
	}
}

@keyframes rotate-slow {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate-reverse {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}

@keyframes drift-x {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(16px);
	}
}

/* Reveal Animations */
.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease;
}

.reveal.on {
	opacity: 1;
	transform: translateY(0);
}
/* Reveal Animations */
 

.hero-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.18), transparent 26%),
		radial-gradient(circle at 80% 22%, rgba(245, 200, 66, 0.14), transparent 24%),
		radial-gradient(circle at 65% 70%, rgba(255, 255, 255, 0.58), transparent 20%);
	pointer-events: none;
	z-index: -1;
}

.hero-radar {
	position: relative;
	width: min(100%, 430px);
	aspect-ratio: 1;
	margin-inline: auto;
	border-radius: 9999px;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 251, 0.82) 42%, rgba(232, 237, 242, 0.4) 64%, rgba(232, 237, 242, 0) 70%);
	border: 1px solid rgba(17, 17, 17, 0.08);
	box-shadow: 0 30px 80px rgba(17, 17, 17, 0.08);
	overflow: hidden;
}

.hero-radar::before,
.hero-radar::after {
	content: "";
	position: absolute;
	inset: 12%;
	border-radius: 9999px;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.hero-radar::after {
	inset: 27%;
}

.hero-ring {
	position: absolute;
	inset: 8%;
	border-radius: 9999px;
	border: 1px dashed rgba(59, 130, 246, 0.28);
	animation: rotate-slow 26s linear infinite;
}

.hero-ring-inner {
	position: absolute;
	inset: 23%;
	border-radius: 9999px;
	border: 1px solid rgba(245, 200, 66, 0.3);
	animation: rotate-reverse 18s linear infinite;
}

.hero-node,
.hero-node::before {
	position: absolute;
	border-radius: 9999px;
}

.hero-node {
	width: 18px;
	height: 18px;
	background: #3b82f6;
	box-shadow: 0 0 0 10px rgba(59, 130, 246, 0.08);
}

.hero-node::before {
	content: "";
	inset: -8px;
	border: 1px solid rgba(59, 130, 246, 0.18);
	animation: pulse-glow 3.4s ease-in-out infinite;
}

.hero-node-one {
	top: 16%;
	left: 22%;
}

.hero-node-two {
	top: 28%;
	right: 18%;
	background: #f5c842;
	box-shadow: 0 0 0 10px rgba(245, 200, 66, 0.1);
}

.hero-node-two::before {
	border-color: rgba(245, 200, 66, 0.24);
}

.hero-node-three {
	bottom: 18%;
	left: 30%;
}

.hero-node-four {
	right: 28%;
	bottom: 24%;
}

.hero-beam {
	position: absolute;
	height: 1px;
	transform-origin: left center;
	background: linear-gradient(90deg, rgba(59, 130, 246, 0.38), rgba(59, 130, 246, 0));
}

.hero-beam-one {
	top: 22%;
	left: 26%;
	width: 42%;
	transform: rotate(12deg);
}

.hero-beam-two {
	left: 32%;
	bottom: 30%;
	width: 34%;
	transform: rotate(-26deg);
}

.hero-card-float {
	animation: float-soft 6s ease-in-out infinite;
}

.hero-card-float-delay {
	animation: float-soft 7.5s ease-in-out infinite;
	animation-delay: 1.2s;
}

.hero-drift {
	animation: drift-x 9s ease-in-out infinite;
}

.world-globe {
	position: relative;
	width: min(100%, 340px);
	aspect-ratio: 1;
	margin-inline: auto;
	border-radius: 9999px;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.96), rgba(232, 238, 244, 0.9) 42%, rgba(211, 222, 233, 0.74) 72%, rgba(189, 204, 220, 0.72) 100%);
	box-shadow: inset -30px -30px 70px rgba(59, 130, 246, 0.12), 0 22px 70px rgba(17, 17, 17, 0.08);
	overflow: hidden;
}

.world-globe::before,
.world-globe::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 9999px;
}

.world-globe::before {
	background:
		linear-gradient(90deg, transparent 22%, rgba(17, 17, 17, 0.06) 22.5%, transparent 23%),
		linear-gradient(90deg, transparent 38%, rgba(17, 17, 17, 0.06) 38.5%, transparent 39%),
		linear-gradient(90deg, transparent 61%, rgba(17, 17, 17, 0.06) 61.5%, transparent 62%),
		linear-gradient(90deg, transparent 77%, rgba(17, 17, 17, 0.06) 77.5%, transparent 78%);
	opacity: 0.7;
}

.world-globe::after {
	background:
		linear-gradient(transparent 20%, rgba(17, 17, 17, 0.05) 20.5%, transparent 21%),
		linear-gradient(transparent 39%, rgba(17, 17, 17, 0.05) 39.5%, transparent 40%),
		linear-gradient(transparent 59%, rgba(17, 17, 17, 0.05) 59.5%, transparent 60%),
		linear-gradient(transparent 79%, rgba(17, 17, 17, 0.05) 79.5%, transparent 80%);
	opacity: 0.65;
}

.world-globe-orbit,
.world-globe-orbit::before {
	position: absolute;
	border-radius: 9999px;
}

.world-globe-orbit {
	inset: -8%;
	border: 1px solid rgba(59, 130, 246, 0.18);
	animation: rotate-slow 22s linear infinite;
}

.world-globe-orbit::before {
	content: "";
	inset: 18%;
	border: 1px solid rgba(245, 200, 66, 0.24);
}

.world-marker {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 9999px;
	background: #3b82f6;
	box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.1);
}

.world-marker::before {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: 9999px;
	border: 1px solid rgba(59, 130, 246, 0.22);
	animation: pulse-glow 3.6s ease-in-out infinite;
}

.world-marker-india {
	top: 43%;
	left: 67%;
}

.world-marker-us {
	top: 36%;
	left: 24%;
}

.world-marker-sg {
	top: 58%;
	left: 72%;
	background: #f5c842;
	box-shadow: 0 0 0 8px rgba(245, 200, 66, 0.12);
}

.world-marker-sg::before {
	border-color: rgba(245, 200, 66, 0.24);
}

.world-arc {
	position: absolute;
	inset: 18%;
	border-radius: 9999px;
	border-top: 1px dashed rgba(59, 130, 246, 0.24);
	border-left: 1px dashed transparent;
	border-right: 1px dashed transparent;
	border-bottom: 1px dashed transparent;
	transform: rotate(18deg);
	animation: rotate-reverse 16s linear infinite;
}


/* Richtext */
.richtext-editor {
	color: #111;
	font-size: 16px;
	line-height: 1.7;
}
.richtext-editor :where(h1, h2, h3, h4, h5, h6) {
	font-weight: 700;
	line-height: 1.3;
	margin-top: 32px;
	margin-bottom: 16px;
	color: #111;
}
.richtext-editor h1 {
	font-size: 26px;
}

.richtext-editor h2 {
	font-size: 22px;
}
.richtext-editor h3 {
	font-size: 24px;
}
.richtext-editor h4 {
	font-size: 18px;
}
.richtext-editor h5 {
	font-size: 16px;
}
.richtext-editor h6 {
	font-size: 14px;
	color: #6b7280;
}

.richtext-editor p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	margin-bottom: 12px;
	color: #111;
}
.richtext-editor a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease;
}

.richtext-editor a:hover {
	color: #1d4ed8;
}
.richtext-editor ul,
.richtext-editor ol {
	font-weight: 500;
	margin: 20px 0;
	padding-left: 24px;
}
.richtext-editor ul {
	list-style-type: disc;
}
.richtext-editor ol {
	list-style-type: decimal;
}
.richtext-editor li {
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.richtext-editor strong {
	font-weight: 600;
	color: #111827;
}
.richtext-editor blockquote {
	border-left: 4px solid #e5e7eb;
	padding-left: 1rem;
	margin: 1.5rem 0;
	color: #4b5563;
	font-style: italic;
}
.richtext-editor hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 2rem 0;
}
.richtext-editor>*:first-child {
	margin-top: 0;
}
.richtext-editor>*:last-child {
	margin-bottom: 0;
}
/* Richtext */

/* Contact Form 7 */
form.wpcf7-form.init {

}

.form-group {
}

.form-label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}
.form-input, 
.form-textarea {
	border: 1px solid #e6e6e6;
	padding: 8px 16px;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 500;
	min-height: 48px;
	width: 100%;
	resize: none;
	appearance: none;
}

.form-textarea {
}

.form-button {
	font-size: 16px;
	font-weight: 600;
	background: #1a1a1a;
	color: #fff;
	padding: 16px 34px;
	border-radius: 50px;
	cursor: pointer;
}

.codedropz-upload-wrapper {}
.codedropz-upload-handler {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	margin-bottom: 0;
	position: relative;
}
.codedropz-upload-inner h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}
.codedropz-upload-inner span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-decoration: underline;
	color: #666;
}
.dnd-upload-counter {
	font-size: 12px;
	font-weight: 500;
	color: #666;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 500;
	color: #e61f33;
	margin-top: 6px;
}

.intl-tel-input {
	width: 100%;
}

.wpcf7-spinner {
	width: 1.5rem;
	height: 1.5rem;
	border: 0.1875rem solid #ccc;
	border-bottom-color: #e61f33;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	background: transparent;
	margin: 0 16px;
	opacity: 1;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	margin: 1rem 0;
	padding: 12px 16px;
	text-align: left;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #dc3232;
	background: rgba(220, 50, 50, 0.0705882353);
}
/* Contact Form 7 */