@font-face {
    font-family: "Dubai Regular";
    src: url("../fonts/DubaiW23-Regular.woff") format("woff");
}

@font-face {
    font-family: "Dubai Light";
    src: url("../fonts/DubaiW23-Light.woff") format("woff");
}

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2, h3, h4 {
	font-family: 'Dubai Regular', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #608dfd;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #608dfd;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 15px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-title h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #3c7798 0%, #78394e 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #3c7798;
	background-image: linear-gradient(to right, #3c7798 0%, #78394e 100%);
	padding: 14px 34px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.5s linear;
	border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-image: none;
	background-color: #78394e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro.developmentHeader {
	background-image: url(../img/development.png);
	background-size: 100% auto;  /* width 100%, height auto */
	background-repeat: no-repeat;
	background-position: center bottom;
}

.intro.bimHeader {
	background-image: url(../img/bim.png);
	background-size: 100% auto;  /* width 100%, height auto */
	background-repeat: no-repeat;
	background-position: center top;
}

.intro.consultancyHeader {
	background-image: url(../img/consultancy.png);
	background-size: 100% auto;  /* width 100%, height auto */
	background-repeat: no-repeat;
	background-position: center center;
}

.intro .overlay {
	background: linear-gradient(to right,  hsla(340, 36%, 20%, 0.6) 0%, hsla(202, 43%, 20%, 0.6) 100%);
}
.intro h1 {
	font-family: 'Dubai Regular', sans-serif;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 10px;
}
.intro h1 span {
	font-weight: 800;
	color: #3c7798;
}
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 200px;
	text-align: center;
}
/* Features Section */
#features {
	padding: 100px 0;
	background: #fff;
}
#features i.fa.inCircle {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	border-radius: 50%;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
/* About Section */
#about {
	padding: 100px 0;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#about h2::after {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #3c7798 0%, #78394e 100%);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #3c7798;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	width: 520px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
	text-align: justify;
}
/* Services Section */
#services {
	padding: 100px 0;
	/* background: linear-gradient(to right, #78394e 0%, #3c7798 100%); */
	background: #474747;
	color: #fff;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h2 {
	color: #fff;
}
#services .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: -30px;
	left: 50%;
}
#services i.fa {
	font-size: 42px;
	width: 120px;
	height: 120px;
	padding: 40px 0;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	border-radius: 50%;
	color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,.05);
}
#services h3 {
	font-weight: 500;
	padding: 5px 0;
	color: #fff;
}
#services p {
	color: rgba(255,255,255,.75);
}
#services .service-desc {
	margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
}
.portfolio-item {
	margin: 1px -15px 0 -14px;
	padding: 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: linear-gradient(to right, hsla(202, 43%, 10%, 0.8) 0%, hsla(340, 36%, 10%, 0.8) 100%);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
	background: #f6f6f6;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
/* Team Section */
#team {
	padding: 100px 0;
}
#team h4 {
	margin: 5px 0;
}
#team .team-img {
	width: 240px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #888;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	color: rgba(255,255,255,.75);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact .section-title p {
	font-size: 16px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
#contact h3 {
	color: #fff;
	margin-top: 108px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: 400;
}
#contact form {
	padding-top: 20px;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	margin-bottom: 10px;
	display: block;
}
#contact .contact-item i.fa {
	margin-right: 10px;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 22px;
	width: 48px;
	height: 48px;
	padding: 12px 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #608dfd;
	background: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #608dfd;
}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
  }
}

@media (max-width: 992px) {	
	.clientImage {
		margin-bottom: 20px;
	}
	
	.extraBottomMargin {
		margin-bottom: 40px;
	}

	.extraTopSpacingOnSmall {
		margin-top: 60px;
	}
}

.clientImage {
	width: auto;
	max-height: 80px;
	max-width: 150px;
}

.extraTopMargin {
	margin-top: 20px;
}

/* Experience Section */
#experience {
	padding: 50px 0;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	color: #fff;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
 }

 .experienceText {
	height: 86px;
}

 @media (max-width: 992px) {
	.experienceText {
		height: 150px;
	}

	.experienceTextInner {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1200px) { 
	.intro h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}
}

#expertise {
	padding: 100px 0;
	background: linear-gradient(135deg, #5a5a5a 0%, #474747 100%);
	color: #fff;
}

.dark h3 {
	font-weight: 500;
	padding: 5px 0;
	color: #fff;
}

.dark p {
	color: rgba(255,255,255,.75);
}

.dark li {
	color: rgba(255,255,255,.75);
}

.dark h2 {
	color: #fff;
}

.section-title-left h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	margin-left: 0;
	left: 0;
}

#expertise li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#expertise li:before {
	content: '\f0c8';
	font-family: 'FontAwesome';
	font-size: 11px;
	font-weight: 300;
	padding-right: 12px;
}

#expertise .section-title {
	margin-bottom: 0;
}

#expertise h3 {
	font-size: 22px;
}

.card {
	border-radius: 8px; /* Slightly rounded corners */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
	background: #575757;
	padding: 16px; /* Internal spacing */
	margin-top: 20px;
	margin-bottom: 20px;
	transition: transform 0.4s ease, box-shadow 0.4s ease; /* Smooth hover effect */
  }
  
  /* Optional hover effect */
  .card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
	transform: scale(1.02);
  }

  
#whychooseus li {
	margin-bottom: 30px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
	font-size: 18px;
}
#whychooseus li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #3c7798;
	font-size: 18px;
	font-weight: 300;
	padding-right: 8px;
}

#whychooseus {
	padding: 100px 0;
}

.serviceDescription {
	cursor: pointer;
}

/* Scene wrapper remains fixed */
/* #bimPlatforms {
}
#orbitScene {
	position: relative;
	width: 100%;
	height: 1000px;
	pointer-events: none;
} */
/* Container for the 3D scene with perspective */
/* #orbitContainer {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
} */
/* Each orbit element is centered and will be transformed in 3D space.
   Their transforms now include a dynamic tilt that changes individually. */
/* .orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  will-change: transform, z-index;
} */
/* Images fill the orbit element. Their counter-rotation keeps them upright. */

#bimPlatforms {
	padding: 100px 0;
	background: #f6f6f6;
}
#bimPlatforms i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.bimPlatforms {
	position: relative;
	padding: 20px;
}
.bimPlatforms-image {
	float: left;
	margin-right: 15px;
}
.bimPlatforms-image, .bimPlatforms-image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.bimPlatforms-content {
	position: relative;
	overflow: hidden;
}
.bimPlatforms-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.bimPlatforms-meta {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}

@media (max-width: 992px) {	
	.bimPlatformImage {
		margin-bottom: 20px;
	}
}

.bimPlatformImage {
	width: auto;
	max-height: 80px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {	
	.vertical-align {
		display: inherit;
	}
}

#bimSolutions {
  padding: 100px 0;
  background: radial-gradient(circle at top right, #3c7798 0%, #0d3c52 100%);
  color: #fff;
}

#bimSolutions .section-title h2 {
  color: #fff;
  margin-bottom: 50px;
}

.solution-item {
  margin-bottom: 80px;
  position: relative;
}

.solution-item:last-child {
  margin-bottom: 0;
}

.solution-image {
  text-align: center;
  padding: 20px;
}

.solution-image img {
  max-height: 70px;
  width: auto;
  transition: transform 0.3s ease;
}

.solution-item:hover .solution-image img {
  transform: scale(1.05);
}

.solution-content {
  padding: 20px;
}

.solution-content h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
}

.solution-content h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.solution-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.solution-features .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.solution-features .feature-item i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  width: 24px;
  text-align: center;
}

.solution-features .feature-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .solution-features {
    grid-template-columns: 1fr;
  }
  
  .solution-item {
    margin-bottom: 40px;
  }
  
  .solution-content {
    padding: 20px 0;
  }
}

#bimBenefits {
  padding: 100px 0;
  background: #fff;
}

/* BIM Benefits Styles */
#bimBenefits .benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  text-align: center;
}

#bimBenefits .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#bimBenefits .benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bimBenefits .benefit-icon i {
  font-size: 32px;
  color: #fff;
}

#bimBenefits .benefit-card h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

#bimBenefits .benefit-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* Software Consultancy Page Styles */
#consultancyOverview {
  padding: 80px 0;
  background: #f8f9fa;
}

#consultancyServices {
  padding: 80px 0;
}

.service-item {
  margin-bottom: 60px;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-image {
  text-align: center;
  color: #78394e;
  margin-bottom: 30px;
}

.service-content {
  background: transparent;
  padding: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-content h3 {
  color: #78394e;
  margin-bottom: 20px;
  font-weight: 600;
}

.service-description {
  margin-bottom: 30px;
  color: #666;
  line-height: 1.6;
}

.service-features {
  margin-top: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
}

.feature-item i {
  color: #78394e;
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-item span {
  color: #666;
  line-height: 1.4;
  flex-grow: 1;
}

#consultancyBenefits {
  padding: 80px 0;
  background: #f8f9fa;
}

.benefits-grid {
  margin-top: 50px;
}

#bimProcess {
	padding: 100px 0;
	background: #f8f8f8;
  }
  
  #bimProcess .process-timeline {
	position: relative;
	padding: 40px 0;
  }
  
  #bimProcess .process-timeline:before {
	content: '';
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 2px;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	z-index: 1;
  }
  
  #bimProcess .process-step {
	position: relative;
	padding: 20px;
	text-align: center;
	z-index: 2;
  }
  
  #bimProcess .step-number {
	width: 60px;
	height: 60px;
	background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 24px;
	font-weight: bold;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  #bimProcess .process-step h4 {
	color: #333;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
  }
  
  #bimProcess .process-step p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	max-width: 250px;
	margin: 0 auto;
  }
  
  @media (max-width: 992px) {
	#bimProcess .process-timeline:before {
	  display: none;
	}
	
	#bimProcess .process-step {
	  margin-bottom: 40px;
	}
	
	#bimProcess .step-number {
	  width: 50px;
	  height: 50px;
	  font-size: 20px;
	}
  }

/* Software Consultancy Benefits Styles */
#consultancyBenefits .benefit-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

#consultancyBenefits .benefit-item:hover {
  transform: translateY(-5px);
}

#consultancyBenefits .benefit-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#consultancyBenefits .benefit-icon i {
  color: #fff;
  font-size: 24px;
}

#consultancyBenefits .benefit-content {
  flex-grow: 1;
  text-align: left;
}

#consultancyBenefits .benefit-content h3 {
  color: #78394e;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}

#consultancyBenefits .benefit-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

#consultancyBenefits .benefit-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

#consultancyBenefits .benefit-details li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}

#consultancyBenefits .benefit-details li i {
  color: #78394e;
  margin-right: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .benefit-item {
    flex-direction: column;
    text-align: center;
  }
  
  .benefit-icon {
    margin: 0 auto 20px;
  }
  
  .benefit-details li {
    justify-content: center;
  }
}

#consultancyProcess {
  padding: 80px 0;
  background: linear-gradient(135deg, #78394e 0%, #5a2c3c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 900px;
}

#consultancyProcess .section-title h2, #consultancyProcess .section-title p {
  color: #fff !important;
}

#consultancyProcess .process-timeline {
  margin-top: 60px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 400px;
  overflow: visible;
}

/* SVG Wave Line */
#consultancyProcess .wave-line {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 300px;
  z-index: 1;
  overflow: visible !important;
}

#consultancyProcess .wave-path-base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 6;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
  overflow: visible;
}

#consultancyProcess .wave-path-glow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 4;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
  animation: waveGlow 4s ease-in-out infinite;
}

@keyframes waveGlow {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.4; }
}

/* Position steps along the wave */
#consultancyProcess .process-timeline .row {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 2;
  padding: 0 5%;
}

#consultancyProcess .process-timeline .col-md-3 {
  position: relative;
  display: flex;
  justify-content: center;
}

#consultancyProcess .process-step {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  z-index: 3;
  width: 90%;
  margin-top: 20px;
}

#consultancyProcess .process-step h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

#consultancyProcess .process-step p {
  color: rgba(255, 255, 255, 0.8);
}

/* Remove vertical connectors */
#consultancyProcess .process-step::before {
  display: none;
}

/* Adjust individual step positions */
#consultancyProcess .process-timeline .col-md-3:nth-child(1) .process-step {
  margin-top: 60px;
}

#consultancyProcess .process-timeline .col-md-3:nth-child(2) .process-step {
  margin-top: 60px;
}

#consultancyProcess .process-timeline .col-md-3:nth-child(3) .process-step {
  margin-top: 60px;
}

#consultancyProcess .process-timeline .col-md-3:nth-child(4) .process-step {
  margin-top: 60px;
}

/* Step numbers */
#consultancyProcess .step-number {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #78394e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#consultancyProcess .process-timeline .col-md-3 .process-step {
	margin-top: 120px !important;
  }
  

/* Mobile adjustments */
@media (max-width: 768px) {
	#consultancyProcess .process-timeline {
    height: auto;
    margin-top: 40px;
  }
  
  #consultancyProcess .wave-line {
    display: none;
  }
  
  #consultancyProcess .process-timeline .col-md-3 .process-step {
    margin-top: 40px !important;
    margin-bottom: 40px;
  }

  #consultancyProcess .row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #consultancyProcess .col-md-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  #consultancyProcess .process-step {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  #consultancyProcess .process-timeline .wave-line {
    display: none;
  }

  #consultancyBenefits .benefit-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  #consultancyBenefits .benefit-icon {
    margin: 0 auto 20px auto;
  }
  #consultancyBenefits .benefit-content {
    text-align: center;
    width: 100%;
  }
  #consultancyBenefits .benefit-content h3 {
    text-align: center;
  }
  #consultancyBenefits .benefit-details {
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  #consultancyBenefits .benefit-details li {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Services Carousel Styles */
.services-carousel {
  position: relative;
  margin: 50px auto;
  max-width: 1000px;
  overflow: hidden;
  height: 500px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.carousel-slide.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.carousel-slide.prev {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}

.carousel-slide.next {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.service-image {
  margin-bottom: 30px;
}

.service-image i {
  color: #78394e;
  transition: transform 0.3s ease;
}

.service-content:hover .service-image i {
  transform: scale(1.1);
}

.service-content h3 {
  color: #78394e;
  margin-bottom: 20px;
  font-weight: 600;
}

.service-description {
  margin-bottom: 30px;
  color: #666;
  line-height: 1.6;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background: #78394e;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .services-carousel {
    height: 600px;
  }
  
  .service-content {
    padding: 20px;
  }
  
  .service-image i {
    font-size: 3em !important;
  }
}

#menu .dropdown-menu {
  background: rgba(255, 255, 255);
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 0;
  min-width: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
}

/* Create a hover area that extends from the menu item to the dropdown */
#menu .dropdown::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: -20px;
  left: 0;
}

/* Show dropdown on hover or when parent has 'open' class */
#menu .dropdown:hover .dropdown-menu,
#menu .dropdown.open .dropdown-menu {
  display: block;
}

#menu .dropdown-menu > li > a {
  color: #555;
  padding: 12px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

#menu .dropdown-menu > li:last-child > a {
  border-bottom: none;
}

#menu .dropdown-menu > li > a:hover {
  background: linear-gradient(to right, #78394e 0%, #3c7798 100%);
  color: #fff;
  padding-left: 25px;
}

/* Remove caret styles */
#menu .dropdown-toggle .caret {
  display: none;
}

/* Remove grey highlight from menu item */
#menu .dropdown-toggle:hover,
#menu .dropdown-toggle:focus {
  background: transparent !important;
}

@media (max-width: 768px) {
  #menu .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
    margin-top: 0;
    position: static;
    display: none;
  }
  
  #menu .dropdown::after {
    display: none;
  }
  
  #menu .dropdown-menu > li > a {
    color: #555;
    padding: 8px 20px;
  }
  
  #menu .dropdown-menu > li > a:hover {
    background: transparent;
    color: #78394e;
    padding-left: 20px;
  }
  
  #menu .dropdown.open .dropdown-menu {
    display: block;
  }
}

/* Karim Contact Section Styles */
.karim-contact-section {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.karim-contact-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 18px;
}
.karim-contact-divider {
  width: 2px;
  height: 70px;
  background: rgba(255,255,255,0.5);
  margin: 0 24px;
  border-radius: 2px;
}
.karim-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.karim-contact-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
}
.karim-contact-title {
  font-size: 15px;
  color: #d3d3d3;
  font-weight: 400;
  margin-left: 0;
  margin-top: 2px;
  display: block;
}
.karim-contact-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
.karim-contact-section {
	display: block;
  }

  .karim-contact-divider {
	display: none;
  }
  
.karim-contact-info {
	display: inline-block;
  	margin-bottom: 30px;
  }
}