@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --pc: #ffa400;
    --sc: #51b3f0;
    	 --pf: "Open Sans", sans-serif;
}

.hero-text {
    z-index: 2;
    margin-top: 20%;
}

.hero-text h2 {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;

}

.hero-text h3 {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;

}

.hero-text h3 span {
    color: var(--pc);
    font-weight: 800;
        line-height: 30px;
}

.hero-text p {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid white;
    margin-top: 1rem;
}

.webab{
    color: black;
    font-family: var(--pf);
}

.webab h2{
    color:var(--pc)!important;
font-size: 2rem;
font-weight: 800;
text-transform: uppercase;
}

.webab h3{
    font-size: 1.2rem;
    font-weight: 400;
}
.webab p{
    text-align: justify;
    font-size: 0.9rem;
}

.webab .btn{
    background-color: var(--pc);
    color: white;
    border-radius: 0px!important;
}
.webab .btn:hover{
    border:1px solid var(--pc);
    background-color: transparent;
    color: var(--pc);
}

.types h2{
    text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}
.types p{
    text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.card{
    font-family: var(--pf);
}
.card-title {
    color: black;
    font-size: 1rem;
    margin-top: -5%;
    text-align: center;
}
.card-text{
    color: black!important;
    font-size: 0.9rem!important;
    padding-top: 10px;

}

.type-card img{
    width: 100%;
    height: 200px!important;
    object-fit: cover;
}

.doing h2{
    text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.doing p{
     text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

  .process-step {
            position: relative;
            padding: 20px;
            margin-bottom: 30px;
            text-align: left;
        }
        .process-step .number {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 5rem;
            font-weight: bold;
            color: var(--pc);
            opacity: 0.4;
            z-index: 1;
        }
        .process-step .content {
            position: relative;
            z-index: 2;
            color:black;
        }
        .process-step h3 {
            font-weight: bold;
            font-size: 1.25rem;
            color: black;
            text-transform: uppercase;
        }

         .service-card {
    transition: transform 0.2s, box-shadow 0.2s;
    
  }
  .service-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    z-index: 2;
  }
  .service-card .btn {
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .our-services h2{
    text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .our-services p{

  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.technology h2{
      text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.technology p{
     text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.tech-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.tech h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.choose h2{
   text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.choose p{
      text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {


.hero-text h3 {
    
font-size: 1.6rem;
    text-align: center;
}
.hero-text h2{
    text-align: center;
}
}

  .project {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 20px;
  }

  .project img {
    height: 300px; /* Fixed height suitable for portrait */
    width: 100%;   /* Makes sure it fills the grid column */
    object-fit: cover; /* Keeps the image from stretching */

    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    .project img {
      height: 250px;
    }

    .metaleft h2{
        font-size: 1.8rem!important;
        text-align: center!important;

    }
  }


  .project h2{
     text-align: center;
    color: black;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .project p{
      text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}


.metaleft h2{
    font-size: 3.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metaleft h2 span{
    color:var(--pc);
}
.metaleft p{
    font-size: 1.3rem;
    color: black;
}

.metaleft {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.metaleft img {
    width: 60px;
    border-radius: 50%;
    height: auto;
    margin: 8px;
    object-fit: cover;

}




.para h2{
    
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.para p{
    padding: 0px 10px;
    color:black;
font-size: 1rem;
font-weight: 300;
    text-align: center;

}

.help h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.help p{
     text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.Growth h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.Growth p{

  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}


.use h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.use p{

  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}




.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none!important;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}



.faq h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}



.client h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.client p{
    
  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;

}

marquee {
  display: flex;
  align-items: center;
  height: 100px; /* Adjust as needed */
}

marquee img {
  height: 80px;     /* Set uniform height */
  width: auto;      /* Maintain aspect ratio */
  margin: 0 20px;   /* Space between logos */
  object-fit: contain;
  vertical-align: middle;
}



.industry h2{
    color:black;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.industry p{
    
  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;

}

.leftindustry .col-md-4 {
  text-align: center;
  margin-bottom: 30px;
}

.leftindustry .col-md-4 img {
  max-width: 60px; /* Adjust as needed */
  margin-bottom: 10px;
  display: inline-block;
}

.leftindustry .col-md-4 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
}

.leftindustry h3{
    color: black;
    font-size: 2rem;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.leftindustry p{
    color: black;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
}

.cta-section {
    background-color:var(--pc);
    padding: 80px 0;
}
.cta-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.cta-btn {
    background-color: black;
    color: white;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: all 0.2s;
}
.cta-btn:hover {
    background-color: var(--pc);
    border: 1px solid black;
    color: white;
}
.crafted-link {
    color: white;
    text-decoration: underline;
}
.crafted-link:hover {
    color: #f8f9fa;
} 


  @media (max-width: 768px) {

.cta-section{
    display: block!important;
    border-radius: 0px !important;
}

.cta-title{
    font-size: 1.8rem;
    padding-bottom: 10px;
}
.leftindustry h3{
    font-size: 1rem;
}

.industry h2{
    font-size: 1.5rem;
}

.industry p{
    font-size: 0.8rem;
}
.client{
    margin-top: 4rem;
}

h2{
    font-size: 2rem!important;
}

.metaleft h2{
    padding-top: 30px!important;
}
.gadsleft h3{
    font-size: 1.2rem!important;
}

  }

  .gadsleft h2{
    font-size: 3rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 48px;
  }

  .gadsleft h3{
    font-size: 2.5rem;
    margin-top: -2%!important;
  }

  .partner-logo {
    height: 60px;
    object-fit: contain;
    padding: 10px;
  }

  .expect h2{
     color: black;
    font-size: 2rem;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-top: 2rem;
  }

  .expect p{
    color: black!important;
  }

  

  .whyus h2{
     color: black;
    font-size: 2rem;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-top: 0.2rem;
  }

  .whyus p{
  
  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  #testimonial-carousel .item {

    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }

  #testimonial-carousel p {
    font-size: 1rem;
    font-style: italic;
    color: #333;
  }

  #testimonial-carousel h6 {
    color: #000;
    margin-top: 10px;
    font-weight: 600;
  }
  #testimonial-carousel img {
    object-fit: cover;
    border: 3px solid #ddd;
    width: 100px;
    height: 100px;
  }

  #testimonial-carousel p {
    font-style: italic;
    color: #555;
  }

  #testimonial-carousel h6 {
    color: #111;
  }


  

  .boost h2{
     color: black;
    font-size: 2rem;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-top: 0.2rem;
  }

  .boost p{
  
  text-align: center;
    color: var(--pc);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  
.counter-box {


    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
}

.counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.counter-number {
    color: #007bff; /* Primary color from index.html */
}

.counter-box h5 {
    color: #343a40; /* text-dark from index.html */
    font-weight: 600;
}

.counter-box p {
    color: #6c757d; /* text-muted from index.html */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-box {
        margin-bottom: 2rem;
    }
}


