@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{box-sizing: border-box;}
:root{
	--text-color-light: #6e6e73;
	--text-color: #1d1d1f;
	--box-shadow: rgba(0, 0, 0, 0.55) 0px 3px 8px;
}
html{ height: 100%; scroll-behavior: smooth;}
body{ width: 100%; height: 100%; margin: 0; overflow-x: hidden; background-color: #fafafa; color: var(--text-color); font-size: 1em; font-family: "Poppins", sans-serif;}


/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary-color); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
.bg-ash{background-color: #f3f3f3;}
.bg-red{
	background: #D31027;
    background: -webkit-linear-gradient(to left, #EA384D, #D31027); 
    background: linear-gradient(to left, #EA384D, #D31027);
}
section{padding-block: 3em;}
p{margin: 0; line-height: 1.5;}
.relative{position: relative;}
.flex{display: flex;}
.text-center{text-align: center;}
.space-evenly{justify-content:space-evenly;}
.xy-center{justify-content: center; align-items: center;}
.g-1{gap: 1em} .g-2{gap: 2em}

.mb-0{margin-bottom: 0.5em !important;}
.mb-1{margin-bottom: 1em !important;}
.mb-2{margin-bottom: 2em !important;}
a {
    text-decoration: none;
}
.loading{
    position: fixed;
    display: flex;
	flex-direction: column;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: #fd013e;
    /* background: -webkit-linear-gradient(45deg, #6f002a 0%, #fd013e 51%, #6f002a 100%); 
    background: linear-gradient(45deg, #6f002a 0%, #fd013e 51%, #6f002a 100%);  */
    z-index: 9999;
}
.header-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-row a {
    color: var(--primary-color);
    font-weight: 700;
}
.article-titel {
    display: grid;
    grid-template-columns: 4fr 1fr;
}
.article-titel h4 {
    display: flex;
    text-align: center;
    padding: 0 10px;
    color: #02538f;
    align-items: center;
}
.btn{
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 2em;
	height: 2em;
	font-size: 1em;
	border-radius: 50%;
	border: none;
	margin: 1em auto;
	background-color: var(--primary-color);
	cursor: pointer;
}
.contact-section {
    background: #D31027;
    background: -webkit-linear-gradient(to left, #EA384D, #D31027); 
    background: linear-gradient(to left, #EA384D, #D31027); 
    background-size: cover;
    background-position: bottom;
}
.green {
    display: flex;
	flex-direction: column;
    background-image: url(img/proudly-unveilings.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: rgb(97, 196, 67); */
    /* background: radial-gradient(circle, rgba(97, 196, 67, 1) 0%, rgba(0, 148, 38, 1) 100%); */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: var(--box-shadow);
}

/* CSS */
.btn-red {
    width: 200px;
    height: 50px;
    font-family: 'Poppins';
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 50em;
    display: flex;
	justify-content: center;
	align-items: center;
    border: 0px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 14px -3px #244704;
    background-image: linear-gradient(45deg, #6f002a 0%, #fd013e 51%, #6f002a 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-red:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-red:active {
  transform: scale(0.95);
}
.brand-slogan{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3em;
}
.about-content{
	max-width: 720px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.brand-slogan hr{
	width: 260px;
}
.brand-slogan img{
	max-width: 260px;
	width: 100%;
}
.title{
    color: var(--text-color-light);
    margin: 0;
	font-size: 2em;
	line-height: 1;
	text-transform: uppercase;
}
.title-1{
    margin: 0;
	font-size: 4em;
	line-height: 1;
}
.container{
	position: relative;
    max-width: 1200px;
    margin: auto;
}

/* Slider */
*, *:before, *:after {
    box-sizing: border-box;
}

.container-carousel {
	position: relative;
	margin: 120px auto 7em;
	width: 480px;
	height: 250px;	

	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}

.carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}

figure {
	display: block;
	position: absolute;
	width: 360px;
	height: auto;
	/* line-height: 350px; */
	/* backface-visibility: hidden; */
}

.carousel figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    border-radius: 20px;
}

/* figure.show img:hover {
	-webkit-box-shadow: 3px 3px 10px #555;
	-moz-box-shadow: 3px 3px 10px #555;
	-ms-box-shadow: 3px 3px 10px #555;
	-o-box-shadow: 3px 3px 10px #555;
	box-shadow: 3px 3px 10px #555;
	
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
} */

#fig1 {
	transform: rotateY(0deg) translateZ(480px);
}

#fig2 {
	transform: rotateY(45deg) translateZ(480px);
}

#fig3 {
	transform: rotateY(90deg) translateZ(480px);
}

#fig4 {
	transform: rotateY(135deg) translateZ(480px);
}

#fig5 {
	transform: rotateY(180deg) translateZ(480px);
}

#fig6 {
	transform: rotateY(225deg) translateZ(480px);
}

#fig7 {
	transform: rotateY(270deg) translateZ(480px);
}

#fig8 {
	transform: rotateY(315deg) translateZ(480px);
}

.navigation {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.arrow-btn {
	position: absolute;
	width: 50px;
	aspect-ratio: 1/1;
	border: none;
	border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#next{right: 2em;}
#prev{left: 2em;}


.add_space { 
  height:400px;
}
.counter{
	display: flex;
	gap: 1em;
}
.counter .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-color: white;
    border-radius: 1em;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
}
.counter .count-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter .count {
    font-size: 2em !important;
    font-weight: 600;
	color: var(--text-color-light);
}

.counter .value {
	content: "+";
	font-size: 2em !important;
	font-weight: 600;
	color: var(--primary-color);
}
.count-title{
	font-weight: 600;
	text-transform: uppercase;
}
/* Slider */

:root {
	--primary-color: #ee2737;
	--card-height: 400px;
	--card-width: calc(var(--card-height) / 1);
	--animation-time: .5s;
  }
  
  .card {
	width: var(--card-width);
	height: var(--card-height);
	position:relative;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	perspective:2500px;
	cursor:pointer;
  }
  .wrapper {
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	transition: all var(--animation-time);
	border-radius:10px;
	overflow:hidden;
  }
  .back-warrior {
	width:100%;
	height:100%;
	object-fit:cover;
  }
  .front-warrior {
	width:130%;
	opacity: 0;
	position:absolute;
	z-index:-1;
	transition:all var(--animation-time);
	bottom: 0px;
  }
  .card:hover .wrapper {
	transform: perspective(900px) translateY(-5%) rotateX(40deg) translateZ(0);
	box-shadow: 0 35px 32px -8px rgb(0,0,0, 0.75);
  }
  .card:hover .front-warrior {
	opacity: 1;
	transform: transalte3d(0%, -30%, -100%);
	bottom: 50px;
  }
  
  /**/
  .wrapper::before, .wrapper::after {
	content: "";
	width:100%;
	transition: all var(--animation-time);
	position:absolute;
	left:0;
	opacity: 1;
  }
  /* .wrapper::before {
	top: 0;
	height:100%;
	background-image: linear-gradient(to top,
	transparent 46%, rgb(12,13,19,0.5) 68%, rgb(12,13,19) 97%
	);
  } */
  .wrapper::after {
	bottom: 0;
	height: calc(var(--card-height)/8);
	background-image: linear-gradient(to top,
	transparent 46%, rgb(12,13,19) 68%, rgb(12,13,19) 100%
	);
  }
  .card:hover .wrapper::after {
	height: 0;
  }
  .card:hover .wrapper::before {
	background-image: linear-gradient(to top,
	transparent 0%, rgb(12,13,19,0.5) 68%, rgb(12,13,19) 97%
	);
  }
  
  /*Text styles*/
.card-title {
	transition: all var(--animation-time);
	color: #fff;
	font-size: calc(var(--card-height)/10);
	font-weight: bold;
	position:absolute;
	bottom: 0;
	text-transform: uppercase;
	text-align: center;
	z-index: 999;
  }
  .card:hover .card-title {
	letter-spacing: 3px;
	transform: translate3d(0%, -50%, 100%);
	font-size: calc(var(--card-height)/9);
	bottom: 30px;
	color: #fff;
	text-shadow: 0  -1px  0   #b9b9b9,
				 0  -2px  0   #b9b9b9,
				 0  -3px  0   #b9b9b9, 
				 0  -4px  0   #b9b9b9, 
				 0 -5px  0   #b9b9b9,
				 0 -6px  0   #b9b9b9,
				3px -3px 15px rgba(0,0,0,0.1),
				3px -3px  5px rgba(0,0,0,0.3);
  }
  /* slider */
  .testimonial-container {
    color: #000;
	min-height: 420px;
    border-radius: 10px;
    margin: 20px auto;
    padding: 50px 80px;
    max-width: 768px;
    position: relative;
    background-color: #fff;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.3);
}
  
  .fa-quote{
	color:#0095da;
	font-size: 28px;
	position: absolute;
	top: 70px;
  }
  
  .fa-quote-right{
	left: 40px;
  }
  
  .fa-quote-left{
	right: 40px;
  }
  
  .testimonial{
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 30px;
  }
  
  .user{
	display:flex;
	align-items:center;
	justify-content: center;
  }
  
  .user .user-image{
	border: 3px solid var(--primary-color);
	/*height: 75px;*/
	/*width: 75px;*/
	object-fit: contain;
	width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  
  .user .user-details{
	margin-left: 10px;
  }
  
  .user .username{
	margin: 0;
  }
  
  .user .role{
	font-weight: normal;
	margin: 10px 0;
  }
  
  .progress-bar{
	background-color: var(--primary-color);
	height: 4px;
	width: 100%;
	margin-bottom: 40px;
	animation: grow 6s linear infinite;
	transform-origin: left;
  }
  
  @keyframes grow{
	0%{
	  transform: scaleX(0);
	}
  }
  
  
  
  
  @media(max-width: 768px){
	.testimonial-container{
	  padding: 20px 30px;
	}
	
	.fa-quote{
	  display: none;
	}
  }
  footer{
	padding-block: 3em;
	background-color: #02021e;
  }
  .article{
	border-radius: 1em;
	background-color: #fff;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.3);
  }
  .cover-img{
    width: 100%;
    border-radius: 1em 1em 0 0;
    object-fit: cover;
    object-position: center;
}
header{
	display: flex;
	padding: 0 2em;
	width: 100%;
    height: 95px;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,.3);
    align-items: center;
	/*grid-template-columns: 1fr 1fr 1fr;*/
	justify-content: space-between;
}
.ask-question{display: grid; align-items: center; justify-content: end;}
.social-link {
    gap: 1em;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.social-link a {
	/*width: 36px;*/
}
.social-link a i{
	font-size: 24px;
	color: white;
}
/* CSS */
button.ask-btn {
  background-color: var(--primary-color);
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 180px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button.ask-btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

button.ask-btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

.slider-container{
	display: flex;
	width: 200vw;
	gap: 0.75vw;
	margin-top: 1em;
}
.slider{
	width: 50vw;
	background-color: #D31027;
	aspect-ratio: 16/9;
	border-radius: 1em;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 3px 8px;
}
.slider img {
	display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1em;
}
.slider:nth-child(1){
	margin-left: -26.5vw;
}
.sliderAni{
	animation: sliderAni .5s;
}
@keyframes sliderAni{
	from{
		margin-left: -26.5vw;
	}
	to{
		margin-left: -78vw;
	}
}
.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-title {
    color: #fff;
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 2.5em;
	text-transform: capitalize;
}
nav a {
    text-decoration: none;
    margin-right: 20px;
    color: #000;
	font-weight: 500;
	text-align: center;
}
.moveTop{
	animation: moveTop 2s;
}
.moveRight{
	animation: moveRight 2s;
}
@-webkit-keyframes moveTop{
	from{
		opacity: 0;
		transform: translateY(300px);
	}
	to{
		opacity: 1;
		transform: translateY();
	}
}
@-webkit-keyframes moveRight{
	from{
		opacity: 0;
		transform: translateX(-300px);
	}
	to{
		opacity: 1;
		transform: translatex();
	}
}

h4 {
    text-align: center;
    margin: 5px;
    color: #02538f;
}
.contact {
	display: flex;
	justify-content: space-between;
	}
	.contact-form {
		width: calc(50% - 0.75em);
		height: 550px;
		background-color: #fff;
		border-radius: 1em;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.share-col {
		display: grid;
		gap: 1.5em;
		width: calc(50% - 0.75em);
		grid-template-rows: 1fr 1fr;
	}
	
	.video-container {
  position: relative;
}

.thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-image: url('img/play.png'); /* Add your play button icon */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.subpage-header{
	background: #D31027;
    background-image: linear-gradient(45deg, #6f002a 0%, #fd013e 51%, #6f002a 100%);
}
.vision-container {
    color: #000;
    min-height: 420px;
    border-radius: 10px;
    margin: 20px auto;
    padding: 30px 50px;
    max-width: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .3);
    text-align: center;
}
.service-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  text-align: center;
  /*align-items: center;*/
}
.grid{
    box-shadow: 0 0 2rem 0 rgba(0,0,0,.3);
    /*padding: 20px;*/
    max-height: 380px;
}
.grid img{
    max-width: 100%;
  height: auto;
}
.grid-container img {
  max-width: 100%;
  height: auto;
}
.solution-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  text-align: center;
  /*align-items: center;*/
}
.desktop-only {
    display: grid;
}

.mobile-only {
    display: none;
}
.grid-text{
    text-align: justify;
    
}
.modal-bg {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}
.video{
    position: relative;
}
.modal {
    display: none;
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 80%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
}
.play-icon{
    position: absolute;
    left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
  /*align-items: center;*/
}
#map {
    width: 100%;
    height: 650px;
    border: 1px solid #ccc;
}
.contact-form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
}

h4 a{
        text-decoration: none;
    color: inherit;
}
.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    /*color: #555;*/
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a.social-icon.facebook:hover {
    background-color: #3b5998; /* Facebook color */
}

a.social-icon.twitter:hover {
    background-color: #1da1f2; /* Twitter color */
}

a.social-icon.instagram:hover {
    background-color: #e4405f; /* Instagram color */
}

a.social-icon.youtube:hover {
    background-color: #ff0000; /* YouTube color */
}

a.social-icon.linkedin:hover {
    background-color: #0077b5; /* LinkedIn color */
}
.social-icon:hover {
    background-color: #fff;
}

.nav a.active {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hover effect for non-active links */
.nav a:not(.active):hover {
    color: var(--primary-color); /* Color on hover */
}
.slide-image {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slides img {
    width: 100%;
    border-bottom: 2px solid #ddd;
}
.description {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
}
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.nav-button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
}
.text-container{
    border-radius: 10px;
    margin: 20px auto;
    padding: 30px 50px;
    max-width: 800px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .3);
    text-align: center;
}

.hero {
    position: relative;
    text-align: center;
    color: white;
}

.hero img {
    width: 100%;
    height: auto;
}

.hero .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

.content {
    display: flex;
    margin: 2rem;
}

.recent-posts {
    flex: 3;
}

.recent-posts .post {
    display: flex;
    margin-bottom: 1rem;
}

.recent-posts .post img {
    width: 150px;
    height: auto;
    margin-right: 1rem;
}

.sidebar {
    flex: 1;
    margin-left: 2rem;
    margin-top: 30px;
}

.sidebar .search-bar input {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.sidebar .popular-posts,
.sidebar .categories {
    margin-bottom: 2rem;
}
.blog-container{
    position: relative;
    max-width: 1000px;
    margin: auto;
}


/* Mobile Responsive Starts Here*/

@media (max-width: 768px) {
    .flex {
        flex-direction: column;
    }

    .nav {
        flex-direction: column;
        align-items: center;
    }

    .nav a {
        padding: 10px 0;
        width: 100%;
        text-align: center;
                margin: 0;
    }

    .header {
        flex-direction: column;
        align-items: center;
    }

    .logo img {
        width: 150px;
    }

    .ask-question {
        margin-top: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .title {
        font-size: 2rem;
    }

    .vision-container {
        margin-bottom: 20px;
    }

    .vision-container img {
        width: 150px;
    }

    .social-link {
        justify-content: center;
    }

    .social-icon {
        margin: 0 5px;
    }
}

/* Additional mobile-specific styles */
@media (max-width: 480px) {
    .title {
        font-size: 1.5rem;
    }

    .about-content {
        font-size: 0.9rem;
    }

    .vision-container img {
        width: 100px;
    }

    .btn-red {
        padding: 8px 16px;
    }
}

/* Existing styles */

/* Hamburger menu styles */
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
}

.nav {
    display: flex;
    list-style: none;
    z-index: 1000;
}


@media (max-width: 768px) {
    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #333;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        padding: 20px 0;
        transition: max-height 0.3s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }

    .nav.active {
        display: flex;
        max-height: 750px; /* Adjust as needed */
    }

    .hamburger {
        display: block;
    }

    .nav a {
        padding: 15px 0;
        width: 100%;
        border-top: 1px solid #444;
        color: white;
    }

    .nav a:first-child {
        border-top: none;
    }

    .nav a:hover {
        background-color: #555;
    }
}

/* Hamburger icon animation */
.hamburger {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

/*.hamburger .fa-bars {*/
/*    display: none;*/
/*}*/

.hamburger.open .fa-bars {
    display: block;
}

.hamburger .fa-times {
    display: block;
}

.hamburger.open .fa-times {
    display: none;
}

/* Additional responsive styles */
@media (max-width: 480px) {
    .nav a {
        font-size: 16px;
    }
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .service-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .service-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Media queries for responsiveness */
/* Media queries for responsiveness */
@media (max-width: 992px) {
    .solution-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .fa-quote {
        top: 40px;
    }
    .fa-quote-right{
        left: 10px;
    }
    .fa-quote-left{
        right: 10px;
    }
}

@media (max-width: 768px) {
.content {
    display: block;
    margin: 2rem;
}
}
@media (max-width: 768px) {
.contact-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 768px) {
.counter{
    display: flex;
    flex-direction: column;
}
}
@media (max-width: 768px) {
.slider-container{
    width: 400px;
}
}
@media (max-width: 768px) {
.title-1{
    font-size: 2.5em;
}
}
@media (max-width: 768px) {
.social-link{
    flex-direction: row !important;
}
}

/* Solution page responsive */
/* Media queries for responsiveness */
@media (max-width: 992px) {
    .solution-container {
        grid-template-columns: 1fr;
    }
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .mobile-only img {
        width: 100%;
    }

    .mobile-only .grid-text {
        padding: 10px;
    }
}