.hero-image {
  top: 142px;
  width: 100%;
  height: 100vh; /* Full viewport height */
  max-height: 800px;
  overflow: hidden;
  position: relative;
}

.hero-image img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover; /* Ensures image covers area without distortion */
  object-position: center; /* Centers the image */
  display: block;
}

.ourPromiseSec {
text-align: center;
  /* padding-bottom: 100px; */
  padding-top: 130px;
  padding-bottom: 20px;
}
.align-item-center {
  align-items: center !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.d-flex {
  display: flex !important
;
}
.pOurPromiseSec{
font-size: 18px !important;
}


.ourPromiseSec .ourPromiseImgDiv img.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 3s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s !important;
}
.ourPromiseSec .ourPromiseTextDiv {
  /* padding: inherit; */
  padding: 0 20px;
  max-width: 550px;
      
}
.headingH1 {
  color: #313131;
  font-family: 'Cormorant Garamond Semibold';
  font-size: 2rem;
  line-height: 0.75rem;
}
/* .ourPromiseSec .ourPromiseImgDiv, .ourPromiseSec .ourPromiseTextDiv {
  width: 50%;
} */
/* img.img-fluid.aos-init.aos-animate {
  width: 50%;
} */
p{
  color: #333;
}
h1,h2,h3,h4{
  text-transform: none;
}



     /* Main Section Styles */
     /* .pt-2.pb-2 {
      padding: 60px 0;
      background-color: #f9f9f9;
  }
  
  .headingH1 {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #222;
  }
  
  .ContentText p {
      font-size: 18px;
      color: #555;
      max-width: 700px;
      margin: 0 auto 40px;
  } */
  
  /* Benefits Grid Styles */
  /* .when-you-thrive-innner {
      gap: 20px;
      justify-content: center;
  }
  
  .iconTextListInner {
      width: calc(25% - 20px);
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      transition: all 0.3s ease;
      cursor: pointer;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  
  .iconTextListInner img {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
  }
  
  .iconTextListInner p:first-of-type {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #222;
  }
  
  .read-more {
      color: #0066cc;
      font-weight: 500;
      margin-top: auto;
  }
  
  .bg-light {
      background-color: #fff !important;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  
  .bg-dark {
      background-color: #f0f0f0 !important;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
   */
  /* Overlay Styles */
  /* .when-you-thrive-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,0.95);
      z-index: 1000;
      padding: 40px;
      display: none;
      overflow-y: auto;
  }
  
  .overlay-close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 24px;
      height: 24px;
      cursor: pointer;
  }
  
  .icon-heading {
      align-items: center;
      margin-bottom: 30px;
  }
  
  .icon-heading img {
      width: 50px;
      height: 50px;
      margin-right: 20px;
  }
  
  .iconTextListoverlayHeading {
      font-size: 28px;
      font-weight: 600;
      margin: 0;
      color: #222;
  }
  
  .thrive-overlay-text {
      max-width: 800px;
      margin: 0 auto;
  }
  
  .thrive-overlay-text p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px;
      color: #444;
  }
   */
  /* Responsive Styles */
  /* @media (max-width: 992px) {
      .iconTextListInner {
          width: calc(50% - 15px);
      }
  }
  
  @media (max-width: 768px) {
      .headingH1 {
          font-size: 28px;
      }
      
      .ContentText p {
          font-size: 16px;
      }
      
      .iconTextListInner {
          width: 100%;
          min-height: 200px;
      }
  } */


  /* .section-container {
      padding: 50px 20px;
      max-width: 1000px;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      text-align: center;
      padding: 20px;
    }

    .section-title {
      color: #5e5e5e;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .section-subtitle {
      font-size: 14px;
      color: #555;
      margin-bottom: 40px;
      max-width: 600px;
    }

    .grid-wrapper {
      position: relative;
      display: inline-block;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(2, 300px);
      grid-template-rows: repeat(2, 200px);
      border: 1px solid #eee;
      position: relative;
      z-index: 1;
    }

    .card {
      background-color: #fefdf8;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      z-index: 1;
    }

    .card:nth-child(2),
    .card:nth-child(3) {
      background-color: #fbf3d8;
    }

    .card:nth-child(2),
    .card:nth-child(4) {
      border-right: none;
    }

    .card:nth-child(3),
    .card:nth-child(4) {
      border-bottom: none;
    }

    .icon {
      font-size: 30px;
      color: #a17e2e;
      margin-bottom: 15px;
    }

    .card-title {
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .read-more {
      font-size: 13px;
      color: #5a3d1b;
      text-decoration: underline;
      cursor: pointer;
    }


    .grid-modal {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background-color: #fffdf4;
      padding: 30px;
      width: 80%;
      max-width: 500px;
      border-radius: 10px;
      position: relative;
      text-align: left;
      animation: fadeIn 0.3s ease;
    }

    .close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 22px;
      color: #a17e2e;
      cursor: pointer;
    }

    .modal-content h3 {
      font-size: 18px;
      display: flex;
      align-items: center;
    }

    .modal-content h3::before {
      content: '⭐';
      margin-right: 10px;
    }

    .modal-content p {
      font-size: 14px;
      margin-top: 15px;
      line-height: 1.6;
      color: #444;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 650px) {
      .grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
      }
      .modal-content {
        width: 90%;
      }
    } */

    .section-container {
      margin-right: auto;
      margin-left: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 50px 20px;
      max-width: 1000px;
      /* margin: auto; */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* min-height: 100vh; */
      text-align: center;
      padding: 20px;
      }

  .section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    position: relative;
  }

  .card {
    background-color: #fdfaf2;
    padding: 20px;
    border: 1px solid #eee;
    min-height: 180px;
  }

  .card:nth-child(2),
  .card:nth-child(3) {
    background-color: #fbf3d8;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-content img {
    width: 30px;
    margin-bottom: 10px;
  }

  .card-content h4 {
    margin: 10px 0;
    font-size: 16px;
    color: #444;
  }

  .read-more {
    color: #8c6239;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fdfaf2;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 20px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    animation: slideDown 0.4s ease forwards;
  }

  .overlay.active {
    display: flex;
    animation: slideDown 0.4s ease forwards;
  }

  .overlay h4 {
    margin-bottom: 10px;
    color: #444;
  }

  .overlay p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #8c6239;
  }

  @keyframes slideDown {
      from {
        opacity: 0;
        transform: translateY(-30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Learning section */

    .learning-section {
      text-align: center;
      padding: 40px 20px;
      background-color: #fffefb;
      font-family: 'Georgia', serif;
    }
    
    .learning-heading {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    
    .learning-subheading {
      font-size: 16px;
      max-width: 800px;
      margin: 20px auto 40px auto;
      color: #444;
      line-height: 1.6;
    }
    
    .learning-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 1200px;
      margin: 0 auto;
      justify-items: center;
    }
    
    .learning-card {
      background-color: #fffbec;
      padding: 24px;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }
    
    .learning-card:hover {
      transform: translateY(-5px);
    }
    
    .learning-button-container {
      margin-top: 30px;
    }
    
    .learning-view-more-btn {
      padding: 10px 20px;
      font-size: 15px;
      background-color: #d2a43c;
      color: white;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .hidden-card {
      display: none;
    }
    

    /* People stories */

    .swiper-slide > .container {
      display: flex;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
      align-items: center;
    }

    .section-title {
      text-align: center;
      font-size: 28px;
      margin: 40px 0 20px;
    }

    .story-image {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
    }

    .story-content {
      /* margin: 68px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; */
      padding: 0; /* Remove extra padding */
      flex: 1;
      font-size: 16px;
    }

    .story-quote {
      font-size: 18px;
      font-style: italic;
      color: #b68900;
      margin-bottom: 10px;
    }

    .story-name {
      font-weight: bold;
      margin-bottom: 8px;
    }

    .story-description {
      font-size: 15px;
      line-height: 1.6;
    }

    .swiper-nav {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 20px;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
      font-size: 28px;
      color: #b68900;
      cursor: pointer;
      user-select: none;
      transition: transform 0.2s ease;
    }

    .swiper-button-prev-custom:hover,
    .swiper-button-next-custom:hover {
      transform: scale(1.2);
    }

    .swiper{
      padding: 30px !important;
    }
    
    /* job listing */

    .job-card {
      background-color: #fffbec;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 20px 25px;
      margin-bottom: 30px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .job-card:hover {
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    .job-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .job-details {
      font-size: 14px;
      color: #555;
      margin-bottom: 8px;
    }

    .job-skills {
      font-size: 14px;
      margin-bottom: 15px;
    }

    .apply-btn {
      background-color: #b68900;
      color: #fff;
      border: none;
      padding: 8px 20px;
      border-radius: 6px;
      font-size: 14px;
      transition: 0.3s;
      align-self: flex-start;
    }

    .apply-btn:hover {
      background-color: #a47a00;
    }

    .modal-dialog {
      margin-top: 177px;
  }

  .submit-btn {
      background-color: #b68900;
      color: #fff;
      border: none;
      padding: 8px 25px;
      border-radius: 6px;
      font-size: 14px;
      display: inline-block;
      margin: 20px auto 0;
    }
    
    .submit-btn:hover {
      background-color: #b68900; /* same as base to disable hover effect */
    }
.card-space{
margin-bottom: 30px;
}



   /* slider */
	   .owl-item {
		 background: #fff;
	   }
   
	   .item img {
		 width: 100%;
		 height: auto;
		 padding: 10px;
	   }
   
	   /* Hide dots */
	   .owl-theme .owl-dots {
		 display: none !important;
	   }

	   #slider-ltr{
		margin-top: 20px;
		padding: 10px;
		/* direction: ltr !important; */
	   }
	   #slider-rtl{
		padding: 10px;
	   }