  .banner-title p{
    font-size: 45px !important;
    margin: 0;
    color: #fff !important;
    line-height: 1.3;
  }
  .dc-law-heading{
        margin-top: 60px !important;
    }

    .service-sec {
      padding: 80px 0px !important;
    }

    .dc-law-service:hover{
      transform: translateY(-12px) !important;
      border: none !important;
      border-left:8px solid #034D04 !important; 
      border-bottom: 8px solid #034D04 !important;
      border-top: 3px solid #034D04 !important;
      border-right: 3px solid #034D04 !important;
      transition: 200ms !important;

    }

    .dc-law-service h3 {
      font-weight: 700 !important; 
      color: #034D04 !important;
    }

    .icon-box-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .icon-box {
      background-color: #fff;
      border-radius: 24px;
      padding: 50px 20px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      position: relative;
      overflow: hidden;
    }

    .icon-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
      border: 8px double #034D04;
    }

    .icon-box i {
      font-size:35px;
      color: #034D04;
      background-color: #e9f2ff;
      padding: 35px;
      border-radius: 50%;
      margin-bottom: 15px;
      transition: 0.3s ease;
    }

    .icon-box:hover i {
      background-color: #034D04;
      color: #fff;
      transform: scale(1.1);
    }

    .icon-box h3 {
      font-size: 20px;
      font-weight: 600;
      margin: 10px 0;
      margin-top: 40px !important;
      color: #333;
    }

    .icon-box p {
      font-size: 16px;
      color: #666;
      margin-bottom: 20px;
    }

    .icon-box a.button {
      display: inline-block;
      padding: 10px 18px;
      background-color: #034D04;
      color: #fff;
      border-radius: 8px;
      font-size: 14px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .icon-box a.button:hover {
      background-color: #034D04;
    }

    @media (max-width: 600px) {
      .icon-box {
        padding: 20px;
      }
      .icon-box i {
        font-size: 36px;
        padding: 12px;
      }
    }


    .matrix-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px 0 !important;
    }

    .matrix-image {
      flex: 1 1 40%;
    }

    .matrix-image img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .matrix-content {
      flex: 1 1 55%;
    }

    .matrix-content h2 {
      font-size: 32px;
      margin-bottom: 15px;
      color: #333;
    }

    .matrix-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      margin-bottom: 30px;
      text-align: justify;
    }

    .matrix-numbers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
    }

    .matrix-box {
    flex: 1 1 120px;
    max-width: 150px;
    text-align: center;
    }

    .matrix-box .number {
    font-size: 40px;
    font-weight: bold;
    color: #034D04;
    margin-bottom: 5px;
    }

    .matrix-box span {
      display: block;
      font-size: 24px;
      font-weight: 600;
      margin-top: 5px;
      color: #333;
    }

    @media (max-width: 768px) {
      .matrix-section {
        flex-direction: column;
      }
      .matrix-content {
        text-align: center;
      }
      .matrix-numbers {
        justify-content: center;
      }
    }


    .lawyer-highlight {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    }

    .highlight-heading {
    text-align: center;
    margin-bottom: 50px;
    }

    .highlight-heading h3 {
    font-size: 28px;
    color: #1e2a38;
    }

    .highlight-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    }

    .highlight-middle {
    align-items: center;
    }

    .highlight-card {
    background: #fff;
    padding: 25px;
    border-radius:20px 60px 20px 20px;
    border: 3px solid #034D04;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    flex: 1 1 250px;
    max-width: 320px;
    height: 215px;
    transition: background 0.3s, color 0.3s, transform 0.3s;
    align-content: center;
    }

    .highlight-card:hover {
    background-color: #034D04;
    color: #fff;
    transform: translateY(-6px);
    }

    .highlight-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #034D04;
    font-weight: 700;
    transition: color 0.3s;
    }

    .highlight-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    transition: color 0.3s;
    }

    .highlight-card:hover h3,
    .highlight-card:hover p {
    color: #fff;
    }

    .highlight-image img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    transition: transform 0.3s ease;
    }

    .highlight-image img:hover {
    transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 768px) {
    .highlight-row {
        flex-direction: column;
        align-items: center;
    }

    .highlight-image img {
        width: 200px;
        height: 200px;
    }
    }



.testimonial-modern {
  padding: 60px 20px;
  background: #fff; /* Removed gradient background */
}

.testimonial-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.testimonial-carousel {
  flex: 1 1 55%;
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 300%;
}

.testimonial-item {
  flex: 0 0 100%;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  min-height: 250px;
}

.client-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.client-info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #034D04;
}

.client-info h4 {
  margin: 0;
  font-size: 18px;
  color: #034D04;
}

.stars {
  color: gold;
  font-size: 16px;
}

.testimonial-item p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  max-height: none;
  overflow: visible;
  padding-right: 70%;
}

.testimonial-controls {
  text-align: center;
  margin-top: 20px;
}

.testimonial-controls .arrow {
  background: #034D04;
  color: #fff;
  border: none;
  padding: 10px 16px;
  margin: 0 10px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.testimonial-controls .arrow:hover {
  background: #034D04;
}

.testimonial-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonial-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.testimonial-dots .dot.active {
  background-color: #034D04;
}

.testimonial-image {
  flex: 1 1 35%;
  text-align: center;
}

.testimonial-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .testimonial-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-carousel, .testimonial-image {
    flex: 1 1 100%;
  }
  .testimonial-item {
    padding: 20px;
  }
}




.modern-footer {
  background: linear-gradient(to right, #141E30, #243B55);
  color: #fff;
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.modern-footer-logo {
  width: 100px;
  margin-bottom: 20px;
}

.modern-footer-message {
  line-height: 1.7;
  font-weight: 500;
  color: #ccc;
}

.modern-footer h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
}

.modern-footer ul {
  list-style: none;
  padding: 0;
}

.modern-footer ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #eee;
}

.modern-footer ul li a {
  color: #eee;
  text-decoration: none;
  transition: color 0.3s;
}

.modern-footer ul li a:hover {
  color: #034D04;
}

.modern-footer-social i {
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.modern-footer-social i:hover {
  color: #034D04;
}

@media (max-width: 768px) {
  .modern-footer .col-md-3 {
    margin-bottom: 30px;
  }
}

.service-faq-image img{
  margin-top: -180px !important;
}

.modern-footer-message{
  text-align: justify !important;
}


@media only screen and (max-width:700px) and (min-width:300px){

  .atw-container .service-faq-image img{
    display: none !important;
  }

}


