body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #f3f5fa;
}

.career-section {
  background: linear-gradient(rgba(35, 33, 153, 0.7), rgba(28, 13, 82, 0.7)), url('assets/img/gallery/background.png') center/cover no-repeat fixed;
  padding: 40px 10px;
  color: #fff;
}

.form-wrapper {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  flex-direction: column;
}

.form-left, .form-right {
  padding: 20px;
  box-sizing: border-box;
}

.form-left {
  flex: 1 1 100%;
  background-color: #ffffff;
  color: #010a44;
}

.form-right {
  flex: 1 1 100%;
  background-color: #f6f8fd;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.form-right h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fb9b63;
  text-align: center;
}

.form-right p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#form-header {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

input[type="text"],
input[type="email"],
select,
input[type="file"] {
  padding: 8px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
}

fieldset {
  border: none;
  margin-bottom: 15px;
}

fieldset label {
  margin-right: 10px;
  font-weight: normal;
  font-size: 12px;
}

input[type="radio"] {
  margin-right: 5px;
}

button {
  padding: 10px;
  font-size: 14px;
  background-color: #fb9b63;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  touch-action: manipulation;
}

button:hover {
  background-color: #e07f47;
}

@media (min-width: 901px) {
  .form-wrapper {
    flex-direction: row;
  }

  .form-left {
    flex: 1 1 60%;
  }

  .form-right {
    flex: 1 1 40%;
    padding-top: 40px;
  }

  .form-right h2 {
    font-size: 28px;
    text-align: left;
  }

  .form-right p {
    font-size: 16px;
    text-align: left;
  }

  .form-left, .form-right {
    padding: 40px;
  }

  #form-header {
    font-size: 24px;
  }

  label {
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  select,
  input[type="file"] {
    padding: 10px;
    font-size: 15px;
  }

  button {
    font-size: 16px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .career-section {
    padding: 30px 8px;
  }

  .form-wrapper {
    margin: 0 5px;
    border-radius: 6px;
  }

  .form-left, .form-right {
    padding: 15px;
  }

  #form-header {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .form-right h2 {
    font-size: 18px;
  }

  .form-right p {
    font-size: 12px;
  }

  label {
    font-size: 12px;
  }

  input[type="text"],
  input[type="email"],
  select,
  input[type="file"] {
    font-size: 12px;
    padding: 7px;
  }

  button {
    font-size: 13px;
    padding: 8px;
  }
}


/********************************** career css end *******************************/

.counter-section {
  background: linear-gradient(to top, #ffffff, #fef2ed);
  padding: 60px 20px;
}

.counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: white;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  max-width: 1100px;
  margin: auto;
  padding: 40px 30px;
  flex-wrap: wrap;
  gap: 30px;
}

.counter-box {
  text-align: center;
  flex: 1 1 120px;
}

.counter-box h2 {
  color: #FC9C64;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
}

.counter-box p {
  margin-top: 8px;
  font-size: 16px;
}

.divider {
  width: 2px;
  height: 60px;
  background: #FC9C64;
}

@media (max-width: 768px) {
  .divider {
    display: none;
  }

  .counter-container {
    padding: 30px 15px;
    border-radius: 30px;
  }

  .counter-box h2 {
    font-size: 36px;
  }
}

/*  */

 .mission-section {
    background: linear-gradient(to right, #ffffff, #fff);
    padding: 60px 20px;
  }

  .mission-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .mission-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }

  .mission-left h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #010a44;
    margin-top: 0;
    margin-left: 60px;
  }

  .mission-point {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-left: 80px;
  }

  .mission-point i {
    font-size: 2.5rem;
    color: #fc9c64;
    margin-top: 4px;
  }

  .mission-point h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fc9c64;
    margin: 0 0 10px;
  }

  .mission-point p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
  }

  .mission-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 5px solid #fff;
    border-radius: 10px;
    margin-top: 50px;
  }

  .mission-image img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  /* Tablet view */
  @media (max-width: 992px) {
    .mission-container {
      flex-direction: column;
    }

    .mission-left h2 {
      margin-left: 20px;
      text-align: center;
    }

    .mission-point {
      margin-left: 20px;
    }

    .mission-image {
      margin-top: 20px;
    }
  }

  /* Mobile view */
  @media (max-width: 576px) {
    .mission-left h2 {
      font-size: 2.4rem;
    }

    .mission-point h3 {
      font-size: 1.6rem;
    }

    .mission-point p {
      font-size: 1.4rem;
    }

    .mission-point {
      flex-direction: row;
      align-items: flex-start;
      margin-left: 10px;
    }

    .mission-image img {
      border-radius: 8px;
    }
  }



.mission-section {
  background: linear-gradient(to right, #ffffff, #fff);
  padding: 30px 20px;
}

.mission-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.mission-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: 5px solid #fff;
  border-radius: 10px;
  margin-top: 50px;
}

.mission-image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mission-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.mission-right h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #010a44;
  margin-top: 0;
  margin-left: 0;  /* Removed large left margin */
  margin-left: 60px;
}

.mission-point {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: 0;  /* Removed large left margin */
}

.mission-point i {
  font-size: 2.5rem;
  color: #fc9c64;
  margin-top: 4px;
  min-width: 40px; /* keeps icons aligned */
}

.mission-point h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fc9c64;
  margin: 0 0 10px;
}

.mission-point p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}

/* Tablet view */
@media (max-width: 992px) {
  .mission-container {
    flex-direction: column;
  }

  .mission-right h2 {
    margin-left: 20px;
    text-align: center;
  }

  .mission-point {
    margin-left: 20px;
  }

  .mission-image {
    margin-top: 20px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .mission-right h2 {
    font-size: 2.4rem;
  }

  .mission-point h3 {
    font-size: 1.6rem;
  }

  .mission-point p {
    font-size: 1.4rem;
  }

  .mission-point {
    flex-direction: row;
    align-items: flex-start;
    margin-left: 10px;
  }

  .mission-image img {
    border-radius: 8px;
  }
}


/* our core values start */
.core-values-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.core-values-container {
  max-width: 1200px;
  margin: auto;
}

.core-values-container h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: 800;
  color: #222;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.core-value-card {
  background: #fff;
padding: 10px;
  border-left: 2px solid #fc9c64  ;
   border-right: 2px solid #fc9c64  ;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.core-value-card:hover {
  
   border-top: 2px solid #fc9c64  ;
   border-bottom: 2px solid #fc9c64  ;
     border-left: none;
   border-right: none ;
   
}

.core-value-card i {
  font-size: 2.2rem;
  color: #fc9c64;
  margin-bottom: 15px;
}

.core-value-card h3 {
  font-size: 1.6rem;
  color: #fc9c64;
  margin-bottom: 10px;
  font-weight: 700;
}

.core-value-card p {
  font-size: 1.4rem;
  color: #403333;
  margin: 0;
}
@media (max-width: 768px) {
  .core-values-grid {
    grid-template-columns: 1fr; /* Stack one per row */
    gap: 20px;
  }

  .core-values-container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .core-value-card {
    padding: 20px 15px;
  }

  .core-value-card h3 {
    font-size: 1.4rem;
  }

  .core-value-card p {
    font-size: 1.2rem;
  }

  .core-value-card i {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/* our core values end */


/* ==== Contact Section Layout ==== */
.contact-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

/* ==== Left Contact Info ==== */
.contact-left {
  flex: 1;
  background-color: #f9f9fb;
  padding: 20px;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-left h2 {
  font-size: 36px;
  color: #0a0a23;
  margin-bottom: 10px;
}

.contact-left .divider {
  height: 4px;
  width: 50px;
  background-color: #fc9c64;
  margin-bottom: 30px;
}

.contact-left p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.contact-left strong {
  display: block;
  margin-bottom: 5px;
}

.contact-left img {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

/* ==== Right Contact Form ==== */
/* ==== Contact Section Layout ==== */
.contact-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

/* ==== Left Contact Info ==== */
.contact-left {
  flex: 1;
  background-color: #f9f9fb;
  padding: 20px;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-left h2 {
  font-size: 36px;
  color: #0a0a23;
  margin-bottom: 10px;
}

.contact-left .divider {
  height: 4px;
  width: 50px;
  background-color: #fc9c64;
  margin-bottom: 30px;
}

.contact-left p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.contact-left strong {
  display: block;
  margin-bottom: 5px;
}

.contact-left img {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

/* ==== Right Contact Form ==== */
.contact-right {
  flex: 2;
  background-color: #ececec;
  padding: 40px;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-right h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #0a0a23;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form .row {
  display: flex;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #333;
  background: transparent;
  outline: none;
  width: 100%;
}

.contact-form button {
  padding: 15px;
  background-color: #fc9c64;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* ==== Responsive Fixes for Tablet & Mobile ==== */
@media screen and (max-width: 991px) {
  .contact-section {
    flex-direction: column;
    padding: 10px;
  }

  .contact-left {
    border-radius: 10px 10px 0 0;
  }

  .contact-right {
    border-radius: 0 0 10px 10px;
  }

  .contact-form .row {
    flex-direction: column;
    gap: 10px;
  }
}


#back-top{
z-index: 999;
}



 .welcome-section-alt {
    background-image: url(assets/img/gallery/home\ background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  
    padding: 70px 20px;
    display: flex;
    justify-content: center;
  }

  .welcome-box {
    background-color: #ffffff;
    border-left: 6px solid #fb9b63;
    padding: 40px;
    max-width: 800px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
  }

  .welcome-box h1 {
    font-size: 30px;
    font-weight: 800;
    color: #010a44;
    margin-top: 0;
    margin-bottom: 20px;
  }

  

  .welcome-box h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #444;
  }

  .welcome-box p {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .welcome-box p strong {
    color: #fb9b63;
  }

  @media (max-width: 768px) {
    .welcome-box {
      padding: 25px;
    }

    .welcome-box h1 {
      font-size: 24px;
    }

    .welcome-box h2 {
      font-size: 18px;
    }
  }



  .strivik-full-section {
  padding: 60px 20px;
  background-color: #f5f9ff;
  margin-top: 50px;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.dual-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto 60px auto;
  position: relative;
  flex-wrap: wrap;
}

/* Box 1 - 60% width */
.dual-box1 {
  flex: 0 0 60%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  padding-top: 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  position: relative;
    border: 2px solid #fb9b63;
    padding-right: 100px;
    height: 600px;
  z-index: 1;
}

/* Box 2 - 40% width, overlaps Box 1 */
.dual-box2 {
  flex: 0 0 40%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  min-width: 300px;
  margin-left: -100px; /* overlap to the left */
height: 500px;
  align-self: center; /* vertical center in container */
  display: flex;
  flex-direction: column;
  border: 2px solid #fb9b63;
  justify-content: center;
  z-index: 2; /* on top of box 1 */
}

/* Headings */
.dual-box1 h2,
.dual-box2 h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #010a44;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Paragraphs */
.dual-box1 p,
.dual-box2 p {
  font-size: 15.5px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Lists */
.difference-list,
.challenges {
  padding-left: 20px;
  margin-bottom: 20px;
}

.difference-list li,
.challenges li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 10px;
}

.difference-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FB9B63;
  font-weight: bold;
}


  .solution-line,
  .highlight {
    font-weight: bold;
    color: #FB9B63;
  }

@media (max-width: 768px) {
  .dual-container {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 40px auto;
  }

  .dual-box1,
  .dual-box2 {
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0; /* remove overlap */
    height: auto;
    padding: 20px;
  }

  .dual-box1 {
    padding-right: 20px;
  }

.dual-box2 {
  align-self: stretch;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);

}


  .dual-box1 h2,
  .dual-box2 h2 {
    font-size: 2rem;
    text-align: center;
  }

  .dual-box1 p,
  .dual-box2 p {
    font-size: 14.5px;
    text-align: center;
  }
}



  
.how-split-section {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto;
    max-width: 1200px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  }

  .how-image {
    flex: 1 1 50%;
    background-image: url('assets/img/gallery/weareus1.jpg'); /* 🔄 Replace this with your image path */
    background-size: cover;
    background-position: center;
    max-height: 480px;
  }
  .how-image1 {
    flex: 1 1 50%;
    background-image: url('assets/img/gallery/casestudy.jpg'); /* 🔄 Replace this with your image path */
    background-size: cover;
    background-position: center;
    max-height: 480px;
  }
  .how-text {
    flex: 1 1 50%;
    padding: 40px 30px;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
  }

  .how-text h2 {
 font-size: 3.2rem;
    font-weight: 800;
    color: #010a44;
    margin-top: 0;
    margin-bottom: 20px;
  
  }

  .steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .step h3 {
    font-size: 18px;
    color: #FB9B63;
    margin-bottom: 8px;
  }

  .step p {
    font-size: 15.5px;
    margin: 0;
    line-height: 1.6;
  }

  .end-note {
    text-align: left;
    font-weight: bold;
    color: #FB9B63;
    margin-top: 30px;
    font-size: 16px;
  }

  @media (max-width: 768px) {
    .how-split-section {
      flex-direction: column;
    }

    .how-image,
    .how-text {
      flex: 1 1 100%;
    }

    .how-image {
      min-height: 250px;
    }
  }




    .growth-mission {
    background: linear-gradient(135deg, #e6f0ff, #ffffff);
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
    text-align: center;
  }

  .growth-container {
    max-width: 900px;
    margin: 0 auto;
  }

  .growth-mission h2 {
    font-size: 35px;
    color: #004080;
    margin-bottom: 20px;
  }

  .growth-mission h2 span {
    color: #007bff;
  }

  .growth-mission p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

  @media (max-width: 768px) {
    .growth-mission h2 {
      font-size: 24px;
    }

    .growth-mission p {
      font-size: 15px;
    }
  }







  
.about-us-section {
  padding: 60px 20px;
  background-color: #f7f9fb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.about-us-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 40px;
}

.about-content {
  flex: 1 1 55%;
}

.about-content h2 {
  font-size: 35px;
  color: #010A44;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-content h3 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fb923c;
  font-weight: 700;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: justify;
}

.about-images {
  flex: 1 1 40%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.about-images .img-back {
  width: 100%;
  margin-top: 100px;
  max-width: 350px;
  text-align: center;
  justify-content: center;
  border-radius: 10px;

}

.about-images .img-front {
  position: absolute;
  left: 50px;

  max-width: 350px;
  margin-top: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .about-us-container {
    flex-direction: column;
    gap: 20px;
  }

  .about-content {
    flex: 1 1 100%;
    padding: 0 10px;
  }

  .about-images {
    flex: 1 1 100%;
    justify-content: center;
    position: relative;
    margin-top: 20px;
  }

  .about-images .img-back {
    margin-top: 0;
    max-width: 90%;
    width: auto;
  }

  .about-images .img-front {
    position: absolute;
    left: 20px;
    margin-top: 120px;
    max-width: 90%;
    width: auto;
  }

  .about-content h2,
  .about-content h3 {
    text-align: center;
  }

  .about-content p {
    text-align: justify;
  }
}




.vision-mission-section {
  position: relative;
  background-image: url('assets/img/hero/s-m.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 120px 0 80px 0;
  color: white;
  text-align: center;
  margin-top: 50px;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); /* semi-transparent black */
  z-index: 1;
}


.vision-mission-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.column-left,
.column-right {
  flex: 1 1 45%;
  padding: 20px;
}

.column-left h3,
.column-right h3,
.final-row h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #FB9B63;
}

.column-left p,
.column-right p,
.final-row p {
  font-size: 16px;
  line-height: 1.8;
  color: white;
}

.vertical-divider {
  width: 2px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
  display: none; /* Change to block if needed */
}

.final-row {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 60px auto 0 auto;
  padding: 0 30px;
  color: white;
}

.final-row hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .vision-mission-content {
    flex-direction: column;
    padding: 0 15px;
  }

  .column-left,
  .column-right {
    flex: 1 1 100%;
    padding: 10px 0;
    text-align: center;
  }

  .column-left h3,
  .column-right h3,
  .final-row h3 {
    font-size: 24px;
  }

  .column-left p,
  .column-right p,
  .final-row p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vertical-divider {
    display: none; /* Keep hidden for mobile */
  }

  .final-row {
    padding: 0 15px;
    margin-top: 40px;
  }

  .vision-mission-section {
    padding: 80px 0 60px 0;
    background-attachment: scroll; /* improves mobile performance */
  }
}





 .consulting-section {
            width: 100%;
            margin: 0 auto;
            padding: 40px 20px;
            background: linear-gradient(to bottom, #fefce8, #fef9c3);
        }

        .section-image {
            margin-bottom: 40px;
            text-align: center;
        }

        .section-image img {
            width: 100%;
            max-width: 1000px;
            height: auto;
            object-fit: cover;
            border: 3px solid #b45309;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
        }

        .section-image img:hover {
            transform: scale(1.02);
        }

        .tabs-container {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .tabs {
            display: flex;
            flex-wrap: wrap;
            background: #fef3c7;
            border-bottom: 2px solid #b45309;
        }

        .tab-button {
            flex: 1;
            padding: 12px;
            text-align: center;
            font-size: 1.1em;
            font-weight: 700;
            color: #78350f;
            background: transparent;
            border: none;
            cursor: pointer;
            transition: background 0.3s, color 0.3s;
            font-family: 'Poppins', sans-serif;
        }

        .tab-button:hover {
            background: #fde68a;
            color: #451a03;
        }

        .tab-button.active {
            background: #b45309;
            color: white;
            border-radius: 8px 8px 0 0;
        }

        .tab-content {
            display: none;
            padding: 25px;
            animation: fadeIn 0.5s ease-in-out;
        }

        .tab-content.active {
            display: block;
        }

        .tab-content h2 {
            font-size: 2em;
            color: #b45309;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
        }

        .tab-content h3 {
            font-size: 1.4em;
            color: #78350f;
            margin: 15px 0 10px;
            font-family: 'Poppins', sans-serif;
        }

        .tab-content p, .tab-content li {
            font-size: 1.1em;
            color: #3f3f46;
            margin-bottom: 12px;
            line-height: 1.7;
            font-family: 'Poppins', sans-serif;
        }

        .list-grid {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 15px;
        }

        .list-grid li {
            flex: 0 0 calc(25% - 15px); /* 4 items per row, accounting for gap */
            background: #fef3c7;
            padding: 12px;
            border-radius: 8px;
            text-align: center;
            font-size: 1em;
            transition: background 0.3s, transform 0.3s;
        }

        .list-grid li:hover {
            background: #fde68a;
            transform: translateY(-3px);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 768px) {
            .consulting-section {
                padding: 20px 15px;
            }

            .tab-button {
                font-size: 0.95em;
                padding: 10px;
            }

            .tab-content h2 {
                font-size: 1.6em;
            }

            .tab-content h3 {
                font-size: 1.25em;
            }

            .list-grid li {
                flex: 0 0 calc(50% - 10px); /* 2 items per row on mobile */
            }

            .section-image img {
                max-width: 100%;
            }
        }