/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1766468115
Updated: 2025-12-23 05:35:15
*/

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

{
font-family: "Syne", sans-serif;	
}

body {
	padding: 0;
	margin: 0;
	background-color: #fff !important;
	font-family: "Syne", sans-serif;
}
h2, h3, h4, h5, h6 {
	font-family: "Syne", sans-serif;
}
p, span {
	font-family: "Inter", sans-serif;
}
.site-container {
  max-width:1280px;
  margin:0 auto;
  padding:0 15px;
}
#masthead {
	position: sticky !important;
	top: 0;
	border-bottom: 1px solid #212637;
}
.site-nav {
  display: flex;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.header_inner_section {
	display: flex;
	width: 100%;
	gap: 15px;
}
.header_inner_section .custom-logo-link {
	width: 100px;
	display: inline-block;
}
.menua-all-right li {
	margin: 0 0 0 2rem;
	position: relative;
	top: 21px;
}
.menua-all-right .hfe-nav-menu li.hfe-button-wrapper {
	align-self: center;
	top: 0;
}
.premium-tage h3 {
	margin: 0;
}
.premium-tage svg {
	color: #f65f1e;
	margin: 11px 0 0 0;
}
.premium-tage .elementor-icon-box-wrapper {
	display: flex;
	width: 249px;
	border: 1px solid #f65f1e;
	height: 40px;
	line-height: 38px;
	border-radius: 100px;
	padding: 0 1rem;
	background-color: #22171f;
}
.changing-word {
  display: inline-block;
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #f65f1e;
}
/* start position (bottom) */
.changing-word.slide-out {
  opacity: 0;
  transform: translateY(20px);
}

/* enter from bottom → top */
.changing-word.slide-in {
  opacity: 1;
  transform: translateY(0);
}
.first-button a {
	height: 3rem;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 3rem;
}
.banner-section {
	position: relative;
	overflow: hidden;
}
.banner-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient( to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(255, 132, 0, 0.05) 100% ); z-index: 0; bottom: 0; }
.start-buton a:hover {
	box-shadow: 0 3px 10px #f65f1e !important;
	margin: -2px 0 0 0;
	transition: 0.5s;
}
.our-work a:hover {
	border-color: #f65f1e !important;
}
.npm-tage {
	position: absolute;
	background-color: #12172e;
	padding: .375rem .75rem;
	border-radius: .75rem;
	color: #fb9851;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	left: 49px;
	bottom: 3px;
	border: 1px solid #515666;

	/* 🔥 SMOOTH CONTINUOUS FLOAT */
	animation: floatSmooth 4.5s linear infinite;
	will-change: transform;
}

@keyframes floatSmooth {
	0%   { transform: translateY(0); }
	25%  { transform: translateY(-6px); }
	50%  { transform: translateY(-10px); }
	75%  { transform: translateY(-6px); }
	100% { transform: translateY(0); }
}
.comment-tage {
	position: absolute;
	background-color: #12172e;
	padding: .375rem .75rem;
	border-radius: .75rem;
	color: #f65f1e;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	right: 2rem;
	top: -1rem;
	border: 1px solid #515666;
	animation: floatSmooth 4.5s linear infinite;
	will-change: transform;
}
.trusted-span h4 span {
	color:#f65f1e;
	font-weight:600;
}
.slider-box-inner {
	height: 4rem !important;
	border: 1px solid #212637;
	border-radius: 1rem;
	background-color: #0e1226;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	opacity: 0.6;
}
.slider-box-inner:hover {
	opacity: inherit;
}
/* If there’s inner element, make it full height */
.slider-box-inner > * {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider-box .slick-slide {
    margin: 0 2rem;  /* 2rem left + 2rem right = 4rem gap */
}
.round-box {
	display: inline-block;
	background-color: #55372c;
	height: 3rem;
	width: 3rem;
	border-radius: 50%;
	position: absolute;
	right: -1.5rem;
	bottom: 0;
	z-index: -1;
	animation: floatSmooth 3s ease-in-out infinite;
}
/* Keyframes for floating effect */
@keyframes floatSmooth {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-6px); }
    50%  { transform: translateY(-10px); }
    75%  { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
.squer-box {
    display: inline-block;
    background-color: #53281f;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .75rem;
    position: absolute;
    right: -4rem;
    top: 50%;

    /* Smooth floating animation */
    animation: floatSmooth 3s ease-in-out infinite;
}

/* Keyframes for floating effect */
@keyframes floatSmooth {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-6px); }
    50%  { transform: translateY(-10px); }
    75%  { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
.badge h6 {
	border-radius: 9999px;
	padding: .5rem 1rem;
	line-height: 1.25rem;
	border: 1px solid #4c251f;
	background-color: #22171f;
	display: inline-block;
}
.h2-heading span {
	color: #fff;
}
.why-choose-heding p {
	margin: 0 0 14px 0;
}
.all-why-choose::after {
	content: '';
	background: url('https://testwp.truewebmakers.com/wp-content/uploads/2025/12/tt.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: contain;
	opacity: 0.3;
	background-position: center;
	left: 0;
	right: 0;
	z-index: 1;
}
.why-choose-heding {
	position: relative;
	z-index: 11;
}
.whay-box-all .elementor-icon {
	display: table-cell;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	background-color: #261b25;
	align-items: center;
	vertical-align: middle;
}
.whay-box-all .elementor-icon svg {
	color: #f66422;
	display: inline;
}
.whay-box-all {
    transition: 
        transform 0.5s ease,
        box-shadow 0.5s ease;
    will-change: transform, box-shadow;
}

.whay-box-all:hover {
    transform: translateY(-0.5rem); /* smooth lift */
    box-shadow: 0 30px 60px -15px hsl(18, 92%, 54%, 0.2);
}
.bg-grid {
	background-image: linear-gradient(rgba(229, 231, 235, 0.1) 0.1px, transparent 1px), linear-gradient(90deg, rgba(229, 231, 235, 0.1) 0.1px, transparent 1px);
	background-size: 60px 60px;
}
.badge-text {
   display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  font-weight: 500;
  line-height: 20px;

  color: #ff6a1a; /* text color */
  background-color: rgba(255, 106, 26, 0.12); /* bg */
  border: 1px solid rgba(255, 106, 26, 0.35); /* border */
}
.badge-text .elementor-icon-box-title {
	margin: 0;
	font-size: .875rem;
	font-weight: 500;
	color: #F66523;
}
.badge-text svg {
	color: #F66523;
}
.squer-box-left-top {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;

  background-color: rgba(255, 106, 26, 0.2);
  border-radius: .7rem;
  opacity: 0.7;
  filter: blur(4px);

  animation: floatUpDown 3.5s ease-in-out infinite;
}

/* Up–Down keyframe */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
.master-box-all {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(15, 23, 42, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  transition: 
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.master-box-all:hover {
	border-color: #f66523 !important;
	box-shadow: 0 18px 40px -10px rgba(246, 101, 35, 0.45);
}
/* Bottom-right color glow */
.master-box-all::after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -30%;
  width: 70%;
  height: 70%;

  background: radial-gradient(
    circle,
    rgba(132, 204, 22, 0.35),
    rgba(132, 204, 22, 0.15),
    transparent 60%
  );

  filter: blur(40px);
  pointer-events: none;
}
.master-box-all h2 {
	font-size: 1.25rem;
}
.master-box-all .elementor-widget-text-editor {
	color: #98A1B3;
	font-size: .875rem;
}
.master-box-all h5 {
	color: #F66523 !important;
	font-size: .875rem;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 30px;
}
.master-box-all h5::before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
  background-color: #F66523; /* 👈 yahi color lagega */
  -webkit-mask-image: url('https://testwp.truewebmakers.com/wp-content/uploads/2025/12/icon-star.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url('https://testwp.truewebmakers.com/wp-content/uploads/2025/12/icon-star.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.icon-we-1 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.5rem;
	border-radius: .75rem;
	background-color: #5e8e3e;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-1 {
  transform: scale(1.1);
}
.master-box-all img {
	width: 2rem !important;
	height: 2rem !important;
}
.icon-we-2 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.8rem;
	border-radius: .75rem;
	background: linear-gradient( 135deg, #0ea5a4, #2563eb );
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-2 {
  transform: scale(1.1);
}
.icon-we-3 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.7rem;
	border-radius: .75rem;
	background-color: #00a4e4;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-3 {
  transform: scale(1.1);
}
.icon-we-4 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.7rem;
	border-radius: .75rem;
	background-color: #4353ff;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-4 {
  transform: scale(1.1);
}
.icon-we-5 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.5rem;
	border-radius: .75rem;
	background: linear-gradient( 135deg, #3b82f6 0%, #60a5fa 50%, #facc15 70%, #f59e0b 100% );
	padding: 5px;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-5 {
  transform: scale(1.1);
}
.icon-we-5 img {
	width: auto !important;
	height: auto !important;
}
.icon-we-6 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.5rem;
	border-radius: .75rem;
	background-color: #ff2d20;
	padding: 5px;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-6 {
  transform: scale(1.1);
}
.icon-we-7 {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.5rem;
	border-radius: .75rem;
	background-color: #61dafb;
	padding: 5px;
	transition: transform 0.35s ease;
}
.master-box-all:hover .icon-we-7 {
  transform: scale(1.1);
}
.and-moreicon {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	text-align: center !important;
	line-height: 3.5rem;
	border-radius: .75rem;
	background-color: #261b25;
	padding: 5px;
}
.counter-box .elementor-icon-box-title {
	margin: 0 0 .25rem 0;
}
.build-box-all .elementor-image-box-img {
	width: 120px !important;
	height: 120px;
	border-radius: 1rem;
	text-align: center;
	display: inline-block;
	margin: 0 !important;
	background-color: #131b38;
	line-height: 9rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.build-box-all .elementor-image-box-img img {
	display: inline-block;
	height: 35px;
	width: auto;
}
.image-will-box-1 .elementor-image-box-img::after, .image-will-box-2 .elementor-image-box-img::after, .image-will-box-3 .elementor-image-box-img::after, .image-will-box-4 .elementor-image-box-img::after, .image-will-box-5 .elementor-image-box-img::after, .image-will-box-6 .elementor-image-box-img::after {
	background-color: #131b38;
	border: 1px solid rgba(255, 255, 255, 0.15);
	width: 2rem;
	height: 2rem;
	display: inline-block;
	line-height: 28px !important;
	border-radius: 50%;
	position: absolute;
	top: -11px;
	color: #98A1B3;
	font-weight: 600;
	font-size: 15px;
	right: 30px;
}
.image-will-box-1 .elementor-image-box-img::after {
	content: '1';
}
.image-will-box-2 .elementor-image-box-img::after {
	content: '2';
}
.image-will-box-3 .elementor-image-box-img::after {
	content: '3';
}
.image-will-box-4 .elementor-image-box-img::after {
	content: '4';
}
.image-will-box-5 .elementor-image-box-img::after {
	content: '5';
}
.image-will-box-6 .elementor-image-box-img::after {
	content: '6';
}
.build-box-all p {
	font-size: .75rem;
	line-height: 20px;
}
.build-box-all h3 {
	margin: 15px 0 10px 0;
}
.slider-text-box .elementor-image-box-img img {
	width: auto;
	height: 30px;
	display: inline-block;
}
.slider-text-box .elementor-image-box-img {
	width: 4.5rem !important;
	height: 4rem;
	display: inline-block;
	text-align: center;
	margin: 0 16px 0 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background-color: #131b38;
	border-radius: .75rem;
	line-height: 5.3rem !important;
}
.slider-text-box .elementor-image-box-title {
	margin: 0;
	font-size: .875rem;
	font-weight: 400 !important;
	color: #F66523 !important;
}
.slider-text-box .elementor-image-box-title span {
	position: relative;
	padding-left: 22px; /* icon ke liye space */
	color: #98A1B3;
}
.slider-text-box .elementor-image-box-title span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2398A1B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}
.slider-text-box .elementor-image-box-description {
	margin: 10px 0 0 0;
}
.box-services-all .elementor-widget-image {
	background-color: #261c26;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center !important;
	border-radius: 1rem;
	line-height: 3.5rem;
}
.box-services-all .elementor-widget-image img {
	width: auto;
	height: 30px;
}
.box-services-all p {
	margin: 0;
}
.box-services-all ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.box-services-all ul li {
	display: inline-block;
	width: auto;
	margin: 0 10px 6px 0px;
	color: #98a1b3;
	padding: .25rem .27rem;
	border-radius: 100px;
	background-color: #20263c;
	font-size: .75rem;
	font-weight: 400;
}
.box-services-all:hover .elementor-widget-image {
	background-color: #442525;
}
.box-services-all:hover {
	transform: translateY(-0.5rem);
	box-shadow: 0 30px 60px -15px hsl(18, 92%, 54%, 0.2);
}
.hedding-services p {
	margin: 0;
}
.featured-project-box-all .elementor-widget-image {
	overflow: hidden;
}
.featured-project-box-all ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.featured-project-box-all ul li {
	display: inline-block;
	width: auto;
	margin: 0 10px 6px 0px;
	color: #98a1b3;
	padding: .25rem .27rem;
	border-radius: 100px;
	background-color: #20263c;
	font-size: .75rem;
	font-weight: 400;
}
.featured-project-box-all .elementor-widget-image {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}
.featured-project-box-all .elementor-widget-image img {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}
.featured-project-box-all:hover .elementor-widget-image img {
	transform: scale(1.1);
}
.featured-project-box-all:hover .elementor-widget-image::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	left: 0;
}
.featured-project-box-all:hover h2 {
	color: #F66523;
}
.featured-project-box-all .elementor-widget-image {
	position: relative;
}

/* 🔴 Circle + Icon in ::before */
.featured-project-box-all .elementor-widget-image::before {
	content: "";
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 3rem;
	height: 3rem;
	background-color: #F66523;
	border-radius: 50%;
	z-index: 2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.25rem;
	/* 👇 animation base */
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 0.45s ease, transform 0.45s ease;
	opacity: 0;
}
.featured-project-box-all:hover .elementor-widget-image::before {
	display: inline-block;
}
.featured-project-box-all:hover .elementor-widget-image::before {
	opacity: 1;
	transform: translateY(0);
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.testimonial-card {
	display: inline-block;
	background-color: #0F1328;
	border: 1px solid #FFFFFF26;
	border-radius: 1rem;
	overflow: hidden;
}
.testimonial-card .stars {
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: #eab308;
	font-size: 28px;
	line-height: 20px;
}
.testimonial-card p {
	display: inline-block;
	margin: 0;
	color: #fff;
	padding: 0 25px;
	font-size: .875rem;
	line-height: 1.625;
}
.testimonial-card .testimonial-content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
	gap: 15px;
	padding-bottom: 1.5rem;
}
.testimonial-card .testimonial-content .testimonial-content-left {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial-content .testimonial-content-right .testimonial-name {
	color: #fff;
	margin: 0;
	font-size: .875rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.testimonial-content .testimonial-content-right .testimonial-role {
	color: #98A1B3;
	font-size: .75rem;
}
.testimonial-card:hover {
	border-color: #F66523;
	transition: 0.5s;
}
.testimonial-featured-img {
	overflow: hidden;
	position: relative;
	min-height: 200px;
}
.testimonial-featured-img img {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.testimonial-featured-img::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	display: inline-block;
}
.testimonial-featured-img img {
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}
.testimonial-card:hover .testimonial-featured-img img {
	transform: scale(1.1);
}
.key-list .elementor-icon-box-title {
	margin: 0;
}
.company-tage .elementor-icon-box-title {
	margin: 0 0 3px 0;
}
.company-tagebox::after {
	content: '';
	width: 6rem;
	height: 6rem;
	position: absolute;
	right: -2rem;
	border-radius: 1.25rem;
	border: 1px solid #732D0D;
	top: -2rem;
}
.from-all-home {
	display: inline-block;
	width: 100%;
	background-color: #191d31;
	border-radius: 1.5rem;
	border: 1px solid #FFFFFF26;
	padding: 2rem;
}
.from-all-home p {
	margin: 0;
}
.from-all-home-left {
	float: left;
	width: 48%;
	margin-bottom: 1.5rem;
}
.from-all-home-right {
	float: right;
	width: 48%;
	margin-bottom: 1.5rem;
}
.from-all-home label {
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
}
.from-all-home input {
	width: 100%;
	background-color: #0a0e1f;
	border: 1px solid #FFFFFF26;
	border-radius: 7px;
	padding: .75rem 1rem;
	color: #fff;
	font-size: 16px;
	margin: .5rem 0 0 0;
}
.from-all-home textarea {
	width: 100%;
	background-color: #0a0e1f;
	border: 1px solid #FFFFFF26;
	border-radius: 7px;
	padding: .75rem 1rem;
	color: #fff;
	font-size: 16px;
	margin: .5rem 0 0 0;
	height: 122px;
}
.from-all-home-full {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5rem;
}
.from-all-home-send input {
	margin: 0;
	background-color: #F66523;
	border-color: #F66523;
	font-weight: 600;
}
.wpcf7-not-valid-tip {
	color: #F66523 !important;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	margin: 4px 0 0 0;
}
.wpcf7-response-output {
	margin: 0 !important;
	color: #F66523 !important;
	border: none !important;
	text-align: center;
	padding: 14px 0 0 0 !important;
	position: absolute;
	right: 0;
	left: 0;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 6px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus:focus-visible {
	outline: none;
	border-color: #F66523;
}
.wpcf7-form-control.wpcf7-textarea:focus-visible {
	outline: none;
	border-color: #F66523;
}
.footer-menu ul {
    display: inline-block;
    width: 100%;
}
.footer-menu ul li {
    width: 100%;
}
.footer-menu ul li a {
    padding: 10px 0 !important;
    font-family: "Inter", Sans-serif !important;
}
.footer-menu ul li a {
    padding: 10px 0 !important;
    color: #98a1b3 !important;
    font-family: "Inter", Sans-serif !important;
    font-weight: 400 !important;
}
.footer-menu ul li a:hover {
	color: #f65f1e !important;
}
.link-menu li:last-child {
	display: none;
}


/* Mobile Styles */
@media (max-width: 768px) {
  .site-nav {
    display: none;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav.active {
    display: flex;
  }
	
#primary-menu {
    display: none;
}

#primary-menu.toggled-on {
    display: block;
}
}
