@charset "UTF-8";
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0; }

/*.hero-section {
  position: relative;
  width: 100%;
  padding: {
    top: 15%;
    bottom: 10%;
  }
  background-image: url("//theme.hstatic.net/200000274675/1001382625/14/hero_background_image.png?v=1773");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  .hero-overlay {
    width: 100%;
    max-width: 680px;
    background: rgba(64, 64, 64, 0.40);
    backdrop-filter: blur(5.1px);
    display: flex;
    align-items: center;
    padding: 35px 25px;
  }

  .overlay-content {
    margin: {
      left: auto;
      right: auto;
    }
  }
  .hero-title {
    font: {
      size: 48px;
      weight: 700;
    }
    color: #ffffff;
    margin: {
      top: 0;
      bottom: 10px;
    }
  }

  .hero-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .hero-button {
    display: inline-block;
    padding: 10px 32px;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font: {
      size: 16px;
      weight: 700;
    }
    line-height: 1.625;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: {
      radius: 4px;
      style: solid;
      width: 1px;
      color: #FFF;
    }

    &:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      text-decoration: none;
    }
  }
  @media (max-width: 1200px) {
    .hero-overlay {
      width: 60%;
    }
  }

  @media (max-width: 992px) {
    .hero-overlay {
      width: 70%;
    }

    .hero-title {
      font-size: 2.2rem;
    }
  }

  @media (max-width: 768px) {
    padding: {
      top: 10%;
      bottom: 10%;
    }

    .hero-overlay {
      width: 100%;
      padding: 0;
    }

    .overlay-content {
      padding: 30px;
    }

    .hero-title {
      font-size: 28px;
    }
  }

  @media (max-width: 576px) {
    .hero-title {
      font-size: 24px;
    }

    .hero-text {
      font-size: 14px;
    }
  }
}*/
.hero-slider-section {
  position: relative;
  overflow: hidden;
  /* Owl Carousel Custom Styles */
  /* Animation keyframes */
  /* Responsive Adjustments */ }
  .hero-slider-section video {
    display: block;
    height: auto;
    max-width: 100%; }
  .hero-slider-section .hero-slide-item {
    position: relative;
    height: 100vh;
    min-height: 600px; }
    .hero-slider-section .hero-slide-item .slide-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .hero-slider-section .hero-slide-item .slide-background .slide-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .hero-slider-section .hero-slide-item .slide-background .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%); }
    .hero-slider-section .hero-slide-item .slide-content {
      position: relative;
      z-index: 2;
      height: 100vh;
      min-height: 600px;
      display: flex;
      align-items: center; }
      .hero-slider-section .hero-slide-item .slide-content .hero-title {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 10px; }
      .hero-slider-section .hero-slide-item .slide-content .hero-text {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 10px; }
      .hero-slider-section .hero-slide-item .slide-content .hero-button {
        display: inline-block;
        padding: 10px 32px;
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.625;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #FFF; }
        .hero-slider-section .hero-slide-item .slide-content .hero-button:hover {
          background-color: rgba(255, 255, 255, 0.1);
          color: #ffffff;
          text-decoration: none; }
  .hero-slider-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10; }
    .hero-slider-section .owl-nav button {
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2) !important;
      border: 2px solid rgba(255, 255, 255, 0.3) !important;
      color: #ffffff !important;
      font-size: 18px !important;
      transition: all 0.3s ease; }
      .hero-slider-section .owl-nav button:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        border-color: rgba(255, 255, 255, 0.5) !important; }
      .hero-slider-section .owl-nav button.owl-prev {
        left: 30px; }
      .hero-slider-section .owl-nav button.owl-next {
        right: 30px; }
  .hero-slider-section .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    .hero-slider-section .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 5px; }
      .hero-slider-section .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: 2px solid rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease; }
      .hero-slider-section .owl-dots .owl-dot.active span {
        background: #ffffff;
        transform: scale(1.2); }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  @media (max-width: 768px) {
    .hero-slider-section .hero-slide-item .slide-content .slide-text-content .slide-title {
      font-size: 2.5rem; }
    .hero-slider-section .hero-slide-item .slide-content .slide-text-content .slide-description {
      font-size: 1.1rem; }
    .hero-slider-section .hero-slide-item .slide-content .slide-text-content .slide-cta-button {
      padding: 12px 25px;
      font-size: 0.95rem; }
    .hero-slider-section .owl-nav button {
      width: 40px;
      height: 40px;
      font-size: 14px !important; }
      .hero-slider-section .owl-nav button.owl-prev {
        left: 15px; }
      .hero-slider-section .owl-nav button.owl-next {
        right: 15px; } }
  @media (max-width: 576px) {
    .hero-slider-section .hero-slide-item {
      min-height: 500px; }
      .hero-slider-section .hero-slide-item .slide-content {
        min-height: 500px; }
        .hero-slider-section .hero-slide-item .slide-content .slide-text-content .slide-title {
          font-size: 2rem;
          margin-bottom: 1rem; }
        .hero-slider-section .hero-slide-item .slide-content .slide-text-content .slide-description {
          font-size: 1rem;
          margin-bottom: 1.5rem; } }

/* About Section */
.about-section {
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  .about-section .about-title {
    margin-top: 55px;
    margin-bottom: 0;
    color: #000; }
  .about-section .about-section-bg {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0;
    top: 0; }
    .about-section .about-section-bg img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .about-section .about-content {
    padding: 55px 0px 55px 80px;
    position: relative;
    font-size: 18px;
    color: #000; }
  .about-section .about-description {
    margin-bottom: 50px; }
  .about-section .about-products {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
    .about-section .about-products p {
      margin: 0; }
    .about-section .about-products li {
      margin-bottom: 0;
      padding-left: 20px;
      position: relative; }
      .about-section .about-products li::before {
        content: '•';
        position: absolute;
        left: 0;
        top: -1px;
        color: #000;
        font-size: 20px;
        font-weight: bold; }
  .about-section .about-footer {
    margin: 0; }
  @media (max-width: 991px) {
    .about-section {
      padding: 45px 0 100px; }
      .about-section .bg-module {
        background: transparent; }
      .about-section .about-content {
        padding: 0px; } }
  @media (max-width: 767px) {
    .about-section {
      padding: 0 0 55px; }
      .about-section .about-content {
        font-size: 16px; }
      .about-section .about-title {
        margin-bottom: 15px;
        text-align: center; }
      .about-section .about-description {
        margin-bottom: 15px; } }

.brands-section {
  background-image: url("//theme.hstatic.net/200000274675/1001382625/14/brand_background.png?v=1773");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0 60px; }
  .brands-section .brands-title {
    color: #FFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px; }
    @media (max-width: 768px) {
      .brands-section .brands-title {
        font-size: 24px; } }
  .brands-section .brand-card {
    background: #fff;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    transition: transform .5s; }
    .brands-section .brand-card .brand-logo {
      padding: 10px;
      text-align: center;
      transition: transform .5s; }
      .brands-section .brand-card .brand-logo img {
        max-height: 56px;
        object-fit: contain;
        margin: 0 auto; }
    .brands-section .brand-card .brand-slogan {
      position: absolute;
      height: 100%;
      width: 100%;
      /*backdrop-filter: blur(2.5px);*/
      top: 0;
      padding: 15px;
      display: flex;
      opacity: 0;
      align-items: center;
      font-size: 24px;
      color: #ffffff;
      transition: opacity .5s; }
      @media (min-width: 991px) {
        .brands-section .brand-card .brand-slogan {
          background: rgba(0, 0, 0, 0.5); } }
      .brands-section .brand-card .brand-slogan a {
        transition: transform .5s;
        display: block;
        color: #ffffff; }
  @media (min-width: 991px) {
    .brands-section .brand-card--item:hover .brand-card {
      transform: rotate3d(0, 1, 0, 180deg); }
      .brands-section .brand-card--item:hover .brand-card .brand-logo {
        transform: rotate3d(0, 1, 0, 180deg); }
      .brands-section .brand-card--item:hover .brand-card .brand-slogan {
        opacity: 1; }
        .brands-section .brand-card--item:hover .brand-card .brand-slogan a {
          transform: rotate3d(0, 1, 0, -180deg); } }
  @media (max-width: 991px) {
    .brands-section .brand-card--item {
      margin-bottom: 30px; }
      .brands-section .brand-card--item .brand-card {
        background: rgba(255, 255, 255, 0.2); }
        .brands-section .brand-card--item .brand-card .brand-logo {
          background: #fff; }
      .brands-section .brand-card--item .brand-slogan {
        font-size: 18px;
        opacity: 1;
        position: relative; } }
  @media (max-width: 768px) {
    .brands-section .scrollmobile {
      overflow: hidden;
      overflow-x: auto;
      flex-wrap: nowrap;
      display: flex; }
      .brands-section .scrollmobile .brand-card--item {
        margin-bottom: 0;
        /*width: 90vw;
        min-width: 90vw;
        flex: 0 0 90vw;*/ }
        .brands-section .scrollmobile .brand-card--item .brand-card {
          height: 100%; }
          .brands-section .scrollmobile .brand-card--item .brand-card .brand-slogan {
            height: auto; } }

.journey-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  background-image: url("//theme.hstatic.net/200000274675/1001382625/14/journey_background_image.png?v=1773");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .journey-section .row-flex {
    justify-content: center; }
  .journey-section .journey-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 249, 250, 0.9);
    z-index: 1; }
  .journey-section .journey-section .container {
    position: relative;
    z-index: 2; }
  .journey-section .journey-header {
    margin-bottom: 60px; }
  .journey-section .journey-title {
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .journey-section .journey-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px; }
  .journey-section .journey-description {
    color: #000;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 454px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6; }
  .journey-section .journey-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .journey-section .journey-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .journey-section .achievements-grid {
    margin-top: 60px; }
  .journey-section .achievement-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-height: calc(100% - 30px);
    margin: 0 auto 30px; }
  .journey-section .achievement-card:hover {
    transform: translateY(-5px); }
  .journey-section .achievement-number {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1; }
  .journey-section .achievement-description {
    font-size: 16px;
    color: #050708; }
  @media (max-width: 768px) {
    .journey-section .journey-section {
      padding: 60px 0; }
    .journey-section .journey-description {
      font-size: 16px; }
    .journey-section .achievement-card {
      padding: 30px 20px; }
    .journey-section .achievement-number {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .journey-section .achievement-number {
      font-size: 32px; }
    .journey-section .achievement-description {
      font-size: 14px; } }

/*.partners-section {
  padding: 60px 0 40px;
  background-color: #fff;
  .partners-title {
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  
  .partners-grid {
    margin: 40px auto 0;
  }
  
  .partner-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }
  .partner-logo {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    transition: filter 0.3s ease;
  }
  @media (max-width: 768px) {
    .partner-card {
      padding: 15px;
    }
  }
}*/
.partners-section {
  background: url(//theme.hstatic.net/200000274675/1001382625/14/partner_home.png?v=1773);
  padding: 40px 0 40px 0;
  background-position: center;
  background-size: cover; }
  .partners-section .section-title {
    color: #000;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase; }
  .partners-section .partners-group {
    display: flex;
    flex-direction: column;
    gap: 60px 0; }
  .partners-section .partners-category .category-title {
    color: #1F1F1F;
    text-align: center;
    font-size: var(--FontSize-Heading4, 32px);
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .partners-section .partners-category .category-title {
        font-size: 24px; } }
  .partners-section .partners-category .partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 8px; }
  .partners-section .partners-category .partner-logo {
    max-height: 65px;
    object-fit: contain;
    transition: filter 0.2s;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
    @media (max-width: 768px) {
      .partners-section .partners-category .partner-logo {
        max-height: 45px; } }
  .partners-section .partners-category a:hover .partner-logo {
    filter: grayscale(0) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08)); }

.story-section {
  padding: 40px 0;
  background-color: #fff; }

.story-images {
  position: relative;
  padding-bottom: calc(104% + 3px);
  overflow: hidden;
  border-radius: 8px; }

.story-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

.story-image.active {
  opacity: 1; }

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

.story-content {
  padding-left: 0; }

.story-title {
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px; }

.timeline-item {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  padding: 27px 45px; }

.timeline-header {
  position: relative;
  display: flex;
  align-items: center; }
  .timeline-header .timeline-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px;
    overflow: hidden;
    color: #919191; }
    .timeline-header .timeline-toggle svg {
      width: 12px;
      height: 13px; }

.timeline-item.active {
  background: #F5F5F5; }

/*.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e0e0e0;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  transition: all 0.3s ease;
}

.timeline-item.active::before {
  background-color: #007bff;
  border-color: #007bff;
}

.timeline-item:hover::before {
  background-color: #007bff;
  border-color: #007bff;
}

.timeline-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.timeline-year {
  font-size: 18px;
  font-weight: 700;
  color: #007bff;
  margin-right: 15px;
  min-width: 60px;
}*/
.timeline-title {
  font-size: 18px;
  font-weight: 600;
  color: #919191;
  margin: 0;
  flex: 1; }

.timeline-toggle {
  font-size: 20px;
  font-weight: 700;
  color: #919191;
  cursor: pointer;
  transition: transform 0.3s ease; }

.timeline-item.active .timeline-header .timeline-toggle {
  color: #000;
  height: 24px; }

.timeline-item.active .timeline-title {
  color: #000; }

.timeline-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #000;
  font-size: 18px; }
  .timeline-description p {
    margin-bottom: 0; }

.timeline-item.active .timeline-description {
  max-height: 200px;
  margin-top: 5px; }

@media (max-width: 768px) {
  .story-section {
    padding: 60px 0; }
  .story-content {
    padding-left: 0;
    margin-top: 40px; }
  .story-title {
    font-size: 36px; }
  .story-subtitle {
    font-size: 20px; }
  .timeline-item {
    padding-left: 25px;
    padding-right: 25px; }
  .timeline-year {
    font-size: 16px;
    min-width: 50px; } }

@media (max-width: 768px) {
  .section-title {
    font-size: 24px; } }

.blog-section {
  padding: 0;
  background-color: #fff; }

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }

.blog-title {
  color: #000;
  margin: 0; }

.blog-button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #050708;
  color: #050708;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    .blog-button {
      padding: 5px 15px; } }

.blog-button:hover {
  background-color: #050708;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px); }

.blog-grid {
  margin-top: 40px;
  margin-bottom: 25px; }
  .blog-grid .scrollmobile {
    flex-wrap: nowrap;
    display: flex;
    margin: 0 -7.5px;
    flex-wrap: wrap; }
    .blog-grid .scrollmobile .blog-item {
      padding: 0 7.5px;
      margin-bottom: 15px; }
  @media (max-width: 768px) {
    .blog-grid .scrollmobile {
      overflow: hidden;
      overflow-x: auto;
      flex-wrap: nowrap; }
      .blog-grid .scrollmobile .blog-item {
        margin-bottom: 0;
        width: 90vw;
        min-width: 90vw;
        flex: 0 0 90vw; }
        .blog-grid .scrollmobile .blog-item .blog-card {
          height: 100%; } }

.blog-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
  border: 1px solid #E5E7E8; }

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }

.blog-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 8px; }

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0;
  top: 0; }

.blog-card:hover .blog-image img {
  transform: scale(1.05); }

.blog-content {
  padding: 0 24px; }

.blog-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0; }

.blog-card-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2; }

.blog-card-description {
  font-size: 14px;
  color: #666F77;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.what-we-do-section {
  position: relative;
  color: white;
  padding: 80px 0;
  overflow: hidden; }
  .what-we-do-section .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .what-we-do-section .section-background .background-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .what-we-do-section .section-background .background-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .what-we-do-section .container {
    position: relative;
    z-index: 2; }
  .what-we-do-section .section-title {
    font-size: 48;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      .what-we-do-section .section-title {
        font-size: 32px;
        margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .what-we-do-section .services-container .mb-5 {
      margin-bottom: 25px; } }
  .what-we-do-section .services-container .service-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 40px 30px;
    transition: all 0.4s ease;
    position: relative;
    height: 100%; }
    .what-we-do-section .services-container .service-item:hover {
      transform: translateY(-10px);
      background: rgba(255, 255, 255, 0.08);
      border-color: #fff;
      box-shadow: 0 20px 40px rgba(255, 107, 53, 0.2); }
    .what-we-do-section .services-container .service-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: #fff;
      transition: width 0.4s ease; }
    .what-we-do-section .services-container .service-item:hover::before {
      width: 100%; }
    .what-we-do-section .services-container .service-item .service-number {
      font-size: 56px;
      font-weight: 900;
      color: #fff;
      line-height: 1;
      margin-bottom: 20px;
      transition: all 0.3s ease;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .what-we-do-section .services-container .service-item .service-number {
          font-size: 32px; } }
    .what-we-do-section .services-container .service-item .service-title {
      font-size: 26px;
      display: flex;
      font-weight: 700;
      justify-content: flex-end;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      max-width: calc(80% - 50px);
      width: max-content; }
      @media (max-width: 768px) {
        .what-we-do-section .services-container .service-item .service-title {
          padding-bottom: 15px; } }
      .what-we-do-section .services-container .service-item .service-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
      @media (max-width: 768px) {
        .what-we-do-section .services-container .service-item .service-title {
          font-size: 24px;
          margin-bottom: 15px; } }
    .what-we-do-section .services-container .service-item .service-content .service-description p {
      font-size: 16px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.9);
      margin: 0; }
      @media (max-width: 768px) {
        .what-we-do-section .services-container .service-item .service-content .service-description p {
          line-height: 1.7;
          text-align: left; } }
    .what-we-do-section .services-container .service-item .service-content .service-description b {
      color: #ff6b35;
      font-weight: 600;
      transition: all 0.3s ease; }
      .what-we-do-section .services-container .service-item .service-content .service-description b:hover {
        color: white; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.what-we-do-section .service-item {
  animation: slideInUp 0.8s ease forwards; }
  .what-we-do-section .service-item:nth-child(1) {
    animation-delay: 0.2s; }
  .what-we-do-section .service-item:nth-child(2) {
    animation-delay: 0.4s; }
  .what-we-do-section .service-item:nth-child(3) {
    animation-delay: 0.6s; }

@media (max-width: 992px) {
  .what-we-do-section {
    padding: 60px 0; }
    .what-we-do-section .services-container .service-item {
      margin-bottom: 30px;
      padding: 30px 25px; } }

@media (max-width: 768px) {
  .what-we-do-section {
    padding: 50px 0; }
    .what-we-do-section .services-container .service-item {
      padding: 25px 20px; }
      .what-we-do-section .services-container .service-item .service-number {
        margin-bottom: 15px; }
      .what-we-do-section .services-container .service-item .service-content .service-title {
        margin-bottom: 12px; }
        .what-we-do-section .services-container .service-item .service-content .service-title::after {
          width: 30px; } }

@media (max-width: 576px) {
  .what-we-do-section .section-title {
    margin-bottom: 30px; }
  .what-we-do-section .services-container .service-item {
    padding: 20px 15px; } }
