body {
    font-family: 'Segoe UI', sans-serif;
    padding-top: 50px;
  }
  
  .hero-section {
    background-color: #f8f9fa;
  }
  
  .hero-section h1 {
    line-height: inherit;
    font-size: 38px;
    font-weight: 700;
  }
  
  .hero-section p {
    font-size: 1.125rem;
  }
  
  .btn-warning {
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
  }
  
  blockquote {
    font-style: italic;
  }
  
  footer ul li {
    margin-bottom: 10px;
  }
  
  footer p, footer li {
    font-size: 0.9rem;
  }
  .img-fluid{
    width: 60%!important;
  }
  .bg-dark{
    background-color: black!important;
  }

  .intro {
    background-color: #000;
  }

  .industries-section h2 {
    font-size: 3rem;
    font-weight: 800;
  }
  
  .industries-section .industry-item h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  .industries-section .industry-item p {
    font-size: 0.95rem;
    color: #d1d1d1;
  }

  .testimonials-section {
    background-color: #f8f9fa;
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
  
  .testimonial-box {
    max-width: 700px;
  }
  
  /* .quote-mark img {
    filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(10deg) saturate(600%) brightness(95%);
  } */

  .whatwe{
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }

  .scale{
    padding-top:50px;
  }

  .blog-banner {
    background: url('./images/blog2.jpg') center center / cover no-repeat;
    height: 50vh;
    min-height: 450px;
    position: relative;
  }
  
  .blog-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent dark overlay */
    z-index: 1;
  }
  
  .blog-banner .container {
    z-index: 2;
  }
  
  @media (max-width: 768px) {
    .blog-banner h1 {
      font-size: 1.75rem;
    }
    .blog-banner p {
      font-size: 0.95rem;
    }
  }
  

  .consulting-banner {
    background: url('./images/b1.jpg') center center / cover no-repeat;
    height: 80vh;
    min-height: 450px;
    position: relative;
  }
  
  .consulting-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent dark overlay */
    z-index: 1;
  }
  
  .consulting-banner .container {
    z-index: 2;
  }
  
  @media (max-width: 768px) {
    .consulting-banner h1 {
      font-size: 1.75rem;
    }
    .consulting-banner p {
      font-size: 0.95rem;
    }
  }
  
  
  .industry-section .icon-circle {
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .industry-section .image-frame {
    height: 80%;
    width: 90%;
    top: 10%;
    left: 10%;
  }


  .area-card {
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .badge-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #FDD835;
    color: #000000;
    font-weight: bold;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
  }

  
  .tech-section {
    background-color: #fff;
  }
  
  .tech-section ul li {
    margin-bottom: 0.5rem;
  }
  
  .yellow-bg {
    background-color: #FDD835; /* yellow */
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 1;
  }
  

  .btn-yellow {
    background: linear-gradient(90deg, #FFD600, #FBC02D);
    color: black;
    border: none;
    border-radius: 40px;
    transition: background 0.3s ease;
  }
  
  .btn-yellow:hover {
    background: linear-gradient(90deg, #FBC02D, #FFD600);
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  footer i {
    vertical-align: middle;
  }
  
  .navbar-nav .nav-link.active {
    color: #FFD62A !important;
  }
  .colr{
    color: #FFD62A !important;
  }

  .core-values-section {
    /* font-family: 'Montserrat', sans-serif; */
    padding: 60px 20px;
    background-color: #fff;
    color: #111;
  }
  
  .core-values-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .core-values-text {
    flex: 1 1 50%;
    padding-right: 40px;
  }
  
  .core-values-text h2 {
    color: #000000;;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .core-values-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #111;
  }
  
  .core-values-visual {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .core-values-visual img {
    max-width: 100%;
    height: auto;
  }

  .impact-section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  
  .section-title {
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
  }
  
  .impact-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .impact-card {
    background-color: #FFD62A;
    color: rgb(0, 0, 0);
    padding: 20px 20px;
    flex: 1 1 200px;
    max-width: 250px;
    min-width: 200px;
    font-weight: 600;
    border-radius: 6px;
  }
  
  .impact-number {
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .impact-label {
    font-size: 14px;
  }
  
  
  .aced {
    padding-top: 50px;
  }
  
  .acedtxt {
    padding-top: 20px;
    /* padding-bottom: 20px; */
    color: #000000;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    /* font-family: "futura"; */
  }
  
  .acedtxt1 {
    font-size: 18px;
    /* font-family: "futura_light"; */
    text-align: left;
  }
  
  .acedtxtpad {
  
    padding-left: 110px;
  }
  
  .acedimgpad {
    padding: 0px 60px 60px 60px;
  }
  
  .acedtxt2 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #0a4d82;
    font-size: 22px;
    text-align: left;
    /* font-family: "futura"; */
  }
  
  .acedtxt3 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    /* font-family: "futura"; */
  }
  
  .acedtxt5 {
    padding-top: 10px;
    font-size: 18px;
    text-align: left;
    /* font-family: "futura_light"; */
    line-height: 30px;
  }
  
  .acedtxt4 {
    font-size: 18px;
    text-align: left;
    /* font-family: "futura_light"; */
  }
  
  @media only screen and (max-width:700px) {
    .aced {
      padding-top: 0px !important;
    }
  
    .acedtxtpad {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
  
  }
  .admtxt1 {
    font-size: 16px;
    /* font-family: "futura_light"; */
    text-align: left;
    color: #000000;
  }
  
  .admtxt2 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    /* font-family: "futura"; */
    text-align: left;
    color: #000000;
  }
  
  .admtxt3 {
    font-size: 16px;
    /* font-family: "futura_light"; */
    text-align: left;
    color: #000000;
    font-style: italic;
  }
  
  .admform {
    padding-top: 30px;
  }
  
  .frmlb {
    color: #515151;
    font-size: 14px;
    /* font-family: "futura"; */
  }
  
  .frnbtn {
    background-color: #FFD62A!important;
    font-family: "futura";
    color: rgb(0, 0, 0)!important;
    padding: 15px 60px 15px 60px;
    /* margin-top: 30px; */
    /* margin-bottom: 40px; */
    width: 180px!important;
  }
  .form-control{
    font-size: 12px!important;
    height: 42px!important;
    
  
  }
  .form-group{
    margin-bottom: 10px!important;
  }
.rowone{
  margin-bottom:20px;
  padding: 20px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.btndiv{
  display: flex;
  justify-content: center;
}


.accordion-item {
  background-color: #111;
  border: none;
  border-bottom: 1px solid #333;
}

.accordion-button {
  background-color: #111;
  color: white;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 1.5rem;
}

.accordion-button.collapsed i.fa-chevron-down {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.accordion-button i.fa-chevron-down {
  transition: transform 0.2s ease;
}

.accordion-icon {
  font-size: 1.5rem;
  margin-right: 20px;
}

.accordion-title {
  font-size: 22px;
  flex-grow: 1;
  font-weight: 600;
}

.accordion-body {
  /* color: #ccc; */
  font-size: 16px;
  margin-left: 2.5rem;
}

.active-title {
  font-weight: 700;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed){
  background-color: #FDD835!important;
}

.carousel-indicators{
  display: contents!important;
}

/* Add this CSS in your stylesheet */
.cro-section {
  padding: 40px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

.cro-section h2 {
  color: #2b2b2b;
  font-size: 28px;
  margin-bottom: 20px;
}

.cro-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
}

.cro-table th,
.cro-table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
}

.cro-table th {
  background-color: #004080;
  color: #fff;
}

.cro-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.cro-section ul {
  padding-left: 20px;
}

.cro-section li {
  margin-bottom: 10px;
}
