.our-story-section{
    padding: 150px  40px 100px 40px;
}



.our-story-banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: 
        linear-gradient(180deg, rgb(0 0 0 / 20%) 50%, rgba(0, 0, 0, 0.3) 100%),
        url("/assets/images/front-office/our-story/our-story-banner.jpg");
        
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    
    max-width: 1600px;
    margin: auto;

}

.our-story-content {
    color: #FFFFFF;
    max-width: 900px;
       /* Shadows */
    /* box-shadow: 
        0px 24px 53px 0px #0000001A,
        0px 96px 96px 0px #00000017,
        0px 217px 130px 0px #0000000D,
        0px 386px 154px 0px #00000003,
        0px 603px 169px 0px #00000000; */
}

.our-story-subtitle {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;

 
}

.our-story-title {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.our-story-text {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}
/* ======================
   OUR STORY SECOND SECTION
   ====================== */

.our-story-second-section {
    position: relative;
    width: 100%;
    background-image: url("/assets/images/front-office/our-story/second-section.png");
    background-size: cover;
background-position: 0 -274px;
    background-repeat: no-repeat;
      clip-path: inset(-63px 0 0 0);
}

.our-story-second-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    opacity: 0.93; /* soft overlay for white background effect */
    z-index: 1;
}

.our-story-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1790px;
    margin: auto;
    padding: 75px 40px;
    gap: 40px;
}

.our-story-left {
    width: 100%;
    max-width: 870px;
}

.story-subtitle {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}

.story-title {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.story-paragraph {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 1%;
    color: #000000;
    margin-bottom: 25px;
}

.our-story-right{
    width: 100%;
    /* max-width: 695px; */
    margin-top: -175px;
    margin-bottom: -225px;
}

.our-story-right img {
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 1440px) {
    .certifications-section {
      padding: 100px 40px;
    }
    .our-story-fourth-section {
      padding: 100px 40px;
      background-position: unset;
    }
    .our-story-swiper-section {
      padding: 100px 40px 100px;
    }
    .story-subtitle {
      font-size: 22px;
    }
    .story-title {
      font-size: 45px;
    }
    .story-paragraph {
      font-size: 22px;
      line-height: 35px;
    }
    .verified-quality {
      font-size: 22px;
    }
    .industry-title {
      font-size: 55px;
    }
    .industry-desc {
      font-size: 22px;
        line-height: 32px;
    }
    .our-story-text {
      font-size: 19px;
      line-height: 26px;
    }
    .oss-title-small {
      font-size: 22px;
    }
    .oss-title-main {
      font-size: 45px;
    }
    .oss-description {
      font-size: 22px;
      line-height: 30px;
    }
    .oss-left-label {
      font-size: 15px;
    }
    .oss-left-title {
      font-size: 30px;
      line-height: 36px;
    }
    .oss-left-text {
      font-size: 15px;
      line-height: 22px;
    }
}






.certifications-section {
  max-width: 1790px;
  margin: auto;
  padding: 110px 40px;
}

.certifications-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.certifications-left {
  width: 100%;
  max-width: 1040px;   
}

.certifications-video {
  width: 100%;
  max-height: 575px;
  min-height: 500px;
  border-radius: 30px;
  object-fit: cover;
}

.certifications-right {
  width: 100%;
  max-width: 625px;
  color: #000;
  font-family: 'Proxima Nova', sans-serif;
}

.verified-quality {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.industry-title {
  font-weight: 600;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.industry-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1%;
  margin-bottom: 40px;
}

.accreditations-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  color: #000000B2;
  margin-bottom: 15px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-card {
    background: #fff;
    box-shadow: 8px 22px 85px 10px #264b761a;
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93px;
    height: 93px;
}

.logo-card img {
height: auto;
    width: 100%;
    object-fit: cover;
}

/* Example: custom heights per logo */
.logo-card:nth-child(1) img {
    width: 100%;
    max-width: 40px;
}

.logo-card:nth-child(2) img {
    width: 100%;
    max-width: 55px;
}

.logo-card:nth-child(3) img {
    width: 100%;
    max-width: 70px;
}

.logo-card:nth-child(4) img {
    width: 100%;
    max-width: 48px;
}

.logo-card:nth-child(5) img {
    width: 100%;
    max-width: 40px;
}

.logo-card:nth-child(6) img {
    width: 100%;
    max-width: 33px;
}


/* Responsive */
@media (max-width: 1024px) {
    .our-story-container {
      flex-direction: column;
      padding: 75px 20px;
    }
    .our-story-second-section {
      background-position: unset;
    }
    .our-story-right {
      margin-top: 0;
      margin-bottom: -150px;
      max-width: 400px;
      margin-bottom: -170px;
    }
    .our-story-left {
      max-width: 100%;
    }
    .story-subtitle {
      font-size: 20px;
      margin-bottom: 15px;
    }
    .story-title {
      font-size: 30px;
      margin-bottom: 15px;
    }
    .story-paragraph {
      font-size: 20px;
      line-height: 30px;
    }
    .certifications-section {
      padding: 100px 20px;
    }
  .certifications-container {
    flex-direction: column;
  }
  .certifications-left,
  .certifications-right {
    width: 100%;
  }
    .certifications-video {
      min-height: auto;
      max-height: 400px;
    }
    .certifications-right {
      max-width: 100%;
    }
    .verified-quality {
      font-size: 20px;
      margin-bottom: 15px;
    }
  .industry-title {
      font-size: 30px;
      margin-bottom: 15px;
  }
  .industry-desc {
    font-size: 20px;
      line-height: 28px;
      margin-bottom: 50px;
    }
    .our-story-fourth-section {
      padding: 100px 20px;
    }
    .our-story-card {
      min-height: 396px;
    }
    .our-story-card-title {
      margin-bottom: 35px;
    }
    .our-story-divider {
      margin: 0 auto 30px;
    }
    .our-story-text {
      font-size: 18px;
      line-height: 24px;
    }
    .oss-title-small {
      font-size: 20px;
    }
    .oss-header-top {
      /* padding-bottom: 15px; */
    }
    .oss-title-main {
      font-size: 30px;
    }
    .oss-description {
      font-size: 20px;
      line-height: 28px;
      margin-top: 15px;
      max-width: 100%;
    }
    .our-story-swiper-section {
      padding: 100px 20px 60px !important;
    }
    .oss-slide-wrapper {
      flex-direction: column-reverse;
    }
    .oss-right-card {
      width: 100% !important;
    }
    .oss-right-img {
      max-height: 350px;
      object-position: unset;
    }
    .oss-left-card {
      width: 100% !important;
      padding: 35px 35px 135px;
    }
    .oss-left-label {
      font-size: 14px;
    }
    .oss-left-title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 15px;
    }
    .oss-attribute-icon {
      max-width: 65px;
    }
    .oss-left-text {
      font-size: 14px;
      line-height: 20px;
    }
    .section-2-swiper-buttons-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-top: 45px;
      padding-bottom: 40px;
    }
    .section-2-swiper-buttons-wrapper {
      display: flex;
      flex-direction: row-reverse;
      gap: 10px;
    }
    .section-2-swiper-pagination {
      display: block !important;
      width: fit-content;
    }
    .section-2-swiper-button-next,
    .section-2-swiper-button-prev { 
      position: static;
    }
    .section-2-swiper-button-prev img {
      margin-top: -20px;
    }
    .section-2-swiper-button-next img {
      margin-top: 40px;
    }
    .logos-row {
      gap: 15px;
  }
}
/* ==== Section Background ==== */
.our-story-fourth-section {
  position: relative;
  width: 100%;
  background-image: url("/assets/images/front-office/our-story/second-section.png");
  background-size: cover;
    background-position: 0 -1460px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
  box-sizing: border-box;
}

.our-story-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.93;
  z-index: 1;
}

/* ==== Cards Container ==== */
.our-story-cards {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  max-width: 1485px;
  width: 100%;
  flex-wrap: wrap;
}

/* ==== Individual Card ==== */
.our-story-card {
  background: #567098;
  border-radius: 20px;
  color: #fff;
  padding: 50px 35px 40px;
  flex: 1;
  min-width: 280px;
  max-width: 455px;
  text-align: center;
  box-sizing: border-box;
}

.our-story-card-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.our-story-divider {
  border: none;
  border-top: 1px solid #ffffff66;
  margin: 0 auto 35px;
}

.our-story-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  text-align: left;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
    .our-story-container {
      padding: 50px 20px;
      gap: 35px;
    }
    .story-subtitle {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .story-title {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .story-paragraph {
      font-size: 16px;
      line-height: 22px;
    }
    .our-story-right {
      max-width: 315px;
      margin-bottom: -120px;
    }
    .certifications-section {
      padding: 50px 20px 60px;
    }
    .certifications-video {
      max-height: unset;
      height: 290px;
    }
    .certifications-container {
      gap: 35px;
    }
    .verified-quality {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .industry-title {
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 33px;
    }
    .industry-desc {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 45px;
    }
    .logos-row {
      margin: auto;
      width: 100%;
      max-width: 390px;
    }
    .logo-card {
      width: calc(33.33% - 10px);
      height: 118px;
    }
    .our-story-fourth-section {
      padding: 50px 20px;
    }
  .our-story-cards {
    flex-direction: column;
    align-items: center;
      gap: 35px;
  }
  .our-story-card {
      padding: 25px;
      min-height: 357px;
    max-width: 500px;
  }
    .our-story-card-title { 
      margin-bottom: 25px;
    }
    .our-story-divider {
      margin: 0 auto 25px;
    }
    .our-story-text {
      font-size: 16px;
      line-height: 22px;
    }
    .oss-header {
      display: none;
    }
    .our-story-swiper-section {
      padding: 50px 20px 10px;
    }
    .oss-right-img {
      max-height: unset;
      height: 275px;
    }
    .oss-header-top {
      align-items: flex-end;
      /* padding-bottom: 10px; */
    }
    .oss-attribute-icon {
      max-width: 55px;
    }
    .oss-left-label {
      font-size: 14px;
    }
    .oss-left-title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
    }
    .oss-left-text {
      font-size: 14px;
      line-height: 20px;
    }
}



.brands-section {
  text-align: center;
  padding: 100px 0;
}

.brands-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #000000;
}

.brands-title span {
  color: #8A0744;
}

.brands-subtitle {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-top: 15px;
}

.brands-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.brands-tabs .tab {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  letter-spacing: 3%;
  text-transform: uppercase;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #567098;
  padding: 10px 25px;
  transition: 0.3s;
}

.brands-tabs .tab.active {
  background: #567098;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
}

.brands-logos {
  margin-top: 60px;
  position: relative;
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  transition: 0.3s ease;
  position: relative;
}

.logo-card-two {
  background: #fff;
  box-shadow: 8px 22px 85px 10px #264b761a;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  transition: 0.3s ease;
}

.logo-card-two img {
  max-width: 100%;
  max-height: 100%;
}

.overlay-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
      background: rgb(255 255 255 / 0%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}

.become-partner {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #567098;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(86, 112, 152, 0.15);
  transition: all 0.3s ease;
  display: flex;
}

.become-partner:hover {
  background: #567098;
  color: #fff;
}

/* Hover effect on row */
.logo-row:hover .overlay-button {
  opacity: 1;
}

.logo-row:hover .logo-card-two {
  opacity: 0.1;
}


.partner-section {
  max-width: 1600px;
  margin: auto;
  padding: 20px 40px;
}

.partner-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(156.43deg, #5492B8 1.14%, #256A90 40.28%, #256A90 52.05%);
  border-radius: 30px;
  overflow: hidden;
  height: 600px;
}

.partner-content {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.partner-subtitle {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #FFFFFFCC;
  margin-bottom: 10px;
}

.partner-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 900;
  font-size: 85px;
  line-height: 100%;
  letter-spacing: 3%;
  margin-bottom: 25px;
}

.partner-description {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 520px;
  margin-bottom: 40px;
}

.partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 8%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 50px;
  background: #FFFFFF03;
  box-shadow: 0px 6px 25px 0px #00000017;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  width: fit-content;
}

.partner-btn img {
  width: 20px;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.become-partner img {
  width: 20px;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.partner-btn:hover img {
  transform: translateX(6px);
}
.become-partner:hover img {
  transform: translateX(6px);
}

.partner-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.partner-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}




/* ===========================
   OUR STORY SWIPER SECTION
   =========================== */

.our-story-swiper-section {
    width: 100%;
    padding: 110px 40px 175px;
    
    max-width: 1790px;
    margin: auto;
}

/* ---- HEADER ---- */
.oss-header {
    text-align: center;
    margin-bottom: 75px;
}

.oss-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    /* padding-bottom: 20px; */
}

.oss-title-small {
  font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: center;
}

.oss-attribute-icon {
    width: 100%;
    max-width: 72px;
    height: auto;
}

.oss-title-main {
  font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #000;
}

.oss-description {
    margin-top: 20px;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
  font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #000;
}

/* ---- SWIPER ---- */
.our-story-swiper {
    width: 100%;
}

.our-story-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.our-story-swiper .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.oss-slide-wrapper {
    display: flex;
    height: 100%;
    min-height: 100%;
    gap: 40px;
    width: 100%;
}

/* ---- LEFT CARD ---- */
.oss-left-card {
    width: 64%;
    padding: 30px 40px;
    border-radius: 24px;
    background: linear-gradient(142.56deg, #464262 0%, #67355B 50.44%, #A5668B 92.79%);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.oss-left-label {
  font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1%;
    color: #FFFFFFCC;
}

.oss-left-title {
  font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}

.oss-left-text {
  font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFFCC;
}

/* ---- RIGHT CARD ---- */
.oss-right-card {
    width: 36%;
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.oss-right-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.oss-arrow {
    width: 55px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.section-2-swiper-button-next,
.section-2-swiper-button-prev {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section-2-swiper-button-next::after,
.section-2-swiper-button-prev::after {
    content: none !important;
}

.section-2-swiper-button-prev img {
    transform: rotate(180deg); /* flip left arrow */
}

.section-2-swiper-pagination {
    display: none;
    position: static;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}
