/* home page stylee */
/*
body {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
}
@media (max-width: 1200px) {
  body {
    padding-top: 30px;}
}*/
.homepage-width{
     max-width: 100%;
  padding: 70px 8% 50px 8%;
}
@media (max-width: 1200px) {
  .homepage-width {
  max-width: 100%;
  padding: 50px 5%;}
}
/* end home page stylee */
/* start page title */
.bradcrub1 {
    position: relative;
    width: 100%;
    height: 250px; 
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {.bradcrub1 {
    position: relative;
    height: 200px; 
}}
.bradcrub1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(62, 155, 161, 0.288); 
}
.bradcrub1-content {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;  
    text-align: center;
    padding: 0 20px; 
  }
@media (max-width: 768px) {.bradcrub1-content h1 {
    font-size: 2rem; 
    margin: 0;
} }
@media (max-width: 768px) {.bradcrub1-content p {
    font-size: 0.9rem;
    margin-top: 10px;
}}
/* end page title */


/* start  solution about title */
  .wesolve-detail1-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 30px;
  }
    .wesolve-detail1-image {
      flex: 1 1 300px;
      padding: 0px;
      text-align: center;
    }
    .wesolve-detail1-image img {
      max-width: 100%;
      height: auto;
    }
    .wesolve-detail1-content {
      flex: 1 1 300px;
      padding: 0px;
    }
    .wesolve-detail1-content h2 {
      margin-bottom: 10px;
    }
    .wesolve-detail1-content ul {
      padding-left: 20px;
      color: #444;
    }
    .wesolve-detail1-content ul li {
      margin-bottom: 8px;
      list-style-type: disc;
    }
    @media (max-width: 768px) {
      .wesolve-detail1-section {
        flex-direction: column;
        text-align: center;
      }
      .wesolve-detail1-content {
        text-align: left;
      }
      .wesolve-detail1-image {
        flex: 1 1 auto;
      }
    }
/* end  solution about title */

/* start what we provide section  */
    .whatweprovide1-main{
      background: #f9f9f9;
    }
    .whatweprovidebox-detail {
      display: grid;
      grid-template-columns: repeat(1, 1fr); /* Default: mobile view */
      gap: 20px;
    }
    .whatweprovide-detail-icon-box {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .whatweprovide-detail-icon-box img {
      width: 80px;
      height: auto;
      margin-bottom: 15px;
    }
    .whatweprovide-detail-icon-box h3 {
      margin: 10px 0;
      font-size: 20px;
    }
    /* Tablet View: 2 columns */
    @media (min-width: 600px) {
      .whatweprovidebox-detail {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    /* Desktop View: 4 columns */
    @media (min-width: 1024px) {
      .whatweprovidebox-detail {
        grid-template-columns: repeat(4, 1fr);
      }
    }
/* end what we provide section  */

/* start solution fun facts  */
.solutionfunfacts-section {
  text-align: center;
}
.solutionfunfacts-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
}
.solutionfunfacts-box {
  flex: 1 1 200px;
  max-width: 300px;
}
  @media (max-width: 768px){.solutionfunfacts-box {
  flex: 1 1 100px;
  max-width: 300px;
}}
.solutionfunfacts-box img {
  height: 80px;
  margin-bottom: 20px;
}
/* end solution fun facts  */

/* start solution technology use  */
.solution-usetechnology-main{
    text-align: center;
    padding: 70px 10px;
    background-color: rgb(238, 243, 243);
}
.solution-usetechnology-under{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
.solution-usetechnology-box{
  flex: 1 1 200px;
  max-width: 300px;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 12px rgb(212 215 215);
}
  @media (max-width: 768px){.solution-usetechnology-box {
  flex: 1 1 100px;
  max-width: 300px;
}}
.solution-usetechnology-box img{
  height: 80px;
  margin-bottom: 10px;
}
/* end solution technology use  */

.solution-contact{
      display: flex;
      padding: 50px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgb(212 215 215);
      margin: auto;
      gap: 40px;
    }
  .solution-left-col, .solution-right-col {
      flex: 1;
    }
    .solution-left-col img {
      width: 100%;
    }
    .solution1-contact-info {
      margin-bottom: 20px;
    }

     .solution1-contactbg{
        padding: 40px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgb(212 215 215);
     } 
    .solution1-contact-info div {
      margin-bottom: 15px;
    }
    .solution1-mini-images-review {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }
    .solution1-mini-images-review img {
      width: 100%;
      height: 80px;
      object-fit: cover;
      border-radius: 5px;
    }
    .solution1-social-icons a {
      margin-right: 10px;
      font-size: 20px;
    }
    @media (max-width: 768px) {
  .solution-contact {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .solution-left-col,
  .solution-right-col {
    flex: unset;
    width: 100%;
  }
  .solution1-contactbg {
    padding: 20px;
  }
  .solution1-mini-images-review {
    flex-wrap: wrap;
    gap: 10px;
  }
  .solution1-mini-images-review img {
    width: calc(30% - 5px);
    height: 100%;
  }
  .solution1-social-icons a {
    font-size: 18px;
    margin-right: 8px;
  }
}
/* end */


/* start portfolio section */
.portfolio-home{ padding: 50px 0px 70px 0px;}
#gallery {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
#gallery.active {
  cursor: grabbing;
}
/* Horizontal track */
#track {
  display: flex;
  transition: none;
}
/* Item cards */
.portfolio-item {
  scroll-snap-align: start;
  flex: 0 0 33%; /* full width on mobile */
  margin: 0 10px;
  background: #eff1f1;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
/* Responsive adjustments */
@media (min-width: 320px) {
  .portfolio-item {
    flex: 0 0 100%;
  }
}
@media (min-width: 900px) {
  .portfolio-item {
    flex: 0 0 calc((100% / 3) - (20px * 2 / 3));
  }
}
.portfolio-item img {
  width: 100%;
  border-radius: 6px;
}
.title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #008A8A;
}
.description {
  margin: 10px 0;
}
.portfolio-action-btn {
  padding: 6px 20px;
  background: #00000000;
  color: #000000;
  border: solid 1px;
  border-radius: 4px;
  border-color: #000000;
  font-size: 14px;
  cursor: pointer;
}
/* end */


/* start client logo section */
.client-logo-section {
  background: #e2edee;
  padding: 70px 0;
  margin: 30px 0px;
}
@media (max-width: 768px) {
  .client-logo-section {
    padding: 40px 0;
  background: #e2edee;
  }
}
.client-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.5rem 2rem;
  background: #e2edee;
}
@media (max-width: 768px) {
  .client-logo-grid {
    padding: 0;
    background: transparent;
    gap: 0.5rem;
  }
}
.client-logo-item {
  flex: 0 0 calc((100% / 8) - (1rem * 2 / 8));
  max-width: calc((100% / 8) - (1rem * 2 / 8));
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .client-logo-item {
    flex: 0 0 calc((100% / 3) - (1rem * 2 / 3));
    max-width: calc((100% / 3) - (1rem * 2 / 3));
    padding: 8px;
    border-radius: 5px;
  }
}
.client-logo-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}

.client-logo-item img:hover {
  filter: none;
  opacity: 1;
}
/* end */

/* start faq */
.faq-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width:600px){ .faq-container { grid-template-columns: 1fr; } }

.faq-item {
  border: 1px solid #008A8A;
  border-radius:10px;
  padding:20px;
  cursor:pointer;
  transition:background .3s;
}
.faq-item:hover { background:#008a8a09; }

.faq-question {
  font-weight:bold;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.faq-answer {
  display:none;
  margin-top:10px;
}
.faq-item.active .faq-answer { display:block; }
.arrow { transition: transform .3s ease; }
.faq-item.active .arrow { transform: rotate(180deg); }
