/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

h2 {
    color: #023047;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* nav bar */
nav{
    background: #1c1c2f;
    height: 60px;
    width: 100%;
  }
  label.logo{
    color: white;
    font-size: 26px;
    line-height: 60px;
    padding: 0 100px;
    font-weight: bold;
  }
  nav ul{
    float: right;
    margin-right: 20px;
    z-index: 99;
  }
  nav ul li{
    display: inline-block;
    line-height: 60px;
    margin: 0 5px;
  }
  nav ul li a{
    color: white;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  a:hover{
    /* background: #245b76; */
    transition: .5s;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  .close-menu-icon{
    display: none;
    position: absolute;
    top: -40px;
    right: 10px;
  }
  @media (max-width: 952px){
    label.logo{
      font-size: 20px;
      padding-left: 5px;
    }
    nav ul li a{
      font-size: 16px;
    }
  }
  @media (max-width: 1118px){
    .checkbtn{
      display: block;
    }
    .close-menu-icon{
        display: block;
        position: absolute;
        top: -40px;
        right: 10px;
      }
      nav ul{
      position: fixed;
      width: 50%;
      height: 100vh;
      background: #2c3e50;
      top: 80px;
      left: -180%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 20px;
    }
    a:hover{
      background: none;
      color: #245b76;
    }
    #check:checked ~ ul{
      left: 0;
    }
  }

 

/* Header */
header {
    background-color: #023047;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

/* nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
} */

/* Section Specific Styles */
.about-section, .service-item, .product-item, .client-item, .office {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #bbb;
}

.office-info, .client-list {
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; */
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 2rem;
}

.client-item {
    position: relative;
    cursor: pointer;
}

.client-item::after {
    content: attr(data-solution);
    position: absolute;
    left: 1px;
    top: -20px;
    white-space: nowrap;
    background-color: #023047;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    z-index: 999;
}

.client-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Form */
.contact-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 20px auto;
}

.contact-form form {
    display: grid;
    grid-gap: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #023047;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #021d36;
}

/* Responsive Design */
@media (max-width: 768px) {
    .office-info, .client-list {
        flex-direction: column;
    }

    /* nav ul li {
        display: block;
        margin: 10px 0;
        color = #fdc8c4,#c5e8e2
        color old=#ffffff,#eef0f1
    } */
}
#about{
    background-color:#ffffff;

}
#howitworks{
    background-color: #e8dea2;
}
#technologies{
    background-color: #f0f2f2;
}
#clients{
    background-color: #ffffff;
    padding: 20px 0px;
}
#contact{
    background-color: #e8dea2;
}
.event-div-img{
  max-width: 400px;
  width: 100%;
  /* height: 400px; */
  padding: 20px;
  display: flex;
}
.event-div-img-2{
  max-width: 400px;
  width: 100%;
  /* height: 400px; */
  padding: 20px;
}
.dis-grid{
  display: grid;
  place-items: center;
  min-height: 100px;
}
.tech-logo-img:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.color-title{
  color: #066392;
}
.color-subtitle{
  color: #2b6c80;
}
.home-div{
  position: relative;
  min-height: 230px;
  height: 100%;
  width: 100%;
  /* background: #e6ecef; */
  background-image: linear-gradient( #0085c2, #ffffff);
}

.product-img{
  width: 100%;
}
.footer-div-p{
    background: #023047;
    color: white;
    padding: 10px;
}

.contact-box-shadow{
  box-shadow: 2px 2px 7px #bbb;
  padding: 5px;
  background-color: white;
}
.contact-box-shadow p{
  margin: 0px;
}
.contact-title-sty{
  font-weight: 600;
  font-size: 18px;
}



@media screen and (min-width: 35px) and (max-width: 744px){
  .hide-div{
    display: none;
  }
  .img-size{
    width: 100%;
    max-width: 100px;
  }
  .fotter-div ul{
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
  }
}
@media screen and (min-width: 745px) and (max-width: 2744px){

  .img-size{
    width: 100%;
    max-width: 200px;
  }
  .fotter-div ul{
    float: right;
    margin-right: 20px;
    z-index: 99;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 35px) and (max-width: 344px){
  .logo-img{
    width: 50px;
  }
  }
@media screen and (min-width: 345px) and (max-width: 491px){
.logo-img{
  width: 50px;
}
}
@media screen and (min-width: 492px) and (max-width: 2991px){
  .logo-img{
    width: 50px;
  }
  }
@media screen and (min-width: 90px) and (max-width: 991px){
  .dis-inline-img{
    display: grid;
    place-items: center;
  }
  

}
@media screen and (min-width: 992px) and (max-width: 2991px){
  .dis-inline-img{
    display: inline-block;
    line-height: 25;
  }
  /* .carousel-container {
    display: flex;
    overflow: hidden;
    width: 83%;
    margin: 20px 0;
    position: relative;
  } */
}


.client-img{
  width: 100px;
}


.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%; /* Ensure the carousel takes up the full height of its container */
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 1s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  display: flex; /* Make sure the content inside each item is also a flex container */
  justify-content: center; /* Center the content horizontally */
  padding-top: 10px;
}

img {
  max-width: 100%; /* Ensure the images don't exceed the width of the container */
  height: auto;
}



.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}
.fb-img{
  width: 30px;
}
.footer-div-1{
  display: grid;
    place-items: center;
    line-height: 40px;
}
.footer-div{
  display: grid;
    place-items: end;
    line-height: 40px;
}

.fotter-div ul li{
  display: inline-block;
  margin: 0 5px;
}
.fotter-div ul li a{
  color: white;
  font-size: 14px;
  padding: 7px 13px;
  border-radius: 3px;
}
@media screen and (min-width: 30px) and (max-width: 381px){
  /* .mobile-head-div{
    display: block;
  } */

  .tech-img-grid{
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fit,minmax(70px,1fr));
    gap: 2rem;
  }
  .mob-grid{
    display: grid;
    place-items: center;
  }
  .tech-logo-img{
    width: 50px;
    border-radius: 50%;
  }
  .carousel-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .padding-top-dot{
    padding-top: 10px;
  }
  .logo-img-2{
    width: 80px;
  }
}
@media screen and (min-width: 380px) and (max-width: 591px){
  /* .mobile-head-div{
    display: flex;
  } */
 
  .tech-img-grid{
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fit,minmax(70px,1fr));
    gap: 2rem;
  }
  .mob-grid{
    display: grid;
    place-items: center;
  }
  .tech-logo-img{
    width: 50px;
    border-radius: 50%;
  }
  .carousel-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .padding-top-dot{
    padding-top: 10px;
  }
  .logo-img-2{
    width: 80px;
  }
}
@media screen and (min-width: 592px) and (max-width: 991px){
  .padding-top-dot{
    padding-top: 40px;
  }
}
@media screen and (min-width: 592px) and (max-width: 2991px){
  /* .mobile-head-div{
    display: block;
  } */
  .tech-img-grid{
    display: grid;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 2rem;
  }
  .tech-logo-img{
    width: 120px;
    border-radius: 50%;
  }
  .carousel-dots {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .logo-img-2{
    width: 130px;
  }
}
