.contact-container{
  background-color: #184971;
  color:white;
  width:100%;
  height:30px;
  
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  gap:1px;
  font-family: 'Acumin Pro',sans-serif;
  font-weight: lighter;
  font-size:12px;
 
}
/* Partner Section */
.partners {
    text-align: left;
    justify-content: left;
   
    padding: 20px 10px;
}

.partners h2 {
  font-size:.8rem;
  text-align: left;
  margin-left:0;
  font-family: "Acumin Pro",sans-serif;
  font-weight: lighter;
    margin-bottom: 20px;
    color: #f8f8f88f; 
}

.partners-container {
    display: flex;
    flex-wrap: nowrap; 
    justify-items: left;
    align-items: center;
    gap: 40px; 
    overflow-x: hidden; 
}

.partner {
    flex: 0 0 auto; 
    max-width: 90px; 
}

.partner-logo {
    width: 100%; 
    height: auto; 
}

/* Media query for small screens */
@media (max-width: 768px) {
    .partner {
        max-width: 50px; 
    }
    .partners-container{
      gap:20px;
      justify-content: center;
    }
    .partners h2{
      text-align:center;
    }
    .hero{
      margin-top:30px;
    }
}


html{
  overscroll-behavior: none;
}

body{font-family: 'Poppins',sans-serif;
  box-sizing: border-box;
margin:0;
overscroll-behavior: none;
padding:0;}

.item{
  margin-left:20px;
  padding:8px;
  justify-content: space-between;
}

.txt-animation{
  animation:fade-in auto linear
  
}

@keyframes fade-in{
  from{
      opacity:0.5;
      scale:0.5;
  }
  to{
      opacity:1;
      scale:1;
  }
}


.navbar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  
  width:100%;
  background-color: white;
  margin-right:220px;
  

  padding:18px;
} 
.navbar a{
  color:#184971;
  text-decoration: none;
  font-family: 'Acumin Pro',sans-serif;
  
  font-size: 14px;
  font-size:small;
  font-weight: bold;

  
  
} 
  
  @font-face {
      font-family: 'AB';
      src: url('fonts/Acumin-BPro.otf') format('otf');
      font-weight: normal;
      font-style: normal;
  } 

.navbar-icon{
  display:none;
  cursor: pointer;
}

.bar{
  width:24px;
  height: 2px;
  background-color: black;
  margin:4px 0px;
}
.navbar-links{
 
  gap:10px;
  

  
}

a{
  transition: opacity 0.3s ease-in-out;
  margin:0 9px;
  padding:2px;
 
 
}
.navbar-links:hover  a:not(:hover){
  opacity: 0.5;
}

@media (max-width: 768px) {

.navbar-links{
  display:none;
  flex-direction: column;
  width: 100%;
  
 opacity:0;
 pointer-events: none;
 
  background-color:#2370af;
  position:absolute;
  /* top:0;left:0; */
  
  

}
.navbar-links a{
 
  color:white;
  gap:10px;
  padding:4px;
  margin:0 18px;
  margin-top:8px;
 
  /* border-top:0.2px solid white; */
}

a{
  transition: opacity 0.3s ease-in-out;
}
.navbar-links:hover  a:not(:hover){
  opacity: 0.5;
}

.navbar-icon{
  display: block;

}



.navbar-links.active{

  display:flex;
  opacity:1;
  pointer-events: all;
  right:0;
}

}
/* 
img{width: 100%;
height: auto;} */

.logo-container {
  display: flex;
  
  margin:0;
  padding:10px 10px;
  
}

.logo {
  max-width: 200px; /* Adjust as needed */
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .logo {
    max-width: 130px; /* Adjust as needed for smaller screens */
  }
}
@media (max-width: 300px) {
  .logo {
    max-width: 130px; /* Adjust as needed for smaller screens */
  }
}
@media (max-width: 1024px) {
  .logo {
    max-width: 160px; /* Adjust as needed for smaller screens */
  }
}

.hero-section{
  display:inline-block;
 margin-left:20px;
  flex-wrap:wrap;
  width: 100%;
  gap:2px;
}


.hero-txt{
  margin-left: 20px;
  color:#121212;
  font-size:clamp(3rem,5vw,6rem);
  font-family: 'Acumin Pro',sans-serif;
  font-weight: bold;
  line-height: 1.2;

}
.it-solution{
  color:#184971;
  /* font-size:clamp(2rem,2.5vw,3rem); */
  font-family: 'Acumin Pro',sans-serif;
  font-weight: bold;

}








@media (max-width: 768px) {
  .contact-button {
    padding: 4px 16px;  
    font-size: 1.5rem;  
      
  }
}


@media (max-width: 1024px) {
  .contact-button {
    padding: 6px 10px;  
    font-size: 1.5rem;     
  }
}

@media (max-width: 480px) {
  .contact-button {
    padding: 6px 12px;  
    font-size: 1.6rem;     
  }

  .icon {
    font-size: .8rem;     
  }
}

.hero-left{
  display:flex;
  flex-direction:column;
  margin-top:20px;

   }

.idea-container {
  display: flex;
  margin-left:300px;
  
  
}

.idea {
  max-width: 500px; 
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .idea {
    max-width: 350px; 
  }
}










.hero {
display: flex;
height: auto;
align-items: center;
justify-content: space-between;

padding-left:40px;

flex-wrap:wrap;
}

.hero-content {
flex:1;
padding-right:20px;
/* margin-left:30px; */

}

.hero-content h1 {
font-size: 5vw;
margin: 0;
margin-left:20px;
line-height: 1;
}

.hero-content p {
font-size: 1rem;
margin-bottom: 20px;
color: #666;
margin-left:20px;
}

.contact-button {
display: inline-flex;  
align-items: center;
justify-content: center;
padding: 10px 20px;
background-color: #184971;
color: white;
border: none;
font-size:1rem;
/* width:20%; */
border-radius: 5px;
cursor: pointer;
margin-left:10px;


transition: background-color 0.3s ease;

}

.contact-button:hover {
background-color: #2778b9;
}

.hero-image img {
width: 100%;
max-width: 500px;
height: auto;
border-radius: 8px;
margin-right:40px;
}


@media (max-width: 1200px) {
.hero{
  flex-direction: column;
  text-align:center;
  padding:20px;
}
.hero-content h1 {
  font-size: 5vw;
  
}
.hero-content p {
  font-size: 2.5vw;
}
.contact-button {
  padding: 10px 25px;
  font-size: 15px;
  
 
}


}

@media (max-width: 992px) {
.hero-content h1 {
  font-size: 7vw;
}
.hero-content p {
  font-size: 3vw;
}
.contact-button {


  padding: 10px 25px;
  font-size: 15px;
  width: auto; 
}
}

@media (max-width: 768px) {
.hero-content {
  align-items: center; 
  text-align: center;  
}

.hero-content h1 {
  font-size: 8vw;
  text-align:center
  
}
.hero-content p {
  font-size: 4vw;
  text-align:center;
  
}

.contact-button {
  padding: 8px 18px;
  font-size: 13px;
  width: auto; /* Adjust width to auto */
  margin-top: 20px; /* Adjust margin */
}

.hero {
  flex-direction: column;
  text-align: center;
}

.hero-image img {
  max-width: 90%;
}
}

@media (max-width: 480px) {
.hero-content h1 {
  font-size:9vw;
  text-align:center;
  
}
.hero-content p {
  font-size: 4vw;
  text-align:center;
  
}

.contact-button {
  padding: 10px 16px;
  font-size: 12px;
  width: 100%; /* Make button take full width on mobile */
  margin-left: 0; /* Remove left margin on mobile */
  margin-top: 15px; /* Adjust top margin */
}
.hero-image img {
  max-width: 60%;
}
.contact-text{
  font-size:1rem;
}
}




.services {
padding: 20px 20px;

text-align: center;
}

h2 {
font-size: 2.5rem;
margin-bottom: 30px;
margin-left:80px;
color:#184971;


font-weight: bold;
}


.service-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
margin-left:20px;
row-gap:20px;
column-gap:20px;
justify-items: center;
align-items: center;
margin-bottom:30px;
}

.service-card {
background-color: #184971;

border-radius: 10px;
padding: 20px;

height:max-content;
max-width: 400px; 
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}

.service-card:hover {
transform: translateY(-6px); 
}

.icon {
font-size: 3rem;
margin-bottom: 15px;
text-align:left;
}





@media (max-width: 1200px) {
 h3 {
  font-size: 1.3rem;
  text-align: center;
}


}

@media (max-width: 992px) {
 h3 {
  font-size: 1.2rem;
  text-align: center;
}
h2{
  font-size:2rem;
  text-align:center;
}

}

@media (max-width: 768px) {
 h3 {
  font-size: 1.1rem;
  text-align: center;
}
h2{
  font-size:2rem;
  text-align:center;
  margin:0 auto;
}


}

@media (max-width: 480px) {
 h3 {
  font-size: 1rem;
  text-align: center;
}
h2{
  font-size:2rem;
  text-align:center;
  margin:0 auto;
}

}




.responsive-section {
display: flex;
justify-content: space-between;
align-items: center; 
padding: 40px;
flex-wrap: wrap;
background-color: #ffffff;
}

.content {
display: flex;
justify-content: space-between;
width: 100%;
}

.description {
flex: 1;
padding-right: 20px;
}

.description h2 {
font-size: 2rem;
margin-bottom: 10px;
color: #333;
}

.description p {
font-size: 1rem;
margin-bottom: 20px;
color: #666;
}

.contact-btn {
display: inline-flex;
align-items: center;
padding: 12px 25px;
background-color: #184971;
color: white;
text-decoration: none;
font-size: 1rem;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.contact-btn:hover {
background-color: #1d6dad;
}

.arrow-icon {
margin-left: 10px;
width: 20px;
height: 20px;
}

.image {
flex: 1;
text-align: center; 
display: flex;
justify-content: center; 
align-items:flex-start; 
}

.responsive-image {
width: 100%;

max-width: 600px; 
height: auto;
border-radius: 8px;

}


@media (max-width: 768px) {
.responsive-section {
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

.content {
  flex-direction: column;
  align-items: center;
}

.description {
  padding-right: 0;
  margin-bottom: 20px;
}

.image {
  margin-top: 20px;
}

.arrow-icon {
  width: 16px;
  height: 16px;
}
}




.card-container {
display: grid;
grid-template-columns: repeat(3, 1fr); 

row-gap:.3px;
column-gap: 20px;
padding: 20px;
max-width: 1200px;
justify-content: center;
align-items: center;
position:relative;
z-index:auto;

width: 100%;
margin:0 auto;
}


.card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: left;
display: flex;
flex-direction: column;
gap:4px;
align-items: flex-start; 
justify-content: flex-start;
position: static;
z-index: auto ; /* Override any existing z-index */
transform: translateZ(0);

/* z-index:-1; */
/* transition: transform 0.3s ease, box-shadow 0.3s ease; */
width:400px;
height: 240px;
margin-bottom:20px;

}


.card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon {
font-size: 2rem;
color: #007bff;
margin-bottom: 5px;
}


.title {
font-size: 1.25rem;
margin: 0 0 10px 0;
color:#2D5A80;
text-align: left;
font-family: 'Acumin Pro',sans-serif;
font-weight: bold;
}


.description {
font-size: 0.9rem;
font-family: 'Acumin Pro',sans-serif;
color: #666;
margin-bottom: 10px;
text-align:left;
}


@media (max-width: 992px) {
.card-container {
  grid-template-columns: repeat(2, 1fr); 
}
.card {
  width: 100%; 
 
  height: 240px; 
  padding: 15px;
  
}
}
@media (max-width:1024px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr); 
  }
  .card {
    width: 100%; 
   
    height: 240px; 
    padding: 15px;
    
  }
  }

@media (max-width: 576px) {
.card-container {
  grid-template-columns: 1fr;
}
.card {
  width: 100%; 
 
  height: 240px; 
  padding: 15px;
  
}
}


/* Mobile Sidebar Styles */
.navbar-sidebar {
position: fixed;
z-index:1000;
top: 0;
right: -100%;
width: 70%;
max-width: 300px;
height: 100vh;
background: #184971;

transition: right .6s ease-in-out;
padding: 1rem;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-sidebar.active {

right: 0;

}



.sidebar-links {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 3rem;
}

.sidebar-links a {
color: white;
text-decoration: none;
padding: 0.5rem;
border-radius: 4px;
}

.sidebar-links a:hover {
background: #ffffff;
color:#184971;
}

.navbar-close {
background: none;
border: none;
color: white;
font-size: 1.5rem;
position: absolute;
top: 1rem;
right: 2rem;
cursor: pointer;
}

.sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(22, 22, 22, 0.5);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
}
.navbar-toggle{
  margin-right:1rem;
  
}
.sidebar-overlay.active {
opacity: 1;
visibility: visible;
}

/* Hide desktop links on mobile */
@media (max-width: 768px) {
.navbar-links {
  display: none;
}
.navbar-toggle {
  display: block;
  cursor:pointer;
}
}
/* Hide mobile toggle button on desktop */
@media (min-width: 769px) {
.navbar-toggle {
  display: none;
}
}
@media(max-width:820px){
  .navbar-links{
    margin:0;
  }
}

/* Show desktop links on desktop */
.navbar-links {
display: flex;
margin-right:55rem;
gap: 1rem;
}

body.sidebar-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;left:0;
}




/*New Navigation Bar*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Acumin Pro',  sans-serif;
  
}

/* Navbar Styles */
.navbar {
  background-color: #ffffff;
  color: white;
  padding: 1rem 1rem;
  position: sticky;
  top: 0;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width:100%;
  width:100%;
  height:70px;
  
}



/* Desktop Navigation */
.desktop-nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}


 .active{
  border-bottom:3px solid #184971;
}

.desktop-nav a {
   color: #184971;
   text-decoration: none;
   font-weight: 500;
   /* transition:opacity 0.3s; */
   opacity:1;
   font-weight:bold;
   padding: .5rem 0;
  }
  .desktop-nav a:hover{
  color: #184971;
  
  border-bottom:3px solid #184971;
  transition:border-bottom .1s ease ;
  border-start-end-radius: 20px;
}

/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #184971;
  font-size: 1.5rem;
  margin-right:.5rem;
  cursor: pointer;
}



/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #184971;
  z-index: 1001;
  transition: right 0.3s ease-in-out;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-sidebar.active {
  right: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.close-btn {
  background: none;
  border: none;
  position:absolute;
  top:1rem;
  right:2rem;
  padding:2px;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.mobile-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: 200ms ease;
  display: block;
  font-weight: 200;
  /* padding: 1rem 0; */padding:10px;
}

.mobile-nav a:hover  {
  color: #ffffff;
  /* padding-left:20px; */
  border-bottom:1px solid;
  border-bottom-color:#ffffff;
  margin:0 auto;
 font-weight:600;
}

.mobile-link-active{
color: #ffffff;
  /* padding-left:20px; */
  border-bottom:1px solid;
  border-bottom-color:#ffffff;
  margin:0 auto;
 font-weight:600;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Responsive Styles */
@media (max-width:992px){
  .desktop-nav {
    display: none;
  }
  
  .mobile-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
  
  .mobile-toggle {
    display: block;
  }
  
  body.sidebar-open {
    overflow: hidden;
   
  }
  body.loading {
    overflow: hidden;
    position:fixed;
    width:100%;
    height:100%;
  }
}
body.loading {
  overflow: hidden;
  /* position:fixed; */
  /* width:100%; */
  height:100vh;
}




li.equeue-item a {
            border-radius: 10px;
            font-weight: bold;
            background-color: #ffffff;
            color: #184971;
        }
        
        li.equeue-item a:hover span {
           
            background-color: inherit;
            color: inherit;
            opacity: inherit;
            transform: inherit;
        }


