@font-face {
  font-family: "STC Forward-ExtraBold";
  src: url("../fonts/STC Forward ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STC Forward-Medium";
  src: url("../fonts/STC Forward Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STC Forward-Regular";
  src: url("../fonts/STCForward-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STC Forward-Bold";
  src: url("../fonts/STC Forward Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STC-Light";
  src: url("../fonts/alfont_com_STC-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "STC-Regular";
  src: url("../fonts/alfont_com_STC-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #c6c6c6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #c6c6c6;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

* {
  outline: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  padding: 0px !important;
  margin: 0px !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  line-height: 1.42857143;
  height: 100%;
  position: relative;
  overflow: hidden auto;
  font-family: "STC Forward-Medium";
  color: #fff;
  background-color: #1c262e;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.page-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
  overflow: hidden auto;
  position: relative;
}

header {
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.71) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: relative;
}
header .logo-container img {
  max-width: 250px;
  transition: all 0.3s ease;
  /* filter: invert(1); */
}

header .navigation-links .dropdown {
  position: static;
}
header .navigation-links {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

header .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
  transition: all 0.3s ease;
  padding-bottom: 15px;
}

header .expand-down-wrapper {
  position: relative;
  width: 20px;
  height: 21px;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid;
  border-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .expand-down {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

header .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "STC Forward-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.54px;
  line-height: 26.4px;
  white-space: nowrap;
}
header .nav-link.active .text-wrapper,
a.nav-link.show .text-wrapper,
header .nav-link:hover .text-wrapper {
  color: #ff385e;
}
a.nav-link.show .expand-down-wrapper,
header .nav-link:hover .expand-down-wrapper {
  border-color: #ff385e;
  color: #ff385e;
}

header a.link-default {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
header a.link-default.active,
header a.link-default:hover {
  color: #ff385e;
}
header .expand-down-wrapper i {
  transition: transform 0.3s ease;
}

header .nav-link:hover .expand-down-wrapper i,
header a.nav-link.show .expand-down-wrapper i {
  transform: rotate(180deg);
}

header .nav-link:hover .expand-down-wrapper,
header a.nav-link.show .expand-down-wrapper {
  border-color: #ff385e;
}

header .nav-link:hover .expand-down-wrapper i,
header a.nav-link.show .expand-down-wrapper i {
  color: #ff385e;
}

header .dropdown-menu {
  inset: unset !important;
  position: absolute;
  top: 100%;
  left: 50% !important;
  transform: translateX(-50%) translateY(-10px) !important;
  width: 90%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
}

header .screen {
  display: flex;
  width: 100%;
  min-height: 500px;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  position: relative;
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}

header .screen .menu-list {
  width: 100%;
  position: relative;
}

header .screen .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  display: flex;
  padding: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

header .screen .a-podcast-for-makers {
  position: relative;
  width: 100%;
  font-family: "STC Forward-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0;
  line-height: 1.5;
  direction: rtl;
}

header .screen .div-wrapper {
  position: relative;
  width: 100%;
  max-width: 145px;
  height: 41px;
  background-image: url(./img/vector-3.svg);
  background-size: 100% 100%;
}

header .screen .text-wrapper {
  position: absolute;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  letter-spacing: 0;
  direction: rtl;
}

header .screen .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  align-items: flex-end;
  gap: 1rem;
  position: relative;
}

header .screen .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

header .screen .text-wrapper-2 {
  position: relative;
  width: fit-content;
  color: #1c262e;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 700;
}

header .screen .rectangle {
  position: relative;
  width: 15px;
  height: 15px;
}

header .screen .menu-item {
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

header .screen .content,
header .screen .content-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  width: 100%;
}

header .screen .text-wrapper-3 {
  position: relative;
  width: 100%;
  color: #1c262e;
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0;
  line-height: 1.5;
  direction: rtl;
}

header .screen .p {
  position: relative;
  width: 100%;
  font-family: "STC Forward-Regular", Helvetica;
  font-weight: 400;
  color: #929292;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0;
  line-height: 1.5;
  direction: rtl;
}

/* Sticky Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

header.sticky {
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 1rem 0 !important;
}

header.sticky .logo-container img {
  max-height: 40px;
  transition: all 0.3s ease;
  /* filter: invert(1); */
}

header.sticky .navigation-container {
  margin-top: 0;
}

/* header.sticky .text-wrapper {
  color: #000;
}
header.sticky .expand-down-wrapper {
  border-color: #000;
}
header.sticky .expand-down-wrapper i {
  color: #000;
}
header.sticky .nav-link {
  color: #000;
}
header.sticky a.link-default {
  color: #000;
} */
.theme-switch-button {
  cursor: not-allowed;
}
/* Adjust main content to prevent header overlap */
.main {
  padding-top: 115px;
}

/* Media Queries */
@media (max-width: 768px) {
  header .screen {
    flex-direction: column;
    padding: 1rem;
  }

  header .screen .menu-list {
    padding: 1.5rem;
  }

  header .screen .frame,
  header .screen .div {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  header .screen {
    gap: 1rem;
  }

  header .screen .menu-list {
    padding: 1rem;
  }
}

/* Button Styles */
.btn-default-red,
.btn-default-white,
.btn-default-purper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 500;
  font-family: "STC Forward-Medium";
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  height: 50px;
}

.btn-default-red {
  background: url("../img/btn-red.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.btn-default-red:hover {
  background: url("../img/btn-red-light.png") no-repeat center center;
  background-size: cover;
}

.btn-default-white {
  background: url("../img/btn-light.png") no-repeat center center;
  background-size: cover;
  color: #1c262e;
}

.btn-default-white:hover {
  background: url("../img/btn-red.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.btn-default-purper {
  background: url("../img/btn-purper.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.btn-default-purper:hover {
  background: url("../img/btn-red.png") no-repeat center center;
  background-size: cover;
}

/* Button Text Styles */
.btn-default-red span,
.btn-default-white span,
.btn-default-purper span {
  position: relative;
  z-index: 1;
  font-family: "STC Forward-Medium";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .leader-description.expanded {
      max-height: max-content;
  }
  header {
    height: auto;
    padding: 2rem 0;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
  }
  header .row {
    justify-content: space-between;
  }
  header  .col-4.left-side {
    display: none!important;
  }
  .theme-switch-button,
  header .navigation-container,
  header .left-side .btn-default-red {
    display: none;
  }
}

/* Mobile Menu Styles */

.hamburger-btn {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #fff;
  border-radius: 5px;
}

.hamburger-btn span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #ff385e;
  transition: all 0.3s ease;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  transition: right 0.3s ease;
  overflow-y: auto;
  border-top-left-radius: 25px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.mobile-menu-header .logo-container {
  max-width: 150px;
}

.close-menu {
  background: none;
  border: none;
  color: #111;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu-content {
  padding: 0;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.mobile-nav-link {
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  display: flex;
  /* justify-content: space-between; */
  gap: .2rem;

  align-items: center;
}

.mobile-nav-link .expand-down-wrapper {
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mobile-nav-link .expand-down-wrapper i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mobile-dropdown.active .mobile-nav-link .expand-down-wrapper {
  border-color: #ff385e;
}

.mobile-dropdown.active .mobile-nav-link .expand-down-wrapper i {
  transform: rotate(180deg);
  color: #ff385e;
}

.mobile-dropdown-content {
  display: none;
  padding: 10px 20px 10px 20px;
  background-color: rgba(0, 0, 0, 0.02);
}

.mobile-dropdown.active .mobile-dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-dropdown-content a {
  color: #929292;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.mobile-dropdown-content a:hover {
  color: #ff385e;
}

.mobile-banner {
  position: relative;
  margin: 4rem 0 0 0;
  border-radius: 17px 0px 0px 17px;
  overflow: hidden;
}

.mobile-banner img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

.banner-content p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.mobile-footer {
  border-radius: 17px 0px 0px 17px;
  background: #4f008c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  gap: 15px;
  position: relative;
  margin-top: 0.5rem;
}
.mobile-footer::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: rgba(223, 223, 223, 0.44);
}
.mobile-footer p {
  font-size: 13px;
  margin-bottom: 0;
}
.mobile-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 767px) {
  .mobile-menu-btn {
    display: block !important;
  }

  .mobile-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-menu-btn,
  .mobile-menu {
    display: none;
  }
}

/* Dropdown hover functionality */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Menu item styles */
.menu-item .content,
.menu-item .content-2 {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}

.menu-item .content:hover,
.menu-item .content-2:hover {
  background-color: rgba(255, 56, 94, 0.05);
}

.menu-item .content:hover .text-wrapper-3,
.menu-item .content-2:hover .text-wrapper-3 {
  color: #ff385e;
}

.menu-item .content:hover .p,
.menu-item .content-2:hover .p {
  color: #666;
}

/* Ensure text-wrapper-3 is clickable */
.text-wrapper-3 {
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Update existing styles */
.menu-item {
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.menu-item:hover {
  background-color: rgba(255, 56, 94, 0.05);
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

/* Slider Styles */
.slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;

  .slider-container {
    position: relative;
    width: 100%;
  }

  .slider-wrapper {
    position: relative;
    width: 100%;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    display: block;

    &.active {
      opacity: 1;
      visibility: visible;
      position: relative;
    }
  }

  .slide-image {
    position: relative;
    width: 100%;
    overflow: hidden;

    img {
      width: 100%;
      height: auto;
      display: block;
      transform: scale(1);
      transition: transform 6s cubic-bezier(0.4, 0, 0.2, 1);
    }
  }

  .slide.active .slide-image img {
    transform: scale(1.15);
  }

  .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .slide-content {
    max-width: 600px;
    padding: 0 1rem;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
  }

  .slide.active .slide-content {
    opacity: 1;
    transform: translateY(0);
  }

  .slide-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: "STC Forward-ExtraBold";
  }

  .slide-subtitle {
    font-size: 1.34em;
    margin-bottom: 2rem;
  }

  .slider-dots {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
  }

  .dot {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    border: 1px solid #cbcbcb;
    position: relative;
    background-color: transparent;

    &.active {
      transform: scale(1.5);
      border: 2px solid #fff;

      &::after {
        width: 5px;
        height: 5px;
        background-color: #ff385e;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }

  @media (max-width: 768px) {
    .slide-content {
      padding: 0 2rem;
    }

    .slide-title {
      font-size: 2.5rem;
    }

    .slide-subtitle {
      font-size: 1rem;
    }

    .slider-dots {
      right: 1rem;
    }
  }
}

/* About Section Styles */
.about-section {
  padding: 3rem 0 6rem;
  margin: 4rem 0;
  background-color: #1c262e;
  position: relative;
  overflow: hidden;

  .shape {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;

    img {
      height: 100%;
      width: auto;
      object-fit: contain;
    }

    &.shape-left {
      left: 0;
      transform: translateX(-30%);
    }

    &.shape-center {
      left: 50%;
      transform: translateX(-50%);
    }

    &.shape-right {
      right: 0;
      transform: translateX(30%);
    }
  }

  .container-fluid {
    position: relative;
    z-index: 2;
  }

  .about-content {
    padding-right: 0;

    @media (max-width: 991px) {
      padding-right: 0;
      margin-bottom:0;
      text-align: center;
      padding-top: 2rem;
    }
  }

  .about-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: "STC Forward-Bold";
    line-height: 1.3;

    @media (max-width: 768px) {
      font-size: 1.5rem;
    }
  }

  .about-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 1rem;
    font-family: "STC Forward-Regular";
    text-align: justify;
    

    @media (max-width: 768px) {
      font-size: 14px;
    }
  }

  .about-video {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

    video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }

  .btn-default-red {
    margin-top: 1rem;
  }
}

/* Features Section Styles */
.features-section {
  position: relative;
  background-color: #1c262e;
  overflow: hidden;

  .feature-box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;

    &:hover {
      background-color: #4f008c;

      .feature-bg {
        opacity: 0;
      }
      &:before {
        content: "";
        position: absolute;
        width: 25vw;
        height: 25vw;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: radial-gradient(
          50% 50% at 50% 50%,
          rgba(206, 188, 219, 0.73) 0%,
          rgba(79, 0, 140, 0) 100%
        );
        transition: opacity 0.3s ease;
      }

      .feature-number {
        opacity: 0;
        width: 0;
        display: none;
        transform: translateY(-20px);
      }

      .hover-image {
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
        text-align: center;
        img {
          width: auto;
          max-width: 80%;
          height: auto;
          max-height: 400px;
          object-fit: contain;
          position: relative;
          z-index: 2;
        }
      }
    }
  }
  .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }

  .feature-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.3s ease;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .hover-image {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
    overflow: hidden;
  }

  .feature-box:hover {
    .hover-image {
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible;
      text-align: center;

      &:before {
        opacity: 1;
      }

      img {
        width: auto;
        max-width: 80%;
        height: auto;
        max-height: 400px;
        object-fit: contain;
      }
    }
  }

  .feature-content {
    position: relative;
    z-index: 2;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    color: #fff;
    transition: background 0.3s ease;

    .feature-box:hover & {
      background: transparent;
    }
  }

  .feature-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #4f008c;
    transition: all 0.3s ease;
  }

  .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "STC Forward-Bold";
  }

  .feature-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-family: "STC Forward-Regular";
  }

  .feature-buttons {
    display: flex;
    gap: 1rem;
    .btn-default-white {
      color: #fff;
      text-decoration: none;
    }
    .link-default {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      color: #fff;
      text-decoration: none;
      i {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
      }

      &:hover i {
        transform: translateX(-5px);
      }
    }
  }

  @media (max-width: 991px) {
    .feature-box {
      min-height: 500px;
    }
  }

  @media (max-width: 768px) {
    .feature-box {
      min-height: 450px;
    }

    .feature-title {
      font-size: 1.5rem;
    }

    .feature-number {
      font-size: 2rem;
    }
  }
}

/* Features Section Mobile Slider Styles */
.features-swiper {
  padding: 40px 0;
  overflow: visible;
}

.features-swiper .swiper-slide {
  height: auto;
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.85);
}

.features-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.features-swiper .feature-box {
  height: 100%;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.features-swiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.features-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff385e;
  opacity: 0.5;
}

.features-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Client Logos Section Styles */
.client-logos-section {
  padding: 6rem 0;
  background-color: #1c262e;
  overflow: hidden;
}

.client-logos-section .section-header {
  margin-bottom: 4rem;
}

.client-logos-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "STC Forward-Bold";
}

.client-logos-section .section-subtitle {
  font-size: 1.1rem;
  color: #fff;
  font-family: "STC Forward-Regular";
}

.logos-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 0;
}

.logos-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.logos-row:last-child {
  margin-bottom: 0;
}

.logos-track {
  display: flex;
  gap: 0;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  width: fit-content;
}

.logos-track.animate {
  animation-play-state: running;
}

.logos-track:hover {
  animation-play-state: paused;
}

.top-row .logos-track {
  animation-name: scrollLeftToRight;
  transform: translateX(-50%);
}

.bottom-row .logos-track {
  animation-name: scrollRightToLeft;
  transform: translateX(50%);
}

.logo-item {
  flex: 0 0 auto;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.logo-circle:hover {
  position: relative;
  background-color: #4f008c;
  &::before {
    content: "";
    content: "";
    width: 16.397px;
    height: 16.397px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    position: absolute;
    top: 14px;
    right: 20px;
    background: #ff385e;
  }
  &::after {
    content: "";
    width: 16.397px;
    height: 16.397px;
    transform: rotate(-135deg);
    flex-shrink: 0;
    position: absolute;
    bottom: 14px;
    left: 20px;
    background: #ff385e;
  }
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.logo-circle:hover img {
  filter: brightness(1) invert(0);
}

@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes scrollRightToLeft {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .client-logos-section {
    padding: 4rem 0;
  }

  .client-logos-section .section-title {
    font-size: 2rem;
  }

  .client-logos-section .section-subtitle {
    font-size: 1rem;
  }

  .logo-item {
    width: 120px;
    height: 120px;
  }
}

/* Sectors Section Styles */
.sectors-section {
  padding: 6rem 0;
  background-color: #1c262e;
  position: relative;
  overflow: hidden;
}

.sectors-grid {
  position: relative;
  min-height: 800px;
}

.sectors-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sectors-column .sector-card:first-child {
  .sector-content {
    top: 0;
    bottom: auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  }
}

.center-column {
  position: relative;
}

.sectors-grid-center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  height: 100%;
}
.sectors-grid-center {
  .sector-card:nth-child(2) {
    .sector-content {
      top: 0;
      bottom: auto;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    }
  }
}

.sector-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sector-card:hover img {
  transform: scale(1.1);
}

.sector-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  color: #fff;
}

.sector-icon {
  display: none!important;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #ff385e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sector-icon:hover {
  background-color: #fff;
  color: #ff385e;
}

.sector-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  font-family: "STC Forward-Bold";
}

.ellipse-2 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  background-color: #4f008c;
  border-radius: 293.5px;
  filter: blur(87px);
  z-index: 2;
}

.center-circle {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27vw;
  height: 27vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
  z-index: 3;
  border: 1px solid rgba(97, 97, 97, 0.4);
  border-radius: 50%;
}

.center-circle h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.center-circle p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Responsive Styles */
@media (max-width: 1023px) {
  .sectors-section {
    padding: 4rem 0;
  }

  .sectors-grid {
    min-height: auto;
  }

  .sectors-column {
    margin-bottom: 2rem;
  }

  .sectors-grid-center {
    gap: 1rem;
  }

  .center-circle {
    width: 250px;
    height: 250px;
    padding: 1.5rem;
  }

  .center-circle h2 {
    font-size: 1.5rem;
  }

  .center-circle p {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .sectors-section {
    padding: 3rem 0;
  }

  .sector-card {
    aspect-ratio: 16/9;
  }

  .sector-content h3 {
    font-size: 1.2rem;
  }

  .center-circle {
    width: 200px;
    height: 200px;
    padding: 1rem;
  }

  .center-circle h2 {
    font-size: 1.2rem;
  }

  .center-circle p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}

/* Mobile Sectors Slider Styles */
.sectors-swiper {
  padding: 20px 0;
  overflow: hidden;
  width: 100%;
}

.mobile-sector-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  height: 250px;
}

.mobile-sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-sector-card .sector-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-sector-card .sector-content h3 {
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  font-family: "STC Forward-Bold";
}

.mobile-sector-card .sector-icon {
  background: #ff385e;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-sector-card .sector-icon:hover {
  background: #fff;
  color: #ff385e;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff385e;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Hide desktop grid on mobile */
@media (max-width: 991px) {
  .sectors-section .container:not(.d-lg-none) {
    display: none !important;
  }
  .sectors-section .container.d-lg-none {
    display: block !important;
  }
}

/* Show mobile slider only on mobile */
@media (min-width: 992px) {
  .sectors-section .container.d-lg-none {
    display: none !important;
  }
}

/* Additional mobile-specific styles */
@media (max-width: 991px) {
  .sectors-section {
    padding: 3rem 0;
  }

  .sectors-section .section-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sectors-section .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .sectors-section .section-subtitle {
    font-size: 1rem;
    color: #fff;
  }
}

/* Banner Section Styles */
.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-container {
  position: relative;
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
}

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-body {
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  max-width: 800px;
}

.banner-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: "STC Forward-ExtraBold";
  line-height: 1.2;
}

.banner-subtitle {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: "STC Forward-Regular";
}

/* Responsive Styles for Banner */
@media (max-width: 768px) {
  .banner-title {
    font-size: 36px;
  }

  .banner-subtitle {
    font-size: 18px;
  }
}

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

  .banner-subtitle {
    font-size: 16px;
  }
}

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
  position: relative;
}

.faq-header {
  margin-bottom: 50px;
}

.faq-header .faq-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.faq-header .faq-title h2 span {
  font-weight: 400;
  font-family: "STC Forward-Regular";
}

.faq-container {
  display: flex;
  flex-direction: column;
}

.faq-item {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.41);
  transition: all 0.3s ease;
}

.faq-number {
  width: 150px;
  height: 150px;
  background: #4b0386;
  border: 1px solid rgba(255, 255, 255, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  font-family: "STC Forward-ExtraBold";
  border-top: 0;
  border-bottom: 0;
}

.faq-content {
  flex: 1;
  padding: 30px;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-item:hover .faq-content {
  background: #ff385e;
}

.faq-question h3 {
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 0;
}
.faq-answer p a {
  color: #fff;
  text-decoration: underline;
  &:hover {
    color: #4b0386;
  }
}

.faq-item:hover .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 20px;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-header .faq-title h2 {
    font-size: 36px;
  }

  .faq-number {
    width: 120px;
    height: 120px;
    font-size: 36px;
  }

  .faq-question h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .faq-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .faq-number {
    width: 100px;
    height: auto;
    font-size: 32px;
  }

  .faq-content {
    padding: 20px;
  }
}

footer {
  background-color: #fff;
  h3 {
    font-weight: 500;
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  a {
    color: #000;
    font-family: "STC Forward-Regular";
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    &:hover {
      color: #ff385e;
    }
  }
  p {
    color: #000;
    font-size: 16px;
    margin: 0;
  }
  .contact-info {
    ul li {
      align-items: flex-start !important;
    }
    a {
      font-weight: 500;
      font-family: "STC Forward-Medium";
      &:hover {
        color: #ff385e;
      }
    }
  }
  .icon {
    display: flex;
    width: 46.5px;
    height: 46px;
    padding: 11px 11.5px 11px 11px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 56, 94, 0.13);
    border-radius: 13px;
    border: 1px solid rgba(255, 56, 94, 0.13);
    img {
      width: 100%;
    }
  }
  .footer-social {
    min-width: 100px;
  }
  .footer-social .icon:hover {
    background: #fff;
  }
  .col-lg-4.d-flex.gap-5 {
    /* gap: 6rem!important; */
    flex-flow: column-reverse;
  }
  
  /* .footer-social ul {
    flex-flow: column;
  } */
  .top-footer {
    padding: 4rem 0;
    .logo-footer {
      img {
        max-width: 100%;
      }
    }
    .footer-nav {
      ul {
        margin: 0;
        padding: 0;
        li {
          margin-bottom: 1rem;
          a {
            font-weight: 500;
            font-family: "STC Forward-Medium";
            font-size: 18px;
          }
        }
      }
      .flex-wrap {
        max-width: 260px;
        li {
          width: 50%;
        }
      }
    }
  }
  .bottom-footer {
    background-color: #4f008c;
    padding: 1rem 0;
    ul {
      margin-bottom: 0;
    }
    a,
    p {
      color: #fff;
      margin: 0;
    }
    a:hover {
      color: #ff385e;
    }
  }
}


.vision-section .box {
  background-color: #4f008c;
  padding: 5rem;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.vision-section .box .vision-image {
  position: absolute;
  top: 60px;
  right: 0;
}
.vision-section .box .row {
  position: relative;
  z-index: 2;
}
.vision-section .box .vision-image .content {
  position: relative;
}
.vision-section .box .vision-image .content::before {
  content: "";
  position: absolute;
  right: 92%;
  width: 77vw;
  height: 1.5px;
  background-color: #a57dc4;
  z-index: 5;
  bottom: 11.4rem;
}
.vision-section .box .vision-title {
  h2 {
    font-size: 3rem;
    font-weight: 700;
    font-family: "STC Forward-Bold";
    line-height: 1.2;
  }
}
.vision-section .box .vision-subtitle {
  p {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "STC Forward-Regular";
  }
}
.vision-section .box .vision-counter {
  margin: 2.5rem 0;
}
.vision-section .box .vision-counter .row {
  row-gap: 2rem;
}
.vision-section .box .vision-counter-item-number {
  color: #ff385e;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
}
.vision-section .box .vision-counter-item-title {
  h3 {
    font-size: 16px;
    font-weight: 500;
  }
  p {
    margin: 0;
    font-weight: 300;
    font-family: "STC Forward-Regular";
  }
}
.vision-section .box .vision-footer {
  margin-top: 9rem;
  .row {
    row-gap: 1.5rem;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "STC Forward-Bold";
    margin: 1rem 0;
  }
  p {
    font-size: 1rem;
    font-weight: 300;
    font-family: "STC Forward-Regular";
  }
}

/* Values Section Styles */
.values-section {
  padding: 3rem 0;
}

.values-row {
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}

.values-text {
  padding: 20px;
}

.values-title {
  color: #dfdfdf;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "STC Forward-ExtraBold";
  transition: color 0.3s ease;
}

.values-row:hover .values-title {
  color: #ff385e;
}

.values-description {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 1.6;
}

.values-image {
  opacity: 0;
  width: 0;
  visibility: hidden;
  margin-bottom: 30px;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.values-row:hover .values-image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  width: auto;
}

.values-words {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 360px;
}

.word-item {
  font-size: 3rem;
  transition: color 0.3s ease;
}

.values-words .word-item:nth-child(1) {
  color: #dfdfdf;
}

/* .values-words .word-item:nth-child(2) {
  color: rgba(223, 223, 223, 0.6);
}

.values-words .word-item:nth-child(3) {
  color: rgba(223, 223, 223, 0.4);
} */

.values-row:hover .values-words .word-item {
  color: #ff385e;
}

/* .values-row:hover .values-words .word-item:nth-child(2) {
  color: rgba(255, 56, 94, 0.6);
}

.values-row:hover .values-words .word-item:nth-child(3) {
  color: rgba(255, 56, 94, 0.4);
} */
/* Our Team Section Styles */
.our-team-section {
  margin-bottom: 5rem;
}
.our-team-section .leader-content {
  position: relative;
  padding: 3rem 0;
}
.our-team-section .leader-content .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
  position: absolute;
  right: 430px;
  top: 0;
}
.our-team-section .leader-content::before {
  position: absolute;
  content: "";
  width: 325px;
  height: 100%;
  border: 30px solid #fff;
  z-index: -1;
  right: -40px;
  top: 0;
}
.our-team-section .leader-content .box {
  background-color: #4f008c;
  padding: 0 2rem;
  padding-bottom: 0;
}
.our-team-section .leader-content .box .leader-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 390px;
  margin-bottom: -3rem;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.leader-text {
  width: 60%;
  padding: 1.5rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
  h4 {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "STC Forward-Regular";
    color: #fff;
    margin-bottom: 1.5rem;
  }
  p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    font-family: "STC Forward-Regular";
    line-height: 1.5;
    span {
      color: #ff385e;
    }
  }
}

.leader-description {
  position: relative;
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 15px;
}

.leader-description.expanded {
  max-height: 1000px;
}

.leader-description p {
  margin: 0;
  line-height: 1.6;
  text-align: justify;
}

.read-more {
  display: inline-block;
  color: #ff385e;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.read-more i {
  transition: transform 0.3s ease;
  margin-right: 5px;
}

.read-more.active i {
  transform: rotate(180deg);
}

.read-more:hover {
  color: #fff;
}

/* Team Section Styles */
section.our-team-section .col-lg-3 {
  width: 20%;
}
.team-row {
  margin-top: 1rem;
}
.team-row .row-cards {
  row-gap: 2rem;
}
.team-card {
  position: relative;
}

.team-image {
  width: 100%;
  background-color: #4f008c;
  position: relative;
  overflow: hidden;
  /* height: 19.75vw; */
  height: 16vw;
  text-align: center;
  transition: all 0.3s ease;
}
.team-card .team-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1.2vw solid #fff;
  top: 0;
  right: 0;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  transition: transform 0.3s ease;
  z-index: 2;
  position: relative;
}
.row.row-directors {
  row-gap: 2rem;
}
.row.row-directors .team-image img {
  padding: 1.1vw;
}
/* .team-row .row-cards .col-6:nth-child(1) .team-image img {
    width: 70%
} */
/* .team-card:hover .team-image img {
  transform: scale(1.1);
} */
/* .team-card:hover .team-image {
  background-color: #ff385e;
} */

.team-content {
  padding: 1rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: .5rem;
}

.team-info {
  text-align: right;
}

.team-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.team-position {
  font-size: 1rem;
  color: #dfdfdf;
  margin: 0;
  font-weight: 400;
  font-family: "STC Forward-Regular";
}

.team-action {
  text-align: left;
}

.read-bio {
  color: #ff385e;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  min-width: 70px;
}
.row-directors .read-bio {
  display: none;
}

.read-bio i {
  transition: transform 0.3s ease;
}

.read-bio.active i {
  transform: rotate(180deg);
}

.team-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin-top: 1rem;
}

.team-description.expanded {
  max-height: 100%;
}

.team-description p {
  padding: .8rem;
  margin: 0;
  color: #dfdfdf;
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "STC Forward-Regular";
}

@media (max-width: 991px) {
  .copyright {
      text-align: center;
  }
  footer .bottom-footer ul {
    justify-content: center!important;
    flex-flow: wrap;
    gap: .5rem !important;
  }
  footer .bottom-footer ul li {line-height: normal;}
  section.our-team-section .col-lg-3 {
      width: 50%
  }
  .team-image {
    height: 250px;
  }

  .vision-section .box .vision-image .content::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .row.row-directors .team-image img {
    padding: 0;
}
  .team-name {font-size: 1rem;}
  .faq-item:hover .faq-answer {
    max-height: max-content;
}
.faq-content {
        width: calc(100% - 100px);
    }

 header .col-4.right-side.align-items-center.d-flex.justify-content-center {
    justify-content: flex-end !important;
}
  .team-image {
    height: 150px;
  }

  .team-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .team-info {
    text-align: center;
  }

  .team-action {
    text-align: center;
  }
}

/* Blogs Section Styles */
.blogs-section {
  padding: 0 0 2rem;
}

.blogs-slider {
  position: relative;
  margin-top: 2rem;
}

.blog-card {
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
}
.blog-image::before {
  background-color: #ff385e;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  z-index: 2;
}

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

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

.blog-content {
  padding: 1.5rem 0 0;
}
.link-blog {
  text-align: left;
  display: none;
  i.fa-solid.fa-arrow-left {
    transform: rotate(135deg);
  }
}
.blog-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.blog-description {
  color: #dfdfdf;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: "STC Forward-Regular";
}

.read-more-link {
  color: #ff385e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.read-more-link i {
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #fff;
}

.read-more-link:hover i {
  transform: translateX(-5px);
}

.view-all-container {
  text-align: left;
  margin-top: 2rem;
  display: none;
}

/* Swiper Navigation Styles */
.blogs-swiper {
  padding: 1rem 0;
}

.blogs-swiper .swiper-button-next,
.blogs-swiper .swiper-button-prev {
  color: #fff;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  bottom: 0 !important;
  top: auto;
}
.blogs-swiper .swiper-button-prev {
  left: 50px !important;
  right: auto;
}

.blogs-swiper .swiper-button-next:after,
.blogs-swiper .swiper-button-prev:after {
  font-size: 1rem;
}

.blogs-swiper .swiper-button-next:hover,
.blogs-swiper .swiper-button-prev:hover {
  background: #ff385e;
  color: #fff;
}

.blogs-swiper .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Contact Sectuin */
.contact-section {
  margin-top: -115px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 5rem;
  position: relative;
}
.contact-section::before {
  background: linear-gradient(0deg, rgba(79, 0, 140, 0.40) 0%, rgba(79, 0, 140, 0.40) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-section .container-fluid {
  position: relative;
  z-index: 2;
}

.contact-section .form-box {
  background: rgba(0, 0, 0, 0.59);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(5.400000095367432px);
  width: 85%;
}
.contact-section .form-box  label {
  font-weight: 400;
  font-family: "STC Forward-Regular";
  margin-bottom: .5rem;
}
.contact-section .form-box input.form-control,
.contact-section .form-box select {
  height: 45px;
} 
.contact-section .form-box select:focus,
.contact-section .form-box .form-control:focus {
  box-shadow: none;
  border-color: #4f008c;
}
.contact-section .form-box textarea.form-control {
  height: 95pxx;
}
.contact-section .form-box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
  accent-color: #ff385e;
  border: 2px solid #fff;
  border-radius: 4px;
}

.contact-section .form-box input[type="checkbox"]:checked {
  background-color: #ff385e;
  border-color: #ff385e;
}

.contact-section .form-box .form-check-label {
  color: #fff;
  font-size: 16px;
  font-family: "STC Forward-Regular";
  cursor: pointer;
}

.contact-section .form-box .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-section .form-box .form-check-input:focus{
  box-shadow: none;
}

.contact-section .form-box .btn-default-red {
  border: 0;
  outline: navajowhite;
}
.contact-text {
  width: 50%;
  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
  }
  p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    font-family: "STC Forward-Regular";
  }
}
.contact-section .form-control:disabled {
  background-color: #A9A9A9;
  opacity: 1;
  border-color: #A9A9A9;
}
#thankYouModal .modal-body {
  padding: 2rem;
  color: #111;
}
#thankYouModal .modal-body button.btn-close {
  position: absolute;
  right: 15px;
  font-size: 10px;
  top: 15px;
}
#thankYouModal .modal-body i {
  font-size: 4rem;
}
#thankYouModal .modal-body p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
/* Solutions Banner */
.solutions-banner {
  background-image: url('../img/small-business-1.png');
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.solutions-banner-slider {
  padding-top: 2rem;
  position: relative;
  z-index: 2;
}
.solutions-banner-slider  .slide {
  text-align: center;
  h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #FF385E;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
  }
  p {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "STC Forward-Regular";
  }
  img {
    max-height: 400px;
  }
}
.solutions-banner .fixed-circle {
  width: 832px;
  height: 833px;
  position: relative;
  border-radius: 416px / 416.5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(148, 148, 148, 1) 25%, rgba(28, 38, 46, 0.14) 100%);
  display: flex;;
  justify-content: center;
  align-items: center;
  margin: -15rem auto 0;
  z-index: 1;
  transform: scale(.8);
}
.solutions-banner .fixed-circle .text {
  position: relative;
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10rem;
  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
  }
}

.solutions-banner .fixed-circle .scroll-down {
  margin-top: 5rem;
  cursor: pointer;
}
.solutions-banner .fixed-circle .scroll-down svg path {
  transition: all .3s ease;
}
.solutions-banner .fixed-circle .scroll-down:hover svg path{
  fill: #ff385e;
}
.solutions-banner .fixed-circle img.circle {
  position: absolute;
}
img.stc-word1 {
    position: absolute;
    top: -2rem;
    right: -5rem;
}
img.stc-word2 {
  position: absolute;
  top: -8rem;
  right: 8rem;
}
img.stc-word3 {
  position: absolute;
  top: -9rem;
  left: 3rem;
}
img.stc-word4 {
  position: absolute;
  top: -3rem;
  left: -11rem;
}
.slider-arrow {
  position: absolute;
  width: 100%; 
  top: 13.5rem;
  display: flex;
  justify-content: space-between;
}
.slider-arrow  .arrow {
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.slider-arrow  .arrow:hover {
  border-color: #ff385e;
  color: #ff385e;
}
.slider-arrow  .swiper-button-next:after,.slider-arrow  .swiper-button-prev:after {
  display: none;
}
.next-slide-title {
  position: absolute;
  left: 3rem;
  top: 12rem;
  font-size: 1.2rem;
}
.previous-slide-title {
  position: absolute;
  right: 3rem;
  top: 12rem;
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px){
  .team-content {
    flex-wrap: wrap;
  }
  .team-info {
    width: 100%!important;
}
  .px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

}
@media (max-width: 1199px) and (min-width: 768px) {
  .px-7 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
  .contact-text,
  .contact-section .form-box {
    width: 100%;
  }
  header {
    padding: 2rem 0;
  }
  header .navigation-links {
    gap: 15px;
  }
  header .btn-default-red {
    min-width: 160px;
  }
  header .screen {
    min-height: auto;
  }
  .btn-default-red,
  .btn-default-white,
  .btn-default-purper {
    min-width: 160px;
    background-size: contain;
  }
  .btn-default-red:hover,
  .btn-default-white:hover,
  .btn-default-purper:hover {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .btn-default-red,
  .btn-default-white,
  .btn-default-purper {
    min-width: 120px !important;
    background-size: contain;
    span {
      font-size: 14px;
    }
  }
  .btn-default-red:hover,
  .btn-default-white:hover,
  .btn-default-purper:hover {
    background-size: contain;
  }
  .about-section {
    padding: 3rem 0 5rem;
  }
  .about-section .align-items-center {
    flex-direction: column-reverse;
  }

  footer .logo-footer {
    margin: 0 0 2rem;
  }
  .about-section .shape {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .logo-container img {
    max-width: 180px;
  }
  .faq-question h3 {
    font-size: 20px;
  }
  .features-section .feature-box:hover::before {
    width: 50vw;
    height: 50vw;
    top: 40%;
  }
}

@media (max-width: 767px) {
  .values-words {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.values-title {
  font-size: 1.5rem;
}
.values-description {
    font-size: 14px;
}
.word-item {
  font-size: 1.5rem;
        line-height: normal;
}
footer .top-footer {
        padding: 3rem 0px 1rem;
}
footer .col-lg-4.d-flex.gap-5 {
  gap: 1rem !important;
}
footer .logo-footer {text-align: center;}
footer .contact-info {
    border-top: 1px solid rgba(17, 17, 17, 0.24);
    padding-top: 1rem;
}
footer .bottom-footer p {
  font-size: 14px;
  text-align: center;
}
  .contact-text h2 {
    font-size: 2rem;
  }
  .contact-text p {
    font-size: 1rem;
  }
  .contact-section {
    margin-top: -75px;
    padding: 12rem 0 5rem;
}
  .contact-text,
  .contact-section .form-box {
    width: 100%;
  }
  section.about-section.m-0 {
    padding-top: 8rem;
  }
  .vision-section .box {
    padding: 2rem 1rem;
  }
  .vision-section .box .vision-title h2 {
    text-align: center;
    font-size: 1.5rem;
  }
  .vision-section .box .vision-subtitle {
    text-align: center;
  }
  .vision-section .box .vision-counter-item-number {
    font-size: 2rem;
  }
  .vision-section .box .vision-footer {
    margin-top: 2rem;
  }
  .vision-section .box .vision-image .content::before {
    display: none;
  }
  .values-row .values-image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: auto;
    text-align: center;
  }
  .values-text {
    padding: 0;
    text-align: center;
  }
  .our-team-section .leader-content .title {
    margin-bottom: 2rem;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .leader-text {
    width: 100%;
    text-align: center;
  }
  .leader-text p {
    padding-left: 0;
  }
  .our-team-section .leader-content {
    padding: 0;
  }
  .our-team-section .leader-content::before {
    display: none;
  }
  .our-team-section .leader-content .box {
    flex-wrap: wrap;
    padding: 0 2rem;
    background-color: transparent;
  }
  .our-team-section .leader-content .box .leader-image {
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
    background-color: #4f008c;
    height: 350px;
  }
  .our-team-section .leader-content .box .leader-image::before {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
  }
  .our-team-section .leader-content .box .leader-image img {
    position: relative;
    z-index: 2;
    object-position:center;
    object-fit: contain;
  }
  .team-card .team-image::before {
    border-width: 10px;
  }
  .team-description.expanded {
    max-height: max-content;
  }
  .team-description p {
    padding: 0.5rem;
  }
  .team-row .row {
    row-gap: 1rem!important;
  }
  .team-row {
    margin-top: 0;
  }
  .slider-section .slider-container {
    padding: 0 !important;
  }
  .slider-section .slide-image img {
    height: 100vh;
    object-position: center;
    object-fit: cover;
  }
  .slider-section .slider-dots {
    flex-direction: row;
    right: 36% !important;
    top: auto;
    bottom: 15px;
  }

  .about-section {
    margin: 0;
  }

  .about-section .about-video {
    height: auto;
  }
  .faq-section {
    padding: 50px 0;
  }
  .px-7 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  footer .flex-wrap {
    width: 100%;
  }
  .center-column {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .container-fluid.px-5 {
    padding: 0 1rem !important;
  }
  .footer-links {
    display: flex;
    justify-content: center;
  }
  footer .bottom-footer .row {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .banner-section .banner-image img {
    height: 355px;
    object-fit: cover;
    object-position: center;
  }
  .main {
    padding-top: 0;
  }
  .features-section .feature-content {
    padding: 1rem;
    width: 100%;
  }
  .features-section .feature-box:hover .hover-image {
    max-width: 65%;
  }
  .features-section .feature-box:hover::before {
    width: 50vw;
    height: 50vw;
    top: 30%;
  }
}

@media (max-width: 991px) {
  .blog-image {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .blogs-section {
    position: relative;
  }
  .view-all-container {
    position: absolute;
    top: -65px;
    left: 0;
    margin: 0;
    z-index: 2;
  }
  .blogs-swiper {
    padding: 0;
  }
  .blogs-section .section-header p {
    display: none;
  }
  .blogs-slider {
    margin-top: 1rem;
  }

  .blog-image {
    height: 180px;
  }

  .blog-title {
    font-size: 1.1rem;
  }
  .link-blog {
    text-align: right;
  }
}

/* Solutions Details Section */
.solutions-details {
    padding: 80px 0;
}

.solution-row {
    margin-bottom: 7rem;
    align-items: center;
}

.solution-row:last-child {
    margin-bottom: 0;
}

.solution-text {
    padding: 0 20px;
}

.solution-label {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #4F008C;
    margin-bottom: 1rem;
    width: fit-content;
}

.solution-label span {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

.solution-title {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.solution-description {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.solution-features {
   display: flex;
   margin: 0 -10px;
}

.feature-item {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-bottom: 30px;
    width: 25%;
    padding: 0 10px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-content h3 {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
    line-height: 1.5;
}

.solution-image {
    position: relative;
}

.solution-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.overlay-item {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
/* .image-overlay .overlay-item:nth-child(2) {
  color: rgba(255, 255, 255, 0.80);
}
.image-overlay .overlay-item:nth-child(3) {
  color: rgba(255, 255, 255, 0.60);
} */

/* Responsive Styles */
@media (max-width: 991px) {
  .solutions-banner .fixed-circle {
    transform: scale(.7);
  }
  .solutions-banner-slider .slide img {
    height: 300px;
  }
  .solution-features {
    flex-wrap: wrap;
}
.feature-item {
  width: 50%;
}
    
    .solution-text {
        margin-bottom: 40px;
    }
    
    .solution-title {
        font-size: 28px;
    }
    
    .solution-description {
        font-size: 16px;
    }
    
    .feature-content h3 {
        font-size: 18px;
    }
    
    .feature-content p {
        font-size: 14px;
    }
    
    .overlay-item {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
  header.sticky .logo-container img {
    max-height: 25px;
  }
  header .logo-container img {
    max-width: 200px;
}
  .values-words {
    min-width: 100%;
}
  footer .bottom-footer a {
    font-size: 11px;
  }
  .team-action,
  .team-info {
    width: 100%;
  }
  .solutions-banner {
    display: none;
  }
  .solution-row:nth-child(1),
  .solution-row:nth-child(3) {
    flex-direction: column-reverse;
  }
  /* .solution-row:nth-child(2) {
    flex-direction: column-reverse;
  } */
  .solution-row:nth-child(2),
  .solution-row:nth-child(4) {
    flex-direction: column;
  }
  .solutions-details {
    padding: 0 0 50px;
}
.solution-text,
.solution-image {
  padding: 0;
}
.solution-text {
  z-index: 2;
}
.solution-label {
  border-radius: 0;
  background: #ff385e;
  margin: -2rem 0 1rem;
  width: 100%;
}
.solution-title,
.solution-description {
  padding: 0 1rem;
}
.solution-features {
  margin: 0 15px;
}
.solution-row {margin-bottom: 2rem;}
.solution-label span {
  font-size: 20px;
}
.solution-text a.btn-default-red {
  min-width: 160px !important;
}
.solution-btn {
  text-align: center;
}
.team-image img {
    width: 88%;
    height: 95%;
}

.team-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
}

/* Scroll Down Button Animation */
.scroll-down {
    cursor: pointer;
    animation: hang 2s ease-in-out infinite;
}

@keyframes hang {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
.mobile-footer .right-side {
  display: none !important;
}
.mobile-footer::before {
  display: none;
}
.mobile-footer {
  justify-content: center;
}
