/* Mobile Responsive Design */
@media (max-width: 768px) {

/*		* {
		outline: 1px solid red !important;
	}*/
body{
	max-width: 800px;
    width: 100%;
    margin: 0;
}
.menu img{
    padding: 1.5rem;
    height: auto;
    width: 50%;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
}
.contactbutton{
  display: none;
}
/* section to hind navigation bar */
  .navbar {
    display: none;
  }
/* section to show hamburger bar */
  .hamburger {
    display: flex;
  }
/* section to show mobile menu */
  .mobile-menu {
    display: block;
  }
  .hero-content {
    flex-direction: column;
    text-align: center;
    background: url(../images/hero-background-tiger-mobile.png) center/cover no-repeat;
  }
  .hero-left h1 {
    max-width: 100%;
    font-size: 8vw;
    text-transform: uppercase;
    transform: translateY(60px);
    animation: slideUp 1.9s ease-out forwards;
  }
  .hero-right h6 {
    max-width: 100%;
    font-size: 4vw;
    transform: translateY(60px);
    animation: slideUp 1.9s ease-out forwards;
  }
.deliver{
  margin: 0rem;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease;
}
/* When visible */
.deliver.active{
  opacity: 1;
  transform: translateY(0);
}
.deliver-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deliver-item-first h2{
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
}
.deliver-item-first h4{
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: .8rem;
}

.deliver-item-first{
  padding: 0rem;
  border: none;
  border-radius: 30px; /* curved edges */
  background: #0A2540;
  color: silver;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 90vw;
  margin: .5rem 7rem 2rem 0rem;
}
.deliver-item-feature{
  width: 100%;
  max-width: 300px;   /* 🔥 perfect size for your design */
}
.logo-slider {
  overflow: hidden;
  background: #b3bcc5;
  padding: 3rem 0;
  margin-top: 2rem;
}

.slider-track {
  display: flex;
  width: calc(20px * 8); /* 10 logos */
  animation: scroll 3s linear infinite;
}

.slide {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 150px;
  object-fit: contain;
/*  filter: grayscale(100%);*/
  opacity: 0.7;
  transition: 0.3s;
}

.slide img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.1);
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.services-container {
  font-family: 'Inter', sans-serif;
    background-color: #eeeaea;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    padding: 1rem;
}
.slider-container {
    max-width: 5000px;
    width: 90%;
    position: relative;
}
/* The window that hides the overflow */
.slider-wrapper {
    overflow: hidden;
    padding: 10px 0; /* Space for shadow */
}
/* The track that moves */
.slider-track-testimony {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
/* Individual Card */
.services-card {
    /* Width calculation: 50% minus half the gap size */
	--card-width: 50%; /* Shows 2 cards at once */
  --gap: 10px;
    flex: 0 0 calc(100% - (10px / 2));
/*	flex: 0 0 500px; */
    background: #0A2540;
    padding: 1%;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    user-select: none; /* Prevents text highlighting while clicking fast */
}
.services-card img {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--primary-color);
}
.quote {
    font-size: 0.95rem;
    color: silver;
    line-height: 1.6;
    margin-bottom: 5%;
    font-style: italic;
}
.author {
    font-weight: bold;
    color: var(--text-color);
}
.role {
    font-size: 0.8rem;
    color: #888;
}
/* Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background 0.2s, transform 0.2s;
}
.nav-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}
.nav-btn:active {
    transform: translateY(-50%) scale(0.9);
}
.prev-btn { left: -20px; }
.next-btn { right: -20px; }

#footer {
	background: #0A2540;
	border-top: 1px solid #9bd9e0;
	margin: 0;
	padding: 0;
}
#footer p {
	color: #ededed;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 1rem 0 0;
	text-align: center;
}
.qoutebutton{
	opacity: 0;
}
/* Styles from add-pages css file*/
.compimages{
  display: flex;
  margin-left: .3rem;
}
.compimages img{
  margin-left: .1rem;
  margin-right: .1rem;
  padding: 2rem;
  width: auto;
  height: 3rem;
}
.divider {
	padding-top: 2rem;
  width: 2px;
  height: 5rem;
  background: #c0d6e1;
}
/* styles from mepintegration css */
.hero {
  position: relative;
  width: auto;
  height: 70vh;
  overflow: hidden;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 important */
}
.mepdeliver{
  margin: 3rem;
  border: none;
  border-radius: 30px; /* curved edges */
  background: #bacbdb;
}
.mepdeliver h2{
  font-size: clamp(1rem, 5vw, 2rem);
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  text-align: center;
  padding-top: 1rem;
}
.mepdeliver-item-container{
    display: grid;
    padding-bottom: 0rem;
    padding-left: 0rem;
}
.mepdeliver-item{
  height: 7rem;
  width: auto;
  /*background-color: aquamarine;*/ 
  margin: 2rem 5rem;
}
.mepdeliver-item img{
    padding-left: 1rem;
    height: 4rem;
    width: auto;
}
.mepdeliver-item h6{
padding-bottom: 1rem;
  font-family: 'Inter', sans-serif;
color: #0A2540;
}
.ourservices h2{
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  text-align: center;
  font-size: clamp(1rem, 5vw, 2rem);
}
@media (max-width: 768px) {
  .hex:nth-child(2),
  .hex:nth-child(4) {
    transform: none;
  }

  .mepdeliver-honey {
    gap: 30px;
  }
}
.firstcontainer {
	display: grid;
	gap: 1%;
 	width: 90%; /* Sets the width to 80% of the browser window */
	height: auto;
    margin: 2% auto; /* Centers the container horizontally */
    background-color: #bacbdb; /* Light Ziyan background */
    border-radius: 30px;
    gap: .5rem;
    padding: 1%;
}
.card {
  box-shadow: 0 40px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 15rem;
  border-radius: 30px;
  margin: 2.5rem;
}
.card img{
  border-radius: 30px;
  height: 10rem;
  width: auto;
}
.container h4{
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  font-size: 1rem;
}
.container p{
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  font-size: 3vw;
}
.card:hover {
  box-shadow: 0 32px 76px 0 rgba(0,0,0,0.2);
}

 .container {
  padding: 1% 10%;
  font-size: 4vw;
}
.contactus-container{
  display: flex;
  flex-direction: column;
  background: #eeeaea;
  width: 70%;
  margin: 1% auto;
  padding: 3%;
  border-radius: 30px;
  gap: 1rem;
}
.contactus-container img{
 height: 25vw;
 border-radius: 30px;
 display: none;
}
.contact-info{
 display: grid;
 height: 30vw;
 border-radius: 30px;
 background-color: #0A2540;
 padding: .5rem;
 text-align: center;
}
.contact-info h3{
  font-family: 'Inter', sans-serif;
  color: silver;
  padding: 0px;
  font-size: 3.5vw;
}
.contact-info img{
  height: 10vw;
  padding: 0rem 10rem;
  margin: 0px;
}
/*MEP services css file styles*/
.description p{
  font-size: 4vw;
  font-family: 'Inter', sans-serif;
  color: #0A2540;
  text-align: justify;
  width: 80%; /* Sets the width to 80% of the browser window */
  margin: 2% auto; /* Centers the container horizontally */
  padding: 1%; /* Adds space inside the container */
}
.description h2{
  font-size: clamp(1rem,2.5vw,1.5rem);
  font-family: 'Inter', sans-serif;
  color: white;
  text-align: center;
  width: clamp(15rem,5vw,20rem); /* Sets the width to 80% of the browser window */
  margin: 5% auto; /* Centers the container horizontally */
  padding: 1%; /* Adds space inside the container */
  background: url(/images/bg-featured.png) center/cover no-repeat;
  border-radius: 50px;
}
.product-frame{
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 76px 0 rgba(0,0,0,0.2);
  width: 80%; /* Sets the width to 80% of the browser window */
  margin: 5% auto; /* Centers the container horizontally */
  padding: 1%; /* Adds space inside the container */
}
.product-frame h2{
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  padding-left: 1rem;
  font-size: 5vw;
}
.segment-list {
  list-style: none;
  padding: 1rem 2.5rem;
}

.segment-list li {
  padding: 0px;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1vw, 25px);
}

.segment-list li::before {
  content: "✔";
  color: #00D4FF;
  margin-right: 10px;
}

.product-frame-first{
  padding: 1rem;
  border: none;
  border-radius: 30px; /* curved edges */
  background: url(../images/servers/server-background.jpg) center/cover no-repeat;
  color: silver;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 70vw;
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  white-space: nowrap;
}
  .back-to-top {
    width: 65px;
    height: 65px;
  }
  .back-to-top img {
  width: 45px;
  height: auto;
}
}

