:root {
	--orange: #EB3E23;
	--light: #fdfbfb;
	--beige: #e7c19d;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.rounded {
	border-radius: 20px !important;
}

.text-orange {
	color: var(--orange);
}

.btn-orange {
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 8px 20px;
	border: 1px solid var(--orange);
}

.btn-orange:hover {
	opacity: 0.9;
	color: var(--orange);
	border: 1px solid var(--orange);
}

.hero-section {
	background: var(--light);
	padding: 60px 0;
}

.intro-title {
	color: #000;
	font-size: 48px;
	font-weight: 700;
}

.intro-subtitle {
	color: var(--orange);
	font-style: italic;
	font-size: 48px;
	font-family: "Playfair Display", Sans-serif;
}

.stats-section {
	background: #fff;
}

.stat-box {
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.services-section {
	background: linear-gradient(#fff, #fff);
}

.service-box {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	height: 100%;
	border: 1px solid var(--orange);
}

.service-box i.fa-solid {
	color: var(--orange) !important;


}

.service-box h5 {
	color: #000 !important;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;

}


.office-box {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	text-align: center;
}


.tech-service-section {
	padding: 80px 0;
	background: var(--black);
}

.service-item {
	background: #111;
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid #222;
}

.service-item:hover {
	transform: translateY(-8px);
	border-color: var(--orange);
	box-shadow: 0 10px 25px rgba(235, 62, 35, 0.3);
}

.service-img img {
	max-width: 60px;
	margin-bottom: 15px;
}

.service-content .title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.service-content p {
	color: #ccc;
	font-size: 16px;
}

.service-content .read-more {
	display: inline-block;
	margin-top: 10px;
	color: var(--orange);
	text-decoration: none;
	font-weight: 600;
}

.service-content .read-more:hover {
	text-decoration: underline;
}

.stats-section {
	background: #0f0f0f;
}

.stat-box {
	background: #111;
	border: 1px solid #222;
	border-radius: 16px;
	padding: 40px 20px;
	transition: all 0.3s ease;
	height: 100%;
}

.stat-box:hover {
	transform: translateY(-8px);
	border-color: #EB3E23;
	box-shadow: 0 10px 25px rgba(235, 62, 35, 0.3);
}

.stat-number {
	color: #EB3E23;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
}

.stat-number span {
	font-size: 28px;
}

.stat-box p {
	color: #ccc;
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.5px;
}

.signle-consultancy {
	margin-bottom: 20px;
}

.signle-consultancy .icon img {
	background: #ddd;
	padding: 10px;
	border-radius: 10px;
	margin-right: 10px;

}

.signle-consultancy .information .title {
	font-size: 16px;
}

.testimonial {
	background: url(https://png.pngtree.com/png-vector/20240519/ourmid/pngtree-high-resolution-tiles-seamless-glittering-white-and-grey-marble-texture-background-png-image_12332515.png);
	border-top: 2px solid orange;

}


.testimonial-card {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	margin-bottom: 30px;

	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	text-align: center;
	height: 100%;
}

.testimonial-card img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
	border: 3px solid var(--orange);
}

.testimonial-card .stars {
	color: var(--orange);
	margin-bottom: 10px;
}

.testimonial-card h5 {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	color: var(--orange);
}

.testimonial-card small {
	color: #777;
	font-size: 14px;
}

.site-footer {
	background: #0f172a;
	/* Dark professional */
	color: #fff;
}

.site-footer .footer-title {
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
}

.site-footer .footer-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: var(--orange);
	margin-top: 6px;
}

.site-footer .footer-text {
	color: #fff;
	line-height: 1.7;
}

.site-footer p {
	margin-bottom: 8px;
}

.site-footer i {
	color: var(--orange);
	margin-right: 8px;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-links a:hover {
	color: var(--orange);
	padding-left: 5px;
}

.footer-social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;

	text-align: center;
	border-radius: 50%;
	background: var(--orange);
	color: #ffffff;
	margin-right: 8px;
	transition: 0.3s;
}

.footer-social a i {
	color: #fff;
	text-align: center;
	padding: 10px;
	transition: 0.5s;
}

.footer-social a i:hover {

	color: #000;
}

.footer-divider {
	border-color: rgba(255, 255, 255, 0.1);
	margin: 30px 0 15px;
}

.footer-bottom {
	color: #fff;
	font-size: 14px;
}

.inquiry-modal {
  border-radius: 12px;
  overflow: hidden;
}

.inquiry-modal .modal-header {
  background: #0b0f19;
  color: #fff;
}

.inquiry-modal .modal-title {
  color: #fff;
}

.inquiry-modal .form-control,
.inquiry-modal .form-select {
  border-radius: 8px;
  padding: 10px 12px;
}

.inquiry-modal .form-control:focus,
.inquiry-modal .form-select:focus {
  border-color: #EB3E23;
  box-shadow: 0 0 0 0.15rem rgba(235, 62, 35, 0.25);
}
