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;
}

 /* General responsiveness */
      @media (max-width: 991px) {
        .wantToWork-caption2 h2 {
          font-size: 22px;
        }

        .wantToWork-caption2 p {
          font-size: 14px;
        }

        .wantToWork-btn {
          width: 100%;
          padding: 12px 0;
          font-size: 16px;
        }

        .wantToWork-area a[href^="tel"] {
          display: block;
          margin-top: 10px;
          font-size: 1rem;
        }
      }



      @media (max-width: 575px) {
        .wantToWork-caption2 h2 {
          font-size: 22px;
        }

        .wantToWork-caption2 p {
          font-size: 14px;
        }

        .wantToWork-btn {
          width: 100%;
          padding: 12px 0;
          font-size: 16px;
        }

        .wantToWork-area a[href^="tel"] {
          display: block;
          
          
          font-size: 1rem;
        }
      }
 .logo-slider {
        overflow: hidden;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        background: #fff;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;

      }
      .logo-slider h6{
       text-align: center; 
       font-size: bold; 
       font-weight: 800; 
       font-size: 35px;
      }

      .logo-track {
        display: flex;

        padding: 20px;
        width: calc(250px * 20);
        /* 20 logos */
        animation: scrollLeft 60s linear infinite;
      }

      .logo-slide {
        flex: 0 0 auto;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
      }

      .logo-slide img {
        max-width: 100%;
        max-height: 100px;
        object-fit: contain;

        transition: filter 0.3s;
      }



      @keyframes scrollLeft {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(-50%);
        }
      }

      @media (max-width: 768px) {
        .logo-slide {
          width: 150px;
        }
      }
 .button-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            /* optional spacing */
          }

          .view-more-btn {
            padding: 12px 24px;
            background-color: #FB9B63;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            border-radius: 6px;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 12px rgba(251, 155, 99, 0.4);
            cursor: pointer;
          }

          .view-more-btn:hover {
            background-color: #f18a4e;
            transform: translateY(-2px);
          }

 /* Testimonial Section Styling */
      .testimonial-area {
        background-color: #ffe6ee;
        /* Light pink background */
        padding: 60px 0;

        color: #000;
        /* Black text */
      }

      .section-tittle p {
        color: #000;
        font-size: 16px;
        margin-bottom: 20px;
      }
         .section-tittle p {
        color: #000;
        font-size: 16px;
        margin-bottom: 20px;
      }

      .single-testimonial {


        border-left: 2px solid #FB9B63;
        border-right: 2px solid #FB9B63;
        margin-top: -100px;
      }

      .testimonial-caption {
        position: relative;

        padding-left: 30px;
        /* Increased space for larger quote icon */
      }

      .testimonial-caption::before {

        content: '\201C';
        /* Unicode double quote */
        font-size: 150px;
        /* Larger quote icon */
        color: #FB9B63;
        /* Blue color */
        position: absolute;
        left: 0;
        margin-top: -30px;
        margin-left: -50px;
        top: 0;
        line-height: 1;
      }

      .testimonial-caption p {
        color: #000;
        font-size: 1rem;

        justify-content: center;

        margin-bottom: 20px;
      }

      .testimonial-founder {
        margin-top: -20px;

      }

      .founder-text span {
        color: #FB9B63;
        font-weight: bold;
        font-size: 1.1rem;
      }

      .founder-text p {
        color: #000;
        font-size: 0.9rem;
        margin: 0;
      }

      /* Slick Carousel Customizations */
      .h1-testimonial-active {
        width: 100%;
      }

      .h1-testimonial-active .slick-dots,
      .h1-testimonial-active .slick-arrow {
        display: none !important;
        /* Hide dots and arrows */
      }

      .h1-testimonial-active .slick-slide {
        padding: 0 15px;
        opacity: 0.5;
        /* Fade non-active slides */
        transition: opacity 0.3s ease;
      }

      .h1-testimonial-active .slick-slide.slick-active {
        opacity: 1;
        /* Active slides fully visible */
      }

      /* Force two testimonials on desktop */
      .h1-testimonial-active .slick-track {
        display: flex !important;
        align-items: stretch;
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .single-testimonial {
          margin: 0 10px;
          width: calc(100% - 20px);
          /* Full width on mobile */
        }

        .h1-testimonial-active .slick-slide {
          padding: 0 5px;
        }
      }

.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 h6 {
  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 h6 {
    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 h4{
    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 h6 {
  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 h6 {
  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//home_page_image/home_page_banner1.webp);
    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 h2 {
    font-size: 30px;
    font-weight: 800;
    color: #010a44;
    margin-top: 0;
    margin-bottom: 20px;
  }


  .welcome-box p {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 16px;
  }



  @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 h6{
  font-size: 3.2rem;
  font-weight: 800;
  color: #010a44;
  margin-top: 0;
  margin-bottom: 20px;
}


/* Paragraphs */
.dual-box1 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:999px) {
  .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;
  }
}


@media (max-width:1200px) {
 .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-text {
    flex: 1 1 50%;
    padding: 40px 30px;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
  }

  .how-text h6 {
 font-size: 3.2rem;
    font-weight: 800;
    color: #010a44;
    margin-top: 0;
    margin-bottom: 20px;
  
  }

  .steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .step h6 {
    font-size: 20px;
    color: #FB9B63;
    margin-bottom: 8px;
  }
    .step h3 {
    font-size: 20px;
    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: 440px) {
    .how-split-section {
      flex-direction: column;
    }

    .how-image,
    .how-text {
      flex: 1 1 100%;
    }

    .how-image {
      min-height: 250px;
    }
  }
 @media (max-width: 678px) {
    .how-split-section {
      flex-direction: column;
    }

    .how-image,
    .how-text {
      flex: 1 1 100%;
    }

    .how-image {
      min-height: 450px;
    }
  }
  





    .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 h6 {
    font-size: 35px;
    color: #004080;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .growth-mission h6 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;   
  }

  .about-images .img-back {
    margin-top: 0;
    max-width: 90%;
    width: auto;
  }

  .about-images .img-front {
    position: absolute;
    left: 18px;
    margin-top: 450px;
    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/about_page_image/vision_mission_bg.webp ');
  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 h4 {
  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 */
    margin-top: 200px;
  }
}





 .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 h6 {
            font-size: 2em;
            color: #b45309;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
        }

        .tab-content h4 {
            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%;
            }
        }





      .container {
      width: 100%;
      margin: 20px auto;
      padding: 20px;
      position: relative;
    }
    .mainbanner {
  width: 100%;
  display: flex;

  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
  box-sizing: border-box;
}

.headingmain {
  width: 50%;
}

.headingmain h1 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 800;

}

.headingmain p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.main-image {
  width: 45%;
  text-align: right;
}

.main-image img {
  max-width: 70%;
  height: auto;
  border-radius: 50%; /* image ko oval/round banane ke liye */
  object-fit: cover;
}


.sub-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.sub-section {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.sub-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sub-section h2 {
  font-size: 18px;
  margin: 15px 0 8px;
  font-weight: 700;
  color: #222;
}

.sub-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


/* ✅ Tablet devices (max-width: 1024px) */
@media (max-width: 1024px) {
  .headingmain h1 {
    font-size: 32px;
  }

  .headingmain p {
    font-size: 16px;
  }

  .main-image img {
    max-width: 80%;
  }

  .sub-sections {
    grid-template-columns: repeat(2, 1fr); /* 3 → 2 columns */
  }
}

/* ✅ Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .mainbanner {
    flex-direction: column; /* side by side → stack */
    text-align: center;
  }

  .headingmain {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-image {
    width: 100%;
    text-align: center;
  }

  .main-image img {
    max-width: 60%;
  }

  .sub-sections {
    grid-template-columns: 1fr; /* single column */
  }
}

/* ✅ Small phones (max-width: 480px) */
@media (max-width: 480px) {
  .headingmain h1 {
    font-size: 24px;
  }

  .headingmain p {
    font-size: 14px;
  }

  .main-image img {
    max-width: 80%;
  }

  .sub-section h2 {
    font-size: 16px;
  }

  .sub-section p {
    font-size: 13px;
  }
}




/* Services sub page - Human Resources */
/* About Section Styles */
.container-xxl {
  width: 100%;
  padding: 60px 15px;
  margin: 0 auto;

}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}





.section-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-dark {
  color: #333;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}


@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.ps-3 {
  padding-left: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.fa-check {
  color: #28a745;
  margin-right: 8px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}




.text-start{
  margin-bottom: 20px;
}


.text-start img{

 height: 250px;
}

.text-end img{
 height: 150px;
}
@media (max-width: 400px) {
  /* Force full-width stacking */
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }

  /* Reduce image size and make responsive */
  .aboutimages{
    display: none;
  }

}
.full-width-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}




    .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: #fafafa;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #060f48;
  background: #e9e9e9;

  box-shadow: none;
}


.accordion-body {
  background: #fff;
  border-left: 3px solid #fb9b63;
  padding-left: 20px;
  padding-bottom: 80px;
  height: auto;
}

.about-all-images-area img {
  transition: transform 0.3s ease; 
}

.about-all-images-area img:hover {
  transform: scale(1.05);
}
.img1 { 
  margin-top: 100px;
  border-radius: 50px;   /* container bhi round */
  overflow: hidden; 
  width: 200px;    /* image ko crop karega */
  margin-left: 70px;
  border:2px solid black; 
}

.img2{
  border-radius: 50px;   /* container bhi round */
  overflow: hidden;   
    width: 200px;  /* image ko crop karega */
      border:2px solid black;
}
/* 📱 Mobile & Tablet ke liye */
/* @media (max-width: 768px) {
  .img1,
  .img2 { */
    /* width: 120px;  */
      /* chhoti screen ke liye size adjust */
    /* height: 120px;
    border-radius: 30px;
  }
} */

/* 📱 Chhoti screens (max 480px) */
@media (max-width: 480px) {
  .img2 {
  width: 250px;       /* full width le lega */
  padding: 0;
  margin-top: 20px;
  margin-left: -130px;
  height: auto;
  }
  .img1 {
    width: 250px;       /* full width le lega */
    margin-left: 50px;
    margin-top: 450px;
    height: auto;
  }
}



  .container {
  width: 100%;
  padding: 20px;
  position: relative;
  animation: fadeIn 1.2s ease-in-out;
}

/* Banner Section */
.mainbanner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
  box-sizing: border-box;
  animation: slideUp 1.2s ease-in-out;
}

.headingmain {
  width: 50%;
  animation: slideLeft 1.2s ease-in-out;
}

.headingmain h1 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}

.headingmain h1:hover {
  color: #1e90ff;
  transform: scale(1.05);
}

.headingmain p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

.headingmain p:hover {
  color: #000;
  transform: translateX(5px);
}

.main-image {
  width: 45%;
  text-align: right;
  animation: slideRight 1.2s ease-in-out;
}

.main-image img {
  max-width: 70%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.main-image img:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Sub-Sections */
.sub-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  animation: fadeIn 1.4s ease-in-out;
}

.sub-section {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: zoomIn 1.2s ease-in-out;
}

.sub-section:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
}

.sub-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: transform 0.5s ease-in-out;
}

.sub-image img:hover {
  transform: scale(1.08);
}

.sub-section h2 {
  font-size: 18px;
  margin: 15px 0 8px;
  font-weight: 700;
  color: #222;
  transition: color 0.3s ease-in-out;
}

.sub-section h2:hover {
  color: #1e90ff;
}

.sub-section p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

.sub-section p:hover {
  color: #000;
}

/* Animations Keyframes */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* ✅ Tablet devices (max-width: 1024px) */
@media (max-width: 1024px) {
  .headingmain h1 { font-size: 32px; }
  .headingmain p { font-size: 16px; }
  .main-image img { max-width: 80%; }
  .sub-sections { grid-template-columns: repeat(2, 1fr); }
}

/* ✅ Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .mainbanner {
    flex-direction: column;
    text-align: center;
  }
  .headingmain {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-image {
    width: 100%;
    text-align: center;
  }
  .main-image img {
    max-width: 60%;
  }
  .sub-sections { grid-template-columns: 1fr; }
}

/* ✅ Small phones (max-width: 480px) */
@media (max-width: 480px) {
  .headingmain h1 { font-size: 24px; }
  .headingmain p { font-size: 14px; }
  .main-image img { max-width: 80%; }
  .sub-section h2 { font-size: 16px; }
  .sub-section p { font-size: 13px; }
}



/* training css */

    .accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: #fafafa;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #060f48;
  background: #e9e9e9;

  box-shadow: none;
}


.accordion-body {
  background: #fff;
  border-left: 3px solid #fb9b63;
  padding-left: 20px;
  padding-bottom: 80px;
  height: auto;
}

.about-all-images-area img {
  transition: transform 0.3s ease; 
}

.about-all-images-area img:hover {
  transform: scale(1.05);
}
.img1 { 
  margin-top: 100px;
  border-radius: 50px;   /* container bhi round */
  overflow: hidden; 
  width: 200px;    /* image ko crop karega */
  margin-left: 70px;
  border:2px solid black; 
}

.img2{
  border-radius: 50px;   /* container bhi round */
  overflow: hidden;   
    width: 200px;  /* image ko crop karega */
      border:2px solid black;
}
/* 📱 Mobile & Tablet ke liye */
/* @media (max-width: 768px) {
  .img1,
  .img2 { */
    /* width: 120px;  */
      /* chhoti screen ke liye size adjust */
    /* height: 120px;
    border-radius: 30px;
  }
} */

/* 📱 Chhoti screens (max 480px) */
@media (max-width: 480px) {
  .img2 {
    width: 250px;       /* full width le lega */
   padding: 0;
   margin-top: 20px;
   margin-left: -130px;
    height: auto;
  }
  .img1 {
    width: 250px;       /* full width le lega */
    margin-left: 50px;
  
   margin-top: 450px;
    height: auto;
  }
}


