/*
Theme Name: Digital Solutions
Author: Meta Sync Technologies
Version: 1.0
Description: Custom Wordpress Theme By Meta Sync Technologies.
*/
@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/Helvetica.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/Helvetica-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/georgiab.woff') format('woff');
}
:root {
 --process-line-top: 34%; /* adjust this to move the vertical timeline up/down */
 --process-line-bottom: 44%; /* adjust this to move the vertical timeline up/down */
 --process-line-top-px: 44px; /* pixel position for horizontal timeline from top of the process grid */
}
body, p {
	color: #fff;
	font-family: 'Helvetica';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
h1 {
	color: #1B322A;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 100% */
	font-family: 'Georgia';
}
h2 {
	color: #000000;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px; /* 100% */
	font-family: 'Georgia';
}
/* Hero Section */
.hero-section {
	position: relative;
	background: url('images/lingdi.png') center center / cover no-repeat;
	display: flex;
	align-items: center;
	padding: 50px 0;
	color: #0f3328;
	background-size: cover;
}
.hero-content {
	position: relative;
	z-index: 2;
	color: #093227;
	max-width: 980px;
	margin: 0 auto;
}
h1.hero-title {
	padding: 30px 0;
	margin: 0;
	color:#222;
}
.hero-ctas {
	padding-top: 30px;
	padding-bottom: 100px;
}
.default_page_template {
    padding: 80px 0;
}
.hero-badge {
    display: inline-flex;
    background: #fff;
    color: #242424;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 18px;
    align-items: center;
    gap: 6px;
    border: 1px solid #CFE2D7;
}
.contact-form br {
    display: none;
}
.contact-form p {
    margin: 0;
}
.hero-badge span {
	display: flex;
}
.header-logo img {
    width: auto;
}
.hero-title span {
    display: block;
    color: #fff;
}
.hero-lead p{
	color: #222;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	max-width: 690px;
	margin: 0 auto;
}
.hero-btn.primary {
    display: inline-flex;
    height: 56px;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #222;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.45px;
    gap: 8px;
    text-decoration: none;
    border: 1px solid #222;
    transition: all 0.3s ease;
}
.image_box_inner .hero-btn.primary svg path {
    stroke: #222;
}

.image_box_inner .hero-btn.primary {
    background: #ffbf43;
    border-color: #ffbf43;
    color: #222;
}
.image_box_inner .hero-btn.primary:hover {
    background: #fff;
    border-color: #222;
}
.side_inner_right .hero-btn.primarysmall {
    background: #222;
    color: #fff;
    border-color: #222;
}
.side_inner_right .hero-btn.primarysmall svg  path {
    stroke: #fff;
}
.side_inner_right .hero-btn.primarysmall:hover {
    color: #222;
    border-color: #fff;
}
.side_inner_right .hero-btn.primarysmall:hover svg  path{
    stroke: #222;
}
.hero-btn.primarysmall {
    display: inline-flex;
    height: 48px;
    padding: 0 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #ffbf43;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.45px;
    gap: 8px;
    text-decoration: none;
    border: 1px solid #ffbf43;
    transition: all 0.3s ease;
}
a.hero-btn.primarysmall svg path {
    stroke: #242424;
}

.hero-btn.primarysmall:hover {
	background: #fff;
	text-decoration: none;
	box-shadow: none;
	border-color:#ffbf43;
}
a.hero-btn.primarysmall svg {
	transition: all 0.3s ease;
}


a.hero-btn.primarysmall span {
	display: flex;
}
.hero-ctas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

a.hero-btn.primary span {
	display: flex;
}
a.hero-btn.primary svg {
	transition: all 0.3s ease;
}

.hero-btn.outline {
    display: flex;
    height: 56px;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #222;
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.45px;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99;
}
.hero-scroll a {
	display: inline-block;
	will-change: transform;
	cursor: pointer;
}
.hero-scroll a img {
	display: block;
	width: 24px;
	height: 40px;
}
.hero-scroll a {
	animation: hero-bob 2s ease-in-out infinite;
}

 @keyframes hero-bob {
 0% {
transform: translateY(0);
}
 50% {
transform: translateY(10px);
}
 100% {
transform: translateY(0);
}
}

/* Respect user's reduced motion preference */
@media (prefers-reduced-motion: reduce) {
.hero-scroll a {
	animation: none;
}
}
 @media (max-width: 767px) {
.hero-section {
    padding: 60px 0;
}
.default_page_template, .page_404 {
    padding: 60px 0;
}
}
h1.woocomerce_page_title, h1.error_code {
    margin-bottom: 30px;
}
.page_404 {
    padding: 80px 0;
}
/* Process / How We Work Section */
.process-section {
    background: #222;
}
.process-section .section-title {
	margin-top: 20px;
	margin-bottom: 25px;
}
.process-card {
    border-radius: 16px;
    background: #141414;
    box-shadow: 0 4px 20px -5px rgba(27, 50, 42, 0.08);
    min-height: 260px;
    padding: 40px 15px 20px 20px;
    position: relative;
}
.process-number {
    padding: 4px 16px;
    border-radius: 9999px;
    background: #ffbf43;
    box-shadow: 0 20px 60px -15px rgba(35, 92, 71, 0.15);
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: -15px;
}
.process-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.process-icon img {
	width: 26px;
	height: 26px;
	display: block;
}
.process-body {
	margin-top: 15px;
}
.process-desc {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.75px; /* 162.5% */
	margin: 0;
}
/* layout for grid and timeline connectors */
.process-grid {
	position: relative;
}
/* vertical timeline down the center */
.process-grid::before {
	content: "";
	position: absolute;
	left: 6%;
	right: 6%;
	/* horizontal timeline across the center area */
	top: 70px;
	height: 2px;
	background: linear-gradient(90deg, var(--color-spring-green-250, rgba(35, 92, 71, 0.00)) 0%, var(--color-spring-green-2520, rgba(35, 92, 71, 0.20)) 50%, var(--color-spring-green-250, rgba(35, 92, 71, 0.00)) 100%);
	border-radius: 2px;
	pointer-events: none;
}
/* short horizontal connector from each card to the center line */
.process-grid > [class*="col-"] .process-card {
--card-offset: 0px;
}
.process-grid > [class*="col-"]:nth-child(2n) .process-card {
--card-offset: 36px;
}
/* vertical connector from card top to the horizontal timeline */
.process-card::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* height should reach from the top of the card up to the timeline */
	height: calc(var(--process-line-top-px) - var(--card-offset));
 top: calc(-1 * (var(--process-line-top-px) - var(--card-offset)));
	width: 2px;
	background: rgba(35,92,71,0.035);
}
/* stagger every 2nd card lower */
.process-grid > [class*="col-"]:nth-child(2n) .process-card {
	margin-top: 36px;
}
 @media (max-width: 767px) {
.process-grid {
	flex-wrap: wrap;
	gap: 18px;
}
.process-grid::before {
	display: none;
}
.process-grid > [class*="col-"] .process-card::before {
	display: none;
}
.process-grid > [class*="col-"]:nth-child(2n) .process-card {
	margin-top: 0;
}
}
/* subtle connector between cards on wide screens */
.process-card::after {
	content: "";
	position: absolute;
	display: none; /* hide horizontal connector - using central timeline instead */
}
.process-card:last-child::after {
	display: none;
}
.process-card:hover {
/* hover disabled per request - keep styles inert */
}
/* Disable transitions and hover movement to avoid animation */
.process-card {
	transition: none !important;
}
 @media (prefers-reduced-motion: reduce) {
.process-card {
	transition: none !important;
	transform: none !important;
}
}
 @media (max-width: 1100px) {
.process-grid {
	gap: 24px;
}
.process-card {
	width: 260px;
}
.process-card::after {
	display: none;
}
}
 @media (max-width: 767px) {
.process-grid {
	flex-wrap: wrap;
	gap: 18px;
}

.process-card {
	width: 100%;
	min-height: auto;
}
.process-card::after {
	display: none;
}
.process-number {
	left: 12px;
	top: -10px;
}
}

.website_slide_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 32px;
    background: #ffbf43;
}
.slide_inner_left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	background: linear-gradient(135deg, var(--color-spring-green-3920, rgba(16, 185, 129, 0.20)) 0%, var(--color-cyan-4010, rgba(20, 184, 166, 0.10)) 50%, var(--color-cyan-400, rgba(20, 184, 166, 0.00)) 100%);
	border-radius: 32px 0 0 32px;
}
.slide_icon img {
    border-radius: 32px 0 0 32px;
}
.slide_icon ul.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 9999px;
	background: #ffbf43;
	font-size: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.slide_icon ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.slide_icon ul.slick-dots li.slick-active button {
	background: #222;
	width: 40px;
}
.slide_icon ul.slick-dots li.slick-active button:focus {
	outline: 0;
}
.slide_icon {
	width: 100%;
	height: 100%;
}
.side_inner_right {
	width: 50%;
	display: flex;
	padding: 48px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
}
.type_s {
	color: #222;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
/* Services Section Styles */
.services-section {
    background: #fff;
    padding: 90px 0 75px 0;
    position: relative;
}

.services-section .container {
	position: relative;
	z-index: 9;
}
.side_inner_right h3 {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 120% */
}
ul.fearure_lists {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
ul.fearure_lists li {
	position: relative;
	padding: 5px 20px;
	color:#222;
}
ul.fearure_lists li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	border-radius: 100px;
	left: 0;
	top: 13px;
}
.slider-section {
    background: #222;
    position: relative;
}
.slider-section h2.section-title,  .slider-section .section-lead p {
    color: #fff;
}
.website_slide {
	position: relative;
	z-index: 9;
}
.work_with_us {
    background: #F8F6F1;
    padding: 90px 0 75px 0;
    position: relative;
}
.work_with_us::after {
	content: "";
	width: 800px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 9999px;
	background: rgba(35, 92, 71, 0.05);
	filter: blur(32px);
}
.work_with_us .service-card {
	display: block;
	text-align: center;
}
.work_with_us .service-icon {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 24px;
}
.work_with_us .service-icon img {
	width: 40px;
	height: 40px;
}
.work_with_us h3.service-title {
	margin: 20px 0;
}
/* About Section */
.about-section {
    background: #fff;
}
.section-badge-tow {
        display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #ffbf43;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.flip_box .image_box_inner {
	padding-left: 15px;
	padding-right: 0;
}
.custom_padding {
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 80px;
}
.about-lead p {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
}
.about-text p {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
h2.about-title {
	margin-top: 15px;
	margin-bottom: 25px;
}
.about-features {
	list-style: none;
	padding: 0;
	margin: 25px 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 24px;
}
.about-features li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
span.feat-icon svg path {
    stroke: #ffbf43;
}
.about-features .feat-icon {
	display: flex;
}
.btn.learn-more {
	display: inline-block;
	background: #235C47;
	color: #fff;
	padding: 12px 22px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}
.about-media {
	position: relative;
	display: inline-block;
	padding: 16px;
}
.image_box_inner {
	padding-right: 15px;
}
.about-image {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
}
.about-media::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    transform: rotate(2.993deg);
    background: #ffbf43;
}
.about-media.flip_border::after {
	transform: rotate(-2.993deg);
}
 @media (max-width: 991px) {
.about-features {
	grid-template-columns: 1fr;
}
.about-image {
	max-width: 420px;
}
}
 @media (max-width: 767px) {
.about-section {
    padding-top: 40px;
}
.about-image {
	max-width: 100%;
	border-width: 6px;
}
.about-section  .row {
    flex-direction: column-reverse;
}
.flip_box  .row {
    flex-direction: unset;
}
.flip_box .image_box_inner {
    padding: 0;
}
.image_box_inner {
    padding-right: 0;
}
}
/* Contact Section Styles */
.contact-section {
    background: #fff;
    position: relative;
}
.contact-section::after {
	content: "";
	width: 384px;
	height: 384px;
	border-radius: 9999px;
	background: rgba(35, 92, 71, 0.05);
	filter: blur(32px);
	position: absolute;
	bottom: 0;
	right: 0;
}
.contact-section::before {
	content: "";
	width: 384px;
	height: 384px;
	border-radius: 9999px;
	background: rgba(35, 92, 71, 0.05);
	filter: blur(32px);
	position: absolute;
	top: 0;
	left: 0;
}
.contact-title {
	margin: 20px 0;
}
.contact-lead p{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.25px; /* 162.5% */
}
.contact-info-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 12px;
}
.info-box {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ffbf434D;
    background: #fff;
}
.info-box a {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
}
.info-box a:hover {
    text-decoration: none;
}
.info-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #222;
    font-size: 20px;
}
.info-body span {
	color: #222;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.info-body p, .info-body a {
	color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	margin: 0;
	text-decoration: none;
}
.contact-form-card h3 {
    color: #242424;
}
.contact-form-card {
    padding: 40px;
    border-radius: 32px;
    border: 1px solid #ffbf43;
    background: #ffbf43;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-left: 4%;
}
.contact-form-card h3 {
	margin: 0 0 5px;
}
.contact-form-card .muted {
	color: #333; /* Item */
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
form.contact-form {
	padding-top: 10px;
}
.contact-form .form-row {
	display: flex;
	gap: 14px;
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
}
.contact-form .form-row .form-group {
	width: 48.5%;
}
.form-group {
	display: flex;
	flex-direction: column;
}
.form-group label {
	color: #1B322A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #222;
    background: transparent;
    color: #222;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
color: rgba(0,0,0,1);
}
.contact-form textarea {
	resize: vertical;
	height: 100px;
}
.btn.submit {
    background: #ffbf43;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    border: none;
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
}
.btn.submit.full {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    background: #222;
}
.btn.submit.full span {
	display: flex;
	justify-content: center;
}
.btn .btn-arrow {
	margin-left: 8px;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(35,92,71,0.06);
	border-color: rgba(35,92,71,0.12);
}
.map-wrap {
	margin-top: 26px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(17,56,45,0.06);
	border: 8px solid rgba(245,250,247,0.9);
}
.faq-section {
    background: #F8F6F1;
    position: relative;
}

 @media (max-width: 991px) {
.contact-form .form-row {
	flex-direction: column;
}
}
 @media (max-width: 575px) {
.contact-section {
	padding: 40px 0;
}
}
.section-badge {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #ffbf43;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.section-title {
	margin-top: 20px;
	margin-bottom: 25px;
}
.website_type .slick-arrow {
	position: absolute;
	z-index: 99;
	left: -75px;
	top: 45%;
	cursor: pointer;
}
.website_type .slick-arrow img {
	width: 80%;
}
.website_type .slick-next.pull-right.slick-arrow {
	left: unset;
	right: -75px;
	text-align: right;
}
.process-section h2.section-title, .process-section .section-lead p {
    color: #fff;
}
.website_type {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	max-width: 90%;
	margin: 0 auto;
	border-radius: 32px;
}
.section-lead p {
    color:#222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 700px;
    margin: 0 auto;
}
.service-card {
    border-radius: 24px;
    background: #fff;
    display: flex;
    padding: 24px;
    gap: 24px;
    align-self: stretch;
    height: 100%;
    min-height: 170px;
    border: 1px solid #ffbf43;
}
.service-item {
	margin: 15px 0;
}
.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border-radius: 16px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.service-icon img {
	width: 28px;
	height: 28px;
	display: block;
}
.service-title {
    color: #1B322A;
    font-family: 'Georgia';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.service-desc {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin: 0;
}
.icon_box_content {
	flex: 1 1 auto;
}
 @media (max-width: 767px) {
.service-card {
	padding: 18px;
}
.service-icon {
	width: 48px;
	height: 48px;
}
}
.work_with_us .container {
    position: relative;
    z-index: 9;
}
 @media (max-width: 767px) {
.about-media {
    margin-bottom: 50px;
    margin-top: 0;
}
.work_with_us .col-12.pb-5 {
    padding-bottom: 1rem !important;
}
.contact-form-card {
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 20px;
}
.contact-form .form-row .form-group {
    width: 100%;
}
.faq-section{
    padding: 50px 0 30px 0;
}
.faq-item {
    padding: 16px;
}
.custom_padding{
    padding-bottom: 40px;
}
.about-section a.hero-btn.primary {
    width: unset;
}

.website_slide_inner {
    flex-direction: column;
}
.slide_inner_left {
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.side_inner_right {
    width: 100%;
    padding: 30px;
    gap: 10px;
}
.website_slide_inner, .website_type {
    border-radius: 16px;
}
.side_inner_right h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}
ul.fearure_lists li {
    padding: 2px 20px;
}
.hero-btn.primarysmall {
    margin-top: 10px;
}
.work_with_us {
    padding-top: 50px;
    padding-bottom: 35px;
}
 }
 @media (max-width: 575px) {
.service-card {
    min-height: unset;
}
.services-section {
	padding: 50px 0;
}
.process-section {
    padding: 50px 0  30px 0;
}
.service-card {
	flex-direction: row;
	gap: 12px;
}
.service-title {
    font-size: 18px;
}
.services-section .col-12.pb-5 {
    padding-bottom: 1rem !important;
}
}
h3 {
	color: #fff;
	font-family: 'Georgia';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
h4 {
	color: #fff;
	font-family: 'Helvetica';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
h5 {
	font-size: 1rem;
	font-weight: 700;
}
h6 {
	font-size: 1rem;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.site-header {
    background: #111;
    box-shadow: 0 4px 20px -5px rgba(27, 50, 42, 0.08);
    backdrop-filter: blur(6px);
    padding: 22px 0;
}
.header_cta ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 15px;
}
a.header_phone {
    color: #ffbf43;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}
a.header_phone:hover {
    color: #ffbf43;
    text-decoration: none;
}
a.get_started.btn {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #ffbf43;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.35px;
    transition: all 0.3s ease;
    border: 1px solid #ffbf43;
}
a.get_started.btn:hover {
	background: transparent;
	color: #ffbf43;
	text-decoration: none;
	border-color:#ffbf43;
}
.hero-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffbf43b8;
}
/* Navigation Start*/
.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 32px;
}
.nav-list>li {
	position: relative;
}
.nav-list>li.menu-item-has-children:not(:last-child)::after {
	right: -20px;
}
.nav-list > li > a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
}
.nav-list>li>a:hover, .nav-list>li.menu-item-has-children:hover>a {
	color: #ffbf43;
}
/* Submenu styles */
/* ...existing code... */

/* Submenu styles (supports 2nd, 3rd, and 4th level) */
.menu-item-has-children {
	position: relative;
}
/* 2nd level submenu */
.menu-item-has-children>.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 24px 0 rgba(23, 36, 55, 0.15);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	min-width: 220px;
	padding: 0.25rem 0.4rem;
	z-index: 999;
	list-style: none;
}

/* Show submenu on hover */
.menu-item-has-children:hover>.sub-menu, .menu-item-has-children:focus-within>.sub-menu {
 display: block;
}
/* 3rd level submenu */
.sub-menu .menu-item-has-children {
	position: relative;
}
.sub-menu .menu-item-has-children>.sub-menu {
	top: 0;
	left: 100%;
	margin-left: 2px;
	border-radius: 8px;
	min-width: 200px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	background: #E6D271;
	border: 3px solid #A68A37;
	padding: 10px 0;
	display: none;
	z-index: 200;
}
 .sub-menu .menu-item-has-children:hover>.sub-menu, .sub-menu .menu-item-has-children:focus-within>.sub-menu {
 display: block;
}
/* 4th level submenu (nested again) */
.sub-menu .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: 0;
	margin-left: 2px;
	min-width: 200px;
	z-index: 300;
}
/* Submenu links */
.sub-menu li {
	width: 100%;
	padding: 0;
}
.sub-menu li a {
	display: block;
	padding: 5px 12px;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	position: relative;
	border-radius: 6px;
	color: rgba(27, 50, 42, 0.80);
}
.sub-menu li a:hover {
	background: #235c47;
	color: #fff;
}
/* Dropdown arrow for all menu items with children */
.menu-item-has-children>a {
	position: relative;
	padding-right: 22px;
}
li.menu-item-has-children {
	padding-right: 1em;
}
.menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: -22px;
	top: 48%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}
/* For submenu items, show arrow pointing right */
.sub-menu .menu-item-has-children>a {
	padding-right: 22px;
}
.sub-menu .menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}

/* Rotate arrow down on hover for top-level, right for submenus */
.menu-item-has-children:hover>a::after, .menu-item-has-children:focus-within>a::after {
 transform: translateY(-50%) rotate(180deg);
}
 .sub-menu .menu-item-has-children:hover>a::after, .sub-menu .menu-item-has-children:focus-within>a::after {
 transform: translateY(-50%) rotate(90deg);
}
.hide_desktop {
	display: none;
}
/***** Responsive style start *****/

@media (max-width: 767px) {
h1 {
	font-size: 36px;
	line-height: 110%; /* 100% */
}
h2 {
	font-size: 32px;
	line-height: 110%; /* 100% */
}
.hero-ctas {
    padding-bottom: 60px;
}
.hero-lead p{
    font-size: 16px;
    line-height: 24px;
}
h1.hero-title {
    padding: 20px 0;
}
.hero-ctas {
    flex-direction: column;
}
.hero-btn.primary {
    width: 80%;
}
.hero-btn.outline {
    width: 80%;
}
.services-section::after, .work_with_us::after,  .faq-section::after {
    width: 100%;
    height: 100%;
}
.website_type .slick-next.pull-right.slick-arrow {
    right: -30px;
}
.website_type .slick-arrow{
    left: -30px;
}
.menu-item-has-children>.sub-menu {
	background: none !important;
}
.header-logo img {
	width: 145px;
	height: 38px;
}
.header-main.site-header {
	padding: 10px 0;
}
.mobile_nab.hide_desktop {
	text-align: right;
}
.hide_mobile {
	display: none;
}
.hide_desktop {
	display: block;
}
.mobile_menu {
	background: #222;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 40px 5%;
	left: -100%;
	transition: ease all 0.3s;
}
.mobile_menu.mobile-menu-open {
	left: 0;
}
.close_nav {
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav-list {
	display: block;
}
.header-nav {
	background: none;
	padding: 20px 0;
}
.nav-list > li >  a {
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
ul.nav-list {
	border: 0;
}
.menu-item-has-children>a::after {
    right: 0;
    background: url(images/mobile_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
li.menu-item-has-children {
    padding-right: 0;
}
.header_cta ul {
    flex-direction: column;
    align-items: flex-start;
}
a.header_phone {
    color: #fff;
    font-size: 18px;
}
a.get_started.btn {
    font-size: 18px;
}
.menu-item-has-children:hover>.sub-menu, .menu-item-has-children:focus-within>.sub-menu {
 position: relative;
 background: no-repeat;
 border: 0;
 padding: 0;
 left: 10px;
}
.sub-menu .menu-item-has-children>a {
	padding-right: 0;
}
.sub-menu li {
	width: 100%;
	padding: 5px 0;
}
.sub-menu .sub-menu .menu-item-has-children>.sub-menu {
	left: 10px;
}
.sub-menu .menu-item-has-children>a::after {
	background: url('images/dropdown.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 20px;
}
.sub-menu li a:hover {
	background: none;
}
.sub-menu .menu-item-has-children:hover>a::after, .sub-menu .menu-item-has-children:focus-within>a::after {
 transform: translateY(0) rotate(180deg);
 right: 15px;
}
.sub-menu .menu-item-has-children>a::after {
	right: 15px;
	transform: translateY(0) rotate(0deg);
}
.sub-menu li a {
	color: #fff;
	font-size: 16px;
	padding: 0;
}
.nav-list>li>a:hover, .nav-list>li.menu-item-has-children:hover>a {
	color: #45b78d;
}
a.header_phone:hover {
    color: #fff;
}
.sub-menu .menu-item-has-children>.sub-menu {
	position: relative;
	left: 10px;
}
.sub-menu .menu-item-has-children>.sub-menu {
	background: none;
	border: 0;
	padding: 0;
	max-width: 100%;
}
}
/***** End Responsive Style *****/

/* FAQ styles */
.faq-list {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 9;
}
.faq-item {
	width: 100%;
}
.faq-question {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	cursor: pointer;
	text-align: left;
	border: 0;
	background: none;
	color: #222;
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
.faq-question:focus {
	outline: none;
}
.faq-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: left;
}
.faq-qtext {
	flex: 1 1 auto;
}
.faq-answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.32s ease, padding 0.32s ease;
	color: #57756B;
}
.faq-item.active .faq-answer {
	max-height: 420px;
}
.faq-item .faq-answer {
	padding-left: 35px;
	padding-top: 5px;
}
.faq-answer p:last-child {
	margin: 0;
}
span.faq-toggle svg path, span.faq-toggle svg circle {
    stroke: #ffbf43;
}
.faq-answer p {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.faq-item {
	padding: 32px 26px;
	border-radius: 16px;
}
.faq-item.active {
    border: 1px solid #ffbf43;
    background: #ffbf43;
}
.faq-item.active .faq-toggle svg path, .faq-item.active .faq-toggle svg circle {
    stroke: #222;
}
.faq-toggle svg .vert {
	transition: opacity 0.18s ease;
}
.faq-item.active .faq-toggle svg .vert {
	opacity: 0;
}

 @media (prefers-reduced-motion: reduce) {
.faq-answer {
	transition: none;
}
.faq-toggle svg .vert {
	transition: none;
}
}
/* Footer styles */
.site-footer::before {
    content: "";
    width: 256px;
    height: 256px;
    border-radius: 9999px;
    background: rgba(245, 250, 247, 0.05);
    filter: blur(32px);
    position: absolute;
    top: 0;
    left: 0;
}
.site-footer::after {
    content: "";
    width: 256px;
    height: 256px;
    border-radius: 9999px;
    background: rgba(245, 250, 247, 0.05);
    filter: blur(32px);
    position: absolute;
    bottom: 0;
    right: 0;
}
.site-footer {
    background: #222;
    color: rgba(255,255,255,0.92);
    padding-top: 60px;
    position: relative;
}
.site-footer a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.site-footer .footer-top {
	padding-bottom: 28px;
}

.footer-logo {
	margin-bottom: 15px;
}
.site-footer p {
	color: rgba(245, 250, 247, 1);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.footer-badges {
	margin-top: 25px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-badges .badge {
	padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(245, 250, 247, 0.10);
    color: rgba(245, 250, 247, 0.80);
font-family: Helvetica;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.footer_col_one {
    padding-right: 38%;
}
.footer-col  h3 {
    color: #ffbf43;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.footer-links li {
	margin: 10px 0;
}
.footer-links li a{
	color: rgba(245, 250, 247, 1);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
transition: all 0.3s ease;
}
.footer-links li a:hover{
    color: #ffbf43;
}
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.footer-contact li {
	margin: 10px 0;
	color: rgba(245, 250, 247, 1);
}
.footer-contact a, .footer-contact li {
	color: rgba(245, 250, 247, 1);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
transition: all 0.3s ease;
}
.footer-contact a:hover{
    color: #ffbf43;
}
.footer-bottom {
    border-top: 1px solid rgba(245, 250, 247, 0.10);
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer-legal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
}
ul.footer-legal {
    position: relative;
    z-index: 9;
}
.footer-legal li a {
	color: rgba(245, 250, 247, 1);
	font-size: 14px;
    transition: all 0.3s ease;
}
.footer-legal li a:hover{
    color:  #ffbf43;
}
.copyright {
	color: rgba(255,255,255,1);
	margin: 0;
}
 @media (max-width: 767px) {
.slide_icon img {
    border-radius: 16px 16px 0 0;
}	 
.faq-item {
    padding: 16px 15px;
    border-radius: 8px;
}
.faq-question {
    font-size: 18px;
    line-height: 22px;
}
.faq-answer p {
    font-size: 14px;
    line-height: 20px;
}
.faq-section .col-12.pb-5 {
    padding-bottom: 2rem !important;
}
.footer_col_one {
    padding-right: 0;
}
.footer-col h3 {
    padding-top: 20px;
}
.footer-links li, .footer-contact li {
    margin: 3px 0;
}
.site-footer {
    padding-top: 40px;
}
.footer-legal {
    justify-content: flex-start;
    margin-top: 5px;
}
.footer-bottom {
    padding: 20px 0;
}
.text-md-right {
	text-align: left !important;
}
}
