/* speck expert-section start */

/* form {
  max-width: 600px;
  margin: auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.contact-form button {
  padding: 10px 20px;
  background-color: #004aad;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #00307f;
}
.form-response {
  margin-top: 10px;
  font-weight: bold;
  color: #007c00; 
} */

/* speck expert-section end */
/* career page start */
/* .careers {
  padding: 50px 20px;
  background-color: #f8f9fa;
}

.careers h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.careers p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
}

#careerForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

#careerForm input,
#careerForm textarea {
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

#careerForm textarea {
  min-height: 120px;
  resize: vertical;
}

#careerForm input[type="file"] {
  padding: 8px;
  background-color: #fff;
}

#careerForm button {
  background-color: #004aad;
  color: #fff;
  font-size: 1rem;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#careerForm button:hover {
  background-color: #003580;
}

.career-response {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}

input, textarea, button {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 15px;
} */

/* Responsive Tweaks */







/* /////// */

/* speak experters page */

/* banner start */
.banner-section {
  position: relative;
  /* height: 80vh; */
  height: 500px;
  overflow: hidden;
  padding: 0px;
}
/* .banner-section .header{
  position: sticky;
} */
.banner-section img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.6);
  
}

.banner-caption {
  max-width: 800px;
  z-index: 2;
  
}
.banner-caption h1 {
 color: #fff;
 font-weight: 300;
  
}
.banner-caption h1 span {
 
 color: rgb(5, 174, 5)
  
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}





/* ////// */

.top-cntnt{
text-align: left;
  margin-bottom: 50px !important;

}
.top-cntnt h1{
 font-size: 35px;
 font-weight: 500; 
 margin-bottom: 10px;
}
.top-cntnt h5{
  font-size: 20px;
  font-weight: 500;
 margin-bottom: 20px;
 color: #007c0091;

}
.top-cntnt p{
  font-size: 16px;
}
.overlay-box {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: rgb(13, 4, 59); */
  background: linear-gradient(135deg, #004aad, #1b263b);

    padding: 40px;
   border-radius: 15px;
}
.overlay-box .overlay-image {
  position: relative;
  background-image: url('../asset/images/abt.jpg');
  background-size: cover;
  background-position: center;
  height: 300px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 15px ;
  margin-top: 40px;
}
.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.707);
  z-index: 1;
  border-radius: 15px ;

}


.overlay-image::before {
  content: "";
  position: absolute;
  inset: 0;
  
  z-index: 1;
  border-radius: 12px;
}

.overlay-content {
  position: relative;
  z-index: 2;
  text-align: center;
  /* padding: 20px; */
  margin-top: 40px;
}


.overlay-content h2 {
  font-size:40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 16px;
  color: #ffffff8a;
}
.person-info {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.person-info h3{
font-size: 20px;
color: #fff;
}
.person-info p{
    font-size: 16px;
    color: #007c00;
}
.person-image{
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-right: 40px;
    /* margin-bottom: 40px; */
    border-radius: 50% !important;
}
.person-image img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 40px;
    /* margin-bottom: 40px; */
    border-radius: 50% !important;
}
.dscrptn{
    margin-top: 40px;
    text-align: left;
}
.form-bx{
  /* background: #fff; */
    padding:  0px 20px;

}
.form-bx form {
  background: #ffffff5c;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
 backdrop-filter: blur(10px); /* 💡 The blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
  color: #000; /* Optional: make text white for dark backgrounds */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Optional: subtle border */
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 200px;
}

form input, form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
}

form label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}

form button {
  margin-top: 20px;
  background: #007bff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .query-layout {
    flex-direction: column;
  }

  .form-row {
    flex-direction: column;
  }

  .overlay-content {
    padding: 20px;
  }

  .overlay-content h2 {
    font-size: 40px !important;
    color: #fff;
  }
}

    /* Team Section */
   
    .team-section h2{
font-size: 30px;
font-weight: 400;
    }
    /* .team-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      margin-top: 30px;
    } */

    /* .team-member {
      width: 250px;
      height: 250px;
      text-align: center;
    } */
/* 
    .team-member img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
    } */

    .card-body{
text-align: left;
}
.card-body h4{
color: #055a05;
}
.card-body h4{
color: #055a05;
}
.team-section .card {
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 12px;
}

.team-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.team-section .card-img-top {
  transition: transform 0.4s ease;
}

.team-section .card:hover .card-img-top {
  transform: scale(1.05); /* Zoom in on hover */
}


    /* Shape Background Section */
    .shapes-section {
      position: relative;
        background: linear-gradient(135deg, #004aad, #1b263b);

      padding: 80px 20px;
      text-align: center;
      overflow: hidden;
    }
.shapes-content h2{
  font-size: 35px;
  color: #fff;
  font-weight: 500;
}
.shapes-content p{
  font-size: 16px;
  color: #fff;
  /* font-weight: 500; */
}
    .shapes-bg .shape-circle,
    .shapes-bg .shape-triangle,
    .shapes-bg .shape-square {
      position: absolute;
      opacity: 0.2;
    }

    .shape-circle {
      width: 100px;
      height: 100px;
      background: #007bff;
      border-radius: 50%;
      top: 20%;
      left: 10%;
    }

    .shape-triangle {
      width: 0;
      height: 0;
      border-left: 60px solid transparent;
      border-right: 60px solid transparent;
      border-bottom: 100px solid #ffc107;
      top: 50%;
      right: 15%;
    }

    .shape-square {
      width: 80px;
      height: 80px;
      background: #28a745;
      bottom: 10%;
      left: 30%;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .query-layout {
        flex-direction: column;
      }

      .overlay-text {
        padding: 20px;
      }

      .team-grid {
        flex-direction: column;
        align-items: center;
      }
    }
    .overlay-box {
  position: relative;
  width: 100%;
  height: 100%;
}


@media (max-width: 768px) {
  .career-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .career-title {
    font-size: 1.5rem;
  }
  
  .career-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .career-btn {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }

  .career-sticker img {
    max-width: 120px;
  }
}

/* Extra small devices (phones below 480px) */
@media (max-width: 480px) {
  /* .site-header{
    padding: 0px;
  }
  .navbar {
    padding: 0px;
} */
  .banner-section {

  height: 400px;
  
}

  .banner-caption {
  max-width: 100% !important;
  padding: 10px !important;
  /* height: 100%; */
}
  .banner-caption h1{
font-size: 20px;
  
}
  .banner-caption p{
 font-size: 14px;
  
}
.overlay-box {
    padding: 19px;
}

.overlay-content h2 {
    font-size: 20px !important;
    /* color: #fff; */

  
}
.overlay-content p {
    font-size: 15px;
    color: #ffffff8a;
}
.person-image {
    width: 100%;
    height: 100%;
    /* margin-right: 20px; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.person-image img {
    width: 50px;
    height: 50px;
    /* object-fit: cover; */
    margin-right: 10px;
    /* align-items: center;   */
}

.overlay-content {
    padding: 0px;
}
.dscrptn {
    margin-top: 10px;
    text-align: left;
}
.form-bx form {
    padding: 15px;  
}
}


/* service page */


.text-center h2 span {
  animation: growUnderline 1.2s ease-in-out;
}

@keyframes growUnderline {
  from {
    width: 0;
    background-color: transparent;
  }
  to {
    width: 80px;
    background-color: #198754;
  }
}

.core-services-section {
  background: linear-gradient(135deg, #f9fdfc, #eef9ff);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background-color: #198754;
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background-color: #0d6efd;
  bottom: -80px;
  right: -80px;
}
.taxation-advisory-section .image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.taxation-advisory-section .green-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(25, 135, 84, 0.2), rgba(25, 135, 84, 0.05));
  border-radius: 1rem;
  pointer-events: none;
  z-index: 1;
}

.taxation-advisory-section .decor-line {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: 4px;
  background-color: #198754;
  border-radius: 2px;
  z-index: 2;
}

.taxation-advisory-section img {
  transition: transform 0.4s ease;
}

.taxation-advisory-section .image-wrapper:hover img {
  transform: scale(1.03);
}
.srvc-pge-srvices-bx-cntnt h3{
  color: #004aad !important;
}

.taxation-advisory-section .image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.taxation-advisory-section .green-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(25, 135, 84, 0.2), rgba(25, 135, 84, 0.05));
  border-radius: 1rem;
  pointer-events: none;
  z-index: 1;
}

.taxation-advisory-section .decor-line {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: 4px;
  background-color: #198754;
  border-radius: 2px;
  z-index: 2;
}