/* Import Base styles */
@import url(global.css);

.text-777E90 {
    color: #777e90;
  }
  
  .text-CC1586 {
    color: #cc1586;
  }
  
  .text-ffa533 {
    color: #ffa533;
  }
  
  .text-7C255B {
    color: #7c255b;
  }
  
  .text-321D5D {
    color: #321d5d;
  }
  
  .text-2C344D {
    color: #2c344d;
  }
  
  .text-1E1E1E {
    color: #1e1e1e;
  }
  
  .text-727272 {
    color: #727272;
  }
  
  .text-492D7E {
    color: #480683;
  }
  
  .text-4F4F4F {
    color: #4f4f4f;
  }
  
  .text-97939F {
    color: #97939f;
  }
  
  .text-333537 {
    color: #333537;
  }
  
  .text-18181B {
    color: #18181b;
  }
  
  .text-24BFDD {
    color: #24bfdd;
  }
  
  .text-3F3079 {
    color: #3f3079;
  }
  
  .text-27262C {
    color: #27262c;
  }
  
  .text-2B3759 {
    color: #2b3759;
  }
  
  .text-8E97AD {
    color: #8e97ad;
  }
  
  .text-480689 {
    color: #480689;
  }
  
  .text-2B3348 {
    color: #2b3348;
  }
  
  .text-515151 {
    color: #515151;
  }
  
  .text-1D0F36 {
    color: #1d0f36;
  }
  
  .text-330C5A {
    color: #330c5a;
  }
  
  .text-341B61 {
    color: #341b61;
  }
  
  .text-76768A {
    color: #76768a;
  }
  
  .text-26C0DD {
    color: #26c0dd;
  }
  
  .text-3C3E43 {
    color: #3c3e43;
  }
  
  .text-28C1E1 {
    color: #28c1e1;
  }
  
  .text-0E0E0E {
    color: #0e0e0e;
  }
  
  .text-000000b3 {
    color: #000000b3;
  }
  
  .text-E1AD02 {
    color: #e1ad02;
  }
  
  .text-555B6B {
    color: #555b6b;
  }
  
  .text-19181B {
    color: #19181b;
  }
  
  .text-4B5462 {
    color: #4b5462;
  }
  
  .text-555A64 {
    color: #555a64;
  }
  
  .text-2F323A {
    color: #2f323a;
  }
  
  .text-480683 {
    color: #480683;
  }
  
  .text-CB1784 {
    color: #cb1784;
  }
  
/*------------------------------------ Start header --------------------------*/

.navbar span,
.navbar a,
.navbar h6,
.navbar small {
    font-family: "Tajawal" !important;
}


.bg_head_hero {
    background: linear-gradient(180deg, #f7f7f8 0%, rgba(247, 247, 248, 0) 100%);
}

/* Start Sidebar */
.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-width: 33.3vw;
    padding: 0 30px;
    padding-top: 30.1px;
    padding-bottom: 53.1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: var(--bg-color);
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all 0.3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    margin: 27px 0;
}

.mobile-menu .menu-box .navigation li a {
    font-size: 16px;
    /* color: #FFFFFF; */
    line-height: 26px;
    display: block;
}

.sidebar-btns .btn span {
    padding-inline-end: 4px;
}

.logo-sidebar img {
    min-width: 127.76px;
    display: block;
    width: 8.317708333333334vw;
}

/* End Sidebar */

/* Start Header */
header .header-med {
    border-bottom: 1px solid #efeff1;
    padding: 25px 0;
}

header .header-med .nav-menu ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

header .header-med .nav-menu ul li {
    padding-inline-end: 31px;
}

header .header-med .nav-menu ul li a {
    font-size: 15px;
    /* color: #9d9aa2; */
    color: #807d85;
}

header .header-med .row {
    align-items: center;
}

header .btn span {
    padding-inline-end: 5px;
}

header .btn img {
    width: 16px;
    height: 16px;
}

.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.head-inner .logo a img {
    min-width: 127.76px;
    display: block;
    width: 8.317708333333334vw;
}

.menu-right .mobile-nav-toggler {
    width: 35px;
    height: 35px;
    /* UI Properties */
    background: var(--main-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    position: relative;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 22px;
    overflow: hidden;
    top: 0;
    position: relative;
    margin: auto;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 1.4rem;
    height: 2px;
    /* background: var(--main-color); */
    margin: 6px 0;
    transition: all 0.5s;
    position: relative;
}

.mobile-menu .close-btn {
    width: 50px;
    height: 50px;
    /* UI Properties */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    border: 1px solid var(--dark-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    top: 0;
    margin: 0;
    bottom: 0;
    font-size: 22px;
    color: var(--sec-color);
    z-index: 9;
    margin-inline-start: auto;
    margin-bottom: 18px;
    cursor: pointer;
}

.ScrollSmoother-wrapper {
    transition: all 0.5s;
}

body.mobile-menu-visible .mobile-menu {
    z-index: 9999;
    opacity: 1;
    width: 100%;
    right: 0;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all 0.3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all 0.5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all 0.7s;
}

.item.res-menu {
    display: none;
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
    color: var(--main-color);
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* margin: 57px 0 0; */
    gap: 3.125vw;
}
.user-dropdown .small-avatar { width: 40px; height: 40px; object-fit: contain; }

/*----------------------------------- End header ----------------------------*/

/*---------- Start Hero --------------*/

.hero {
    position: relative;
    padding-bottom: 40px;
}

.hero::after {
    position: absolute;
    content: "";
    bottom: 56px;
    left: 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 88% 50%;
    background-size: 110% 80%;
    z-index: 0;
    filter: hue-rotate(136deg);
}

.hero * {
    position: relative;
    z-index: 1;
}

.hero_wrap {
    text-align: center;
    padding-top: 80px;
    max-width: 655px;
    margin: 0 auto;
}

.hero_btns_wrap {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-bottom: 80px;
}


.hero .hero_btns_wrap {
    margin-bottom: 20px !important;
}

.btn_txt_under {
    margin-bottom: 80px !important;
}

.btn_txt_under a {
    color: var(--main-color);
    font-weight: 600;
    text-decoration-line: underline;
    padding-inline-start: 1px;
}

.hero_wrap .tag {
    margin-bottom: 32px;
}

.hero_wrap h1 {
    font-size: 56px;
    line-height: 1.3;
    margin: 0 0 16px 0;
}

.hero_wrap p {
    margin-bottom: 32px;
    color: var(--sec-color);
    font-size: 15px;
}

.hero_items {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
    grid-gap: 25px;
}

.hero_items .item {
    margin-bottom: 50px;
}

/* hero items */

.hero_items .item .outer {
    padding: 39px;
    border-radius: 11px;
    min-height: 190px;
    position: relative;
    overflow: visible;
}

.hero_items .item:nth-child(1) .outer {
    background: #7c27a2;
}

.hero_items .item:nth-child(2) .outer {
    background: #ffa533;
}

.hero_items .item:nth-child(3) .outer {
    background: #7c27a2;
}

.hero_items .item .outer .inner {
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    /* Enable positioning */
    bottom: -25%;
    /* Move it down by 25% of its height */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Correct centering */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional shadow for better appearance */
    width: calc(100% - 80px);
}

.hero_items .item .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_items .item .heading h2 {
    color: var(--sec-color);
    font-size: 18px;
}

.hero_items .item .heading span {
    color: #7d7887;
    font-size: 14px;
}

.hero_items .item .block {
    display: flex;
    align-items: center;
}

.hero_items .item .block .icon {
    background: #7c27a2;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-left: 11px;
    border-radius: 6px;
}

.hero_items .item .block {
    margin-bottom: 10px;
}

.hero_items .item .block .text h4 {
    font-size: 12px;
    color: var(--sec-color);
}

.hero_items .item .block .icon img {
    width: 19px;
    height: 38px;
    padding-top: 8px;
    padding-bottom: 2px;
}

.hero .btn img {
    width: 25px;
    padding-inline-end: 4px;
    height: 25px;
}

.hero .btn {
    padding: 9px 21px;
    font-weight: 100;
    border-radius: 100px;
}

.hero_items .item .outer .heading {
    border-bottom: 1px solid #f2f4f0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.hero_items .item .outer .block h4 {
    font-size: 14px;
}

.hero_items .item .outer .block span {
    font-size: 13px;
    color: #64606c;
}

.rect_full_line {
    background: #e8e6ec;
    max-width: 119px;
    height: 8px;
    display: block;
    border-radius: 10px;
    margin-bottom: 8px;
}

.rect_half_line {
    background: #e8e6ec;
    max-width: 60px;
    height: 8px;
    display: block;
    border-radius: 10px;
}

.hero_items .item:nth-child(1) .outer .lines {
    width: 50%;
}

.hero_items .item:nth-child(2) .outer .heading_lines h2 {
    font-size: 18px;
    margin-bottom: 24px;
}

.hero_items .item:nth-child(2) .outer .heading_lines {
    margin-bottom: 16px;
}

.hero_items .item:nth-child(2) .outer .heading_lines .rect_full_line,
.hero_items .item:nth-child(2) .outer .heading_lines .rect_half_line {
    background: #e7eced;
}

.hero_items .item:nth-child(2) .outer .heading_lines .rect_full_line {
    max-width: 187px;
}

.hero_items .item:nth-child(2) .outer .heading_lines .rect_half_line {
    max-width: 93.5px;
}

.hero_items .item:nth-child(2) .outer .block_bg {
    background: #ffa533;
    padding: 20px;
    /* margin: 16px; */
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.hero_items .item:nth-child(2) .outer .block_bg .lines {
    width: 100%;
    padding-inline-start: 15px;
}

.hero_items .item:nth-child(2) .outer .block_bg .icon {
    width: 60px;
    height: 47px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_items .item:nth-child(2) .outer .block_bg .icon img {
    width: 29px;
    object-fit: contain;
}

.hero_items .item:nth-child(2) .outer .block_bg .rect_full_line,
.hero_items .item:nth-child(2) .outer .block_bg .rect_half_line {
    background: #fff;
}

.hero_items .stats h3 {
    color: #19181b;
    font-size: 16px;
    padding: 9px 0 8px;
}

.hero_items .stats img {
    width: 100%;
}

/*---------- End Hero --------------*/

/*---------- Start User Journy --------------*/
.user_journy {
    padding: 69px 0;
}

.user_journy .row {
    align-items: center;
}

.ima_wrap {
    text-align: center;
}

.user_journy .txt_wrapp .heading {
    text-align: right;
    margin-top: 6px;
}

.user_journy .txt_wrapp .min_heading {
    display: flex;
    gap: 12px;
    align-items: baseline;
    padding: 20px 0 0px;
}

.user_journy .txt_wrapp .heading h4 {
    font-size: 18px;
}

.user_journy .txt_wrapp .heading p {
    color: #64606c;
    font-size: 14px;
}

.user_journy .txt_wrapp .list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user_journy .txt_wrapp .list li p {
    /* opacity: 0; */
    display: none;
}

.user_journy .txt_wrapp .list li.active {
    align-items: flex-start;
}

.user_journy .txt_wrapp .list li.active p,
.user_journy .txt_wrapp .list li:hover p {
    display: block;
}

.user_journy .txt_wrapp .list li.active img {
    filter: invert(33%) sepia(71%) saturate(4534%) hue-rotate(255deg) brightness(61%) contrast(106%)
}

.user_journy .txt_wrapp img {
    width: 40px;
}

.user_journy .txt_wrapp .list li span {
    font-size: 18px;
    color: #19181b;
}

.user_journy .txt_wrapp>h2 {
    padding-top: 32px;
    font-size: 43px;
    line-height: 1.4;
}

/* journey visual */

/* Steps List */
.journey-visual {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 0 auto;
}

.circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f3f7fb;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.circle img {
    position: absolute;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
    object-fit: contain;
    object-position: unset;
    width: 380px;
    margin-left: -23px;
}

.circle img.active {
    opacity: 1;
    transform: scale(1);
}

.hidden {
    display: none;
}

.txt_wrapp.journey-steps {
    margin-bottom: 20px;
}

.step1 {
    filter: hue-rotate(75deg);
}

/*---------- End User Journy --------------*/

/*------------ Start Feats ----------------*/
.feats {
    position: relative;
    padding: 60px 0;
    background-color: var(--sec-color);
    overflow: hidden;
}

.feats::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 226px;
    background-repeat: no-repeat;
    background-position: 80% 77%;
    background-size: 101% 100%;
    z-index: 0;
    filter: hue-rotate(136deg);
}

.feats * {
    position: relative;
    z-index: 1;
}

.feat_wrap {
    text-align: center;
    padding-top: 50px;
    max-width: 655px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.feat_wrap * {
    color: #fff;
}

.hero_btns_wrap {
    display: flex;
    justify-content: center;
    gap: 19px;
    margin-bottom: 80px;
}

.feat_wrap .tag {
    margin-bottom: 32px;
    background-color: rgba(201, 201, 201, 0.158);
}

.feat_wrap h1 {
    font-size: 56px;
    line-height: 1.3;
    margin: 0 0 16px 0;
}

.feat_wrap p {
    margin-bottom: 32px;
    color: #b5b5b5;
    font-size: 16px;
}

/* stud_log_wrap */
.stud_log_wrap {
    text-align: center;
    padding: 35px;
    position: relative;
    /* min-height: 325px; */
}

.stud_log_wrap::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 350px;
    background-image: url(../images/log_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    border-radius: 20px;
}

.stud_log_wrap .icon {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 26px;
    border: 16px solid #ffa533;
    position: relative;
}

.stud_log_wrap .icon::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #ffa533;
    border-radius: 50%;
}

.stud_log_wrap .icon::after {
    content: "";
    position: absolute;
    right: 8.5px;
    top: 7px;
    width: 17px;
    height: 17px;
    background-image: url(../images/notifcations.svg);
    background-repeat: no-repeat;
}

.stud_log_wrap .card_wrap {
    margin-top: 61px;
    filter: brightness(0.6) invert(1);
}

/* table */
.table_wrap {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    border-radius: 20px;
    min-height: 325px;
    filter: brightness(0.6) invert(1);
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}

.table_wrap img {
    position: relative;
    z-index: 0;
    height: 212px;
    width: 100%;
    object-position: top;
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

.table_wrap .card_wrap {
    max-width: 550px;
    margin: 0 auto;

}

.card_wrap {
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

.card_wrap h4 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #000;
}

.card_wrap p {
    font-size: 13px;
    color: #000;
}

/* Table Styles */
.table_wrap {
    background-color: rgba(201, 201, 201, 0.158);
    border-radius: 12px;
    padding: 20px;
    color: #fff;

}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: right;
}

.table th,
.table td {
    padding: 12px 16px;
    /* Padding for cells */
    border-bottom: 1px solid #3c2a66;
    /* Separator line between rows */
}

.table th {
    font-weight: bold;
    color: #aaa3c4;
    /* Light color for table headers */
    text-transform: uppercase;
    font-size: 14px;
}

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

.table tbody tr:last-child td {
    border-bottom: none;
    /* Remove border for the last row */
}

/* Level Indicator Styles */
.level-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Space between icon and text */
    background-color: #4a316b;
    /* Background color for the indicator */
    color: #fff;
    /* Text color */
    padding: 6px 12px;
    /* Padding inside the pill */
    font-size: 12px;
    /* Font size for the level text */
    font-weight: bold;
    border-radius: 50px;
    /* Fully rounded */
}

.level-indicator .icon-placeholder {
    width: 8px;
    height: 8px;
    background-color: #fff;
    /* Circle color */
    border-radius: 50%;
    /* Make it circular */
}

/* Wrapper for categories */
.cats-wrap {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.6) invert(1);
    border-radius: 20px;
    padding: 32px;
    color: #fff;
    text-align: center;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

.cats-wrap img {
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
    height: 210px;
}

.cats-wrap .card_wrap {
    margin-top: 42px;
}

.cats-wrap .card_wrap {
    margin-top: 42px;
}

.cats-wrap .card_wrap {
    max-width: 260px;
    margin: 20px auto 0;
}

.card_new_acc img {
    margin-top: -23px;
}

/* Account Wrapper */
.account-wrap {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.6) invert(1);
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

.account-wrap img {
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

/* New Account Card */
.card_new_acc {
    padding: 0 20px 20px;
}

.account-wrap .card_wrap {
    margin-top: 14px;
}

/* bills wrapper */
.bills-wrap {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.6) invert(1);
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

.bills-wrap img {
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

.bills-wrap .card_wrap {
    margin-top: 10px;
}

/* visual identity wrapper */
.visual-identity-section {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.6) invert(1);
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

.visual-identity-section img {
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

.visual-identity-section .wrap_deu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: unset;
}

.visual-identity-section .content {
    flex: 1;
    /* Allow the content to take up the available space */
    margin-right: 0;
    /* Add spacing between content and image */
    margin-bottom: 20px;
}

.visual-identity-section .content img {
    width: 50px;
    margin-bottom: 15px;
    background: #433673;
    border-radius: 50%;
    padding: 11px;

}

.visual-identity-section .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    max-width: 251px;
}

.visual-identity-section .image {
    flex: 1;
    text-align: right;
    position: unset;
}

.visual-identity-section .image img {
    /* width: 100%; */
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    border-bottom-left-radius: 20px;
}

.visual-identity-section .content p {
    max-width: 281px;
}

/* tranning wrapper */
.tranning_cont {
    background: #ff4494;
    padding: 43px 33px 26px;
    border-radius: 20px;
}

.tranning_cont img {
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

.tranning_cont .card_wrap h4,
.tranning_cont .card_wrap p {

    color: #fff;
}

.im_lft {
    display: grid;
}

.box_imgs {
    display: flex;
    position: relative;
    margin-top: 20px;
}

.box_imgs::before {
    content: "";
    right: 0;
    width: 100%;
    height: 178px;
    background-image: url(../images/demo_con_outline.svg);
    background-repeat: no-repeat;
    top: -34px;
    background-size: contain;
    position: absolute;
}

/* labs wrapper */

.labs {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.1) invert(1);
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

/* certif wrapper */

.certif {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.7) invert(1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;

}

.certif img {
    position: absolute;
    right: -37px;
    /* height: 100%; */
    width: 100%;
    top: -5px;
    filter: grayscale(1);
    border-radius: 0px 0px 20px 20px;
}

.certif .card_wrap {
    padding-top: 215px;
    margin-bottom: 26px;
}

/* tech support wrapper */

.tech_support {
    background: rgba(201, 201, 201, 0.158);
    border: 1px solid #a1a1a1;
    filter: brightness(0.1) invert(1);
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    height: 100%;
}

.cats-wrap,
.account-wrap,
.bills-wrap {
    min-height: 335px;
}

.labs,
.certif,
.tech_support {
    min-height: 411px;
}

.labs .card_wrap {
    margin-top: 42px;
}

.labs img {
    height: 225px;
    filter: grayscale(1);

}

.tech_support img {
    width: 300px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 32px;
    filter: grayscale(1);
}

.tech_support .card_wrap p {
    max-width: 271px;
    margin: 0 auto;
}

.tech_support .card_wrap {
    margin-top: 50px;
}

/*------------ End Feats ----------------*/

/*------------- Start Cases ---------------------------- */
.cases {
    padding: 70px 0;
    overflow: hidden;
}

.cases .txt_wrap {
    max-width: 338px;
}

.cases .list li {
    margin-bottom: 23px;
    font-size: 14px;
    position: relative;
    padding-inline-start: 18px;
}

.cases .txt_wrap h2 {
    font-size: 43px;
}

.cases .txt_wrap p {
    padding: 16px 0 43px;
    font-size: 14px;
    color: #64606c;
}

.cases .list li::before {
    content: "";
    right: 0;
    width: 11px;
    height: 11px;
    background-image: url(../images/polygon-6.svg);
    background-repeat: no-repeat;
    top: 4px;
    background-size: contain;
    position: absolute;
}

.progress_block {
    position: absolute;
    bottom: 50px;
    background: rgba(255, 255, 255, 1);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 24px;
    padding: 27px 24px;
    display: flex;
    align-items: center;
    width: 327px;
}

.ima_wrapp {
    position: relative;
    text-align: center;
}

/* start progress bar circle */
.progress {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 13px;
    color: #ff4494;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: 6%;
    left: 6%;
    font-family: "League Spartan", serif;
    font-weight: 500;
}

.progress.colored .progress-bar {
    border-color: #ff4494;
}

.progress.colored .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2deg);
        /* Adjusted for 87% */
        transform: rotate(133.2deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

/* End progress bar circle */

.progress_block .prog_bar_txt h4 {
    font-size: 13px;
}

.progress_block .prog_bar_txt span {
    font-size: 12px;
    color: rgba(125, 120, 135, 1);
}

.cases .row {
    align-items: center;
    margin-top: 60px;
}

.cases .row:nth-child(2) .ima_wrapp {
    text-align: right;
    position: relative;
}

.cases .row:nth-child(2) .ima_wrapp .stats_block {
    position: absolute;
    top: 9%;
    background: #fff;
    border-radius: 16px;
    display: grid;
    justify-content: center;
    min-height: 195px;
    min-width: 186px;
    align-items: center;
    text-align: center;
    right: 26px;
    padding: 20px;
}

.cases .stats_block span.perc img {
    width: 10px;
    height: 7px;
    display: inline-block;
    margin-top: -3px;
}

.cases .row:nth-child(2) .btn {
    border: 1px solid var(--main-color);
    max-width: 210px;
    border-radius: 100px;
    padding: 12px 18px;
    font-weight: 400;
    font-size: 16px;
}

.cases .row:nth-child(2) .btn span {
    color: var(--main-color);
}

.cases .row:nth-child(2) .txt_wrap {
    margin-right: auto;
}

.stats_block span.perc {
    font-size: 18px;
    display: block;
    color: var(--main-color);
    direction: ltr;
    font-family: "League Spartan", serif;
    font-weight: 500;
}

.stats_block span.num {
    font-size: 25px;
    font-weight: 600;
    font-family: "League Spartan", serif;
}

.stats_block span.txt {
    color: #64606c;
    font-size: 17px;
    margin-bottom: 11px;
}

.cases .row:nth-child(3) .txt_wrap .rect {
    background: #f7f7f8;
    padding: 24px 20px;
    border-radius: 10px;
    line-height: 1.8;
    color: #323036;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
}

.cases .row:nth-child(3) .ima_wrapp {
    position: relative;
}

.cases .row:nth-child(3) .ima_wrapp .txt_block {
    position: absolute;
    background: #fff;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    min-width: 324px;
    align-items: center;
    text-align: center;
    left: 50%;
    padding: 20px;
    bottom: 42px;
    transform: translateX(-50%);
    gap: 12px;
}

.txt_block h4 {
    font-size: 13px;
    color: #19181b;
}

.txt_block span {
    font-size: 12px;
    color: #7d7887;
}

.cases .container {
    max-width: 1113px;
}

.cases .ima_wrapp>img {
    height: 460px;
}

.cases .prog_bar_txt {
    text-align: right;
}

/*------------- End Cases ---------------------------- */

/*----------------------- Start footer--------------------------------- */
footer {
    padding: 70px 0 50px;
}

footer .container {
    border-top: 1px solid #efeff1;
    padding-top: 60px;
}

footer ul.social_links {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
}

footer p.address {
    font-size: 13px;
    color: #323036;
    margin-bottom: 13px;
}

footer a.mail {
    color: var(--main-color);
    font-size: 14px;
}

footer .links {
    display: flex;
    gap: 26px;
    padding-top: 14px;
}

footer .links a {
    font-size: 13px;
    color: #4b4851;
}

footer .links .menu-item {
    position: relative;
}

footer .links .menu-item:not(:last-child)::after {
    content: ".";
    /* Add a bullet point */
    position: absolute;
    left: -16px;
    /* Adjust spacing for the dot */
    color: #cbc9cf;
    /* Dot color matching the text */
    font-size: 25px;
    /* Adjust size for the dot */
    top: -11px;
}

footer p.copyrights {
    font-size: 13px;
    color: #7d7887;
    padding-top: 8px;
}

.footer-container {
    font-family: "tajawal";
    color: #fff;
}

/*----------------------- End footer--------------------------------- */