@charset "UTF-8";
@font-face {
  font-family: tungsten;
  src: url("../fonts/text-fonts/Tungsten-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
.ic-color-white {
  color: #fff;
}

.ic-bg-white {
  background: #fff;
}

.ic-color-black {
  color: #121426;
}

.ic-bg-black {
  background: #121426;
}

.ic-color-primary {
  color: #8e17c7;
}

.ic-bg-primary {
  background: #8e17c7;
}

.ic-color-secondary {
  color: #b8f949;
}

.ic-bg-secondary {
  background: #b8f949;
}

.ic-color-third {
  color: #d0c6f0;
}

.ic-color-forth {
  color: #d4dffc;
}

.ic-color-sixth {
  color: #5471ff;
}

.ic-color-body {
  color: #565661;
}

.ic-bg-global {
  background: #001b38;
}

.ic-container {
  max-width: 1296px;
  margin: 0 auto;
}

.ic-section-space {
  padding: 90px 0px;
}

.ic-section-space-top {
  padding-top: 90px;
}

.ic-section-space-bottom {
  padding-bottom: 90px;
}

.ic-section-header-space {
  margin-bottom: 50px;
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

.slick-slide {
  padding: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #333;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

.ic-span {
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
  overflow: hidden;
}

select:focus {
  outline: none;
}

.text-inherit {
  text-transform: inherit !important;
}

.ic-pagination-div .page-link {
  border: none;
  background: transparent;
  color: #121426;
  font-weight: 500;
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-pagination-div .page-item.active .page-link {
  background: #8e17c7;
  border-radius: 6px;
  color: #fff;
}

@media (max-width: 1399.98px) {
  .ic-container {
    width: 100%;
    padding: 0 20px;
  }
  .ic-section-space {
    padding: 80px 0px;
  }
  .ic-section-space-top {
    padding-top: 80px;
  }
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
  .ic-section-header-space {
    margin-bottom: 45px;
  }
  .mb-20 {
    margin-bottom: 18px;
  }
  .mb-24 {
    margin-bottom: 22px;
  }
  .mb-35 {
    margin-bottom: 32px;
  }
  .mb-30 {
    margin-bottom: 24px;
  }
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media (max-width: 1199.98px) {
  .ic-section-space {
    padding: 70px 0px;
  }
  .ic-section-space-top {
    padding-top: 70px;
  }
  .ic-section-space-bottom {
    padding-bottom: 70px;
  }
  .ic-section-header-space {
    margin-bottom: 40px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 20px;
  }
  .mb-35 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 22px;
  }
  .mb-40 {
    margin-bottom: 31px;
  }
}
@media (max-width: 991.98px) {
  .ic-section-space {
    padding: 60px 0px;
  }
  .ic-section-space-top {
    padding-top: 60px;
  }
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
  .ic-content-space {
    margin-bottom: 25px;
  }
  .ic-section-header-space {
    margin-bottom: 35px;
  }
  .mb-20 {
    margin-bottom: 14px;
  }
  .mb-24 {
    margin-bottom: 18px;
  }
  .mb-35 {
    margin-bottom: 26px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .ic-container {
    padding: 0 15px;
  }
  .ic-section-space {
    padding: 50px 0px;
  }
  .ic-section-space-top {
    padding-top: 50px;
  }
  .ic-section-space-bottom {
    padding-bottom: 50px;
  }
  .ic-content-space {
    margin-bottom: 20px;
  }
  .ic-section-header-space {
    margin-bottom: 30px;
  }
  .mb-20 {
    margin-bottom: 12px;
  }
  .mb-24 {
    margin-bottom: 16px;
  }
  .mb-35 {
    margin-bottom: 24px;
  }
  .mb-30 {
    margin-bottom: 18px;
  }
  .mb-40 {
    margin-bottom: 27px;
  }
}
@media (max-width: 575.98px) {
  .ic-container {
    padding: 0 10px;
  }
  .ic-section-space {
    padding: 40px 0px;
  }
  .ic-section-space-top {
    padding-top: 40px;
  }
  .ic-section-space-bottom {
    padding-bottom: 40px;
  }
  .ic-content-space {
    margin-bottom: 15px;
  }
  .ic-section-header-space {
    margin-bottom: 25px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-24 {
    margin-bottom: 14px;
  }
  .mb-35 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 16px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
.font-1 {
  font-family: tungsten;
}

.font-2 {
  font-family: "Manrope", sans-serif;
}

h1, h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
  margin: 0px;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 90px;
  line-height: 104%;
}
h2, h2 span {
  font-size: 66px;
  line-height: 62px;
}
h3, h3 span {
  font-size: 54px;
  font-style: normal;
  line-height: 110%;
}
h4, h4 span {
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}
h5, h5 span {
  font-size: 32px;
  font-style: normal;
  line-height: 118%;
}
h6, h6 span {
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
}
p,
a,
span,
label,
li,
select,
input,
tr,
td,
button {
  font-size: 16px;
  line-height: 150%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-18 {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.font-20 {
  font-size: 20px;
  line-height: normal;
}

.font-22 {
  font-size: 22px;
  line-height: 26px;
}

.font-24 {
  font-size: 24px;
  line-height: normal;
  font-style: normal;
}

.font-28 {
  font-size: 28px;
  font-style: normal;
  line-height: 118%;
}

.font-38 {
  font-size: 38px;
  line-height: 118%;
  font-style: normal;
}

.font-42 {
  font-size: 42px;
  font-style: normal;
  line-height: 118%;
}

.font-46 {
  font-size: 46px;
  font-style: normal;
  line-height: normal;
}

.font-48, .font-48 span {
  font-size: 48px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.96px;
}
.font-50, .font-50 span {
  font-size: 50px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
}
.font-60, .font-60 span {
  font-size: 60px;
}
.font-80 {
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
}

.font-86, .font-86 span {
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  font-family: tungsten;
  line-height: 106%;
}
@media (max-width: 1650.98px) {
  h1, h1 span {
    font-size: 85px;
  }
  h2, h2 span {
    font-size: 62px;
    line-height: normal;
  }
  h3, h3 span {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 80px;
  }
  h2, h2 span {
    font-size: 60px;
  }
  h3, h3 span {
    font-size: 46px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 28px;
    line-height: 100%;
  }
  h6, h6 span {
    font-size: 22px;
    line-height: normal;
  }
  .font-18 {
    font-size: 17px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 22px;
  }
  .font-28 {
    font-size: 26px;
    line-height: normal;
  }
  .font-38 {
    font-size: 36px;
  }
  .font-42 {
    font-size: 38px;
    line-height: 100%;
  }
  .font-46 {
    font-size: 42px;
  }
  .font-48,
  .font-48 span {
    font-size: 45px;
  }
  .font-50,
  .font-50 span {
    font-size: 46px;
  }
  .font-60, .font-60 span {
    font-size: 55px;
    line-height: normal;
  }
  .font-80 {
    font-size: 70px;
    line-height: 80%;
  }
  .font-86,
  .font-86 span {
    font-size: 80px;
    line-height: 90%;
  }
}
@media (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 75px;
  }
  h2, h2 span {
    font-size: 54px;
  }
  h3, h3 span {
    font-size: 44px;
  }
  h4, h4 span {
    font-size: 32px;
  }
  h5, h5 span {
    font-size: 26px;
    line-height: normal;
  }
  h6, h6 span {
    font-size: 20px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-38 {
    font-size: 34px;
  }
  .font-42 {
    font-size: 35px;
  }
  .font-46 {
    font-size: 38px;
  }
  .font-48,
  .font-48 span {
    font-size: 40px;
  }
  .font-50,
  .font-50 span {
    font-size: 42px;
  }
  .font-60, .font-60 span {
    font-size: 50px;
  }
  .font-80 {
    font-size: 60px;
  }
  .font-86,
  .font-86 span {
    font-size: 75px;
    line-height: 100%;
  }
}
@media (max-width: 991.98px) {
  h1, h1 span {
    font-size: 70px;
    line-height: normal;
  }
  h2, h2 span {
    font-size: 48px;
  }
  h3, h3 span {
    font-size: 40px;
  }
  h4, h4 span {
    font-size: 30px;
  }
  h5, h5 span {
    font-size: 24px;
  }
  h6, h6 span {
    font-size: 18px;
    line-height: normal;
  }
  .font-18 {
    font-size: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-38 {
    font-size: 32px;
  }
  .font-42 {
    font-size: 32px;
  }
  .font-48,
  .font-48 span {
    font-size: 38px;
  }
  .font-50,
  .font-50 span {
    font-size: 40px;
  }
  .font-60, .font-60 span {
    font-size: 40px;
  }
  .font-80 {
    font-size: 50px;
  }
  .font-86,
  .font-86 span {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  h1, h1 span {
    font-size: 65px;
    line-height: 100%;
  }
  h2, h2 span {
    font-size: 42px;
  }
  h3, h3 span {
    font-size: 38px;
  }
  h4, h4 span {
    font-size: 25px;
  }
  h5, h5 span {
    font-size: 22px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 17px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-38 {
    font-size: 26px;
  }
  .font-42 {
    font-size: 27px;
  }
  .font-48,
  .font-48 span {
    font-size: 36px;
  }
  .font-50,
  .font-50 span {
    font-size: 38px;
  }
  .font-80 {
    font-size: 40px;
  }
  .font-86,
  .font-86 span {
    font-size: 65px;
  }
}
@media (max-width: 575.98px) {
  h1, h1 span {
    font-size: 60px;
    line-height: 95%;
  }
  h2, h2 span {
    font-size: 38px;
  }
  h3, h3 span {
    font-size: 34px;
  }
  h4, h4 span {
    font-size: 22px;
  }
  h5, h5 span {
    font-size: 20px;
  }
  h6, h6 span {
    font-size: 18px;
  }
  .font-15 {
    font-size: 12px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 15px;
  }
  .font-38 {
    font-size: 28px;
  }
  .font-50,
  .font-50 span {
    font-size: 32px;
  }
  .font-86,
  .font-86 span {
    font-size: 55px;
  }
}
@media (max-width: 425.98px) {
  h1, h1 span {
    font-size: 55px;
  }
  p,
  a,
  span,
  label,
  li,
  select,
  input,
  tr,
  td,
  button {
    font-size: 13px;
  }
  .font-18 {
    font-size: 13px;
  }
  .font-20 {
    font-size: 15px;
  }
}
.ic-home-banner {
  padding: 230px 0 180px 0;
  position: relative;
  z-index: 1;
}
.ic-home-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 15, 15, 0.7);
  z-index: -1;
}
.ic-home-banner p {
  max-width: 790px;
}

.ic-heading-top {
  height: 60px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1a1a1a;
  max-width: 460px;
  padding: 0 8px;
}
.ic-heading-top .ic-icon-div {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #070708;
}

.ic-banner {
  padding: 200px 0 100px 0;
  z-index: 1;
  position: relative;
}

.ic-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(284deg, rgba(15, 15, 15, 0.7) 1.84%, rgba(15, 15, 15, 0.9) 52.34%, rgba(15, 15, 15, 0.7) 100.38%);
  z-index: -1;
}

.ic-dashboard-title .arrow-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #8e17c7;
}
.ic-dashboard-title .arrow-btn i {
  color: #fff;
}
.ic-dashboard-title .ic-title-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1399.98px) {
  .ic-home-banner {
    padding: 220px 0 170px 0;
  }
  .ic-belong-left h2,
  .ic-belong-left h2 span,
  h2 .ic-belong-left span {
    width: 340px;
    height: 310px;
  }
  .ic-banner {
    padding: 190px 0 90px 0;
  }
}
@media (max-width: 1199.98px) {
  .ic-home-banner {
    padding: 210px 0 160px 0;
  }
  .ic-heading-top {
    height: 58px;
  }
  .ic-heading-top .ic-icon-div {
    width: 40px;
    height: 40px;
  }
  .ic-banner {
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-home-banner {
    padding: 200px 0 150px 0;
  }
  .ic-heading-top {
    margin: 0 auto;
  }
  .ic-home-banner p {
    margin: 0 auto;
  }
  .ic-banner {
    padding: 170px 0 70px 0;
  }
}
@media (max-width: 767.98px) {
  .ic-home-banner {
    padding: 190px 0 140px 0;
  }
  .ic-heading-top .ic-icon-div {
    width: 38px;
    height: 38px;
  }
  .ic-heading-top {
    height: 56px;
  }
  .ic-banner {
    padding: 160px 0 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ic-home-banner {
    padding: 180px 0 130px 0;
  }
  .ic-heading-top .ic-icon-div {
    width: 35px;
    height: 35px;
  }
  .ic-heading-top {
    height: 55px;
  }
  .ic-banner {
    padding: 150px 0 50px 0;
  }
}
@media (max-width: 425.98px) {
  .ic-home-banner {
    padding: 150px 0 100px 0;
  }
}
.ic-btn {
  height: 47px;
  padding: 0 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.ic-btn.active {
  background: #8e17c7;
  color: #fff;
  border: 1px solid #8e17c7;
  transition: all 0.3s;
}

.ic-btn.active .ic-btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.ic-btn.active:hover {
  box-shadow: 0px 5px 15px rgba(143, 23, 199, 0.37);
}
.ic-btn.active:hover .ic-btn-icon {
  transform: rotate(40deg);
}

.ic-btn.active2 {
  background: #fff;
  color: #121426;
  border: 1px solid #fff;
}

.ic-btn.active3 {
  background: #b8f949;
  color: #121426;
  border: 1px solid #b8f949;
  transition: all 0.1s;
}

.ic-btn.active4 {
  background: transparent;
  color: #fff;
  border: 1px solid #b8f949;
}

.ic-btn.active3:hover {
  background: transparent;
  color: #b8f949;
  border: 1px solid #b8f949;
}

.ic-btn.active6 {
  background: #8e17c7;
  color: #fff;
  border: 1px solid #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-btn.active6:hover {
  background: transparent;
  color: #8e17c7;
  border-color: #8e17c7;
}

.ic-btn.active5 {
  background: transparent !important;
  color: #121426;
  border: 1px solid #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-btn.active5:hover {
  background-color: #8e17c7 !important;
  color: #fff !important;
  border-color: #8e17c7;
}

.play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  opacity: 1;
  border-radius: 50%;
  top: -25%;
  left: -25%;
}

.play-btn2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.play-btn2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn2::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  opacity: 1;
  border-radius: 50%;
  top: -25%;
  left: -25%;
}

/* Modifier 2: primary */
.play-btn2.primary {
  background: #fff;
  box-shadow: 0px 0px 25px 3px #fff;
}
.play-btn2.primary::before {
  border: 5px solid #fff;
  background: #fff;
  animation: pulsate-primary 2s infinite;
}
.play-btn2.primary::after {
  border-left: 25px solid #8e17c7;
}

/* 🔹 Keyframes for primary */
@keyframes pulsate-primary {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #fff, 0px 0px 25px 10px #fff;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/* Modifier 1: secondary */
.play-btn.secondary {
  background: #b8f949;
  box-shadow: 0px 0px 25px 3px #b8f949;
}
.play-btn.secondary::before {
  border: 5px solid #b8f949;
  background: transparent;
  animation: pulsate-secondary 2s infinite;
}
.play-btn.secondary::after {
  border-left: 25px solid #121426;
}

/*  Keyframes for secondary */
@keyframes pulsate-secondary {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #b8f949, 0px 0px 25px 10px #b8f949;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/* Modifier 1: secondary */
.play-btn.secondary2 {
  background: #8e17c7;
  box-shadow: 0px 0px 25px 3px #8e17c7;
}
.play-btn.secondary2::before {
  border: 5px solid #8e17c7;
  background: transparent;
  animation: pulsate-secondary2 2s infinite;
}
.play-btn.secondary2::after {
  border-left: 25px solid #fff;
}

/*  Keyframes for secondary */
@keyframes pulsate-secondary2 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px #8e17c7, 0px 0px 25px 10px #8e17c7;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .play-btn {
    width: 90px;
    height: 90px;
  }
  .ic-jobs-intern-btn .ic-btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .play-btn2 {
    width: 55px;
    height: 55px;
  }
  .play-btn2.primary::after {
    border-left: 15px solid #8e17c7;
  }
  .play-btn2::after {
    transform: translateX(-30%) translateY(-50%);
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ic-jobs-intern-btn .ic-btn {
    height: 40px;
    padding: 0px 10px;
    font-size: 13px;
  }
}
.ic-footer {
  background: #1e0828;
}
.ic-footer .ic-footer-top-part {
  border-bottom: 1px solid #dce5ea;
}

.ic-language-select {
  width: 170px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #8e17c7;
  color: #fff;
  padding: 6px 15px;
}
.ic-language-select i {
  font-size: 18px;
  color: #fff;
}
.ic-language-select .btn {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.ic-language-select .btn:focus {
  box-shadow: none;
}
.ic-language-select .dropdown-menu {
  width: 100%;
  border-radius: 12px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.ic-language-select .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #8e17c7;
  padding: 10px 15px;
  transition: background 0.2s;
}
.ic-language-select .dropdown-menu .dropdown-item:hover {
  background: rgba(142, 23, 199, 0.1);
}

.ic-footer-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c1d0e5;
  flex: 0 0 auto;
}

.ic-footer-company-item ul li {
  margin: 8px 0;
}
.ic-footer-company-item ul li:first-child {
  margin-top: 0;
}
.ic-footer-company-item ul li:last-child {
  margin-bottom: 0;
}

.ic-footer-right .ic-btn {
  height: 33px;
}
.ic-footer-right .ic-footer-input {
  padding: 4px 4px 4px 14px;
  gap: 10px;
  height: 56px;
  background: #fff;
  border-radius: 12px;
}
.ic-footer-right .ic-footer-input input {
  font-size: 12px;
}
.ic-footer-right .ic-footer-input button {
  height: 48px;
  width: 48px;
  border-radius: 12px;
}

.ic-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ic-footer-social a i {
  color: #58677d;
  transition: all 0.3s;
}
.ic-footer-social a:hover {
  background: #8e17c7;
}
.ic-footer-social a:hover i {
  color: #fff;
}

.ic-copy-right {
  padding: 20px 0;
}

.ic-copyright-left {
  display: flex;
  align-items: center;
  gap: 80px;
}

.ic-cookies {
  padding: 7px 12px;
  background: #fff;
  border-radius: 4px;
}
.ic-cookies a {
  text-decoration: underline;
  text-decoration-color: #121426;
  text-decoration-thickness: 1px;
}
.ic-cookies button {
  background: transparent;
  margin-left: 5px;
}

.ic-global-footer {
  padding: 22.6px 30px;
}

.ic-global-footer-left {
  padding: 0 45px;
}
.ic-global-footer-left ul {
  display: flex;
  align-items: center;
  gap: 37px;
}

@media (max-width: 1399.98px) {
  .ic-copyright-left {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-copyright-left {
    gap: 40px;
  }
  .ic-footer-right .ic-footer-input button {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 991.98px) {
  .ic-copyright-left {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .ic-copyright-left {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .ic-footer-social {
    justify-content: center;
  }
}
.ic-belong {
  overflow: hidden;
}
.ic-belong img {
  border-radius: 12px;
}
.ic-belong .slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}
.ic-belong .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 181px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(270deg, rgba(0, 2, 15, 0) 0%, #00020f 100%);
  z-index: 2;
}
.ic-belong .slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(0, 2, 15, 0) 0%, #00020f 100%);
  z-index: 2;
}

.ic-belong-left {
  padding: 25px 0;
}
.ic-belong-left h2, .ic-belong-left h2 span, h2 .ic-belong-left span {
  rotate: -90deg;
  width: 370px;
  height: 275px;
}

.ic-tabs-section {
  background: #300c41;
}

.tab-content {
  color: #fff;
}

.ic-tabs-main {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 70px;
}
.ic-tabs-main .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #b8f949;
  border: none;
  overflow: hidden;
  flex-wrap: nowrap;
  width: 100%;
}
.ic-tabs-main .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.ic-tabs-main .nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #bec5d3;
}
.ic-tabs-main .nav-link {
  height: 62px;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #121426;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b8f949;
  gap: 10px;
}
.ic-tabs-main .nav-link img {
  width: 20px;
}
.ic-tabs-main .nav-link .icon-white {
  display: none;
}
.ic-tabs-main .nav-item:last-child::after {
  display: none;
}
.ic-tabs-main .nav-link.active {
  color: #fff;
  background: #8e17c7;
}
.ic-tabs-main .nav-link.active .icon-white {
  display: block;
}
.ic-tabs-main .nav-link.active .icon {
  display: none;
}
.ic-tabs-main .tab-content {
  padding: 40px;
  background: #fff;
}
.ic-tabs-main .tab-content .tab-pane {
  padding: 40px;
  background: #d0c6f0;
  border-radius: 16px;
  color: #121426;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.ic-tabs-main img {
  width: 100%;
  height: auto;
}

.ic-supported-right .slick-slide {
  height: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.ic-platform-item-main .col-12:nth-child(3n+1) .ic-platform-item {
  background: #b8f949;
}
.ic-platform-item-main .col-12:nth-child(3n+1) .ic-platform-item .ic-platform-item-bottom {
  background: #f7facf;
}
.ic-platform-item-main .col-12:nth-child(3n+1) .ic-platform-item a {
  color: #121426;
}

.ic-platform-item-main .col-12:nth-child(3n+2) .ic-platform-item {
  background: #d0c6f0;
}
.ic-platform-item-main .col-12:nth-child(3n+2) .ic-platform-item .ic-platform-item-bottom {
  background: #e0d7ff;
}
.ic-platform-item-main .col-12:nth-child(3n+2) .ic-platform-item a {
  color: #8e17c7;
}

.ic-platform-item-main .col-12:nth-child(3n+3) .ic-platform-item {
  background: #d4dffc;
}
.ic-platform-item-main .col-12:nth-child(3n+3) .ic-platform-item .ic-platform-item-bottom {
  background: #e4ebfb;
}
.ic-platform-item-main .col-12:nth-child(3n+3) .ic-platform-item a {
  color: #121426;
}

.ic-platform-item {
  padding: 40px 30px;
  border-radius: 16px;
  height: 100%;
}
.ic-platform-item a i {
  transition: all 0.3s;
}
.ic-platform-item a:hover i {
  margin-left: 10px;
}

.ic-platform-item-bottom {
  padding: 35px;
  border-radius: 24px;
}
.ic-platform-item-bottom img {
  width: 185px;
  height: 185px;
  object-fit: contain;
}

.ic-platform-comment {
  background: #8e17c7;
  border-radius: 30px;
  padding: 70px 165px 70px 65px;
  position: relative;
  z-index: 1;
}
.ic-platform-comment p.comment {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.ic-platform-comment img {
  position: absolute;
  bottom: 60px;
  right: 70px;
  z-index: -1;
}

.ic-platform-comment-section {
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
}

.ic-steps-section {
  background: linear-gradient(to bottom, #fff 40%, #5b1f76 40%);
}

.ic-steps-header {
  margin-bottom: 70px;
}
.ic-steps-header span {
  position: relative;
}
.ic-steps-header img {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 110%;
  height: 125%;
}

.ic-steps-img-part {
  position: relative;
}

.ic-country-count {
  position: absolute;
  top: -120px;
  right: -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px dashed #8e17c7;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-country-count .ic-count-inf {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: #8e17c7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ic-step-item {
  padding: 26px 0 34px 0;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.ic-step-item .ic-step-icon {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  transition: all 0.3s;
}
.ic-step-item .img1 {
  display: none;
}
.ic-step-item .ic-step-inf p {
  max-width: 250px;
}
.ic-step-item .ic-step-item-middle h2, .ic-step-item .ic-step-item-middle h2 span, h2 .ic-step-item .ic-step-item-middle span {
  color: #fff;
  opacity: 0.5;
}
.ic-step-item .ic-step-item-right {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 7px;
  transition: all 0.3s;
}
.ic-step-item .ic-step-item-right i {
  color: #fff;
  line-height: 10px;
  font-size: 25px;
  transition: all 0.3s;
}
.ic-step-item:hover .ic-step-icon {
  background: #fff;
}
.ic-step-item:hover .img1 {
  display: block;
}
.ic-step-item:hover .img2 {
  display: none;
}
.ic-step-item:hover .ic-step-item-right {
  background: #fff;
}
.ic-step-item:hover .ic-step-item-right i {
  color: #8e17c7;
}

.ic-mentor-section {
  position: relative;
  z-index: 1;
}
.ic-mentor-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #300c41;
  opacity: 0.98;
}

.ic-mentor-left .ic-span {
  background: #b8f949;
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
}
.ic-mentor-left h2, .ic-mentor-left h2 span, h2 .ic-mentor-left span {
  line-height: 100%;
}

.ic-mentor-from {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  width: 270px;
  margin: 0 auto;
}

.ic-mentor-img {
  display: inline-flex;
  align-items: center;
}
.ic-mentor-img img {
  margin-left: -10px;
}
.ic-mentor-img img:first-child {
  margin: 0;
}

.ic-event-section {
  background: #ecf2fb;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ic-event-section::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 50px;
  width: 202px;
  height: 72px;
  flex-shrink: 0;
  background: #8e17c7;
  filter: blur(100px);
  z-index: -1;
}

.ic-event-main {
  padding-bottom: 70px;
}

.ic-event-left .ic-event-item:nth-child(3n+1) {
  background: #d4dffc;
}

.ic-event-left .ic-event-item:nth-child(3n+2) {
  background: #d0c6f0;
}
.ic-event-left .ic-event-item:nth-child(3n+2) .ic-event-item-right span {
  background: #a857f1;
}
.ic-event-left .ic-event-item:nth-child(3n+2) button {
  background: transparent;
  color: #121426;
}

.ic-event-left .ic-event-item:nth-child(3n+3) {
  background: #b8f949;
}
.ic-event-left .ic-event-item:nth-child(3n+3) .ic-event-item-right span {
  background: #87c917;
  color: #001b38;
}
.ic-event-left .ic-event-item:nth-child(3n+3) button {
  background: transparent;
  color: #121426;
}

.ic-event-item {
  padding: 20px;
  border-radius: 16px;
  transition: all 0.3s;
}
.ic-event-item:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.078), 0 6px 20px 0 rgba(0, 0, 0, 0.089);
}
.ic-event-item button.active:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.078), 0 6px 20px 0 rgba(0, 0, 0, 0.089);
}

.ic-event-item-right span {
  padding: 5px 10px;
  border-radius: 30px;
  background: #116fe4;
  font-size: 14px;
}

.ic-event-left img {
  border-radius: 12px;
}

.ic-event-right {
  padding-left: 50px;
}

.ic-event-footer {
  background: #8e17c7;
}

.ic-event-footer-left {
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 80px;
}

.ic-event-video-main {
  position: relative;
}

.ic-event-video {
  height: 530px;
  width: 92%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 16px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 40px;
}
.ic-event-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 0 0 0;
  background: linear-gradient(0deg, rgba(3, 10, 11, 0.8) 19.43%, rgba(18, 21, 26, 0) 60.12%);
  z-index: -1;
}
.ic-event-video .ic-event-video-content {
  border-left: 2px solid #b8f949;
  padding-left: 10px;
}

.ic-community-section {
  overflow: hidden;
}

.ic-community-right {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  margin-top: 65px;
}
.ic-community-right h2, .ic-community-right h2 span, h2 .ic-community-right span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(142, 23, 199, 0.4);
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: transparent;
}

.ic-community-slider-main,
.ic-testimonial-section {
  position: relative;
  z-index: 1;
}
.ic-community-slider-main .ic-community-slider,
.ic-testimonial-section .ic-community-slider {
  position: absolute;
  top: 50%;
  left: 200px;
  width: 100%;
  transform: translateY(-50%);
}
.ic-community-slider-main .ic-community-item,
.ic-testimonial-section .ic-community-item {
  padding: 24px;
  border-radius: 24px;
}
.ic-community-slider-main .slick-slide,
.ic-testimonial-section .slick-slide {
  margin: 0 15px;
}
.ic-community-slider-main .ic-user-img,
.ic-testimonial-section .ic-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.ic-community-slider-main .play-btn2,
.ic-testimonial-section .play-btn2 {
  width: 55px;
  height: 55px;
}
.ic-community-slider-main .play-btn2.primary::after,
.ic-testimonial-section .play-btn2.primary::after {
  border-left: 15px solid #8e17c7;
}
.ic-community-slider-main .play-btn2::after,
.ic-testimonial-section .play-btn2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ic-community-b-right i {
  color: #fff;
}

.ic-testimonial-section .ic-community-item {
  height: 100%;
}
.ic-testimonial-section .ic-user-img {
  margin: 0;
}

.ic-believe-section {
  background: rgba(243, 248, 255, 0.81);
}
.ic-believe-section img {
  border-radius: 12px;
}

.ic-believe-img-left {
  position: relative;
}

.ic-believe-img-top {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.ic-believe-img-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #b8f949 0%, rgba(18, 21, 26, 0) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.ic-believe-img-top .ic-believe-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.ic-believe-img-top:hover::after,
.ic-believe-img-top:hover .ic-believe-play {
  opacity: 1;
  visibility: visible;
}

.ic-believe-img-bottom {
  position: absolute;
  top: 100%;
  left: 50px;
  width: 380px;
  border-radius: 12px;
  background: #8e17c7;
  padding: 20px;
  z-index: 5;
  margin-top: 24px;
  animation: moveLeftRight 6s linear infinite;
}
.ic-believe-img-bottom .ic-believe-user-details {
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px dashed #fff;
}

.ic-believe-user {
  display: flex;
  align-items: center;
}
.ic-believe-user img,
.ic-believe-user .ic-user-plus {
  border-radius: 50%;
  margin-left: -15px;
  height: 42px;
  width: 42px;
}
.ic-believe-user img:first-child {
  margin-left: 0;
}
.ic-believe-user .ic-user-plus {
  background: linear-gradient(70deg, #ff5c90 2.47%, #ff6c0a 96.44%);
}
.ic-believe-user .ic-user-plus button {
  width: 100%;
  height: 100%;
  margin-left: 1px;
  border-radius: 50%;
  font-size: 25px;
  color: #ff6c0a;
  font-weight: 700;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.ic-believe-right {
  padding-left: 40px;
}

.ic-believe-tabs .nav-link {
  position: relative;
  border: none;
  color: #030a0b;
  margin: 0;
}
.ic-believe-tabs .nav-link.active {
  color: #300c41;
  background: transparent;
}
.ic-believe-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #300c41;
  z-index: 5;
}
.ic-believe-tabs button {
  padding-bottom: 20px;
}
.ic-believe-tabs .nav {
  position: relative;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.ic-believe-tabs .nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e9ebee;
  z-index: -1;
}

.ic-walk-section {
  background: #300c41;
}

.ic-walk-left h4, .ic-walk-left h4 span, h4 .ic-walk-left span {
  text-transform: inherit;
}

.ic-walk-p {
  background: #592173;
  border-radius: 20px;
  padding: 24px;
  max-width: 530px;
}
.ic-walk-p p {
  color: #f9faff;
}

.ic-walk-right {
  position: relative;
}

.ic-walk-play {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ic-walk-play img {
  width: 80%;
}

.ic-scholars-item {
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ic-scholars-item .ic-scholars-item-top {
  margin-bottom: 100px;
}
.ic-scholars-item.ic-bg-img {
  z-index: 1;
}
.ic-scholars-item.ic-bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 2, 15, 0.9) 30.57%, rgba(0, 2, 15, 0) 100%);
}
.ic-scholars-item.ic-bg-img button {
  background: #fff;
  color: #121426;
}
.ic-scholars-item button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #121426;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ic-scholars-item.ic-bg-img.after-primary::after {
  background: linear-gradient(0deg, rgba(91, 31, 118, 0.9) 27.57%, rgba(0, 2, 15, 0) 100%);
}

.ic-scholars-item-bottom p {
  max-width: 245px;
}

.ic-scholars-item.slide {
  border-radius: 16px;
  border: 1.2px solid #8e17c7;
  color: #121426;
}
.ic-scholars-item.slide .ic-scholars-item-bottom {
  padding-top: 150px;
}
.ic-scholars-item.slide .ic-scholars-item-bottom p {
  max-width: 100%;
}
.ic-scholars-item.slide .slick-dots button {
  width: 9px;
  height: 9px;
  background: #58677d;
  transition: all 0.3s;
}
.ic-scholars-item.slide .slick-dots .slick-active button {
  width: 30.49px;
  height: 9px;
  border-radius: 9px;
  background: #8e17c7;
}
.ic-scholars-item.slide .slick-dots li button:before {
  display: none;
}
.ic-scholars-item.slide .slick-dots li.slick-active {
  margin: 17px 2px 0 20px;
}
.ic-scholars-item.slide .slick-dots {
  top: 0px;
  right: 0;
  width: auto;
  padding: 0 0 0 30px;
  height: 25px;
  background: #ecf2fb;
  border-radius: 25px;
}
.ic-scholars-item.slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ic-play-animation {
  position: relative;
  z-index: 1;
}
.ic-play-animation .ic-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  z-index: -1;
}
.ic-play-animation .ic-play-bg {
  animation: spin 15s linear infinite;
  transition: all 0.3s;
}
.ic-play-animation .ic-play-bg:hover {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ic-success-section {
  background: #5b1f76;
}

.ic-accordion-main .accordion-button:not(.collapsed) {
  color: #fff;
}
.ic-accordion-main p {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.ic-accordion-main .accordion-item {
  transition: all 0.3s;
  padding: 0 24px;
}
.ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #8034bf;
  border-radius: 20px;
  padding: 24px;
}

.ic-success-right .donation-card {
  max-width: 100%;
}
.ic-success-right .donation-type {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.ic-success-right .donation-type label {
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ic-success-right .donation-type label input {
  height: 20px;
  width: 20px;
}
.ic-success-right .donation-prices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.ic-success-right .donation-prices label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #dce5ea;
  border-radius: 12px;
  height: 60px;
  width: 90px;
  cursor: pointer;
  position: relative;
}
.ic-success-right .donation-prices label.active {
  background: #8e17c7;
  color: #fff;
}
.ic-success-right .donation-prices label input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.ic-success-right .donation-custom {
  position: relative;
}
.ic-success-right .donation-custom span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #02073e;
}
.ic-success-right .donation-custom input {
  width: 100%;
  padding: 0 22px;
  border: 1px solid #dce5ea;
  height: 60px;
  border-radius: 12px;
}
.ic-success-right .donation-community {
  margin-bottom: 100px;
}
.ic-success-right .donation-community input {
  width: auto;
}
.ic-success-right .donation-btn {
  width: 100%;
  padding: 16px;
  background: #8e17c7;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.ic-success-right input[type=radio],
.ic-success-right input[type=checkbox] {
  margin-right: 6px;
}
.ic-success-right .custom-radio input[type=radio] {
  display: none;
}
.ic-success-right .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 8px;
}
.ic-success-right .custom-radio .radio-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #d7e1e7;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.ic-success-right .custom-radio input[type=radio]:checked + .radio-mark {
  background-color: #8e17c7;
  border-color: #8e17c7;
}
.ic-success-right .custom-radio input[type=radio]:checked + .radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ic-package {
  border-radius: 24px;
  overflow: hidden;
}

.ic-package-header {
  background: #181818;
  padding: 19px;
}

.ic-package-bottom {
  padding: 30px 40px;
  background: #fff;
}

.ic-partnership-header {
  position: relative;
}
.ic-partnership-header img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ic-impact {
  height: 100%;
  border-radius: 16px;
  padding: 70px;
  background: #b8f949;
}
.ic-impact h4, .ic-impact h4 span, h4 .ic-impact span {
  text-transform: inherit;
}
.ic-impact .ic-btn1 {
  background: #121426;
  color: #fff;
}
.ic-impact .ic-btn2 {
  border: 1px solid #121426;
  background: transparent;
  color: #121426;
}

.ic-impact-right {
  position: relative;
}
.ic-impact-right img {
  border-radius: 16px;
  height: 320px;
}
.ic-impact-right .ic-impact-mentor {
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 30px;
  background: #fff;
}
.ic-impact-right .ic-impact-mentor-right {
  padding: 10px 15px;
  border-radius: 20px;
  background: #e7dced;
}
.ic-impact-right .resolved-left {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #8e17c7;
}

.ic-story-main {
  background: #5b1f76;
  margin-top: -2px;
}

.ic-story-item {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(128, 52, 191, 0.2);
}
.ic-story-item img {
  height: 100%;
  object-fit: cover;
}
.ic-story-item .ic-story-item-right {
  padding: 20px 0;
}
.ic-story-item .ic-story-item-right span {
  padding: 2px 15px 5px 15px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
}

.ic-story-section .ic-steps-header h2, .ic-story-section .ic-steps-header h2 span, h2 .ic-story-section .ic-steps-header span {
  max-width: 700px;
}

.ic-story-right {
  height: 100%;
}
.ic-story-right img {
  height: 100%;
  border-radius: 12px;
}
.ic-story-right .ic-story-right-img-inf-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 2, 15, 0.7) 0%, rgba(0, 2, 15, 0) 100%);
  padding: 26px;
  display: flex;
  align-items: end;
}
.ic-story-right .ic-story-right-img-inf-main .ic-story-right-inf h6, .ic-story-right .ic-story-right-img-inf-main .ic-story-right-inf h6 span, h6 .ic-story-right .ic-story-right-img-inf-main .ic-story-right-inf span {
  line-height: 150%;
  max-width: 269px;
}

@media (max-width: 1650px) {
  .ic-belong .slider::after {
    width: 180px;
  }
}
@media (max-width: 1399.98px) {
  .ic-belong-left {
    padding: 0;
  }
  .ic-tabs-main {
    margin-bottom: 65px;
  }
  .ic-platform-item {
    padding: 30px 25px;
  }
  .ic-platform-item-bottom {
    padding: 20px;
  }
  .ic-platform-comment {
    padding: 60px 130px 60px 60px;
  }
  .ic-platform-comment p.comment {
    font-size: 26px;
    line-height: normal;
  }
  .ic-country-count .ic-count-inf {
    width: 165px;
    height: 165px;
  }
  .ic-country-count {
    width: 200px;
    height: 200px;
  }
  .ic-steps-header {
    margin-bottom: 60px;
  }
  .ic-event-video {
    padding: 25px;
  }
  .ic-event-item-right span {
    font-size: 13px;
  }
  .ic-event-right {
    padding-left: 40px;
  }
  .ic-event-main {
    padding-bottom: 60px;
  }
  .ic-community-right h2,
  .ic-community-right h2 span,
  h2 .ic-community-right span {
    font-size: 130px;
  }
  .ic-community-right {
    margin-top: 30px;
  }
  .ic-community-slider-main .ic-user-img {
    width: 50px;
    height: 50px;
  }
  .ic-community-slider-main .ic-community-slider {
    top: 60%;
  }
  .ic-believe-right {
    padding-left: 10px;
  }
  .ic-believe-tabs button {
    padding: 0;
    padding-bottom: 18px;
  }
  .ic-walk-p {
    padding: 22px;
  }
  .ic-walk-play {
    height: 90px;
    width: 90px;
  }
  .ic-scholars-item .ic-scholars-item-top {
    margin-bottom: 90px;
  }
  .ic-scholars-item.slide .ic-scholars-item-bottom {
    padding-top: 125px;
  }
  .ic-success-right .donation-prices label {
    height: 50px;
    width: 80px;
  }
  .ic-success-right .donation-custom input {
    height: 50px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 90px;
  }
  .ic-impact {
    padding: 60px;
  }
  .ic-impact-right img {
    height: 300px;
  }
}
@media (max-width: 1199.98px) {
  .ic-tabs-main .nav-link {
    font-size: 19px;
    height: 60px;
  }
  .ic-tabs-main .tab-content,
  .ic-tabs-main .tab-content .tab-pane {
    padding: 30px;
  }
  .ic-tabs-main {
    margin-bottom: 60px;
  }
  .ic-platform-item-bottom {
    padding: 15px;
  }
  .ic-platform-comment {
    padding: 50px 100px 50px 50px;
  }
  .ic-platform-comment p.comment {
    font-size: 23px;
  }
  .ic-country-count {
    width: 180px;
    height: 180px;
    top: -85px;
    right: -65px;
  }
  .ic-country-count .ic-count-inf {
    width: 135px;
    height: 135px;
  }
  .ic-steps-header {
    margin-bottom: 50px;
  }
  .ic-step-item .ic-step-icon {
    width: 80px;
    height: 80px;
  }
  .ic-event-right {
    padding-left: 25px;
  }
  .ic-event-video {
    padding: 15px;
  }
  .ic-event-main {
    padding-bottom: 50px;
  }
  .ic-event-video {
    height: 500px;
  }
  .ic-community-slider-main .ic-user-img {
    width: 40px;
    height: 40px;
  }
  .ic-community-slider-main .ic-community-item {
    padding: 15px;
  }
  .ic-community-slider-main .ic-community-slider {
    left: 165px;
  }
  .ic-community-right h2,
  .ic-community-right h2 span,
  h2 .ic-community-right span {
    font-size: 100px;
  }
  .ic-believe-img-bottom {
    left: 40px;
    width: 330px;
    padding: 15px;
    margin-top: 20px;
  }
  .ic-believe-tabs .font-20 {
    font-size: 16px;
  }
  .ic-believe-img-top .ic-believe-play {
    width: 90px;
    height: 90px;
  }
  .ic-walk-p {
    padding: 20px;
  }
  .ic-walk-play {
    height: 80px;
    width: 80px;
  }
  .ic-scholars-item .ic-scholars-item-top {
    margin-bottom: 60px;
  }
  .ic-scholars-item {
    padding: 20px;
  }
  .ic-scholars-item.slide .ic-scholars-item-bottom {
    padding-top: 100px;
  }
  .ic-success-right .donation-prices label {
    width: 70px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 80px;
  }
  .ic-package-bottom {
    padding: 25px 35px;
  }
  .ic-accordion-main .accordion-item {
    padding: 0 20px;
  }
  .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
    padding: 20px;
  }
  .ic-impact {
    padding: 50px;
  }
  .ic-impact-right img {
    height: 280px;
  }
  .ic-impact-right .ic-impact-mentor {
    padding: 10px 8px;
    width: 90%;
  }
  .ic-impact-right .ic-impact-mentor-right {
    padding: 8px 12px;
  }
  .ic-impact-right .resolved-left {
    width: 15px;
    height: 15px;
  }
  .ic-story-item .ic-story-item-right {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-belong-left h2,
  .ic-belong-left h2 span,
  h2 .ic-belong-left span {
    width: 100%;
    height: auto;
    rotate: 0deg;
    text-align: center;
    margin-bottom: 20px;
  }
  .ic-belong {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ic-tabs-main .nav-link {
    font-size: 18px;
    height: 55px;
  }
  .ic-tabs-main {
    margin-bottom: 55px;
  }
  .ic-platform-comment {
    padding: 40px 70px 40px 40px;
  }
  .ic-platform-comment p.comment {
    font-size: 22px;
  }
  .ic-steps-header {
    margin-bottom: 40px;
  }
  .ic-country-count .ic-count-inf {
    width: 110px;
    height: 110px;
  }
  .ic-country-count {
    width: 150px;
    height: 150px;
    top: -60px;
    right: -60px;
  }
  .ic-steps-section {
    background: linear-gradient(to bottom, #fff 25%, #5b1f76 25%);
  }
  .ic-mentor-left p {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .ic-event-footer-left {
    justify-content: space-between;
  }
  .ic-event-video {
    height: 485px;
    width: 100%;
    padding: 40px;
    position: static;
    border-radius: 0;
  }
  .ic-event-right {
    padding-left: 0px;
  }
  .ic-event-main {
    padding-bottom: 40px;
  }
  .ic-community-right {
    margin-top: 25px;
  }
  .ic-community-right h2,
  .ic-community-right h2 span,
  h2 .ic-community-right span {
    font-size: 75px;
  }
  .ic-community-slider-main .ic-community-slider {
    top: 45%;
  }
  .ic-walk-p {
    padding: 15px;
  }
  .ic-scholars-item {
    padding: 18px;
  }
  .ic-scholars-item .ic-scholars-item-top {
    margin-bottom: 40px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 70px;
  }
  .ic-package-header {
    padding: 15px 12px;
  }
  .ic-package-bottom {
    padding: 20px;
  }
  .ic-success-right .donation-btn {
    padding: 14px;
  }
  .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
    padding: 15px;
  }
  .accordion-item .font-20 {
    font-size: 16px;
  }
  .ic-impact {
    padding: 40px 15px;
  }
  .ic-impact-right img {
    height: 220px;
  }
  .ic-impact-right a,
  .ic-impact-right span {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .ic-tabs-main .nav-link {
    font-size: 14px;
    gap: 5px;
    height: 50px;
  }
  .ic-tabs-main .nav-link img {
    width: 12px;
  }
  .ic-tabs-main {
    margin-bottom: 50px;
  }
  .ic-platform-comment {
    padding: 35px;
  }
  .ic-platform-comment p.comment {
    font-size: 20px;
  }
  .ic-event-video {
    height: 410px;
    padding: 25px;
  }
  .ic-event-main {
    padding-bottom: 30px;
  }
  .ic-community-slider-main .ic-community-slider {
    left: 0px;
    top: 55%;
  }
  .ic-community-slider-main .play-btn2 {
    width: 25px;
    height: 25px;
  }
  .ic-community-slider-main .play-btn2.primary::after {
    border-left: 5px solid #8e17c7;
  }
  .ic-community-slider-main .play-btn2::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .ic-believe-img-bottom {
    left: 15px;
    width: 310px;
    padding: 15px;
    margin-top: 15px;
  }
  .ic-believe-img-bottom .ic-believe-user-details {
    padding: 20px 10px;
  }
  .ic-scholars-item button {
    bottom: 10px;
    right: 10px;
  }
  .ic-scholars-item.slide .slick-dots li.slick-active {
    margin: 7px 2px 0 20px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 70px;
  }
  .ic-story-item img {
    height: auto;
    width: auto !important;
  }
}
@media (max-width: 575.98px) {
  .ic-tabs-main .tab-content,
  .ic-tabs-main .tab-content .tab-pane {
    padding: 10px;
  }
  .ic-tabs-main .nav {
    flex-wrap: wrap;
  }
  .ic-tabs-main .nav .nav-item {
    border-bottom: 2px solid #bec5d3;
  }
  .ic-tabs-main {
    margin-bottom: 45px;
  }
  .ic-platform-comment {
    padding: 20px;
  }
  .ic-platform-comment p.comment {
    font-size: 18px;
  }
  .ic-platform-comment img {
    bottom: 50px;
    right: 15px;
  }
  .ic-country-count {
    width: 130px;
    height: 130px;
    right: -30px;
  }
  .ic-country-count .ic-count-inf {
    width: 95px;
    height: 95px;
  }
  .ic-mentor-left p {
    max-width: 100%;
  }
  .ic-event-video {
    height: 300px;
    padding: 15px;
  }
  .ic-event-footer-left {
    padding: 10px 0;
    gap: 10px;
  }
  .ic-event-item-left img {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .ic-event-item-right span {
    font-size: 11px;
  }
  .ic-community-right h2,
  .ic-community-right h2 span,
  h2 .ic-community-right span {
    font-size: 60px;
  }
  .ic-believe-tabs .font-20 {
    font-size: 12px;
  }
  @keyframes moveLeftRight {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(30px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .ic-believe-img-bottom {
    left: 0px;
    width: 300px;
    padding: 10px;
    margin-top: -100px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 60px;
  }
  .ic-story-item img {
    height: 100%;
  }
  .ic-play-animation .ic-play-bg {
    width: 70px;
  }
}
@media (max-width: 425.98px) {
  .ic-belong .slider::before,
  .ic-belong .slider::after {
    width: 50px;
  }
  .ic-tabs-main {
    margin-bottom: 40px;
  }
  .ic-success-right .donation-community {
    margin-bottom: 50px;
  }
}
.ic-header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .ic-header {
    top: 0;
  }
}

header .navbar {
  border-radius: 50px;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show,
header .nav-link:focus,
header .nav-link:hover {
  color: #fff;
}
header .navbar-nav .nav-item {
  padding: 0 24px;
}
header .navbar-nav .nav-item .nav-link {
  padding: 0;
}
header .dropdown-menu.show {
  margin-top: 24px;
}
header .dropdown-toggle::after {
  display: none;
}
header [type=button]:not(:disabled),
header [type=reset]:not(:disabled),
header [type=submit]:not(:disabled),
header button:not(:disabled) {
  border: 1px solid #fff;
}
header [type=button]:not(:disabled) i,
header [type=reset]:not(:disabled) i,
header [type=submit]:not(:disabled) i,
header button:not(:disabled) i {
  color: #fff;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .dropdown-menu {
  border: 1px solid #8e17c7;
  overflow: hidden;
}
header .dropdown-item {
  background: #fff;
  color: #121426;
  transition: all 0.3s;
  padding: 12px 15px;
  border-bottom: 1px solid #8e17c7;
  font-size: 15px;
}
header .dropdown-item:hover {
  background: #8e17c7;
  color: #fff;
}
header .dropdown-menu {
  width: 100%;
}
header .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.ic-global-header-section {
  padding: 15px 30px;
}

.ic-global-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ic-global-header-left {
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-right: 15px;
}

.ic-global-menu {
  transition: all 0.3s ease-in-out;
}
.ic-global-menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.ic-global-menu ul li {
  flex: 0 0 auto;
}
.ic-global-menu ul a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.ic-global-user-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
}

.ic-global-header-right {
  flex: 1;
}

.ic-global-menu-close {
  font-size: 22px;
}

.ic-global-menu-toggle {
  cursor: pointer;
}

.ic-dashboard-header.ic-global-header-section {
  padding: 15px 20px;
}

.ic-dashboard-header-arrow button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ic-dashboard-header-arrow button .ri-arrow-left-s-line:before,
.ic-dashboard-header-arrow button .ri-arrow-right-s-line:before {
  color: #454b5d;
}

.ic-up-down {
  display: none;
}

@media (max-width: 1399.98px) {
  header .navbar-nav .nav-item {
    padding: 0px 20px;
  }
  .ic-global-header-section {
    padding: 15px;
  }
  .ic-global-header-left {
    width: 210px;
    gap: 20px;
    padding-right: 10px;
  }
  .ic-global-menu ul {
    gap: 15px;
  }
  .ic-global-menu ul a {
    font-size: 15px;
  }
  .ic-global-user-item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-item {
    padding: 0px 8px;
  }
  .ic-btn {
    height: 45px;
    padding: 0px 20px;
  }
  .ic-global-header-left .ic-logo1 {
    width: 70%;
  }
  .ic-global-header-left {
    width: 160px;
    gap: 10px;
    padding-right: 0;
  }
  .ic-global-menu ul {
    gap: 10px;
  }
  .ic-global-menu ul a {
    font-size: 14px;
  }
  .ic-global-user-item {
    width: 35px;
    height: 35px;
  }
  .ic-dashboard-header-arrow button {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  header {
    top: 0;
    background: #8e17c7;
  }
  header .navbar {
    border-radius: 0px;
  }
  header .navbar-nav .nav-item {
    padding: 5px 12px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #8e17c7;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
  .navbar-collapse.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .ic-global-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #001b38;
    transition: left 0.4s ease;
    z-index: 999;
  }
  .ic-global-menu.active {
    left: 0;
  }
  .ic-global-menu {
    padding: 15px;
  }
  .ic-global-menu ul {
    flex-direction: column;
    align-items: baseline;
  }
  .ic-dashboard-header-arrow button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .ic-dashboard-header-arrow button {
    width: 25px;
    height: 25px;
  }
  .ic-dashboard-header .ic-global-user-item {
    width: 30px;
    height: 30px;
  }
  .ic-dashboard-right {
    position: absolute;
    padding: 10px 15px;
    top: -100%;
    left: 0;
    width: 100%;
    background: #001b38;
    border-top: 1.5px solid #b8f949;
    transition: all 0.4s ease-in-out;
  }
  .ic-dashboard-right.active {
    top: 65px;
  }
  .ic-up-down {
    display: block;
  }
  .ic-up-down i {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  header button.ic-btn {
    height: 30px;
  }
}
.ic-journey-item-main {
  position: relative;
  z-index: 1;
}
.ic-journey-item-main .ic-line {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #decfe5 50%, #8e17c7 50%);
  z-index: -1;
}
.ic-journey-item-main .ic-line i {
  position: absolute;
  top: 0;
  margin-top: -11.5px;
}
.ic-journey-item-main .ic-line i.one {
  color: #8e17c7;
  left: -10px;
}
.ic-journey-item-main .ic-line i.two {
  color: #decfe5;
  right: -10px;
  rotate: 180deg;
}

.ic-journey-slider-item .ic-journey-inf-main {
  padding-top: 65px;
  position: relative;
}
.ic-journey-slider-item .ic-shape {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.ic-journey-slider-item .ic-journey-inf {
  padding: 16px 10px;
  border-radius: 16px;
  background: #b8f949;
}
.ic-journey-slider-item .ic-journey-inf img {
  border-radius: 8px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.ic-journey-slider-main-div .ic-journey-slider-item.first .ic-journey-inf {
  background: #dcd4f3;
}
.ic-journey-slider-main-div .ic-journey-slider-item.last .ic-journey-inf {
  background: #b8f949;
}
.ic-journey-slider-main-div .ic-journey-slider-item.last .ic-journey-inf {
  background: #d4dffc;
}
.ic-journey-slider-main-div .ic-journey-slider-item.last .ic-journey-inf .ic-span {
  color: #116fe4;
  background: rgba(255, 255, 255, 0.4);
}
.ic-journey-slider-main-div .slick-dots {
  bottom: -60px;
}
.ic-journey-slider-main-div .slick-dots li {
  margin: 0 10px;
}
.ic-journey-slider-main-div .slick-dots li button:before {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  background: #8e17c7;
}
.ic-journey-slider-main-div .slick-dots li.slick-active button:before,
.ic-journey-slider-main-div .slick-dots li button:before {
  color: transparent;
}

.ic-mission-section {
  background: #300c41;
}
.ic-mission-section h3, .ic-mission-section h3 span, h3 .ic-mission-section span {
  text-transform: uppercase;
}
.ic-mission-section .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #592173;
}
.ic-mission-section .ic-believe-img-bottom {
  top: 30%;
  left: -120px;
  width: 290px;
  background: #b8f949;
}
.ic-mission-section .ic-believe-img-bottom .ic-believe-user-details {
  border: 1px dashed #121426;
}

.ic-immigrant-slider-item .ic-slider-top {
  border-left: 1px solid #c1d0e5;
  padding: 0 0 30px 24px;
}
.ic-immigrant-slider-item .ic-slider-top button:hover {
  background: #b8f949;
  color: #121426;
}
.ic-immigrant-slider-item .ic-slider-top.two {
  padding: 30px 0 0 24px;
}
.ic-immigrant-slider-item .ic-slider-top.two button {
  background: transparent;
  color: #121426;
}
.ic-immigrant-slider-item .ic-slider-top.two button:hover {
  box-shadow: none;
}
.ic-immigrant-slider-item .ic-slider-bottom img {
  height: 240px;
  object-fit: cover;
}

.ic-immigrant-slider-arrows button,
.ic-guid-slider-arrows button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(142, 23, 199, 0.1);
  color: #8e17c7;
  transition: all 0.3s;
}
.ic-immigrant-slider-arrows button:hover,
.ic-guid-slider-arrows button:hover {
  background: #8e17c7;
  color: #fff;
}

.ic-guid-section {
  background: #5b1f76;
}

.ic-guid-slider-btn-div button {
  background: #fff;
  color: #121426;
}
.ic-guid-slider-btn-div button:hover {
  background: #b8f949;
  color: #121426;
}

.ic-guid-item {
  height: 100%;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}
.ic-guid-item.two {
  background: #8e17c7;
}
.ic-guid-item img {
  border-radius: 15px;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.ic-guid-item h6, .ic-guid-item h6 span, h6 .ic-guid-item span {
  position: relative;
}
.ic-guid-item h6::after, .ic-guid-item h6 span::after, h6 .ic-guid-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 130%;
  height: 1px;
  width: 230px;
  background: #d9daf3;
  transform: translateY(-50%);
}

.ic-about-community-section {
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
}

.ic-leader-header p {
  max-width: 500px;
}

.ic-leader-item-main {
  margin-left: 115px;
}
.ic-leader-item-main .slick-list.draggable {
  padding-bottom: 75px;
}

.ic-leader-item {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.ic-leader-item .ic-leader-img {
  width: 100%;
  background: #e3e7f8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 315px;
}
.ic-leader-item .ic-leader-img img {
  height: 315px;
  width: auto;
  object-fit: contain;
}
.ic-leader-item .ic-leader-social-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border-radius: 10px;
  background: linear-gradient(0deg, #030a0b 0%, rgba(18, 21, 26, 0) 100%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}
.ic-leader-item:hover .ic-leader-social-link {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.ic-leader-item .ic-leader-inf {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(10, 17, 37, 0.16);
  width: 250px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}
.ic-leader-item .ic-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ic-leader-item .ic-icon i {
  color: #fff;
  transition: all 0.3s;
}
.ic-leader-item .ic-icon:hover {
  background: #fff;
}
.ic-leader-item .ic-icon:hover i {
  color: #8e17c7;
}

.ic-spirit-left {
  position: relative;
  height: 100%;
}
.ic-spirit-left .img-bg {
  height: 100%;
}
.ic-spirit-left .ic-spirit-play-btn {
  width: 120px;
  height: 120px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-spirit-right {
  position: relative;
  z-index: 1;
  background: #001b38;
  height: 100%;
  padding: 80px 0;
}
.ic-spirit-right h2, .ic-spirit-right h2 span, h2 .ic-spirit-right span {
  text-transform: uppercase;
}
.ic-spirit-right .ic-spirit-inf {
  position: relative;
  z-index: 1;
}
.ic-spirit-right .ic-spirit-inf h3, .ic-spirit-right .ic-spirit-inf h3 span, h3 .ic-spirit-right .ic-spirit-inf span {
  -webkit-text-stroke-width: 0.78px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 2.346px;
  text-transform: uppercase;
  color: #001b38;
}
.ic-spirit-right .ic-spirit-inf h3 span, h3 .ic-spirit-right .ic-spirit-inf span span {
  color: #fff;
}
.ic-spirit-right .ic-spirit-inf img {
  position: absolute;
  top: 70%;
  left: -35px;
  z-index: -1;
}

.ic-spirit-inf {
  max-width: 550px;
}

.ic-spirit-inf-bottom h4, .ic-spirit-inf-bottom h4 span, h4 .ic-spirit-inf-bottom span {
  max-width: 430px;
}
.ic-spirit-inf-bottom p {
  max-width: 400px;
}

.parallelogram {
  width: 500px;
  height: 100%;
  transform: skew(20deg);
  background: #001b38;
  position: absolute;
  top: 0;
  left: -125px;
  z-index: -1;
}

.ic-global-section {
  background: #5b1f76;
}

.ic-global-main {
  border-radius: 20px;
  background: #8034bf;
  padding: 40px;
}

.ic-flag-item {
  padding: 20px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  border-radius: 8px;
}
.ic-flag-item img {
  margin-top: 5px;
}

.slick-current .ic-flag-item {
  border-color: #b8f949;
}

.ic-flag-slider .slick-list.draggable {
  padding: 75px 0 !important;
}

.ic-global-map {
  position: relative;
}
.ic-global-map .ic-country-inf {
  width: 110px;
  height: 55px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 99;
  padding: 10px;
}
.ic-global-map .ic-country-inf .active-flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.ic-global-map .ic-country-inf .active-flag img {
  object-fit: cover;
}

.ic-active-flag-info-item {
  padding: 30px 26px;
  border-radius: 20px;
  background: #b8f949;
  color: #121426;
}
.ic-active-flag-info-item p {
  color: #121426;
}
.ic-active-flag-info-item .ic-right img {
  margin-left: -15px;
}
.ic-active-flag-info-item .ic-right img:first-child {
  margin: 0;
}

.ic-active-flag-inf-main .col-12:first-child .ic-active-flag-info-item,
.ic-active-flag-inf-main .col-12:last-child .ic-active-flag-info-item {
  background: #5b1f76;
  color: #fff;
}
.ic-active-flag-inf-main .col-12:first-child .ic-active-flag-info-item p,
.ic-active-flag-inf-main .col-12:last-child .ic-active-flag-info-item p {
  color: #fff;
}

.ic-thousand-section .ic-steps-header img {
  top: 80%;
  left: -10px;
  width: 100%;
  height: auto;
}
.ic-thousand-section .ic-community-header {
  text-align: center;
  max-width: 745px;
  margin: 0 auto;
}
.ic-thousand-section .ic-community-header p {
  max-width: 615px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media (max-width: 1399.98px) {
  .ic-immigrant-slider-arrows button,
  .ic-guid-slider-arrows button {
    width: 50px;
    height: 50px;
  }
  .ic-immigrant-slider-item .ic-slider-top {
    padding: 0 0 20px 20px;
  }
  .ic-immigrant-slider-item .ic-slider-top.two {
    padding: 20px 0 0 20px;
  }
  .ic-guid-item h6::after,
  .ic-guid-item h6 span::after,
  h6 .ic-guid-item span::after {
    width: 195px;
  }
  .ic-guid-item img {
    height: 250px;
  }
  .ic-leader-item-main {
    margin-left: 25px;
  }
  .ic-leader-item .ic-leader-inf {
    bottom: -45px;
    width: 220px;
    height: 90px;
  }
  .ic-spirit-right {
    padding: 70px 0;
  }
  .ic-active-flag-info-item {
    padding: 25px 20px;
  }
  .ic-spirit-left .ic-spirit-play-btn {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1199.98px) {
  .ic-mission-section .ic-believe-img-bottom .ic-believe-user-details {
    padding: 15px;
  }
  .ic-immigrant-slider-arrows button,
  .ic-guid-slider-arrows button {
    width: 45px;
    height: 45px;
  }
  .ic-guid-item h6::after,
  .ic-guid-item h6 span::after,
  h6 .ic-guid-item span::after {
    left: 110%;
    width: 135px;
  }
  .ic-guid-item {
    padding: 15px;
  }
  .ic-guid-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ic-guid-item img {
    height: 220px;
  }
  .ic-leader-item .ic-leader-inf {
    bottom: -35px;
    width: 190px;
    height: 80px;
  }
  .ic-spirit-right {
    padding: 60px 0;
  }
  .parallelogram {
    left: -120px;
  }
  .ic-spirit-right .ic-spirit-inf img {
    top: 65%;
    left: -50px;
  }
  .ic-global-main {
    padding: 30px;
  }
  .ic-spirit-left .ic-spirit-play-btn {
    width: 100px;
    height: 100px;
  }
  .ic-spirit-left .ic-spirit-play-btn .play-btn2 img {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .ic-mission-section .ic-believe-img-bottom {
    left: 0px;
    width: 250px;
  }
  .ic-immigrant-slider-item .ic-slider-bottom img {
    height: 200px;
  }
  .ic-guid-item h4, .ic-guid-item h4 span, h4 .ic-guid-item span {
    max-width: 85%;
  }
  .ic-leader-item-main {
    margin: 0 10px;
  }
  .ic-leader-item .ic-leader-inf {
    width: 180px;
    height: 70px;
  }
  .ic-leader-header p {
    margin: 0 auto;
  }
  .ic-spirit-left {
    height: 300px;
  }
  .ic-spirit-left .img-bg {
    object-fit: cover;
  }
  .ic-spirit-right {
    padding: 50px 0;
  }
  .ic-spirit-inf {
    margin: 0 auto;
    text-align: center;
  }
  .ic-spirit-inf-bottom {
    text-align: center;
  }
  .ic-spirit-inf-bottom h4, .ic-spirit-inf-bottom h4 span, h4 .ic-spirit-inf-bottom span,
  .ic-spirit-inf-bottom p,
  .ic-spirit-inf-bottom button {
    margin: 0 auto;
  }
  .ic-spirit-inf-bottom p {
    margin-bottom: 20px;
  }
  .ic-spirit-left .ic-spirit-play-btn {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .ic-mission-section .ic-believe-img-bottom {
    left: 50px;
    top: 50%;
  }
  .ic-immigrant-slider-item .ic-slider-bottom img {
    height: 180px;
  }
  .ic-leader-item .ic-leader-inf {
    width: 70%;
  }
  .ic-spirit-right .ic-spirit-inf img {
    left: 40px;
    width: 100px;
  }
  .ic-flag-item {
    width: 60px;
    height: 60px;
  }
  .ic-spirit-left .ic-spirit-play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .ic-journey-slider-main-div .slick-dots {
    bottom: -45px;
  }
  .ic-mission-section .ic-believe-img-bottom {
    top: 100%;
  }
  .ic-spirit-right {
    padding: 40px 15px;
  }
  .ic-spirit-right .ic-spirit-inf img {
    left: 0px;
    width: 50px;
    top: 80%;
  }
  .ic-flag-slider .slick-list.draggable {
    padding: 83px 0 !important;
  }
  .ic-flag-item {
    width: 50px;
    height: 50px;
  }
  .ic-flag-item img {
    width: 100%;
    height: auto;
  }
  .ic-spirit-left .ic-spirit-play-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 425.98px) {
  .ic-spirit-left .ic-spirit-play-btn {
    width: 80px;
    height: 80px;
  }
}
.ic-introduction-main {
  border-radius: 20px;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.ic-introduction-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 27, 56, 0.8);
  z-index: -1;
}
.ic-introduction-main .ic-span {
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  position: relative;
}
.ic-introduction-main .ic-span::after {
  content: ".";
  position: absolute;
  top: 37%;
  left: 61%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}

.ic-introduction-top {
  padding: 50px 50px 200px 50px;
}

.ic-conversation-btn button {
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ic-conversation-btn .ic-btn-p {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border-radius: 4px;
  background: rgba(142, 23, 199, 0.24);
}

.ic-conversation-icon .ic-footer-social a {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.ic-conversation-icon .ic-footer-social a i {
  color: #fff;
}
.ic-conversation-icon .ic-footer-social a:hover {
  background: #8e17c7;
}

.ic-introduction-bottom .slick-list.draggable {
  padding: 50px 0 !important;
}

.ic-introduction-bottom .slick-slide.slick-current {
  transition: all 0.4s ease-in-out;
}

.ic-introduction-bottom .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.2);
  z-index: 10;
}

.ic-introduction-slider-item img {
  border-radius: 10px;
}

.ic-all-stories-slider-btn.ic-guid-slider-arrows button {
  width: 44px;
  height: 44px;
  border: 2px solid #9ca5a9;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.ic-all-stories-slider-btn.ic-guid-slider-arrows button i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ic-all-stories-slider-btn.ic-guid-slider-arrows button:hover {
  border-color: #b8f949;
}
.ic-all-stories-slider-btn.ic-guid-slider-arrows button:hover i {
  color: #b8f949;
}

.ic-trusted-main {
  padding: 15px 50px;
  border-radius: 0 0 10px 10px;
  background: #8e17c7;
}

@media (max-width: 1399.98px) {
  .ic-introduction-main {
    padding: 40px;
  }
  .ic-introduction-top {
    padding: 40px 40px 190px 40px;
  }
}
@media (max-width: 1199.98px) {
  .ic-introduction-main {
    padding: 30px;
  }
  .ic-introduction-top {
    padding: 30px 30px 180px 30px;
  }
  .ic-trusted-main {
    padding: 15px 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-introduction-top {
    padding: 20px 20px 150px 20px;
  }
  .ic-trusted-main {
    text-align: center;
  }
  .ic-trusted-main p {
    margin-bottom: 10px;
  }
  .ic-trusted-main button {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .ic-introduction-top {
    padding: 0px 0px 80px 0px;
  }
}
@media (max-width: 575.98px) {
  .ic-introduction-top {
    padding: 0px 0px 40px 0px;
  }
}
.ic-choose-item-main .ic-choose-item {
  padding: 20px 15px;
  text-align: center;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.ic-choose-item-main .col-12:first-child .ic-choose-item {
  background: #dcd4f3;
}
.ic-choose-item-main .col-12:nth-child(2) .ic-choose-item {
  background: #b8f949;
}
.ic-choose-item-main .col-12:nth-child(2) .ic-choose-item .ic-choose-link {
  background: #8e17c7;
  color: #fff;
}
.ic-choose-item-main .col-12:last-child .ic-choose-item {
  background: #d4dffc;
}
.ic-choose-item-main h4, .ic-choose-item-main h4 span, h4 .ic-choose-item-main span {
  text-transform: inherit;
}
.ic-choose-item-main .ic-choose-link {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #b8f949;
  color: #121426;
  z-index: 10;
}

.ic-newcomer-section .ic-spirit-inf {
  max-width: 515px;
}
.ic-newcomer-section .parallelogram {
  transform: skew(15deg);
  left: -92px;
}

.ic-goal-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-goal-btn button {
  height: 46px;
  border-radius: 100px;
  padding: 0 24px;
  background: #fff;
  color: #001b38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  font-family: tungsten;
  transition: all 0.3s;
}
.ic-goal-btn button:hover {
  background: #8e17c7;
  color: #fff;
}

.ic-journey-begins-item {
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.ic-journey-begins-item img {
  position: absolute;
  top: 100%;
  left: 40%;
  z-index: -1;
}

.ic-journey-begins-item.two {
  background: #e2dcf6;
}
.ic-journey-begins-item.two img {
  top: -177px;
}
.ic-journey-begins-item.two button {
  background: transparent;
  color: #121426;
}

.ic-journey-begins-bottom {
  padding-top: 57px;
  border-top: 2px solid #decfe5;
}

.ic-give-back-section {
  background: #300c41;
}
.ic-give-back-section .ic-p {
  position: relative;
}
.ic-give-back-section .ic-p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #b8f949;
}

.ic-give-back-item-main {
  gap: 60px;
}
.ic-give-back-item-main .ic-give-back-item {
  position: relative;
}
.ic-give-back-item-main .ic-give-back-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 2px;
  height: 100%;
  background: #b8f949;
}
.ic-give-back-item-main .ic-give-back-item:last-child::after {
  display: none;
}

.ic-give-back-right {
  position: relative;
}
.ic-give-back-right img {
  border-radius: 24px;
}
.ic-give-back-right .ic-earn-badges {
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  gap: 14px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 300px;
}
.ic-give-back-right .ic-earn-badges img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.ic-progress-bar {
  padding: 30px 40px;
  border-radius: 24px;
  background: #592173;
}
.ic-progress-bar .progress {
  height: 8px;
}

.ic-for-mentor-left {
  position: relative;
}
.ic-for-mentor-left .ic-img-inf {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px;
}

.ic-mentor-img-main {
  background: #e2dcf6;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  position: relative;
}
.ic-mentor-img-main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 20, 23, 0) 24.13%, #121417 89.36%);
}

.ic-for-mentor-right .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #e2dcf6;
}
.ic-for-mentor-right .ic-accordion-main .accordion-button:not(.collapsed) {
  color: #121426;
  font-weight: 600;
}
.ic-for-mentor-right .ic-accordion-main .accordion-button:not(.collapsed) .ic-accordion-icon {
  background: #8e17c7;
}
.ic-for-mentor-right .ic-accordion-main .accordion-button:not(.collapsed) .ic-accordion-icon i {
  color: #fff;
}
.ic-for-mentor-right .ic-accordion-main .accordion-button.collapsed {
  color: #121426;
  font-weight: 500;
}
.ic-for-mentor-right .accordion-body p {
  color: #121426;
  padding-left: 70px;
  margin-top: -20px;
}
.ic-for-mentor-right .accordion-body p.active {
  margin-top: -13px;
}

.ic-accordion-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border: 2px solid #8e17c7;
  margin-right: 10px;
}
.ic-accordion-icon i {
  color: #8e17c7;
  transition: all 0.3s ease-in-out;
}

.ic-employee-section {
  background: #5b1f76;
}

.ic-employee-item {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  height: 100%;
}
.ic-employee-item .ic-item-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9daf3;
}
.ic-employee-item.tow {
  background: #8e17c7;
}

.ic-video-section {
  background: linear-gradient(to top, #fff 40%, #5b1f76 40%);
}
.ic-video-section .img-bg {
  border-radius: 16px;
  object-fit: cover;
}
.ic-video-section .ic-spirit-left .ic-spirit-play-btn {
  z-index: 2;
}
.ic-video-section .ic-spirit-left {
  position: relative;
  z-index: 1;
}
.ic-video-section .ic-spirit-left::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(18, 21, 26, 0.4);
}

.ic-sponsorship-dashboard-section .ic-sponsorship-dashboard-main {
  border-bottom: 1px solid #dce5ea;
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item {
  position: relative;
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(142, 23, 199, 0) 25%, rgba(142, 23, 199, 0.9) 79.81%);
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item p {
  position: absolute;
  bottom: 20px;
  left: 24px;
  z-index: 2;
  width: 153px;
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item.two::after {
  background: linear-gradient(180deg, rgba(0, 27, 56, 0) 25%, rgba(0, 27, 56, 0.9) 76.62%);
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item.two p {
  width: 100%;
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item.three::after {
  background: linear-gradient(180deg, rgba(0, 27, 56, 0) 25%, rgba(0, 27, 56, 0.9) 76.62%);
}
.ic-sponsorship-dashboard-section .ic-sponsorship-item.three p {
  width: 100%;
}

.ic-journey-map {
  background: #5b1f76;
}
.ic-journey-map p {
  max-width: 409px;
}

.ic-journey-map-inf {
  height: 500px;
  position: relative;
}
.ic-journey-map-inf .ic-step-img {
  position: absolute;
  top: -240px;
  height: 770px;
}
.ic-journey-map-inf .ic-journey-step {
  height: 90px;
  width: 270px;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-journey-map-inf .ic-journey-step .ic-left {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ic-journey-map-inf .ic-journey-step p {
  font-size: 12px;
}
.ic-journey-map-inf .ic-step-one {
  background: #8034bf;
  position: absolute;
  top: -165px;
  left: 585px;
}
.ic-journey-map-inf .ic-step-one .ic-left {
  background: #5b1f76;
}
.ic-journey-map-inf .ic-step-two {
  background: #b8f949;
  position: absolute;
  top: -65px;
  left: 885px;
}
.ic-journey-map-inf .ic-step-two .ic-left {
  background: #92d226;
}
.ic-journey-map-inf .ic-step-three {
  background: #4383ee;
  position: absolute;
  top: 60px;
  left: 375px;
}
.ic-journey-map-inf .ic-step-three .ic-left {
  background: #2d6bd2;
}
.ic-journey-map-inf .ic-step-four {
  background: #ff8a33;
  position: absolute;
  top: 150px;
  left: 670px;
}
.ic-journey-map-inf .ic-step-four .ic-left {
  background: #c5651d;
}
.ic-journey-map-inf .ic-step-five {
  background: #4df4e6;
  position: absolute;
  top: 255px;
  left: 160px;
}
.ic-journey-map-inf .ic-step-five .ic-left {
  background: #21d0c2;
}
.ic-journey-map-inf .ic-step-six {
  background: #d033ef;
  position: absolute;
  top: 365px;
  left: 460px;
}
.ic-journey-map-inf .ic-step-six .ic-left {
  background: #ae17cc;
}

.ic-footer-img {
  margin-bottom: -10px;
}

@media (max-width: 1399.98px) {
  .ic-newcomer-section .ic-spirit-inf {
    max-width: 465px;
  }
  .ic-journey-begins-item {
    padding: 25px 35px;
  }
  .ic-progress-bar {
    padding: 25px 35px;
  }
}
@media (max-width: 1199.98px) {
  .ic-newcomer-section .ic-spirit-inf {
    max-width: 415px;
  }
  .ic-progress-bar {
    padding: 20px 30px;
  }
  .ic-accordion-icon {
    width: 50px;
    height: 50px;
  }
  .ic-for-mentor-left .ic-img-inf {
    padding: 20px;
  }
  .ic-employee-item {
    padding: 25px;
  }
  .ic-journey-map-inf .ic-step-img {
    top: -95px;
    height: 635px;
  }
  .ic-journey-map-inf .ic-journey-step .ic-left {
    width: 60px;
    height: 60px;
  }
  .ic-journey-map-inf .ic-journey-step {
    height: 80px;
    width: 245px;
  }
  .ic-journey-map-inf .ic-step-one {
    top: -40px;
    left: 460px;
  }
  .ic-journey-map-inf .ic-step-three {
    top: 142px;
    left: 285px;
  }
  .ic-journey-map-inf .ic-step-five {
    top: 310px;
    left: 110px;
  }
  .ic-journey-map-inf .ic-step-two {
    top: 50px;
    left: 715px;
  }
  .ic-journey-map-inf .ic-step-four {
    top: 220px;
    left: 560px;
  }
  .ic-journey-map-inf .ic-step-six {
    top: 405px;
    left: 380px;
  }
}
@media (max-width: 991.98px) {
  .ic-choose-item-main .ic-choose-link {
    width: 45px;
    height: 45px;
  }
  .ic-goal-btn {
    justify-content: center;
  }
  .ic-goal-btn button {
    height: 40px;
    font-size: 20px;
  }
  .ic-journey-begins-item {
    padding: 15px;
  }
  .ic-journey-begins-item img {
    width: 47%;
    display: none;
  }
  .ic-journey-begins-item.two img {
    top: -115px;
  }
  .ic-journey-begins-bottom {
    padding-top: 20px;
    border: none;
  }
  .ic-journey-begins-section .mb-58 {
    margin-bottom: 0;
  }
  .ic-sponsorship-dashboard-section .ic-sponsorship-item p {
    bottom: 15px;
    left: 10px;
    width: 100%;
    font-size: 13px;
  }
  .ic-journey-map-inf .ic-step-img {
    top: -30px;
    height: 415px;
  }
  .ic-journey-map-inf .ic-journey-step {
    height: 60px;
  }
  .ic-journey-map-inf .ic-journey-step .ic-left {
    width: 45px;
    height: 45px;
  }
  .ic-journey-map-inf .ic-journey-step .ic-left img {
    width: 50%;
  }
  .ic-journey-map-inf .ic-step-one {
    top: 0px;
    left: 215px;
  }
  .ic-journey-map-inf .ic-step-three {
    top: 120px;
    left: 100px;
  }
  .ic-journey-map-inf .ic-step-five {
    top: 230px;
    left: 0px;
  }
  .ic-journey-map-inf .ic-step-two {
    top: 60px;
    left: 480px;
  }
  .ic-journey-map-inf .ic-step-four {
    top: 180px;
    left: 365px;
  }
  .ic-journey-map-inf .ic-step-six {
    top: 290px;
    left: 250px;
  }
}
@media (max-width: 767.98px) {
  .ic-journey-begins-item img {
    display: none;
  }
  .ic-give-back-right .ic-earn-badges {
    padding: 10px;
    gap: 10px;
    left: 10px;
    width: 300px;
  }
  .ic-progress-bar {
    padding: 15px;
  }
  .ic-journey-map-inf .ic-step-img {
    top: 0px;
    height: 340px;
  }
  .ic-journey-map-inf .ic-journey-step {
    width: 200px;
  }
  .ic-journey-map-inf .ic-step-one {
    top: 20px;
    left: 180px;
  }
  .ic-journey-map-inf .ic-step-three {
    top: 115px;
    left: 85px;
  }
  .ic-journey-map-inf .ic-step-five {
    top: 210px;
    left: 0px;
  }
  .ic-journey-map-inf .ic-step-two {
    top: 70px;
    left: 355px;
  }
  .ic-journey-map-inf .ic-step-four {
    top: 165px;
    left: 295px;
  }
  .ic-journey-map-inf .ic-step-six {
    top: 260px;
    left: 200px;
  }
  .ic-journey-map-inf {
    height: 430px;
  }
}
@media (max-width: 575.98px) {
  .ic-goal-btn button {
    height: 38px;
    font-size: 15px;
  }
  .ic-journey-begins-bottom {
    padding-top: 30px;
  }
  .ic-journey-begins-bottom {
    padding-top: 15px;
  }
  .ic-give-back-item-main {
    gap: 20px;
  }
  .ic-give-back-item-main .ic-give-back-item::after {
    right: -10px;
  }
  .ic-journey-map-inf .ic-step-one {
    top: 20px;
  }
  .ic-journey-map-inf .ic-step-two {
    top: 90px;
  }
  .ic-journey-map-inf .ic-step-img {
    display: none;
  }
  .ic-journey-map-inf .ic-step-three {
    top: 160px;
  }
  .ic-journey-map-inf .ic-step-five {
    top: 300px;
  }
  .ic-journey-map-inf .ic-step-six {
    top: 370px;
  }
  .ic-journey-map-inf .ic-step-four {
    top: 230px;
  }
  .ic-journey-map-inf .ic-step-one,
  .ic-journey-map-inf .ic-step-two,
  .ic-journey-map-inf .ic-step-three,
  .ic-journey-map-inf .ic-step-four,
  .ic-journey-map-inf .ic-step-five,
  .ic-journey-map-inf .ic-step-six {
    left: 50%;
    transform: translateX(-50%) !important;
    width: 80%;
  }
}
.ic-video-section.ic-statement-section {
  background: linear-gradient(to bottom, #fff 40%, #5b1f76 40%);
}
.ic-video-section.ic-statement-section .ic-spirit-left::after {
  position: absolute;
  opacity: 0.7;
  background: rgba(91, 31, 118, 0.7);
}

.ic-number-section {
  background: #5b1f76;
}
.ic-number-section .slick-dots {
  display: none !important;
}

.ic-number-item {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
  height: 275px;
}
.ic-number-item.active {
  background: #8e17c7;
}

.ic-invisible-section .slick-dots li button:before {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  background: #8e17c7;
}
.ic-invisible-section .slick-dots {
  bottom: -60px;
}
.ic-invisible-section .slick-dots li {
  margin: 0 10px;
}
.ic-invisible-section .slick-dots li button:before {
  color: transparent;
}
.ic-invisible-section .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.ic-invisible-slider-main {
  position: relative;
  height: 415px;
}

.ic-community-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 1730px;
}

.ic-invisible-slider-item {
  min-height: 370px;
}

.ic-comment-user {
  padding-top: 30px;
  border-top: 1px solid #001b38;
}

.ic-invisible-slider-item {
  border-radius: 20px;
  margin: 0 10px;
  padding: 20px;
}
.ic-invisible-slider-item.one {
  padding: 20px;
  background: #b8f949;
}
.ic-invisible-slider-item.ic-bg-img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.ic-invisible-slider-item.ic-bg-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 27, 56, 0.2) 0%, #001b38 95%);
  z-index: -1;
}
.ic-invisible-slider-item .ic-slider-inf {
  max-width: 345px;
}
.ic-invisible-slider-item .ic-item-bottom {
  display: flex;
  justify-content: center;
}
.ic-invisible-slider-item .ic-item-bottom .play-btn2.primary {
  margin: 0 0 0 75px;
}

.ic-we-are-section {
  background: #5b1f76;
}

.ic-current-location {
  position: absolute;
  top: 35%;
  left: 50%;
  background: #001b38;
  padding: 11px 16px;
  border-radius: 5px;
  z-index: 1;
}
.ic-current-location::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50px;
  width: 20px;
  height: 20px;
  background: #001b38;
  transform: rotate(130deg);
  z-index: -1;
  border-radius: 4px;
}
.ic-current-location::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 50px;
  width: 16px;
  height: 16px;
  background: #dd352e;
  border-radius: 50%;
}

.ic-year-section {
  background: #331043;
}

.ic-year-header span {
  position: relative;
}
.ic-year-header span img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ic-year-info {
  margin-bottom: 70px;
}

.ic-year-dots h5, .ic-year-dots h5 span, h5 .ic-year-dots span {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.ic-year-dots .ic-year-round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #cdc8ea;
  margin: 0 auto;
}

.ic-year-dot-main {
  position: relative;
  z-index: 1;
}
.ic-year-dot-main .ic-line {
  position: absolute;
  bottom: 10px;
  height: 2px;
  background: #cdc8ea;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
}
.ic-year-dot-main .ic-line i {
  color: #cdc8ea;
}
.ic-year-dot-main .ic-line i:first-child {
  margin-left: -10px;
}
.ic-year-dot-main .ic-line i:last-child {
  margin-right: -10px;
  transform: rotate(-180deg);
}
.ic-year-dot-main .slick-current h5, .ic-year-dot-main .slick-current h5 span, h5 .ic-year-dot-main .slick-current span {
  color: #b8f949;
}
.ic-year-dot-main .slick-current .ic-year-round {
  background: #121426;
  border: 5px solid #b8f949;
}

.ic-impact-partnership {
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
}

.ic-filter-section .ic-partnership-header img {
  left: 43%;
}

.ic-filter-tabs .ic-custom-tabs {
  border: none;
}
.ic-filter-tabs .ic-custom-tabs button {
  border: 1px solid #cdc8ea;
  font-weight: 500;
}
.ic-filter-tabs .ic-custom-tabs .nav-link {
  font-weight: 600;
  color: #333;
  border-radius: 30px;
  margin: 0 5px;
  transition: all 0.3s;
}
.ic-filter-tabs .ic-custom-tabs .nav-link.active {
  background: #8e17c7;
  color: #fff;
  border-color: #8e17c7;
}

.ic-filter-item {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
}
.ic-filter-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ic-filter-item .ic-filter-img-inf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(0deg, #001b38 0%, rgba(0, 27, 56, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.ic-filter-item:hover .ic-filter-img-inf {
  opacity: 1;
  visibility: visible;
}

.ic-filter-img-inf {
  padding: 40px;
  display: flex;
  align-items: end;
}

.ic-year-item img {
  border-radius: 10px;
}

.ic-transparent-section {
  background: #300c41;
}
.ic-transparent-section .ic-transparent-left {
  position: relative;
}
.ic-transparent-section .ic-transparent-left .ic-img1 {
  width: 80%;
}
.ic-transparent-section .ic-transparent-left .ic-transparent-img2 {
  position: absolute;
  top: 50px;
  left: 37%;
}
.ic-transparent-section .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #592173;
}

.accordion-body ul li {
  color: #fff;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  position: relative;
  padding: 0 20px;
}
.accordion-body ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1399.98px) {
  .ic-invisible-slider-item .ic-comment-user {
    padding-top: 5px;
  }
  .ic-invisible-section {
    padding-left: 40px;
  }
  .ic-year-info {
    margin-bottom: 60px;
  }
  .ic-filter-item {
    height: 400px;
  }
  .ic-invisible-slider-item {
    min-height: 335px;
  }
  .ic-community-slider {
    width: 1550px;
  }
  .ic-invisible-slider-main {
    height: 380px;
  }
}
@media (max-width: 1199.98px) {
  .ic-number-item {
    padding: 30px;
  }
  .ic-invisible-slider-item .ic-item-bottom {
    display: flex;
    justify-content: center;
    padding-top: 70px;
  }
  .ic-year-info {
    margin-bottom: 50px;
  }
  .ic-filter-item {
    height: 360px;
  }
  .ic-community-slider {
    width: 1350px;
  }
  .ic-invisible-slider-item {
    min-height: 315px;
  }
  .ic-invisible-slider-main {
    height: 345px;
  }
}
@media (max-width: 991.98px) {
  .ic-number-item {
    padding: 20px;
    height: 250px;
  }
  .ic-year-info {
    margin-bottom: 40px;
  }
  .ic-filter-tabs .ic-custom-tabs {
    gap: 10px;
  }
  .ic-filter-section .ic-partnership-header img {
    left: 50%;
  }
  .ic-invisible-section {
    padding-bottom: 170px;
  }
  .ic-invisible-section .ic-community-item img {
    height: 130px;
    object-fit: contain;
    width: 100%;
  }
  .ic-community-slider {
    width: 950px;
  }
  .ic-invisible-slider-item {
    min-height: 360px;
  }
  .ic-invisible-slider-main {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .ic-number-item {
    height: 235px;
  }
  .ic-current-location {
    top: 5%;
    left: 38%;
  }
  .ic-year-info {
    margin-bottom: 30px;
  }
  .ic-filter-item {
    height: 320px;
  }
  .ic-transparent-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ic-transparent-section .ic-transparent-left .ic-img1,
  .ic-transparent-img2 img {
    width: 60%;
  }
  .ic-transparent-section .ic-transparent-left .ic-transparent-img2 {
    margin: 95px 0px 0 75px;
  }
  .ic-community-slider {
    width: 850px;
  }
  .ic-community-slider {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .ic-number-item {
    margin: 0 20px;
  }
  .ic-year-info {
    margin-bottom: 0px;
  }
  .ic-year-section h3, .ic-year-section h3 span, h3 .ic-year-section span {
    line-height: 150%;
  }
  .ic-transparent-section .ic-transparent-left .ic-transparent-img2 {
    margin: 40px 0px 0 20px;
  }
}
.ic-mentorship-banner-p {
  max-width: 786px;
}

.ic-why-mentorship-section img {
  border-radius: 16px;
}

.ic-why-mentorship-img-right-bottom {
  background: #5b1f76;
  padding: 20px 24px;
  border-radius: 16px;
}

.ic-why-mentorship-accordion ul li {
  color: #181818;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  margin: 10px 0;
}
.ic-why-mentorship-accordion ul li::after {
  width: 8px;
  height: 8px;
  background: #8e17c7;
}

.ic-work-process-section {
  background: linear-gradient(to top, #fff 40%, #5b1f76 40%);
}
.ic-work-process-section .slick-list.draggable {
  padding: 20px 0;
}

.ic-work-process-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 26px 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}
.ic-work-process-item h3, .ic-work-process-item h3 span, h3 .ic-work-process-item span {
  color: #5b1f76;
  opacity: 0.2;
}
.ic-work-process-item p {
  max-width: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ic-work-process-item .ic-item-img img {
  border-radius: 12px;
}
.ic-work-process-item .ic-work-process-icon {
  transition: all 0.3s ease-in-out;
}
.ic-work-process-item .icon2 {
  display: none;
  transition: all 0.3s ease-in-out;
}
.ic-work-process-item:hover .ic-work-process-icon {
  background: #8e17c7;
}
.ic-work-process-item:hover .icon2 {
  display: block;
}
.ic-work-process-item:hover .icon1 {
  display: none;
  transition: all 0.3s ease-in-out;
}

.ic-work-process-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #8e17c7;
}

.ic-real-journey-section .ic-real-journey-arrows button {
  border: 1px solid #cdc8ea;
  transition: all 0.3s ease-in-out;
}
.ic-real-journey-section .ic-real-journey-arrows button i {
  color: #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-real-journey-section .ic-real-journey-arrows button:hover {
  background: #8e17c7;
  border: 1px solid #8e17c7;
}
.ic-real-journey-section .ic-real-journey-arrows button:hover i {
  color: #fff;
}

.ic-real-journey-left {
  position: relative;
}
.ic-real-journey-left a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ic-real-journey-right {
  padding: 80px 0 115px 50px;
  background: #f3f8ff;
  border-bottom: 5px solid #8e17c7;
}

.ic-real-journey-info {
  max-width: 600px;
}

.ic-x-mentor-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.ic-x-mentor-img .user-img {
  border-radius: 50%;
}
.ic-x-mentor-img .ic-shape {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ic-x-mentor-info p {
  color: #565661;
}

.ic-real-journey-left-main {
  position: relative;
}

.ic-mentor-are-section .ic-steps-header img {
  position: absolute;
  left: -10px;
  width: 100%;
  height: auto;
  top: 100%;
}

.ic-mentors-are-left {
  display: flex;
  align-items: center;
}
.ic-mentors-are-left img:last-child {
  margin-left: -40%;
}

.ic-mentor-are-right .ic-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8e17c7;
  flex: 0 0 auto;
}
.ic-mentor-are-right .ic-mentor-are-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ic-mentor-are-right .ic-mentor-are-item p {
  color: #565661;
}

.ic-global-mentorship-section .ic-mentor-from {
  width: 312px;
}

.ic-global-mentorship-inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ic-global-mentorship-inf .ic-left img {
  width: 40px;
  height: 40%;
  border-radius: 50%;
  object-fit: cover;
}
.ic-global-mentorship-inf .ic-right i {
  color: #f69745;
}

.ic-ask-question-left {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.ic-ask-question-left::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(18, 21, 26, 0.74);
  z-index: -1;
}
.ic-ask-question-left .ic-mentor-img-list {
  margin-top: 160px;
  display: flex;
  align-items: center;
}
.ic-ask-question-left .ic-mentor-img-list img {
  margin-left: -15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.ic-ask-question-left .ic-mentor-img-list img:first-child {
  margin: 0;
}
.ic-ask-question-left .ic-mentor-img-list .ic-user-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121426;
  margin-left: -15px;
  cursor: pointer;
}

.ic-ask-question-middle {
  border-radius: 16px;
  border: 1.2px solid #8e17c7;
  padding: 20px 30px;
}
.ic-ask-question-middle .accordion-item {
  margin-bottom: 10px;
  border: none;
  background: #ece9f6;
  border-radius: 6px !important;
}
.ic-ask-question-middle .accordion-button {
  border-radius: 6px !important;
  background: #ece9f6;
  box-shadow: none;
}

.ic-pdf-download {
  border-radius: 16px;
  background: #af96f6;
  padding: 24px 52px 38px 26px;
}
.ic-pdf-download h6, .ic-pdf-download h6 span, h6 .ic-pdf-download span {
  margin-bottom: 90px;
}

@media (max-width: 1399.98px) {
  .ic-work-process-icon {
    width: 80px;
    height: 80px;
  }
  .ic-work-process-item {
    padding: 20px;
    margin: 0 10px;
  }
  .ic-real-journey-right {
    padding: 70px 0 90px 50px;
  }
  .ic-x-mentor-img {
    width: 80px;
    height: 80px;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -55%;
  }
}
@media (max-width: 1199.98px) {
  .ic-why-mentorship-img-right-bottom {
    padding: 15px;
  }
  .ic-work-process-icon {
    width: 70px;
    height: 70px;
  }
  .ic-work-process-item {
    padding: 15px;
  }
  .ic-real-journey-right {
    padding: 50px 0 60px 40px;
  }
  .ic-x-mentor-img {
    width: 70px;
    height: 70px;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -75%;
  }
  .ic-pdf-download {
    padding: 24px 30px 38px 26px;
  }
}
@media (max-width: 991.98px) {
  .ic-work-process-item p {
    max-width: 230px;
  }
  .ic-work-process-icon {
    width: 60px;
    height: 60px;
  }
  .ic-real-journey-right {
    padding: 30px 0 40px 30px;
  }
  .ic-mentors-are-left img {
    width: 80%;
    height: auto;
  }
  .ic-mentors-are-left img:last-child {
    margin-left: -65%;
  }
  .ic-pdf-download {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .ic-work-process-item p {
    max-width: 210px;
  }
  .ic-real-journey-arrows {
    position: absolute;
    /* top: 110%; */
    right: 20px;
    bottom: -75px;
    gap: 10px;
  }
  .ic-real-journey-right {
    padding: 20px;
  }
  .ic-ask-question-left .ic-mentor-img-list {
    margin-top: 100px;
  }
  .ic-pdf-download h6,
  .ic-pdf-download h6 span,
  h6 .ic-pdf-download span {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .ic-ask-question-middle {
    padding: 15px;
  }
  .ic-real-journey-arrows {
    bottom: -60px;
  }
}
.ic-frequently-question-section .ic-steps-header img {
  height: 17%;
  top: 100%;
}

.ic-frequently-question-main {
  padding: 70px;
  border-radius: 16px;
  border: 1.2px solid #8e17c7;
  background: #fff;
}
.ic-frequently-question-main .accordion-item {
  border-radius: 10px;
  border: 1px solid #dce5ea !important;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 26px 2px rgba(9, 11, 15, 0.08);
  overflow: hidden;
  margin-bottom: 12px;
}
.ic-frequently-question-main .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #121426;
}
.ic-frequently-question-main .accordion-body {
  padding-top: 0;
}

@media (max-width: 1399.98px) {
  .ic-frequently-question-main {
    padding: 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-frequently-question-main {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .ic-frequently-question-main {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .ic-frequently-question-main {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .ic-frequently-question-main {
    padding: 20px;
  }
}
.ic-event-banner-section .ic-btn {
  padding: 0px 15px;
}

.ic-upcoming-event-section .ic-steps-header img {
  left: -70px;
  top: 100%;
  height: auto;
}
.ic-upcoming-event-section .ic-input-group {
  width: 208px;
}

.ic-event-search {
  border-radius: 8px;
  border: 1px solid #dce5ea;
  background: #fff;
  padding: 12px 20px;
}
.ic-event-search input {
  width: 50%;
}
.ic-event-search .ic-btn {
  height: 44px;
  padding: 0px 15px;
  border-radius: 8px;
  font-size: 15px;
}

.ic-event-search-input {
  position: relative;
}
.ic-event-search-input::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dce5ea;
}

.ic-input-group {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  color: #565661;
  font-family: "Manrope", sans-serif;
}
.ic-input-group:focus {
  outline: none;
}

.ic-slice-tab-main .ic-slide-tabs {
  width: 100%;
  position: relative;
}
.ic-slice-tab-main .ic-tab-buttons {
  display: flex;
  position: relative;
  background: #8e17c7;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}
.ic-slice-tab-main .ic-tab-buttons::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 30px;
  transition: all 0.4s ease;
  z-index: 0;
}
.ic-slice-tab-main .ic-tab-buttons.dashboard::before {
  background: #b8f949;
}
.ic-slice-tab-main .ic-tab-btn {
  flex: 1;
  padding: 8px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  transition: color 0.3s ease;
}
.ic-slice-tab-main .ic-tab-btn.active {
  color: #121426;
}
.ic-slice-tab-main .ic-tab-buttons[data-active="0"]::before {
  left: 5px;
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-buttons[data-active="1"]::before {
  left: calc(50% + 5px);
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-buttons[data-active="2"]::before {
  left: calc(50% + 5px);
  width: calc(50% - 10px);
}
.ic-slice-tab-main .ic-tab-contents {
  position: relative;
}
.ic-slice-tab-main .ic-tab-content {
  display: none;
  animation: fadeSlide 0.5s ease;
}
.ic-slice-tab-main .ic-tab-content.active {
  display: block;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ic-card-view-item {
  border-radius: 16px;
  background: #e5eaf8;
  padding: 20px;
}

.ic-card-view-span span {
  padding: 5px 10px;
  border-radius: 30px;
  background: #116fe4;
  font-size: 14px;
}

.ic-calender {
  position: relative;
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  font-family: "Manrope", sans-serif;
}
.ic-calender .fc .fc-toolbar {
  flex-direction: row-reverse;
  justify-content: left;
  gap: 8px;
  padding: 24px;
  margin: 0;
}
.ic-calender .fc-today-button {
  border-radius: 23px;
  border: 1.2px solid #e5e8f7;
  color: #121426 !important;
  background: #fff !important;
  padding: 5px 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.ic-calender .fc-prev-button,
.ic-calender .fc-next-button,
.ic-calender .fc-prev-button:hover,
.ic-calender .fc-next-button:hover,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child),
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.ic-calender .fc-prev-button span,
.ic-calender .fc-next-button span,
.ic-calender .fc-prev-button:hover span,
.ic-calender .fc-next-button:hover span,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) span,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) span {
  color: #697483;
}
.ic-calender .fc-prev-button:focus,
.ic-calender .fc-next-button:focus,
.ic-calender .fc-prev-button:hover:focus,
.ic-calender .fc-next-button:hover:focus,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child):focus,
.ic-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child):focus {
  outline: none;
  box-shadow: none;
}
.ic-calender .fc-toolbar-title {
  font-weight: 600;
}
.ic-calender .fc-col-header th {
  border: none;
  background: #f2f2fa;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
}
.ic-calender .fc-col-header th a {
  color: #121426;
}
.ic-calender .fc .fc-daygrid-day-top {
  justify-content: center;
}
.ic-calender .fc .fc-daygrid-day-top a {
  color: #121426;
}
.ic-calender .fc-theme-standard .fc-scrollgrid {
  border: none;
}
.ic-calender .fc-theme-standard td,
.ic-calender .fc-theme-standard th {
  border-right: none;
  border-bottom: none;
}
.ic-calender .fc .fc-daygrid-day-frame {
  padding: 10px;
}
.ic-calender .fc-h-event .fc-event-title-container {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.ic-calender .fc-event-start {
  background: #116fe4;
  border: none;
  cursor: pointer;
}
.ic-calender .ic-calender-event-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.ic-calender .ic-calender-event-info.active {
  opacity: 1;
  visibility: visible;
}
.ic-calender .fc-media-screen::-webkit-scrollbar {
  width: 10px;
}
.ic-calender .fc-media-screen::-webkit-scrollbar-track {
  background: #f1f5f9;
  padding: 10px 0;
}
.ic-calender .fc-media-screen::-webkit-scrollbar-thumb {
  background: #8e17c7;
  padding: 10px 0;
}
.ic-calender .fc-media-screen {
  scrollbar-width: thin;
  scrollbar-color: #8e17c7 #f1f5f9;
}

.ic-past-event-section .ic-steps-header img {
  left: -100px;
  height: auto;
  top: 100%;
}
.ic-past-event-section .ic-past-event-left {
  position: relative;
  z-index: 1;
}
.ic-past-event-section .ic-past-event-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 10, 11, 0.9) 0%, rgba(18, 21, 26, 0.1) 100%);
  z-index: 1;
}
.ic-past-event-section .ic-past-event-left .slick-list.draggable {
  padding: 20px 0 !important;
}
.ic-past-event-section .ic-past-event-left-slider {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  width: 60%;
  z-index: 2;
}

.ic-past-event-slider-btn {
  position: relative;
}
.ic-past-event-slider-btn button {
  background: #fff;
  position: absolute;
}
.ic-past-event-slider-btn button:first-child {
  left: -10px;
  bottom: 35px;
}
.ic-past-event-slider-btn button:last-child {
  right: -10px;
  bottom: 35px;
}

.ic-past-event-left-slider-item {
  margin: 0 15px;
}

.ic-past-event-left-slider-item div {
  transition: all 0.3s ease;
  border-radius: 8px;
}
.ic-past-event-left-slider-item div img {
  border-radius: 10px;
  height: 90px;
  object-fit: cover;
}

.ic-past-event-left-slider-item.slick-center div {
  transform: scale(1.3);
}

.ic-past-event-right {
  height: 100%;
  padding: 80px;
  background: #f3f8ff;
}

.ic-past-event-right-inf {
  max-width: 484px;
}

.ic-past-event-right-dot span {
  position: relative;
}
.ic-past-event-right-dot span:first-child::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8e17c7;
}

.ic-past-event-comment {
  padding: 24px;
  border-radius: 16px;
  background: #5b1f76;
}
.ic-past-event-comment .ic-comment-post {
  padding: 16px;
  border-top: 1px solid #c3c6d8;
}

.ic-custom-dots .slick-dots li {
  margin: 0 10px;
}
.ic-custom-dots .slick-dots li button:before {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  background: #8e17c7;
}
.ic-custom-dots .slick-dots li button:before {
  color: transparent;
}
.ic-custom-dots .slick-dots {
  bottom: -60px;
}

.ic-mission-section.ic-host-section {
  background: #fff;
}
.ic-mission-section.ic-host-section .ic-steps-header img {
  left: 75px;
  top: 100%;
  height: auto;
}
.ic-mission-section.ic-host-section .ic-host-img {
  border: 1px solid #8e17c7;
  border-radius: 16px;
}

.ic-signature-section .slick-slide {
  padding: 0;
}

.ic-signature-item {
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}
.ic-signature-item h5, .ic-signature-item h5 span, h5 .ic-signature-item span,
.ic-signature-item p {
  transition: all 0.3s ease-in-out;
}
.ic-signature-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ic-signature-item-info {
  border-radius: 16px;
  overflow: hidden;
}

.ic-signature-item-left {
  background: #b8f949;
  padding: 90px 42px;
  height: 100%;
}

.ic-signature-right {
  background: #fff;
  padding: 45px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.ic-signature-user img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: contain;
}

.ic-signature-span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-signature-span span {
  color: #8e17c7;
  transition: all 0.3s ease-in-out;
}
.ic-signature-span i {
  margin-top: 3px;
  color: #8e17c7;
  font-size: 5px;
  transition: all 0.3s ease-in-out;
}

.ic-signature-item-btn button {
  transition: all 0.3s ease-in-out;
}

.ic-signature-item:hover .ic-signature-right {
  background: #8e17c7;
}
.ic-signature-item:hover h5, .ic-signature-item:hover h5 span, h5 .ic-signature-item:hover span,
.ic-signature-item:hover p {
  color: #fff;
}
.ic-signature-item:hover .ic-signature-span span,
.ic-signature-item:hover .ic-signature-span i {
  color: #b8f949;
}
.ic-signature-item:hover .ic-signature-btn1 {
  background: #b8f949;
  color: #121426;
  border-color: #b8f949;
}
.ic-signature-item:hover .ic-signature-btn2 {
  color: #fff;
  border-color: #fff;
}

.ic-access-section {
  position: relative;
  z-index: 1;
}
.ic-access-section .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
  z-index: -1;
}

.ic-event-page-thousand .ic-btn {
  padding: 0 18px;
}

.ic-dashboard-event-search.ic-event-search .ic-btn {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .ic-dashboard-event-search .ic-input-group {
    width: 48%;
  }
}
.ic-dashboard-event-search.ic-event-search {
  padding: 10px 15px;
}
.ic-dashboard-event-search.ic-event-search input {
  width: 45%;
}
.ic-dashboard-event-search.ic-event-search .ic-btn {
  height: 40px;
  padding: 0px 5px;
}

@media (max-width: 1399.98px) {
  .ic-card-view-span span {
    font-size: 12px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    width: 80%;
  }
  .ic-past-event-right {
    height: 100%;
    padding: 40px 40px 40px 50px;
    background: #f3f8ff;
  }
  .ic-signature-item-left {
    padding: 85px 40px;
  }
  .ic-signature-right {
    padding: 40px 30px;
  }
  .ic-signature-right .ic-btn {
    padding: 0 18px;
  }
  .ic-event-page-thousand .ic-btn {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ic-card-view-span span {
    font-size: 9px;
  }
  .ic-card-view-item .ic-btn {
    font-size: 13px;
  }
  .ic-event-search .ic-btn {
    height: 40px;
    padding: 0px 10px;
    font-size: 12px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    width: 90%;
  }
  .ic-past-event-left-slider-item {
    margin: 0 10px;
  }
  .ic-past-event-right {
    padding: 15px;
  }
  .ic-past-event-comment {
    padding: 15px;
  }
  .ic-signature-right {
    padding: 35px 25px;
  }
  .ic-signature-item-left {
    padding: 80px 30px;
  }
  .ic-signature-right .ic-btn {
    font-size: 12px;
  }
  .ic-signature-span {
    flex-wrap: wrap;
  }
  .ic-signature-section .slick-list.draggable {
    padding: 0 !important;
  }
  .ic-signature-span span {
    font-size: 12px;
  }
  .ic-event-page-thousand .ic-btn {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .ic-event-search-input::after {
    display: none;
  }
  .ic-past-event-right-inf {
    max-width: 100%;
  }
  .ic-past-event-slider-btn button:last-child {
    right: 40px;
  }
  .ic-custom-dots .slick-dots {
    bottom: -50px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    left: -60px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom .ic-believe-user-details {
    padding: 10px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    padding: 10px;
    margin-top: 80px;
  }
  .ic-signature-item-btn {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .ic-signature-item-btn button {
    margin: 0;
  }
  .ic-signature-user img {
    height: 120px;
    width: 120px;
  }
  .ic-signature-right {
    padding: 20px;
  }
  .ic-signature-item-left {
    padding: 75px 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-event-select {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  .ic-upcoming-event-section .ic-input-group {
    width: 48%;
  }
  .ic-custom-dots .slick-dots {
    bottom: -40px;
  }
  .ic-past-event-left-slider-item div img {
    height: 70px;
  }
  .ic-past-event-section .ic-past-event-left-slider {
    bottom: -40px;
  }
  .ic-past-event-slider-btn button:last-child {
    right: 15px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    left: 20px;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    margin-top: 60px;
  }
  .ic-signature-item-left {
    padding: 20px;
    text-align: center;
  }
  .ic-signature-user img {
    height: 100px;
    width: 100px;
  }
  .ic-signature-section .slick-slide {
    padding: 0 10px;
  }
  .ic-event-page-thousand .ic-impact-btn {
    flex-wrap: wrap;
  }
  .fc-media-screen {
    max-height: 450px;
    overflow-y: scroll;
  }
  .ic-calender .fc .fc-daygrid-day-frame {
    padding: 5px;
  }
  .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px;
  }
  .ic-card-view-item .ic-card-view-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ic-card-view-item .ic-card-view-btn button {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .ic-upcoming-event-section .ic-input-group {
    width: 100%;
  }
  .ic-mission-section.ic-host-section .ic-believe-img-bottom {
    margin-top: -100px;
  }
  .ic-mission-section.ic-host-section .ic-steps-header img {
    left: 0px;
    top: 85%;
  }
  .ic-signature-user img {
    height: 80px;
    width: 80px;
  }
  .ic-signature-item-left {
    padding: 15px;
  }
  .fc-media-screen {
    max-height: 400px;
  }
  .ic-calender .fc .fc-toolbar {
    padding: 10px;
  }
  .fc-toolbar-title {
    font-size: 18px !important;
  }
  .ic-calender .fc-h-event .fc-event-title-container {
    font-size: 10px;
  }
  .ic-calender .fc-today-button {
    padding: 0px 10px;
    font-size: 14px;
  }
}
.ic-event-details-main {
  border-radius: 16px;
  border: 1px solid #eef5f9;
  background: #fff;
  box-shadow: 0 12px 26px 5px rgba(9, 11, 15, 0.08);
}

.ic-event-details-top {
  padding: 60px;
}

.ic-event-details-img img {
  border-radius: 16px;
}

.ic-add-calendar-select {
  width: 100%;
  position: relative;
}

/* button style */
.ic-ac-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #8e17c7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  cursor: pointer;
  color: #121426;
}

.ic-ac-btn:focus {
  outline: none;
  border: 1px solid #8e17c7;
}

/* icon */
.ic-ac-icon {
  font-size: 18px;
  color: #8e17c7;
}

/* caret */
.ic-ac-caret {
  margin-left: auto;
  font-size: 18px;
  color: #6b7280;
}

/* dropdown panel */
.ic-ac-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  padding: 8px;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 40;
}

/* option */
.ic-ac-option {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  color: #111827;
  font-weight: 500;
  margin: 4px 0;
  transition: background 0.15s, transform 0.08s;
}

/* hover / focus style */
.ic-ac-option:hover {
  background: rgba(142, 23, 199, 0.08);
}

/* selected state (when user picks an option) */
.ic-ac-option.ic-selected {
  background: #8e17c7;
  color: #fff;
  box-shadow: 0 6px 18px rgba(142, 23, 199, 0.18);
}

.ic-ac-options::-webkit-scrollbar {
  width: 8px;
}

.ic-ac-options::-webkit-scrollbar-track {
  background: transparent;
}

.ic-ac-options::-webkit-scrollbar-thumb {
  background: rgba(16, 24, 40, 0.08);
  border-radius: 8px;
}

.ic-ac-options {
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 24, 40, 0.08) transparent;
}

.ic-ticket-qty-price {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  padding: 34px;
}
.ic-ticket-qty-price h6, .ic-ticket-qty-price h6 span, h6 .ic-ticket-qty-price span {
  border-bottom: 1px solid #dce5ea;
  padding-bottom: 10px;
}

.ic-ticket-middle {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 26px 0;
  border-bottom: 1px solid #dce5ea;
}
.ic-ticket-middle .ic-ticket-info {
  max-width: 370px;
}
.ic-ticket-middle .ic-ticket-qty {
  border-radius: 6px;
  border: 1px solid #8e17c7;
  min-width: 82px;
  height: 34px;
  padding: 11px 12px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.ic-ticket-middle .ic-ticket-qty button {
  background: none;
  font-size: 18px;
  color: #565661;
}

.ic-event-details-bottom {
  border-top: 1px solid #dce5ea;
  padding: 50px 60px;
}

.ic-speaker-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-speaker-item .ic-speaker-left {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.ic-speaker-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic-sponsor-item-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ic-sponsor-item {
  border-radius: 6px;
  border: 1px solid #dce5ea;
  background: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  box-shadow: 0 2px 16px 0 rgba(9, 11, 15, 0.1);
}
.ic-sponsor-item img {
  width: 100%;
  height: auto;
}

.ic-map-location {
  height: 280px;
}

.ic-organize-venue {
  min-height: 275px;
}

@media (max-width: 1399.98px) {
  .ic-event-details-top {
    padding: 50px;
  }
  .ic-event-details-bottom {
    padding: 50px;
  }
  .ic-speaker-item .ic-speaker-left {
    width: 50px;
    height: 50px;
  }
  .ic-map-location {
    height: 250px;
  }
  .ic-organize-venue {
    min-height: 250px;
  }
}
@media (max-width: 1199.98px) {
  .ic-event-details-top {
    padding: 40px;
  }
  .ic-event-details-bottom {
    padding: 40px;
  }
  .ic-speaker-item .ic-speaker-left {
    width: 45px;
    height: 45px;
  }
  .ic-map-location {
    height: 220px;
  }
  .ic-organize-venue {
    min-height: 230px;
  }
  .ic-ticket-qty-price {
    padding: 25px;
  }
  .ic-ticket-middle {
    padding: 15px 0;
  }
}
@media (max-width: 991.98px) {
  .ic-event-details-top {
    padding: 30px;
  }
  .ic-event-details-bottom {
    padding: 30px;
  }
  .ic-map-location {
    height: 200px;
  }
  .ic-organize-venue {
    min-height: 170px;
  }
}
@media (max-width: 767.98px) {
  .ic-event-details-top {
    padding: 20px;
  }
  .ic-map-location {
    height: 180px;
  }
  .ic-organize-venue {
    min-height: 140px;
  }
  .ic-ticket-middle {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-sponsor-item-main {
    gap: 10px;
    flex-wrap: wrap;
  }
  .ic-ticket-qty-price {
    padding: 15px;
  }
  .ic-ticket-middle {
    padding-top: 0;
  }
}
.ic-friendly-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 24px;
  height: 100%;
}
.ic-friendly-item .ic-friendly-item-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ic-friendly-item .ic-friendly-item-img img {
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ic-friendly-item .ic-friendly-item-img img:hover {
  transform: scale(1.1);
}
.ic-friendly-item .ic-friendly-item-img .ic-friendly-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
}
.ic-friendly-item .ic-friendly-item-img.ic-video-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0.7;
  background: rgba(18, 21, 26, 0.8);
  z-index: 2;
}
.ic-friendly-item .ic-friendly-btn {
  transition: all 0.3s ease-in-out;
  color: #121426;
}
.ic-friendly-item .ic-friendly-btn:hover {
  color: #8e17c7;
}

.ic-packs-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 28px 24px;
  transition: all 0.3s ease-in-out;
  min-height: 450px;
}
.ic-packs-item .ic-packs-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid #8e17c7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.ic-packs-item .icon2 {
  display: none;
}
.ic-packs-item h6, .ic-packs-item h6 span, h6 .ic-packs-item span {
  line-height: 130%;
}
.ic-packs-item a {
  display: block;
}
.ic-packs-item h6, .ic-packs-item h6 span, h6 .ic-packs-item span,
.ic-packs-item p,
.ic-packs-item a {
  transition: all 0.3s ease-in-out;
}
.ic-packs-item:hover {
  background: #8e17c7;
}
.ic-packs-item:hover .icon2 {
  display: block;
}
.ic-packs-item:hover .icon1 {
  display: none;
}
.ic-packs-item:hover .ic-packs-icon {
  border-color: #b8f949;
  background: #b8f949;
}
.ic-packs-item:hover h6, .ic-packs-item:hover h6 span, h6 .ic-packs-item:hover span,
.ic-packs-item:hover p,
.ic-packs-item:hover a {
  color: #fff;
}
.ic-packs-item:hover .ic-btn.active5 {
  background: #b8f949 !important;
  border-color: #b8f949;
  color: #121426;
}
.ic-packs-item:hover .ic-btn.active5:hover {
  color: #121426 !important;
}
.ic-packs-item:hover .ic-include {
  color: #b8f949;
}

.ic-watch-section .ic-input-group {
  width: 142px;
}
.ic-watch-section .ic-introduction-main::after {
  display: none;
}
.ic-watch-section .play-btn {
  width: 60px;
  height: 60px;
}
.ic-watch-section .ic-friendly-item {
  background: #e5eaf8;
  box-shadow: none;
}
.ic-watch-section .ic-friendly-item .ic-span-after span::after {
  background: #8e17c7;
}
.ic-watch-section .ic-steps-header h2, h2 .ic-watch-section .ic-steps-header span,
.ic-watch-section .ic-steps-header h2 span,
.ic-watch-section h2 .ic-steps-header span {
  max-width: 100%;
}

.ic-watch-top-item {
  border-radius: 20px;
  padding: 50px;
  position: relative;
  z-index: 1;
  min-height: 390px;
}
.ic-watch-top-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 27, 56, 0.8);
  z-index: -1;
}

.ic-watch-top-item-btn button {
  border-radius: 8px;
  background: #fff;
  padding: 9px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ic-span-after span {
  position: relative;
}
.ic-span-after span::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b8f949;
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
}
.ic-span-after span:last-child::after {
  display: none;
}

.ic-resources-community-section .ic-friendly-item-main {
  position: relative;
  min-height: 600px;
}
.ic-resources-community-section .ic-friendly-item {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  min-height: 500px;
}
.ic-resources-community-section .ic-friendly-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ic-resources-community-section .ic-friendly-item h6, .ic-resources-community-section .ic-friendly-item h6 span, h6 .ic-resources-community-section .ic-friendly-item span {
  max-width: 300px;
}
.ic-resources-community-section .ic-friendly-item:hover {
  background: #b8f949;
}
.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5 {
  background: #8e17c7 !important;
  color: #fff;
}
.ic-resources-community-section .ic-resources-community-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
}
.ic-resources-community-section .slick-list.draggable {
  padding: 20px 0;
}

.ic-contribute-section.ic-mission-section.ic-host-section {
  background: #ecf2fb;
}

.ic-contribute-section.ic-mission-section.ic-host-section .ic-steps-header img {
  left: -50%;
}

.ic-contribute-section.ic-mission-section.ic-host-section .ic-host-img {
  border: none;
}

.ic-resources-making-section .ic-ask-question-left .ic-mentor-img-list {
  margin-top: 110px;
}
.ic-resources-making-section .ic-pdf-download {
  padding: 26px;
}

.ic-viewed-item {
  border-radius: 6px;
  background: #ece9f6;
  padding: 13px 20px;
}

.ic-know-where-section .ic-accordion-main .accordion-item:has(.accordion-collapse.show) {
  background: #592173;
}

.ic-housing-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.16);
  padding: 30px 24px;
  height: 100%;
}

.ic-housing-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #8e17c7;
}
.ic-housing-icon i {
  color: #fff;
}

.ic-housing-slider-item {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(128, 52, 191, 0.2);
  min-height: 252px;
  margin: 0 15px;
}

.ic-housing-slider-main-div {
  border-radius: 16px;
  border: 1.2px solid #b8f949;
  padding: 24px;
}

.ic-custom-dots2 .ic-scholars-item.slide .slick-dots .slick-active button {
  width: 30.49px;
  height: 9px;
  border-radius: 9px;
  background: #8e17c7;
}
.ic-custom-dots2 .slick-dots {
  top: -55px;
  right: 0;
  width: auto;
  padding: 0 10px;
  height: 25px;
  background: #ecf2fb;
  border-radius: 25px;
  padding-bottom: 35px;
}
.ic-custom-dots2 .slick-dots button {
  width: 9px;
  height: 9px;
  background: #58677d;
  transition: all 0.3s;
  border-radius: 50%;
}
.ic-custom-dots2 .slick-dots li button:before {
  top: -4px;
  left: -6px;
  color: transparent;
}
.ic-custom-dots2 .slick-dots .slick-active button {
  width: 30.49px;
  height: 9px;
  border-radius: 9px;
  background: #8e17c7;
}
.ic-custom-dots2 .slick-dots li.slick-active button:before {
  color: transparent;
}
.ic-custom-dots2 .slick-dots li {
  margin: 0 10px;
}
.ic-custom-dots2 .slick-dots li button:hover:before,
.ic-custom-dots2 .slick-dots li button:focus:before {
  color: transparent;
}
.ic-custom-dots2 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

@media (max-width: 1399.98px) {
  .ic-friendly-item {
    padding: 20px;
  }
  .ic-packs-item {
    padding: 20px;
    min-height: 440px;
  }
  .ic-packs-item .ic-packs-icon {
    width: 55px;
    height: 55px;
  }
  .ic-watch-top-item {
    padding: 40px;
    min-height: 370px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 1300px;
  }
  .ic-resources-community-section .ic-friendly-item {
    min-height: 450px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 530px;
  }
  .ic-housing-slider-item {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ic-friendly-item {
    padding: 15px;
  }
  .ic-packs-item {
    padding: 15px;
    min-height: 410px;
  }
  .ic-watch-top-item {
    padding: 30px;
    min-height: 350px;
  }
  .ic-span-after span {
    font-size: 13px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 1200px;
  }
  .ic-housing-item {
    padding: 20px;
  }
  .ic-housing-item button {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .ic-packs-item {
    min-height: 380px;
  }
  .ic-watch-top-item-btn button {
    padding: 9px 12px;
    gap: 5px;
  }
  .ic-watch-top-item {
    padding: 20px;
    min-height: auto;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 900px;
  }
  .ic-resources-community-section .ic-friendly-item {
    min-height: 430px;
  }
  .ic-housing-slider-item {
    min-height: 220px;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-community-section .ic-resources-community-slider {
    width: 700px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 570px;
  }
  .ic-span-after span {
    font-size: 11px;
  }
  .ic-span-after span::after {
    top: 6px;
  }
}
@media (max-width: 575.98px) {
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 550px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 600px;
  }
  .ic-housing-slider-main-div {
    padding: 50px 24px 24px 24px;
  }
  .ic-custom-dots2 .slick-dots {
    top: -80px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  .ic-packs-item {
    min-height: 350px;
  }
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 560px;
  }
  .ic-resources-community-section .ic-resources-community-slider {
    width: 100%;
  }
}
@media (max-width: 425.98px) {
  .ic-resources-community-section .ic-friendly-item-main {
    min-height: 500px;
  }
}
.ic-resources-form-main {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 70px 80px;
}

.ic-form-input-group {
  font-family: "Manrope", sans-serif;
}
.ic-form-input-group label {
  color: #001b38;
  font-weight: 500;
  margin-bottom: 5px;
}
.ic-form-input-group input,
.ic-form-input-group select,
.ic-form-input-group .ic-form-file-input,
.ic-form-input-group textarea {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 13.2px 14px;
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
}
.ic-form-input-group .ic-form-file-input {
  height: 52px;
  padding: 0;
  padding-left: 14px;
}
.ic-form-input-group .ic-form-file-input button {
  width: 122px;
  border-radius: 0 6px 6px 0;
  background: #5b1f76;
  height: 100%;
  color: #fff;
}
.ic-form-input-group select {
  display: block;
}
.ic-form-input-group .ic-form-file-input-main {
  position: relative;
  z-index: 1;
}
.ic-form-input-group .ic-form-file-input-main input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 1399.98px) {
  .ic-resources-form-main {
    padding: 60px;
  }
}
@media (max-width: 1199.98px) {
  .ic-resources-form-main {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .ic-resources-form-main {
    padding: 40px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select,
  .ic-form-input-group textarea {
    font-size: 14px;
    padding: 12px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 46.6px;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-form-main {
    padding: 30px;
  }
  .ic-resources-form-main {
    padding: 20px;
  }
  .ic-form-input-group input,
  .ic-form-input-group select,
  .ic-form-input-group textarea {
    padding: 10px;
  }
  .ic-form-input-group .ic-form-file-input {
    height: 42.4px;
  }
}
.ic-leadership-item {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 24px;
  height: 100%;
}

.ic-leader-comment {
  border-top: 1px solid #dce5ea;
  padding-top: 12px;
}

.ic-leader-vision {
  border-radius: 10px;
  padding: 16px;
  background: #121426;
}

.ic-director-item {
  padding: 40px 36px;
  border-radius: 16px;
  border: 1px solid #f1efef;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
}
.ic-director-item .ic-director-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}

.ic-advisor-item-main .ic-leader-comment span {
  color: #001b38;
}
.ic-advisor-item-main .ic-leader-comment p {
  color: #181818;
}

.ic-advisor-img {
  border-radius: 12px;
  background: #cedfe6;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  overflow: hidden;
}

.ic-regional-section .custom-tabs {
  gap: 16px;
}
.ic-regional-section .custom-tabs .nav-link {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  opacity: 0.6;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-regional-section .custom-tabs .nav-link img {
  max-width: 50%;
  max-height: 50%;
}
.ic-regional-section .custom-tabs .nav-link.active {
  border: 1px solid #fff;
  opacity: 0.9;
  background: #8e17c7;
}
.ic-regional-section .tab-content {
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.ic-ambassador-item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.ic-ambassador-item img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.ic-ambassador-item .ic-img-info {
  padding: 24px 20px;
}

.ic-ambassador-apply {
  border-radius: 10px;
  background: #8e17c7;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ic-staff-section .ic-director-item {
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.ic-staff-section .ic-director-item h6, .ic-staff-section .ic-director-item h6 span, h6 .ic-staff-section .ic-director-item span,
.ic-staff-section .ic-director-item p {
  transition: all 0.3s ease-in-out;
}
.ic-staff-section .ic-director-item:hover {
  background: #8e17c7;
}
.ic-staff-section .ic-director-item:hover h6, .ic-staff-section .ic-director-item:hover h6 span, h6 .ic-staff-section .ic-director-item:hover span,
.ic-staff-section .ic-director-item:hover p {
  color: #fff;
}
.ic-staff-section .ic-director-item .ic-director-img {
  width: 180px;
  height: 180px;
}

@media (max-width: 1399.98px) {
  .ic-director-item {
    padding: 35px 30px;
  }
  .ic-director-item .ic-director-img {
    width: 230px;
    height: 230px;
  }
  .ic-staff-section .ic-director-item {
    padding: 25px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1199.98px) {
  .ic-director-item {
    padding: 30px 25px;
  }
  .ic-director-item .ic-director-img {
    width: 220px;
    height: 220px;
  }
  .ic-ambassador-item .ic-img-info {
    padding: 20px 15px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 150px;
    height: 150px;
  }
  .ic-staff-section .ic-director-item {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-leadership-item {
    padding: 15px;
  }
  .ic-leader-vision {
    padding: 10px;
  }
  .ic-leader-comment {
    padding-top: 5px;
  }
  .ic-director-item {
    padding: 20px;
  }
  .ic-director-item .ic-director-img {
    width: 200px;
    height: 200px;
  }
  .ic-ambassador-apply {
    padding: 10px 15px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .ic-director-item .ic-director-img {
    width: 180px;
    height: 180px;
  }
  .ic-ambassador-apply {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575.98px) {
  .ic-director-item .ic-director-img {
    width: 150px;
    height: 150px;
  }
  .ic-staff-section .ic-director-item .ic-director-img {
    width: 120px;
    height: 120px;
  }
}
.ic-team-details.ic-thousand-section .ic-community-header {
  max-width: 800px;
}

.ic-staff-details-main {
  border-radius: 16px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 50px 55px;
}

.ic-staff-details-right {
  max-width: 570px;
  padding-left: 50px;
}

.ic-staff-top,
.ic-staff-middle {
  padding-bottom: 30px;
  border-bottom: 1px solid #dce5ea;
}

.ic-staff-section .ic-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #8e17c7;
}
.ic-staff-section .ic-footer-social a i {
  color: #fff;
}

.ic-skill-main {
  position: relative;
}
.ic-skill-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
  background: #dce5ea;
}

.ic-skill-right .ic-progress-bar {
  max-width: 570px;
  padding: 0;
  background: transparent;
}
.ic-skill-right .progress {
  height: 10px;
  background: #eee;
  border-radius: 16px;
  position: relative;
  overflow: visible;
}
.ic-skill-right .progress-bar {
  height: 100%;
  border-radius: 16px;
  transition: width 0.4s ease-in-out;
}
.ic-skill-right .progress-label {
  position: absolute;
  top: -28px;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  transition: left 0.4s ease-in-out;
}

.ic-skill-section {
  position: relative;
  z-index: 1;
}
.ic-skill-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
  z-index: -1;
}

.ic-recent-success-section.ic-filter-section .ic-partnership-header img {
  left: 33%;
}

.ic-team-details-video.ic-video-section {
  background: linear-gradient(to bottom, #fff 40%, #8e17c7 40%);
}

.ic-review-slider-section {
  background: #8e17c7;
}

.ic-review-slider-item .ic-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
}
.ic-review-slider-item .ic-img img {
  object-fit: cover;
}
.ic-review-slider-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1399.98px) {
  .ic-staff-details-main {
    padding: 40px;
  }
  .ic-skill-right .ic-progress-bar {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .ic-staff-details-main {
    padding: 30px;
  }
  .ic-staff-details-right {
    padding-left: 35px;
  }
  .ic-recent-success-section.ic-filter-section .ic-partnership-header img {
    left: 37%;
  }
}
@media (max-width: 991.98px) {
  .ic-staff-details-right {
    padding-left: 0;
  }
  .ic-staff-details-main {
    padding: 20px;
  }
  .ic-skill-main::after {
    display: none;
  }
  .ic-review-slider-arrows1 {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .ic-review-slider-item p {
    -webkit-line-clamp: inherit;
  }
}
@media (max-width: 767.98px) {
  .ic-recent-success-section.ic-filter-section .ic-partnership-header img {
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .ic-staff-details-main {
    padding: 15px;
  }
  .ic-staff-section .ic-advisor-img img {
    width: 80%;
    max-height: 300px;
    object-fit: contain;
  }
  .ic-review-slider-section {
    padding-top: 15px;
  }
}
.ic-categories-section .ic-packs-item {
  min-height: 355px;
}
.ic-categories-section .ic-packs-item:hover {
  background: transparent;
}
.ic-categories-section .ic-packs-item:hover h6, .ic-categories-section .ic-packs-item:hover h6 span, h6 .ic-categories-section .ic-packs-item:hover span,
.ic-categories-section .ic-packs-item:hover p {
  color: #121426;
}
.ic-categories-section .ic-packs-item:hover .ic-packs-icon {
  background: transparent;
  border-color: #8e17c7;
}
.ic-categories-section .ic-packs-item:hover .ic-btn.active5 {
  background: transparent !important;
  border-color: #d2d8df;
}
.ic-categories-section .ic-packs-item button {
  border-color: #d2d8df;
}
.ic-categories-section .slick-list.draggable {
  padding: 15px 0;
}

.ic-categories-section.ic-dashboard-community .ic-packs-item button.ic-btn.active5:hover {
  background: #8e17c7 !important;
  border-color: #8e17c7;
  color: #fff !important;
}

.ic-categories-section.ic-dashboard-community .ic-packs-item {
  box-shadow: none;
  border: 1px solid #ecf1f4;
}

.ic-spotlight-section {
  position: relative;
  z-index: 1;
}
.ic-spotlight-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #ecf2fb 0%, rgba(253, 253, 253, 0) 100%);
  z-index: -1;
}
.ic-spotlight-section .ic-card-view-span span {
  background: rgba(142, 23, 199, 0.1);
  color: #8e17c7;
}
.ic-spotlight-section.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5 {
  background: transparent !important;
  color: #8e17c7;
}
.ic-spotlight-section.ic-resources-community-section .ic-friendly-item:hover .ic-btn.active5:hover {
  color: #8e17c7 !important;
}

.ic-article-section {
  background: #5b1f76;
}
.ic-article-section .ic-story-item {
  border: none;
  background: #fff;
}
.ic-article-section .ic-story-item .ic-story-item-right span {
  background: rgba(142, 23, 199, 0.1);
  color: #8e17c7;
}

.ic-media-section.ic-spotlight-section::after {
  content: "";
  display: none;
}
.ic-media-section.ic-resources-community-section .ic-friendly-item:hover {
  background: transparent;
}
.ic-media-section .ic-progress-bar {
  padding: 0;
  background: transparent;
}
.ic-media-section .ic-media-comment {
  background: #d7cafd;
  border-radius: 24px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.ic-media-section .ic-media-comment:hover {
  background: #d7cafd !important;
}

.ic-resources-community-section .ic-friendly-item.ic-media-comment p {
  -webkit-line-clamp: inherit;
}

.ic-media-comment-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.ic-media-ratings i {
  color: #8e17c7;
}

.ic-newsletter-section.ic-newcomer-section .ic-spirit-inf {
  max-width: 620px;
}

.ic-newsletter-subscribe {
  max-width: 420px;
  background: #fff;
  border-radius: 30px;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px !important;
}

.ic-blog-thousand-section.ic-team-details.ic-thousand-section .ic-community-header {
  max-width: 550px;
}

.ic-blog-thousand-slider.ic-scholars-item.slide .ic-scholars-item-bottom {
  padding-top: 0px;
}

@media (max-width: 1399.98px) {
  .ic-media-comment-user-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ic-media-comment-user-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .ic-newsletter-subscribe {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .ic-resources-community-section .ic-friendly-item {
    min-height: 410px;
  }
}
@media (max-width: 575.98px) {
  .ic-blog-thousand-slider.ic-scholars-item.slide .ic-scholars-item-bottom {
    padding-top: 30px;
  }
  .ic-blog-thousand-section .ic-scholars-item.slide .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ic-blog-details-section h3, .ic-blog-details-section h3 span, h3 .ic-blog-details-section span {
  letter-spacing: inherit;
}

.ic-blog-details-main-img img {
  border-radius: 16px;
}

.ic-every-where {
  padding: 25px 46px;
  border-radius: 10px;
  background: #8e17c7;
}

.ic-expert-list li {
  padding: 0 20px;
  position: relative;
}
.ic-expert-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #565666;
  flex: 0 0 auto;
}

.ic-share {
  border: 1px solid #dce5ea;
  border-left: none;
  border-right: none;
  padding: 35px 0;
}

.ic-share-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-share-icon-item {
  border: 1px solid #dce5ea;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-blog-details-section2 {
  padding-bottom: 250px;
  overflow: visible;
}
.ic-blog-details-section2 h2, .ic-blog-details-section2 h2 span, h2 .ic-blog-details-section2 span {
  max-width: 720px;
}
.ic-blog-details-section2 .ic-banner-bottom .ic-left img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.ic-blog-details-img-main {
  position: relative;
}
.ic-blog-details-img-main .ic-blog-details2-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.ic-blog-details2-bottom img {
  border-radius: 20px;
}

.ic-blog-details2-inf {
  padding: 0 70px;
}
.ic-blog-details2-inf .ic-blog-details-left {
  padding-top: 120px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-left {
  border-radius: 12px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 24px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item {
  border-radius: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
  background: #eceffa;
  margin-bottom: 8px;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item p {
  color: #121426;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:hover, .ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item.active {
  background: #8e17c7;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:hover p, .ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item.active p {
  color: #fff;
}
.ic-blog-details2-inf .ic-blog-details-left .ic-blog-left-item:last-child {
  margin-bottom: 0;
}

.ic-blog-details2 li {
  color: #121426;
  cursor: default;
}
.ic-blog-details2 li span {
  transition: all 0.3s;
}
.ic-blog-details2 li:hover span {
  color: #8e17c7;
}

.ic-writer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.ic-writer-img img {
  object-fit: cover;
}

.ic-writer-img-inf .ic-footer-social a {
  background: #ecf2fb;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}
.ic-writer-img-inf .ic-footer-social a i {
  color: #58677d;
}
.ic-writer-img-inf .ic-footer-social a:hover {
  background: #8e17c7;
}
.ic-writer-img-inf .ic-footer-social a:hover i {
  color: #fff;
}

.ic-blog-details-right a {
  background: #ecf2fb;
}

.ic-blog-details-subscribe {
  border-radius: 12px;
  background: #ecf2fb;
  padding: 20px 24px;
}
.ic-blog-details-subscribe h6, .ic-blog-details-subscribe h6 span, h6 .ic-blog-details-subscribe span {
  max-width: 170px;
}

.ic-blog-details2-bottom img {
  height: 390px;
  object-fit: cover;
}

@media (max-width: 1399.98px) {
  .ic-share-icon-item {
    width: 130px;
  }
  .ic-blog-details2-inf {
    padding: 0 20px;
  }
  .ic-blog-details-section2 {
    padding-bottom: 215px;
  }
  .ic-blog-details2-bottom img {
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .ic-share-icon-item {
    width: 120px;
  }
  .ic-blog-details2-bottom img {
    height: 320px;
  }
}
@media (max-width: 991.98px) {
  .ic-share-icon-item {
    width: 100px;
  }
  .ic-blog-details2-bottom img {
    height: 300px;
  }
  .ic-writer-img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .ic-share-icon-item {
    width: 80px;
  }
  .ic-writer-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .ic-share-icon-item {
    width: 60px;
  }
  .ic-every-where {
    padding: 20px;
  }
  .ic-writer-img {
    width: 50px;
    height: 50px;
  }
}
.ic-feature-resource-left {
  padding-left: 50px;
}

.ic-features-resource-right {
  padding-left: 50px;
}

.ic-feature-resource-section .ic-packs-item {
  min-height: 285px;
}
.ic-feature-resource-section .ic-packs-item:hover {
  background: #fff;
}
.ic-feature-resource-section .ic-packs-item:hover h6, h6 .ic-feature-resource-section .ic-packs-item:hover span,
.ic-feature-resource-section .ic-packs-item:hover h6 span,
.ic-feature-resource-section h6 .ic-packs-item:hover span {
  color: #121426;
}
.ic-feature-resource-section .ic-packs-item:hover p,
.ic-feature-resource-section .ic-packs-item:hover a {
  color: #565661;
}
.ic-feature-resource-section .ic-packs-item:hover .ic-packs-icon {
  border-color: #8e17c7;
  background: transparent;
}

.ic-feature-work-process.ic-work-process-section .ic-work-process-item {
  margin: 0;
}

.ic-feature-host.ic-mission-section.ic-host-section {
  background: #ecf2fb;
}
.ic-feature-host.ic-mission-section.ic-host-section .ic-steps-header img {
  left: -70px;
}

.ic-feature-section.ic-team-details.ic-thousand-section .ic-community-header {
  max-width: 830px;
}

@media (max-width: 1399.98px) {
  .ic-feature-resource-left,
  .ic-features-resource-right {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-feature-resource-left,
  .ic-features-resource-right {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-feature-resource-left,
  .ic-features-resource-right {
    padding-left: 0px;
  }
  .ic-feature-resource-section .ic-packs-item {
    min-height: 250px;
  }
}
@media (max-width: 767.98px) {
  .ic-feature-resource-section .ic-packs-item {
    min-height: 200px;
  }
}
.ic-half-after-bg {
  position: relative;
  z-index: 1;
}
.ic-half-after-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #ecf2fb 0%, rgba(253, 253, 253, 0) 100%);
  z-index: -1;
}

.ic-half-after-bg-bottom {
  position: relative;
  z-index: 1;
}
.ic-half-after-bg-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #fff 0%, #ecf2fb 100%);
  z-index: -1;
}

.ic-job-search .ic-form-input-group {
  width: 344px;
  height: 48px;
}
.ic-job-search .ic-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  gap: 12px;
}
.ic-job-search .ic-form-input-group input,
.ic-job-search .ic-form-input-group select,
.ic-job-search .ic-form-input-group .ic-form-file-input,
.ic-job-search .ic-form-input-group textarea {
  padding: 0 14px;
  height: 100%;
}

.ic-position-item {
  border-radius: 10px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(10, 9, 37, 0.06);
}
.ic-position-item .ic-btn.ic-btn2 {
  border: 1px solid #121426;
  background: transparent;
}
.ic-position-item .ic-position-left {
  padding: 26px 0 26px 36px;
}
.ic-position-item .ic-position-right {
  padding: 26px 36px 26px 0;
  height: 100%;
}
.ic-position-item .ic-position-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  position: relative;
}
.ic-position-item .ic-position-middle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #eaecf0;
}
.ic-position-item .ic-position-middle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #eaecf0;
}

.ic-flag-map {
  gap: 20px;
}

.ic-volunteer-section {
  background: #ecf2fb;
}

.ic-volunteer-item {
  border-radius: 10px;
  background: #fff;
  padding: 24px;
}
.ic-volunteer-item .ic-volunteer-img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.ic-volunteer-item i {
  color: #ff492c;
}

.ic-career-video-section.ic-video-section .ic-spirit-left::after {
  opacity: 0.7;
  background: rgba(91, 31, 118, 0.6);
}

@media (max-width: 1399.98px) {
  .ic-job-search .ic-form-input-group {
    width: 300px;
    height: 47px;
  }
  .ic-job-search .ic-btn {
    height: 47px;
  }
  .ic-position-item .ic-position-left {
    padding: 20px 0 20px 25px;
  }
  .ic-position-item .ic-position-right {
    padding: 20px 25px 20px 0;
  }
  .ic-volunteer-item {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .ic-job-search .ic-form-input-group {
    width: 230px;
    height: 46px;
  }
  .ic-job-search .ic-btn {
    height: 46px;
  }
  .ic-position-item .ic-position-left {
    padding: 20px 0 20px 20px;
  }
  .ic-position-item .ic-position-right {
    padding: 20px 20px 20px 0;
  }
  .ic-volunteer-item {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .ic-job-search {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .ic-position-item .ic-position-left {
    text-align: center;
  }
  .ic-position-item .ic-position-middle::before,
  .ic-position-item .ic-position-middle::after {
    display: none;
  }
  .ic-position-item .ic-position-left,
  .ic-position-item .ic-position-right {
    padding: 0;
  }
  .ic-position-item {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-job-search .ic-form-input-group,
  .ic-job-search .ic-btn.active6 {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .ic-flag-map {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 425.98px) {
  .ic-job-search .ic-form-input-group,
  .ic-job-search .ic-btn.active6 {
    width: 100%;
  }
}
.ic-job-details-top,
.ic-job-details-right {
  border-radius: 10px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(10, 9, 37, 0.06);
  padding: 26px 34px;
}

.ic-job-details-section .ic-expert-list li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #8e17c7;
  top: 38%;
}
.ic-job-details-section .ic-video-section {
  background: transparent;
}

.ic-life {
  padding-top: 35px;
  border-top: 1px solid #dce5ea;
}

.ic-job-details2-banner.ic-banner {
  padding: 200px 0 355px 0;
}

.ic-company-information-section {
  overflow: visible;
}
.ic-company-information-section .ic-career-video-section {
  height: 100%;
}
.ic-company-information-section .ic-career-video-section .ic-spirit-left .ic-spirit-play-btn {
  width: 85px;
  height: 85px;
}
.ic-company-information-section .ic-career-video-section .ic-spirit-left .ic-spirit-play-btn img {
  width: 80%;
}

.ic-company-info-top {
  position: relative;
  z-index: 1;
}
.ic-company-info-top img {
  position: absolute;
  top: -345px;
  left: 0;
  z-index: -1;
  height: 620px;
}

.ic-company-info-bottom {
  padding-top: 200px;
}
.ic-company-info-bottom .ic-company-info-bottom-right {
  padding-top: 115px;
  padding-left: 25px;
}

.ic-company-info-bottom-left {
  position: relative;
  z-index: 1;
}

.ic-company-info-bottom-left-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eaecf0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(10, 9, 37, 0.06);
  padding: 40px;
  z-index: 3;
}
.ic-company-info-bottom-left-main .ic-btn {
  border-radius: 8px;
  flex: 0 0 auto;
}
.ic-company-info-bottom-left-main .ic-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2e85d5;
}
.ic-company-info-bottom-left-main .ic-footer-social a i {
  color: #fff;
}

.ic-title-icon {
  width: 52px;
  height: 52px;
  background: #f3e7f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.ic-company-logo {
  border-radius: 10px;
  background: #e2ebf9;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ic-skill-btn {
  padding: 0 70px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
/* Skill badge colors – use span and dynamic color classes (cycles for any number of skills) */
.ic-skill-btn .ic-btn.ic-skill-btn--color-0 {
  color: #2ad580;
  background: #def6ef;
}
.ic-skill-btn .ic-btn.ic-skill-btn--color-1 {
  color: #ff9635;
  background: #fff2e5;
}
.ic-skill-btn .ic-btn.ic-skill-btn--color-2 {
  color: #8e17c7;
  background: #f4e8fa;
}
.ic-skill-btn .ic-btn.ic-skill-btn--color-3 {
  color: #1a73e8;
  background: #e8f0fe;
}
.ic-skill-btn .ic-btn.ic-skill-btn--color-4 {
  color: #c5221f;
  background: #fce8e6;
}
 .ic-skill-btn .ic-btn.ic-skill-btn--color-5 {
   color: #0b8043;
   background: #e6f4ea;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-6 {
   color: #a142f4;
   background: #f3e8fd;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-7 {
   color: #d93025;
   background: #fce8e6;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-8 {
   color: #f9ab00;
   background: #fef7e0;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-9 {
   color: #1e8e3e;
   background: #e6f4ea;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-10 {
   color: #1967d2;
   background: #e8f0fe;
 }
 .ic-skill-btn .ic-btn.ic-skill-btn--color-11 {
   color: #5f6368;
   background: #f1f3f4;
 }
 .ic-skill-btn button {
    height: 38px;
    background: none;
    cursor: pointer;
    border: none;
    padding: 0 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    transition: all 0.3s ease-in-out;
 }

.info-item {
  display: grid;
  grid-template-columns: 110px 25px 1fr;
  align-items: center;
}

.colon {
  text-align: center;
}

@media (max-width: 1650px) {
  .ic-job-details-top,
  .ic-job-details-right {
    padding: 26px;
  }
}
@media (max-width: 1399.98px) {
  .ic-company-info-top img {
    height: 550px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 190px 0 325px 0;
  }
  .ic-company-info-bottom-left-main {
    padding: 30px;
  }
  .ic-company-info-bottom {
    padding-top: 120px;
  }
  .ic-skill-btn {
    padding: 0px 30px;
  }
  .ic-company-logo {
    width: 90px;
    height: 70px;
  }
  .ic-job-details-info-bottom .ic-section-space-top {
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .ic-company-info-top img {
    height: 480px;
  }
  .ic-company-info-bottom {
    padding-top: 50px;
  }
  .ic-skill-btn {
    padding: 0 15px;
    gap: 10px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 180px 0 325px 0;
  }
  .ic-company-info-bottom-left-main {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-company-info-top img {
    height: 380px;
  }
  .ic-company-info-bottom-left-main {
    position: static;
  }
  .ic-company-info-bottom .ic-company-info-bottom-right {
    padding-top: 50px;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .ic-company-info-top img {
    height: 300px;
  }
  .ic-company-info-top img {
    top: -275px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 170px 0 290px 0;
  }
}
@media (max-width: 575.98px) {
  .ic-company-info-top img {
    height: 215px;
  }
  .ic-company-info-top img {
    top: -190px;
  }
  .ic-job-details2-banner.ic-banner {
    padding: 160px 0 210px 0;
  }
  .ic-skill-btn {
    flex-wrap: wrap;
  }
}
.ic-contact-form-main {
  border-radius: 12px;
  background: #ecf2fb;
}

.ic-form-title {
  border-bottom: 1px solid #dce5ea;
  padding: 30px 40px 20px 40px;
}

.ic-contact-form {
  padding: 30px 40px 40px 30px;
}
.ic-contact-form .ic-form-input-group input,
.ic-contact-form .ic-form-input-group select,
.ic-contact-form .ic-form-input-group .ic-form-file-input,
.ic-contact-form .ic-form-input-group textarea {
  box-shadow: none;
}

.ic-contact-form-right {
  border-radius: 12px;
  background: #8e17c7;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 10px 0;
  margin-top: 25px;
}

.ic-contact-form-item {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(204, 200, 200, 0.4);
}
.ic-contact-form-item:last-child {
  border: none;
}
.ic-contact-form-item .ic-footer-social a {
  border: 1px solid #fff;
  background: transparent;
}
.ic-contact-form-item .ic-footer-social a i {
  color: #fff;
}
.ic-contact-form-item .ic-footer-social a:hover {
  background: #fff;
}
.ic-contact-form-item .ic-footer-social a:hover i {
  color: #8e17c7;
}

.ic-contact2-form {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 380px;
}
.ic-contact2-form .ic-form-title,
.ic-contact2-form .ic-contact2-form-main {
  padding: 25px;
}

@media (max-width: 1399.98px) {
  .ic-contact2-form {
    margin-bottom: 280px;
  }
}
@media (max-width: 1199.98px) {
  .ic-form-title,
  .ic-contact-form {
    padding: 20px;
  }
  .ic-contact-form-item {
    padding: 20px;
  }
  .ic-contact2-form {
    margin-bottom: 180px;
  }
}
@media (max-width: 991.98px) {
  .ic-contact2-form {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .ic-form-title,
  .ic-contact-form {
    padding: 15px;
  }
}
.ic-before-login-option {
  border-radius: 10px;
  border: 1px solid #dce5ea;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 26px 2px rgba(9, 11, 15, 0.08);
  padding: 20px 24px;
  cursor: pointer;
}
.ic-before-login-option.active .ic-option-check {
  border-color: #8e17c7;
}
.ic-before-login-option.active .ic-option-confirm {
  background: #8e17c7;
}

.ic-option-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #58677d;
}

.ic-option-confirm {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  flex: 0 0 auto;
}

.ic-personal-step-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ic-personal-step-main::after {
  position: absolute;
  content: "";
  top: 22px;
  left: 50%;
  width: 90%;
  height: 2.5px;
  background: #116fe4;
  transform: translateX(-50%);
  z-index: -1;
}

.ic-personal-step-item {
  max-width: 90px;
  flex: 0;
}
.ic-personal-step-item.active .ic-personal-step-number {
  background: #116fe4;
}
.ic-personal-step-item.active .ic-personal-step-number span {
  color: #fff;
}

.ic-personal-step-number {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #116fe4;
  background: #fff;
}
.ic-personal-step-number span {
  color: #565661;
}

.ic-personal-info-form {
  border-radius: 16px;
  border: 1px solid #eaeff3;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(25, 30, 43, 0.08);
  padding: 36px 40px;
}

.ic-personal-inf-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
.ic-personal-inf-btn a {
  border-radius: 10px;
}
.ic-personal-inf-btn a:first-child {
  background: #f4e7fa !important;
  color: #8e17c7 !important;
  border-color: #f4e7fa;
}

.ic-immigration-status {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.ic-immigration-status .ic-title {
  padding: 12px 18px;
  border-bottom: 1px solid #e5e8f7;
}
.ic-immigration-status .ic-title-inf {
  padding: 20px 18px;
}
.ic-immigration-status .ic-title-inf input {
  width: auto;
}

.ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
  width: 195px;
}

@media (max-width: 767.98px) {
  .ic-personal-info-form {
    padding: 30px;
  }
  .ic-personal-step-number {
    width: 40px;
    height: 40px;
  }
  .ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
    width: 170px;
  }
}
@media (max-width: 575.98px) {
  .ic-personal-info-form {
    padding: 20px;
  }
  .ic-personal-step-number {
    width: 35px;
    height: 35px;
  }
  .ic-personal-step-main::after {
    top: 16px;
  }
  .ic-personal-step-item p {
    font-size: 10px;
  }
  .ic-donor-proofs .ic-form-input-group .ic-form-file-input button {
    width: 140px;
  }
}
@media (max-width: 425.98px) {
  .ic-personal-step-item p {
    font-size: 9px;
  }
}
.ic-questionnaire-section {
  padding: 35px 0;
}
.ic-questionnaire-section .ic-personal-info-form {
  padding: 24px;
  border-radius: 12px;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  box-shadow: none;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood label {
  color: #fff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input {
  background: transparent;
  border: 0.6px solid #edeeef;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood input::placeholder {
  color: #f9faff;
}
.ic-questionnaire-section .ic-personal-info-form.black-mood .ic-immigration-status {
  border: 0.6px solid rgba(229, 232, 247, 0.8);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.black-mood .ic-personal-inf-btn button:first-child,
.white-mood .ic-personal-inf-btn button:first-child {
  background: #8e17c7;
  color: #fff;
}

.ic-questionnaire-header {
  padding-bottom: 34px;
  border-bottom: 1px solid #5d6a71;
}
.ic-questionnaire-header p {
  max-width: 438px;
  margin: 0 auto;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-checkbox__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #c2c4cf;
  background: transparent;
  position: relative;
  transition: 0.15s;
}

/* checkmark */
.custom-checkbox__box::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  top: 4px;
  left: 4px;
  transform: rotate(-45deg);
}

/* when checked */
.custom-checkbox__input:checked + .custom-checkbox__box {
  background: #22c03c;
  border-color: #22c03c;
}

.custom-checkbox__input:checked + .custom-checkbox__box::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-questionnaire-section .ic-personal-info-form {
    padding: 15px;
  }
}
.ic-signup-section {
  padding: 35px;
  min-height: 100vh;
}
@media (max-width: 1399.98px) {
  .ic-signup-section {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-signup-section {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .ic-signup-section {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .ic-signup-section {
    padding: 15px;
  }
}
.ic-signup-section .ic-form-input-group label {
  color: #fff;
}
.ic-signup-section .ic-form-input-group input {
  background: transparent;
  border-color: #edeeef;
  border-radius: 10px;
  color: #edeeef;
}
.ic-signup-section .ic-btn.active6:hover {
  color: #fff;
}
.ic-signup-section .ic-signup-right {
  height: 100%;
}
.ic-signup-section .ic-signup-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.ic-google-apple-item {
  border-radius: 8px;
  border: 0.6px solid rgb(237, 238, 240);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  gap: 10px;
  height: 100%;
  cursor: pointer;
}
.ic-google-apple-item p {
  color: #f9faff;
}

@media (max-width: 575.98px) {
  .ic-google-apple-item {
    padding: 10px 8px;
    gap: 3px;
  }
}
@media (max-width: 425.98px) {
  .ic-google-apple {
    flex-direction: column;
  }
  .ic-google-apple-item {
    width: 100%;
    gap: 5px;
  }
}
.ic-global-pattern-section {
  padding: 0 30px;
}

.ic-global-pattern-main {
  border-radius: 20px;
  background: #fff;
}

.ic-global-pattern-item {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  padding: 24px;
}
.ic-global-pattern-item .ic-pattern-top {
  height: 100px;
  border-radius: 12px;
  border: 1px solid #ecf1f4;
  background: #eff0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.ic-global-footer .ic-footer-social a {
  border: 1.5px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.ic-global-footer .ic-footer-social a i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ic-global-footer .ic-footer-social a:hover {
  background: #fff;
}
.ic-global-footer .ic-footer-social a:hover i {
  color: #8e17c7;
}

@media (max-width: 1399.98px) {
  .ic-global-pattern-item {
    padding: 20px;
  }
  .ic-global-pattern-section {
    padding: 0 15px;
  }
  .ic-global-footer-left {
    padding: 0 30px;
  }
  .ic-global-footer-left ul {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-global-pattern-item {
    padding: 15px;
  }
  .ic-global-footer-left ul {
    justify-content: center;
  }
  .ic-global-footer-left {
    padding: 0 15px;
  }
  .ic-global-footer-left ul {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .ic-global-footer-left ul {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .ic-global-footer-left ul {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.ic-empty-main {
  border-radius: 16px;
  background: #f9f3fb;
  padding: 46px;
}

.ic-empty-inf p {
  max-width: 410px;
  margin: 0 auto;
}

.ic-empty-icon {
  width: 110px;
  height: 110px;
  background: #8e17c7;
  border-radius: 50%;
}

.ic-error.ic-empty-main {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 8, 36, 0.06);
}
.ic-error.ic-empty-main .ic-empty-icon {
  background: #fff;
  filter: drop-shadow(0 4px 16px rgba(142, 23, 199, 0.12));
}

@media (max-width: 1399.98px) {
  .ic-empty-main {
    padding: 40px;
  }
  .ic-empty-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .ic-empty-icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .ic-empty-main {
    padding: 30px 20px;
  }
}
.ic-loading-main {
  padding: 0 45px;
}

.ic-loading-item .ic-loading-img {
  border-radius: 10px;
  background: #e0e0e0;
  height: 230px;
}
.ic-loading-item .ic-loading-inf {
  border-radius: 10px;
  background: #e0e0e0;
  height: 18px;
}
.ic-loading-item .ic-loading-inf.one {
  width: 60%;
}
.ic-loading-item .ic-loading-inf.two {
  width: 95%;
}
.ic-loading-item .ic-loading-inf.three {
  width: 80%;
}

@media (max-width: 1399.98px) {
  .ic-loading-item .ic-loading-img {
    height: 200px;
  }
  .ic-loading-main {
    padding: 0 35px;
  }
}
@media (max-width: 1199.98px) {
  .ic-loading-item .ic-loading-img {
    height: 160px;
  }
  .ic-loading-main {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .ic-loading-item .ic-loading-img {
    height: 130px;
  }
  .ic-loading-main {
    padding: 0 15px;
  }
}
.ic-after-login-item {
  border-radius: 16px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 8, 36, 0.06);
  padding: 32px 30px;
  height: 100%;
}
.ic-after-login-item .ic-categories-section .ic-packs-item {
  min-height: 320px;
}
.ic-after-login-item .ic-friendly-item {
  height: auto;
}
.ic-after-login-item .ic-friendly-item .ic-friendly-btn {
  color: #8e17c7;
}

.ic-after-login-item-right .ic-card-view-span span {
  background: transparent;
  color: #116fe4;
  padding: 0;
}

@media (max-width: 1399.98px) {
  .ic-after-login-item {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .ic-after-login-item {
    padding: 20px;
  }
}
.ic-sidebar-main {
  position: relative;
  z-index: 1;
}
.ic-sidebar-main .ic-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 100vh;
  background: #001b38;
  z-index: 99;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.ic-sidebar-btn-main {
  margin-bottom: 8px;
}
.ic-sidebar-btn-main:last-child {
  margin-bottom: 0;
}

.ic-sidebar-btn {
  padding: 11px 16px;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.ic-sidebar-btn .ic-arrow-icon {
  transition: all 0.3s;
}
.ic-sidebar-btn.active {
  background: #8e17c7;
}
.ic-sidebar-btn i {
  color: #fff;
}
.ic-sidebar-btn:hover {
  background: #8e17c7;
}
.ic-sidebar-btn:hover .ic-arrow-icon {
  transform: rotate(90deg);
}
.ic-sidebar-btn button {
  width: 100%;
  height: 100%;
  background: transparent;
}

.ic-sidebar-btn-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ic-sidebar-list {
  padding-left: 45px;
}
.ic-sidebar-list a {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.ic-sidebar-list li {
  margin: 5px 0;
  position: relative;
}
.ic-sidebar-list li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
.ic-sidebar-list li:hover a, .ic-sidebar-list li.active a {
  color: #b8f949;
}
.ic-sidebar-list li:hover::after, .ic-sidebar-list li.active::after {
  background: #b8f949;
}

.ic-sidebar-btn-main.active .ic-sidebar-btn .ic-arrow-icon {
  transform: rotate(90deg);
}

.ic-sidebar-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.ic-sidebar-btn-main.active .ic-sidebar-list {
  max-height: 300px;
  opacity: 1;
}

.ic-dashboard-menu-toggle {
  cursor: pointer;
}

.ic-sidebar-btn-inf {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ic-sidebar-main.active {
  transition: all 0.4s ease-in-out;
}
.ic-sidebar-main.active .ic-sidebar {
  width: 90px;
}
.ic-sidebar-main.active .ic-sidebar .ic-sidebar-btn-inf {
  display: none;
  transition: all 0.4s ease-in-out;
}
.ic-sidebar-main.active .ic-sidebar-btn-main.active .ic-sidebar-list {
  display: none;
  transition: all 0.4s ease-in-out;
}
.ic-sidebar-main.active:hover .ic-sidebar {
  width: 290px;
}
.ic-sidebar-main.active:hover .ic-sidebar-btn-inf {
  display: inline-block;
}
.ic-sidebar-main.active:hover .ic-sidebar-btn-main.active .ic-sidebar-list {
  display: block;
}

@media (max-width: 1450px) {
  .ic-sidebar-main .ic-sidebar {
    width: 275px;
  }
}
@media (max-width: 1399.98px) {
  .ic-sidebar-btn-inf {
    font-size: 14px;
  }
  .ic-sidebar-main .ic-sidebar {
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  .ic-sidebar-main .ic-sidebar {
    width: 230px;
  }
}
@media (max-width: 767.98px) {
  .ic-sidebar-main.active .ic-sidebar {
    width: 290px;
  }
  .ic-sidebar-main.active .ic-sidebar .ic-sidebar-btn-inf {
    display: inline-block;
  }
  .ic-sidebar-main .ic-sidebar {
    left: -100%;
  }
  .ic-sidebar-main.active .ic-sidebar {
    left: 0%;
  }
  .ic-sidebar-btn-inf {
    width: 130px;
  }
}
.ic-dashboard-home-section {
  padding: 15px 15px 15px 300px;
  min-height: 100vh;
  transition: all 0.4s ease-in-out;
}
.ic-dashboard-home-section.active {
  padding: 15px 15px 15px 90px;
}

.ic-dashboard-home-main {
  border-radius: 20px;
  background: #fff;
  padding: 30px 24px;
}

.ic-dashboard-mentorship-item {
  padding: 18px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: #f7eefb;
  height: 100%;
}
.ic-dashboard-mentorship-item.one {
  background: #eff0ff;
}
.ic-dashboard-mentorship-item.one .ic-item-right {
  background: #5c68f7;
}
.ic-dashboard-mentorship-item.two .ic-item-right {
  background: #8e17c7;
}
.ic-dashboard-mentorship-item.three {
  background: #e3faf3;
}
.ic-dashboard-mentorship-item.three .ic-item-right {
  background: #33c696;
}
.ic-dashboard-mentorship-item.four .ic-item-right {
  background: #fb7b3a;
}
.ic-dashboard-mentorship-item .ic-item-right {
  background: #5c68f7;
}

.ic-incress-parcentage {
  border-radius: 30px;
  background: #33c696;
  padding: 4px 6px;
}

.ic-decress-parcentage {
  border-radius: 30px;
  background: #f8bfbf;
  padding: 4px 6px;
  color: #fb4242;
}

.ic-item-right {
  height: 42px;
  width: 42px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-dashboard-mentorship-chart {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 20px;
}

.chart-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 400px;
  display: flex;
  flex-direction: column;
}

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

.chart-header h3, .chart-header h3 span, h3 .chart-header span {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.chart-toggle,
.chart-toggle2 {
  border-radius: 30px;
  border: 1px solid #ecf1f4;
  background: transparent;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  overflow: hidden;
  padding: 4px 6px;
}

.chart-toggle button,
.chart-toggle2 button {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.chart-toggle button.active,
.chart-toggle2 button.active {
  background: #8e17c7;
  color: white;
  border-radius: 30px;
}

.chart-legend {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.chart-legend .dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}

.chart-legend .dot.up {
  background: #8e17c7;
}

.chart-legend .dot.down {
  background: #ff4d4d;
}

.ic-dedicated-active-user {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 20px 20px 35px 20px;
}
.ic-dedicated-active-user .ic-btn {
  height: 30px;
  padding: 0px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.ic-dedicated-active-user .ic-ask-question-left {
  padding: 0;
  border-radius: 0;
  position: inherit;
}
.ic-dedicated-active-user .ic-ask-question-left .ic-mentor-img-list {
  margin-top: 0;
}
.ic-dedicated-active-user .ic-ask-question-left .ic-mentor-img-list button {
  background: #eff2ff;
}
.ic-dedicated-active-user .ic-ask-question-left::after {
  display: none;
}

.ic-active-user-side .ic-friendly-item {
  padding: 20px;
}
.ic-active-user-side .ic-friendly-item .ic-friendly-item-img {
  overflow: inherit;
}
.ic-active-user-side .ic-friendly-item .ic-friendly-item-img img {
  border-radius: 6px 6px 0 0;
}
.ic-active-user-side .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.ic-active-user-side .ic-custom-dots .slick-dots {
  top: -45px;
  right: -90px;
}
.ic-active-user-side .ic-custom-dots .slick-dots .slick-active button:before {
  width: 20px;
}
.ic-active-user-side .ic-custom-dots .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.ic-active-user-side .slick-dots li {
  width: 5px;
  height: 5px;
}
.ic-active-user-side .slick-dots li button {
  width: 0px;
  padding: 0px;
}
.ic-active-user-side .ic-custom-dots .slick-dots li {
  margin: 0px 8px;
}
.ic-active-user-side .ic-custom-dots .slick-dots .slick-active {
  margin-right: 12px;
}

.ic-dashboard-item-inf {
  border-radius: 0 0 6px 6px;
  border: 1px solid #ecedf1;
  background: #f3f2ff;
  border-top: none;
  padding: 18px;
}

.ic-user-pending-approvals {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 24px 20px;
}

.ic-user-pending-approvals-item {
  border-radius: 6px;
  border: 1px solid #e5ecfd;
  background: #fff;
  padding: 20px;
}

.ic-pending-user-btn .ic-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 13px;
}

.ic-pending-user-item-main {
  max-height: 480px;
  overflow-y: scroll;
  padding-right: 10px;
}

.ic-counties-by-customer {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
}

.ic-counties-by-customer-top {
  padding: 20px;
  border-bottom: 1px solid #e5ecfd;
}

.ic-country-list-main {
  padding: 20px 10px 20px 20px;
}

.ic-country-list {
  max-height: 425px;
  overflow-y: scroll;
}
.ic-country-list .ic-incress-parcentage {
  color: #35bdaa;
  background: #e2faf6;
}
.ic-country-list .ic-country-item {
  border-bottom: 1px solid #e5ecfd;
  padding: 14px 0;
}
.ic-country-list .ic-country-item:first-child {
  padding-top: 0;
}
.ic-country-list .ic-country-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ic-country-list::-webkit-scrollbar,
.ic-pending-user-item-main::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ic-country-list::-webkit-scrollbar-track,
.ic-pending-user-item-main::-webkit-scrollbar-track {
  background: #eff1f7;
  border-radius: 10px;
}
.ic-country-list::-webkit-scrollbar-thumb,
.ic-pending-user-item-main::-webkit-scrollbar-thumb {
  background-color: #cccdd0;
  border-radius: 10px;
  border: 2px solid #eff1f7;
}
.ic-country-list::-webkit-scrollbar-thumb:hover,
.ic-pending-user-item-main::-webkit-scrollbar-thumb:hover {
  background-color: #bfc1c4;
}

.ic-roi-calculator-top {
  padding: 20px;
  border-bottom: 1px solid #ecf1f4;
}

.ic-roi-item-main {
  display: flex;
  gap: 20px;
}

.ic-roi-info {
  padding: 20px;
}
.ic-roi-info .ic-roi-item {
  border-radius: 10px;
  border: 1px solid #ecf1f4;
  background: #fefefe;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 16px 18px;
}
.ic-roi-info .ic-roi-item .ic-item-right {
  border-radius: 50%;
}
.ic-roi-info .ic-roi-item:first-child .ic-item-right {
  background: #5c68f7;
}
.ic-roi-info .ic-roi-item:nth-child(2) .ic-item-right {
  background: #8e17c7;
}
.ic-roi-info .ic-roi-item:last-child .ic-item-right {
  background: #33c696;
}

.ic-donor-section {
  height: 100%;
}

.ic-donor-wall-main {
  padding: 20px;
  gap: 15px;
}

.ic-donor-item {
  border-radius: 6px;
  border: 1px solid #ecf1f4;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04), 0 0 12px 0 rgba(48, 48, 48, 0.04);
  padding: 0 8px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1450px) {
  .ic-active-user-side .ic-friendly-item {
    padding: 15px;
  }
  .ic-active-user-side .ic-friendly-item .font-18 {
    font-size: 16px;
  }
  .ic-active-user-side .ic-custom-dots .slick-dots {
    right: -80px;
  }
  .ic-counties-by-customer-top {
    padding: 15px;
  }
  .ic-dashboard-mentorship-item {
    padding: 15px 12px;
    gap: 10px;
  }
  .ic-pending-user-btn .ic-btn {
    padding: 0 10px;
    font-size: 12px;
  }
  .ic-country-list-main {
    padding: 15px 10px;
  }
  .ic-dashboard-home-section {
    padding: 15px 15px 15px 275px;
  }
  .ic-donor-item img {
    width: 80%;
    height: auto;
  }
  .ic-donor-wall-main {
    padding: 15px;
    gap: 6px;
  }
  .ic-roi-item-main {
    gap: 15px;
    flex-wrap: wrap;
  }
  .ic-roi-info .ic-roi-item {
    width: 48%;
  }
}
@media (max-width: 1399.98px) {
  .ic-dashboard-home-section {
    padding: 15px 15px 15px 250px;
  }
  .ic-country-list {
    max-height: 270px;
  }
  .ic-dedicated-active-user {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .ic-dashboard-home-main {
    padding: 20px;
  }
  .ic-user-pending-approvals-item {
    padding: 15px;
  }
  .ic-dashboard-home-section {
    padding: 15px 15px 15px 230px;
  }
}
@media (max-width: 767.98px) {
  .ic-dashboard-mentorship-chart {
    padding: 15px;
  }
  .chart-header {
    flex-direction: column;
    gap: 10px;
  }
  .chart-legend {
    justify-content: center;
  }
  .ic-roi-info .ic-roi-item {
    width: 100%;
  }
  .ic-dashboard-home-section,
  .ic-dashboard-home-section.active {
    padding: 10px;
  }
}
.ic-user-list-tabs-main .nav-tabs .nav-item.show .nav-link,
.ic-user-list-tabs-main .nav-tabs .nav-link.active,
.ic-user-list-tabs-main .nav-tabs .nav-link:focus,
.ic-user-list-tabs-main .nav-tabs .nav-link:hover,
.ic-user-list-tabs-main .nav-tabs .nav-link {
  border: none;
  outline: none;
  box-shadow: none;
}
.ic-user-list-tabs-main .nav-item:hover .nav-link {
  color: #8e17c7;
}
.ic-user-list-tabs-main .nav-item .nav-link {
  padding-bottom: 12px;
  width: 100px;
}
.ic-user-list-tabs-main .nav-item .nav-link.active {
  border-bottom: 2px solid #8e17c7;
}
.ic-user-list-tabs-main .nav-tabs {
  gap: 36px;
}
.ic-user-list-tabs-main .ic-ambassador-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(7, 8, 36, 0.1);
}

@media (max-width: 1399.98px) {
  .ic-ambassador-item .ic-img-info {
    padding: 15px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 30px;
  }
  .ic-user-list-tabs-main .nav-item .nav-link {
    width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .ic-user-list-tabs-main .nav-item .nav-link {
    width: auto;
    padding-bottom: 10px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-user-list-tabs-main .nav-item .nav-link {
    padding: 5px 8px;
  }
  .ic-user-list-tabs-main .nav-tabs {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .ic-user-list-tabs-main .nav-tabs {
    gap: 5px;
  }
  .ic-user-list-tabs-main .nav-item .nav-link {
    padding: 5px;
  }
}
@media (max-width: 575.98px) {
  .ic-dashboard-title .ic-title-left {
    gap: 10px;
    flex-direction: column;
  }
  .ic-dashboard-title .ic-title-left.left {
    flex-direction: row;
  }
}
.ic-user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.ic-user-img-inf {
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #fff;
  padding: 16px 24px;
}

.ic-upload-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f4f7;
}

.status-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.status-checkbox {
  display: none;
}

.status-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-family: "Manrope", sans-serif;
}

.status-slider {
  width: 46px;
  height: 24px;
  background: #6c7386;
  border-radius: 50px;
  position: relative;
  transition: background 0.3s ease;
}

.status-slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* Active State */
.status-checkbox:checked + .status-label .status-slider {
  background: #8e17c7;
}

.status-checkbox:checked + .status-label .status-slider::before {
  transform: translateX(22px);
}

/* Text styling */
.status-text {
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}

.status-checkbox:checked + .status-label .status-text {
  color: #8e17c7;
  content: "Active";
}

.ic-dashboard-form-btn .ic-btn {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
}
.ic-dashboard-form-btn .ic-btn.cancel {
  border-color: #d0d5dd;
}
.ic-dashboard-form-btn .ic-btn.cancel:hover {
  background: transparent !important;
  color: #121426 !important;
}

@media (max-width: 1399.98px) {
  .ic-user-img-inf {
    padding: 10px;
  }
  .ic-user-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1299.98px) {
  .ic-user-img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.ic-budget-tracking-item-main .ic-dashboard-mentorship-item {
  background: #fff;
  border: 1px solid #ecf1f4;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.04);
}

.ic-donut-chart-main {
  height: 100%;
}
.ic-donut-chart-main .budget-overview-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.ic-donut-chart-main .budget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 15px 24px;
  border-bottom: 1px solid #e5ecfd;
  flex-wrap: wrap;
  gap: 10px;
}
.ic-donut-chart-main .budget-body {
  padding: 0px 24px;
}
@media (max-width: 575.98px) {
  .ic-donut-chart-main .budget-body {
    padding: 24px;
  }
}
.ic-donut-chart-main .budget-header h3, .ic-donut-chart-main .budget-header h3 span, h3 .ic-donut-chart-main .budget-header span {
  font-size: 18px;
  font-weight: 600;
  color: #0b1f4b;
}
.ic-donut-chart-main .chart-toggle {
  box-shadow: none;
  padding: 4px;
  border-radius: 20px;
  display: flex;
  gap: 6px;
  color: #565661;
}
.ic-donut-chart-main .chart-toggle button {
  background: transparent;
  border: none;
  color: #555;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.ic-donut-chart-main .chart-toggle button.active {
  background: #8e17c7;
  color: #fff;
}
.ic-donut-chart-main .legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.ic-donut-chart-main .legend-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.ic-user-application-header-left {
  max-width: 360px;
  padding: 8px 8px 8px 20px;
  border-radius: 8px;
  border: 1px solid #dce5ea;
}
@media (max-width: 991.98px) {
  .ic-user-application-header-left {
    padding: 4px 4px 4px 10px;
  }
}
.ic-user-application-header-left button {
  height: 43px;
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .ic-user-application-header-left button {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .ic-user-application-header-left button {
    height: 36px;
  }
}

.ic-user-application-header-right {
  width: 190px;
}

.ic-user-application-btn button {
  height: 42px;
  width: 42px;
  border-radius: 8px;
}

.ic-user-application-count-right span {
  padding: 5.5px 15px;
  border-radius: 6px;
}
.ic-user-application-count-right span:first-child {
  background: #159d4e;
}
.ic-user-application-count-right span:nth-child(2) {
  background: linear-gradient(180deg, #4d76ff 0%, #1a4fff 100%);
}
.ic-user-application-count-right span:last-child {
  background: linear-gradient(180deg, #ff5c90 0%, #ff6c0a 100%);
}

.ic-aggregate-item:nth-child(1) span {
  background: #159d4e;
}
.ic-aggregate-item:nth-child(2) span {
  background: #e33bcf;
}
.ic-aggregate-item:nth-child(3) span {
  background: #116fe4;
}

.progress-container {
  width: 100%;
  background-color: #eef0f8;
  border-radius: 10px;
  overflow: hidden;
  height: 15px;
}

/* progress bar fill */
.progress-bar {
  width: 55%;
  height: 100%;
  background-color: #8e17c7;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px 0 0 10px;
  transition: width 0.5s ease;
}

/* optional label */
.label {
  margin-top: 10px;
  font-weight: bold;
}

.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  display: none;
}

.ic-impact-report-section .ic-dashboard-mentorship-item {
  display: block;
  background: #fff;
  border: 1px solid #ecf1f4;
  box-shadow: 0 0 40px 0 rgba(48, 48, 48, 0.1);
}
.ic-impact-report-section .ic-mentor-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-impact-report-section .ic-mentor-img-list img {
  margin-left: -15px;
}
.ic-impact-report-section .ic-mentor-img-list img:first-child {
  margin-left: 0;
}
.ic-impact-report-section .ic-mentor-img-list .ic-user-plus {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eff2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121426;
  margin-left: -15px;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .ic-impact-report-section .border-end {
    border: none !important;
  }
}

.ic-engagement-top-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main {
    height: auto;
    justify-content: left;
  }
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main {
    justify-content: space-between;
  }
}
.ic-engagement-top-item-main .ic-dashboard-mentorship-item {
  width: 18%;
}
@media (max-width: 1199.98px) {
  .ic-engagement-top-item-main .ic-dashboard-mentorship-item {
    width: 31%;
  }
}
@media (max-width: 991.98px) {
  .ic-engagement-top-item-main .ic-dashboard-mentorship-item {
    width: 48%;
  }
}

.ic-self-identify-section .ic-number-item {
  height: 100%;
  box-shadow: 0px 2px 12px 0px rgba(10, 17, 37, 0.1607843137);
  padding: 30px;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.ic-self-identify-section .ic-number-item img,
.ic-self-identify-section .ic-number-item h4,
.ic-self-identify-section .ic-number-item h4 span,
h4 .ic-self-identify-section .ic-number-item span,
.ic-self-identify-section .ic-number-item p {
  transition: all 0.3s ease-in-out;
}
.ic-self-identify-section .ic-number-item:hover {
  background: #8e17c7;
}
.ic-self-identify-section .ic-number-item:hover img {
  filter: brightness(0) invert(1);
}
.ic-self-identify-section .ic-number-item:hover h4, .ic-self-identify-section .ic-number-item:hover h4 span, h4 .ic-self-identify-section .ic-number-item:hover span,
.ic-self-identify-section .ic-number-item:hover p {
  color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-self-identify-section .ic-number-item {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-self-identify-section .ic-number-item {
    padding: 20px;
  }
}

.ic-process-simple-section {
  background: #5b1f76;
}
.ic-process-simple-section .ic-work-process-icon {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
}
.ic-process-simple-section .ic-work-process-item p {
  max-width: 100%;
}
.ic-process-simple-section .ic-work-process-item {
  transition: all 0.3s ease-in-out;
}
.ic-process-simple-section .ic-work-process-item .ic-work-process-icon img,
.ic-process-simple-section .ic-work-process-item h4,
.ic-process-simple-section .ic-work-process-item h4 span,
h4 .ic-process-simple-section .ic-work-process-item span,
.ic-process-simple-section .ic-work-process-item p {
  transition: all 0.3s ease-in-out;
}
.ic-process-simple-section .ic-work-process-item:hover {
  background: #8e17c7;
}
.ic-process-simple-section .ic-work-process-item:hover .ic-work-process-icon img {
  filter: brightness(0) invert(1);
}
.ic-process-simple-section .ic-work-process-item:hover h4, .ic-process-simple-section .ic-work-process-item:hover h4 span, h4 .ic-process-simple-section .ic-work-process-item:hover span,
.ic-process-simple-section .ic-work-process-item:hover p {
  color: #fff;
}
.ic-process-simple-section .ic-work-process-item:hover .ic-work-process-icon {
  border-color: #fff;
}

.ic-real-outcomes-bottom-left {
  background: #300c41;
  border-radius: 16px;
  border-bottom: 16px solid #b8f949;
  padding: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-real-outcomes-bottom-left {
    padding: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-real-outcomes-bottom-left {
    padding: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-real-outcomes-bottom-left {
    padding: 30px;
  }
}

.ic-programs-mission-section .ic-scholars-item.slide .ic-scholars-item-bottom {
  padding-top: 0px;
}

.ic-start-journey-section .ic-immigration-status {
  box-shadow: 0px 1px 10px 0px rgba(25, 30, 43, 0.08);
}
.ic-start-journey-section .ic-personal-info-form {
  padding: 24px;
}
@media only screen and (max-width: 767.98px) {
  .ic-start-journey-section .ic-personal-info-form {
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-start-journey-section .ic-personal-info-form {
    padding: 10px;
  }
}

.ic-start-journey-checkbox-main {
  border: 1px solid #ecf1f4;
  border-radius: 16px;
  padding: 24px;
}
@media only screen and (max-width: 767.98px) {
  .ic-start-journey-checkbox-main {
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-start-journey-checkbox-main {
    padding: 10px;
  }
}

/* popup hidden initially */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 99;
}

/* popup box */
.popup-box {
  background: #fff;
  padding: 25px 35px;
  border-radius: 12px;
  text-align: center;
  max-width: 385px;
  transform: scale(0.7);
  transition: 0.3s ease;
  position: relative;
}
.popup-box .ri-checkbox-circle-fill {
  color: #00ba00;
  font-size: 60px;
}

/* Bounce animation */
@keyframes bounce {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* show popup */
.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay.active .popup-box {
  transform: scale(1);
}

.ic-popup-close-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 16px 0 rgba(4, 27, 38, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.ic-popup-close-btn i {
  color: #8e17c7;
}

.ic-donation-payment-section {
  overflow: visible;
}
.ic-donation-payment-section .ic-success-right {
  box-shadow: 0px 0px 12px 0px rgba(48, 48, 48, 0.0392156863);
  border: 1px solid #ecf1f4;
  border-radius: 24px;
}
.ic-donation-payment-section .ic-success-right .donation-community {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .ic-success-right .donation-prices {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ic-donar-info {
  padding-top: 24px;
}

.ic-payment-method {
  /* Radio Group */
  /* Radio Item */
  /* Image */
  /* Purple Filter for checked state */
  /* Text */
  /* Radio Outer Circle */
  /* Radio Inner */
  /* Checked – inner filled and outer border purple */
  /* Tooltip wrapper */
  /* Tooltip box (hidden by default) */
  /* Tooltip arrow */
  /* Show on hover */
}
.ic-payment-method .custom-radio-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ic-payment-method .custom-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid #d8dce3;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease;
}
.ic-payment-method .custom-radio:hover {
  border-color: #b9b9c5;
}
.ic-payment-method .custom-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ic-payment-method .custom-radio .radio-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: filter 0.2s ease;
}
.ic-payment-method .custom-radio input:checked ~ .radio-img {
  filter: invert(14%) sepia(94%) saturate(7476%) hue-rotate(282deg) brightness(89%) contrast(99%);
}
.ic-payment-method .custom-radio span.font-2 {
  flex: 1;
}
.ic-payment-method .radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #697483;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}
.ic-payment-method .radio-inner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s ease;
}
.ic-payment-method .custom-radio input:checked ~ .radio-circle {
  border-color: #8e17c7;
}
.ic-payment-method .custom-radio input:checked ~ .radio-circle .radio-inner {
  background: #8e17c7;
}
.ic-payment-method .ic-card-number-input {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  padding: 13.2px 14px;
  color: #3a4251;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  align-items: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .ic-payment-method .ic-card-number-input {
    padding: 12.5px 14px;
  }
}
@media (max-width: 991.98px) {
  .ic-payment-method .ic-card-number-input {
    padding: 10px 12px;
  }
}
@media (max-width: 767.98px) {
  .ic-payment-method .ic-card-number-input {
    padding: 8.5px 10px;
  }
}
.ic-payment-method .tooltip-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.ic-payment-method .tooltip-text {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  background: #111827;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}
.ic-payment-method .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}
.ic-payment-method .tooltip-icon:hover .tooltip-text {
  opacity: 1;
  transform: translateY(0);
}

.ic-donation-payment-section #calendar {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e8f7;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: "Inter", sans-serif;
}
.ic-donation-payment-section .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.ic-donation-payment-section .calendar-header button {
  border: none;
  background: #8e17c7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.ic-donation-payment-section .calendar-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.ic-donation-payment-section .weekdays,
.ic-donation-payment-section .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.ic-donation-payment-section .weekdays div {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  color: #8e17c7;
}
.ic-donation-payment-section .days div {
  padding: 10px 0;
  margin: 4px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.ic-donation-payment-section .days div:hover {
  background: #f2e8ff;
}
.ic-donation-payment-section .today {
  background: #8e17c7;
  color: #fff;
  font-weight: 600;
}
.ic-donation-payment-section .selected {
  background: #22c03c !important;
  color: #fff;
  font-weight: 600;
}
.ic-donation-payment-section .calendar-container {
  display: none; /* initially hidden */
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  z-index: 1000;
}
.ic-donation-payment-section .calendar-container div {
  margin: 5px 0;
  cursor: pointer;
}
.ic-donation-payment-section .calendar-container {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 220px;
}
.ic-donation-payment-section .calendar-container table {
  width: 100%;
  border-collapse: collapse;
}
.ic-donation-payment-section .calendar-container th,
.ic-donation-payment-section .calendar-container td {
  width: 14.28%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.ic-donation-payment-section .calendar-container td:hover {
  background: #f0f0f0;
}

.ic-donation-package {
  border-radius: 24px;
}
.ic-donation-package .ic-package-header {
  border-radius: 24px 24px 0 0;
}
.ic-donation-package .ic-package-bottom {
  border-radius: 0 0 24px 24px;
}

.ic-stories-feature-section .ic-housing-slider-item {
  height: 100%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.ic-stories-feature-section .ic-housing-slider-item img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.ic-stories-feature-section .ic-housing-slider-item p {
  transition: all 0.3s ease-in-out;
}
.ic-stories-feature-section .ic-housing-slider-item:hover {
  background: #fff;
}
.ic-stories-feature-section .ic-housing-slider-item:hover img {
  filter: invert(22%) sepia(98%) saturate(7500%) hue-rotate(268deg) brightness(85%) contrast(120%);
}
.ic-stories-feature-section .ic-housing-slider-item:hover p {
  color: #121426;
}
.ic-stories-feature-section .ic-housing-slider-item:hover .ic-btn.active4 {
  color: #121426;
  border-color: #8e17c7;
}
.ic-stories-feature-section .ic-btn.active4 {
  transition: all 0.3s ease-in-out;
  color: #b8f949;
}

.ic-get-involved-form {
  border: 1.2px solid #8e17c7;
  border-radius: 16px;
  padding: 60px;
}
@media (max-width: 1399.98px) {
  .ic-get-involved-form {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ic-get-involved-form {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .ic-get-involved-form {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .ic-get-involved-form {
    padding: 20px;
  }
}

.ic-get-involved-main {
  padding: 50px 40px;
  border-radius: 16px;
  background: #b8f949;
}
@media (max-width: 1399.98px) {
  .ic-get-involved-main {
    padding: 40px 30px;
  }
}
@media (max-width: 1199.98px) {
  .ic-get-involved-main {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .ic-get-involved-main {
    padding: 20px;
  }
}
.ic-get-involved-main .ic-form-input-group input,
.ic-get-involved-main .ic-form-input-group select,
.ic-get-involved-main .ic-form-input-group .ic-form-file-input,
.ic-get-involved-main .ic-form-input-group textarea {
  border: 1px solid #808089;
  background: transparent;
}

.ic-privacy-policy-list-right {
  max-height: 550px;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.ic-privacy-policy-sidebar {
  border-radius: 12px;
  border: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 24px;
}

.ic-privacy-sidebar-main {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-item {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease-in-out;
  background: #eceffa;
}

.sidebar-item.active,
.sidebar-item:hover {
  background: #8e17c7;
  color: #fff;
}

.content {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 20px;
}

.content::-webkit-scrollbar {
  width: 5px;
}

/* Scrollbar Background */
.content::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

/* Scrollbar Thumb */
.content::-webkit-scrollbar-thumb {
  background: #8e17c7;
  border-radius: 10px;
}

.ic-company-overview-main {
  padding: 80px;
  border-radius: 16px;
  background: #ecf2fb;
}
@media (max-width: 1399.98px) {
  .ic-company-overview-main {
    padding: 70px;
  }
}
@media (max-width: 1199.98px) {
  .ic-company-overview-main {
    padding: 60px;
  }
}
@media (max-width: 991.98px) {
  .ic-company-overview-main {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .ic-company-overview-main {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .ic-company-overview-main {
    padding: 30px;
  }
}
.ic-company-overview-main .ic-company-overview-right {
  padding-left: 50px;
}
@media (max-width: 1399.98px) {
  .ic-company-overview-main .ic-company-overview-right {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .ic-company-overview-main .ic-company-overview-right {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .ic-company-overview-main .ic-company-overview-right {
    padding-left: 0px;
  }
}

.ic-spotlight-section.ic-press-news::after {
  display: none;
}

.ic-real-outcomes-bottom-left h3, .ic-real-outcomes-bottom-left h3 span, h3 .ic-real-outcomes-bottom-left span {
  transition: all 0.3s ease;
}

.ic-scholars-item-bottom .ic-footer-item-icon {
  background: #181818;
  border: 2px solid #181818;
}
.ic-scholars-item-bottom .ic-footer-item-icon img {
  filter: brightness(0) invert(1);
}

.ic-thousand-section .ic-get-involved-main {
  padding: 24px;
  border: 1px solid #8e17c7;
  background: transparent;
}
@media (max-width: 767.98px) {
  .ic-thousand-section .ic-get-involved-main {
    padding: 15px;
  }
}
.ic-thousand-section .ic-form-input-group input,
.ic-thousand-section .ic-form-input-group select,
.ic-thousand-section .ic-form-input-group .ic-form-file-input,
.ic-thousand-section .ic-form-input-group textarea {
  border: 1px solid #dce5ea;
  padding: 9.2px 12px;
}

.ic-recent-job-item {
  border-bottom: 1.5px solid #ecf1f4;
}

/*# sourceMappingURL=style.css.map */
