/* RB Regular  */

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('/v3/assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Cairo;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Cairo;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Cairo;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Cairo;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Cairo;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: RB;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: RB;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RB;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: RB;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: RB;
    src: url('/v3/assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    direction: ltr;
    background-color: #F5F5F5;

}

.direction-rtl {
    direction: rtl;
}

.text-left {
    text-align: left !important;
}

.darkwhite {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.profile-data h2 {
    font-family: "Cairo";
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.profile-data h5 {
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: left;
    color: rgba(138, 138, 138, 1);
}

.profile-data span {
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: left;
    color: rgba(189, 189, 189, 1);
}

.team-deactive {
    background: #A22621;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.team-deactive p {
    text-align: center;
    margin: auto;
    font-size: 14px;
}

a {
    color: #212224;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.slider_img {
    position: relative;
    width: 100%;
    height: 100vh;
    /* width: 100%;
    height: 100%;
    object-fit: cover;*/
}

.slider_img img {
    position: relative;
    object-fit: cover;
    border-radius: 40px 0px 40px 0px;
    width: 45%;
    height: 45%;
    top: 14%;
    left: 18%;
}

.slider_img::before {
    content: ' ';
    background-image: url('/assets/images/Group 1.png');
    position: absolute;
    background-size: 80%;
    left: 0px;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.slider_main .carousel-caption {
    background: #46464680;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.slider_main .title {
    font-family: 'Cairo', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 94.08px;
    text-align: left;
    color: #212121;
    position: relative;
    top: 20%;


}

.slider_main .detail {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 35.28px;
    text-align: justified;
    color: #212121;
    position: relative;
    top: 25%;


}

.badge-green {
    position: absolute;
    top: 30%;
    right: 0%;
    border-radius: 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 10px 20px;
    color: rgba(63, 123, 52, 1);
    background: rgba(239, 248, 237, 1);
}

.badge-red {
    position: absolute;
    top: 30%;
    right: 0%;
    border-radius: 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 10px 20px;
    color: rgba(189, 71, 55, 1);
    background: rgba(255, 235, 235, 1);
}

.card-subscription {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 3px 4px 0px rgba(2, 3, 3, 0.3);
}

.card-subscription h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: rgba(33, 34, 36, 1);
}

.card-subscription span {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(83, 85, 89, 1);
}

.card-subscription p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    position: absolute;
    right: 2%;
    bottom: 7%;
    color: rgba(255, 159, 25, 1);
}

.card-subscription .table thead th {
    vertical-align: bottom;
    border-bottom: 0.5px solid rgba(196, 198, 204, 1);
    border-top: none;
}

.card-subscription .table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 0.5px solid rgba(196, 198, 204, 1);
    border-top: none;
}

.card-subscription .table td {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(111, 113, 119, 1);

}

.card-subscription .table .success {
    color: rgba(38, 177, 112, 1);
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.card-subscription .table .pending {
    color: rgba(255, 159, 25, 1);
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.card-subscription .table .decline {
    color: rgba(235, 91, 70, 1);
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.card-entity-activation {
    background: rgba(1, 46, 104, 1);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 3px 4px 0px rgba(2, 3, 3, 0.03);
}

.card-refree-register {
    background: rgba(1, 28, 63, 1);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 3px 4px 0px rgba(2, 3, 3, 0.03);
}

.card-refree-register h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: rgba(126, 211, 72, 1);
}

.non-saudi {
    display: none;
}

.card-refree-register p {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: rgba(237, 238, 240, 1);
}

.card-refree-register a {
    padding: 12px 4rem;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: rgba(1, 55, 125, 1);
}

.card-entity-activation h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #fff;
}

.card-entity-activation p {

    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(237, 238, 240, 1);
}

.card-entity-activation h4 {
    font-family: 'Cairo', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 0px;
    color: rgba(126, 211, 72, 1);
}

.card-entity-activation span {

    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;

    color: rgba(196, 198, 204, 1);
}

.card-entity-activation a {
    padding: 12px 4rem;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: rgba(1, 55, 125, 1);
}


.slider_main .btn-slider {
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    /*background: linear-gradient(90deg, #49B275 -0.12%, #49B275 54.57%, #5254A0 99.88%);*/
    background: #464646;
    padding: 1px 16px 7px 16px;
    border-radius: 8px;
    gap: 8px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: center;
    border: none;
    position: relative;
    top: 28%;


}

.payreview .title {
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(138, 138, 138, 1);
    margin: 0px;
}

.payreview .description {
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(138, 138, 138, 1);
    text-align: right;
    margin: 0px;
}

.payreview .line {
    width: 100%;
    height: 2px;
    display: block;
    background: rgba(213, 213, 213, 1);
}

.payment-card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 0px;
    border-radius: 8px;
}

.payment-card h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;

}

.payment-card p {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;

}

.cs-fluid {
    width: unset;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 7rem;
    margin-left: 7rem;
}

.p {
    /* 16 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */

    text-align: justify;

    /* black */

    color: #111322;
}

.competion-title {
    /* 20 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    text-align: right;

    /* Secondary */

    color: #30345B;
}

.competion-title-2 {
    /* 20 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    text-align: right;

    /* green */

    color: #2C88A3;
}

.compition_container {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
}

.compition_light_container {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
}

.compition_container .h2 {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    /* White */
    color: #FFFFFF;
}

.compition_container .image {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.compition_container .overlay {
    position: absolute;
    bottom: 0;

    border-radius: 8px;
    left: 0;
    right: 0;
    background: rgba(255, 53, 98, 0.5);
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: .5s ease;
}

.compition_container:hover .overlay {
    height: 100%;
}

.compition_container:hover .text {
    top: 40%;
}

.compition_container .text {
    color: white;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 40%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.compition_container .text-details {
    display: none;
    /* 14 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    /* White */
    color: #FFFFFF;
}

.compition_container:hover .text-details {
    display: block;
}

.compition_light_container .h2 {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    /* White */
    color: #FFFFFF;
}

.compition_light_container .image {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.compition_light_container .overlay {
    position: absolute;
    bottom: 0;

    border-radius: 8px;
    left: 0;
    right: 0;
    background: rgba(119, 56, 199, 0.5);
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: .5s ease;
}

.compition_light_container:hover .overlay {
    height: 100%;
}

.compition_light_container:hover .text {
    top: 40%;
}

.compition_light_container .text {
    color: white;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 40%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.compition_light_container .text-details {
    display: none;
    /* 14 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    /* White */
    color: #FFFFFF;
}

.compition_light_container:hover .text-details {
    display: block;
}

.card-cs-link {
    background: #FF3562;
    border-radius: 4px;
    border: none;
}

.card-cs {
    /* White */
    background: #FFFFFF;
    /* Shadiw */
    box-shadow: 0px 4px 4px rgba(163, 163, 163, 0.25);
    border-radius: 8px;
}

.card-cs-tilte {
    /* 18 Reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */

    text-align: right;

    /* black */

    color: #111322;
}

.card-cs-title-2 {
    /* 18 Reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 156% */

    text-align: right;

    /* black */

    color: #111322;
}

.card-choose-gray {
    background: #D3D3D3;
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    padding: 16px 8px 16px 8px;
    gap: 0px;
    border: none;
    border-radius: 8px;
    opacity: 0px;
}

.card-choose-gray .title {

    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: center;
    color: #212121;

}

.card-choose-gray .description {

    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: center;
    color: #464646;
    margin-bottom: unset;



}


.navbar-item-container {
    /*linear-gradient(0deg, rgba(3, 22, 58, 0.8), rgba(3, 22, 58, 0.8)) */
    background: transparent, url(../images/banner-home.png);
    height: 500px;
    background-position: center;
    background-size: cover;
}

.nav-bar-links {
    color: #212224;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;

}

.navbar-right-item-lg {
    padding-left: 30px;
}

span.navbar-right-item-data {
    margin-left: 5px;

}

.header_main h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36.04px;
    text-align: center;
}

.header_main p {
    padding-top: 10px;
    width: 50%;

    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    color: #FFFFFF;
}

.btn-main {

    border-radius: 8px;
    background: #464646;
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    padding: 10px 5rem 10px 5rem;
    color: #fff;
    text-decoration: none;

}

.btn-main:hover {
    color: #fff;
}


.header_main .btn_main_bg {
    font-family: 'Cairo', sans-serif;
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 63px;
    text-align: right;
    color: #FFFFFF !important;
    position: absolute;
    left: 40px;
    top: 74px;
}

.wro-logo {
    margin-bottom: 20px;
}

.header_main img {
    /* width: 200px;
    height: 200px;*/
    height: 170px;
    object-fit: contain;
}

.btn-main-bg {
    /* 18 Reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background: #FF3562;
    border-radius: 4px;
}

.btn-main-bg:hover {
    color: #FFFFFF;
}

.btn_main_bg_shap {
    position: relative;
    display: inline-block;
}

.btn-primary-submit {
    background-color: #87CB28;
    text-transform: uppercase;
    padding: 10px;
    width: 108px;
    border-radius: 10px;
    margin: 0px 15px;
}

.card-no-border {
    border: none;
}

.card-1-home {
    border-bottom: 0.5px solid rgba(181, 183, 191, 1);
    border-radius: 0px;
}

.card-1-home .card-title {
    margin-bottom: 0px;
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #212224;
}

.card-1-home .card-body {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #6F7177;
}

.card-no-border .image-1 {
    margin: auto 0px;
}

.logout-btn {
    background: rgba(255, 72, 72, 1);
    border-radius: 5px;
    padding: 0.6rem 5rem;
    color: #fff;
}

.logout-btn:hover {
    background: rgba(255, 72, 72, 1);
    border-radius: 5px;
    padding: 0.6rem 5rem;
    color: #fff;
}

.card-competion-teams {
    width: 50%;
    /*border: 0.3px solid  rgba(210, 212, 216, 1);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 1px 0px rgba(2, 3, 3, 0.3);*/
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 0px 10px 0px rgba(2, 3, 3, 0.3);
    cursor: pointer;

}

.payment-successs h1 {
    font-family: "Cairo";
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.payment-successs p {
    font-family: "Cairo";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(189, 189, 189, 1);

}

.payment-successs button {
    background: rgba(1, 64, 99, 1);
}

.card-competion-teams .team-left h6 {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: .4rem;
    color: rgba(33, 34, 36, 1);
}

.card-competion-teams .team-left p {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    color: rgba(138, 141, 148, 1);
}

.card-competion-teams .team-left {
    width: 50%;
    text-align: left;
    padding-bottom: 0.5rem;
}

.card-competion-teams .team-right {
    width: 50%;
    text-align: right;
    padding-bottom: 0.5rem;
}

.border-line {
    border-bottom: 0.3px solid rgba(196, 198, 204, 1);
}

.card-competion-teams .team-right h6 {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    margin-bottom: .4rem;
    color: rgba(55, 56, 59, 1);
}

.card-competion-teams .team-right p {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    color: rgba(138, 141, 148, 1);
}

.card-competion-teams .default-avatar {
    background-color: #47d501;
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
}

.card-competion-teams .view-more-btn {
    border: 1px solid rgba(1, 55, 125, 1);
    border-radius: 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 8px 16px 8px 16px;
    color: rgba(1, 55, 125, 1);
    text-decoration: none;
}

.card-competion-teams .default-avatar,
.member-overlap-item {
    height: 40px;
    width: 40px;
}

.card-competion-teams .member-overlap-item {
    margin-right: -10px;
    border: 2px solid #fff;
}

.teams-memebers h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: rgba(83, 85, 89, 1);

}

.team-score-left {
    width: 50%;
}

.team-score-right {
    width: 100%;
}

.team-score-left h6 {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(83, 85, 89, 1);
    padding: 0px;
    margin: 0px;
}

.team-score-right h6 {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: rgba(83, 85, 89, 1);
    padding: 0px;
    margin: 0px;
}

.card-achivements {
    border: 0.3px solid rgba(210, 212, 216, 1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
}

.card-achivements .icon_layer {
    background: rgba(204, 215, 229, 0.4);
    border-radius: 39.47px;
    width: 50px;
    padding: 12px;
    text-align: center;
    margin: auto;
}

.card-achivements h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 1rem;
    color: rgba(31, 31, 31, 1);
}

.card-achivements span {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(138, 141, 148, 1);
}

.achivements-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-achivements-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-achivements-2 {
    grid-template-columns: repeat(2, 1fr);
}

.card-certificates {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 2px 0px rgba(2, 3, 3, 0.3);
    position: relative;
}

.card-skilles {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 2px 0px rgba(2, 3, 3, 0.3);
    position: relative;
}

.card-certifcate-item {
    background: rgba(246, 247, 247, 1);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.3);
    margin-bottom: .9rem;
}

.certifcate-box {
    background: rgba(1, 55, 125, 1);
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.card-certifcate-item h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: rgba(33, 34, 36, 1);

}

.card-certifcate-item p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: .2rem;
    color: rgba(83, 85, 89, 1);
}

.card-certifcate-item span {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(83, 85, 89, 1);
}

.icon-student {
    position: absolute;
    top: 5%;
    right: 5%;
}

.skill-view-1 {
    background: rgba(246, 247, 247, 1);
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    color: rgba(55, 56, 59, 1);
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    text-align: center;

}

.logout-tab {
    color: red !important;
}

.my-skilles h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: rgba(55, 56, 59, 1);
}

.my-skilles span {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: rgba(111, 113, 119, 1);
}

.card-skill-item {
    background: rgba(246, 247, 247, 1);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.3);
    margin-bottom: .9rem;
}

.card-skill-item .card-body {
    padding: 0.5rem;
}

.card-skill-item h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin: auto;
    color: rgba(33, 34, 36, 1);
}

.btn-add-skill {
    padding: 12px 25px 12px 25px;
    gap: 8px;
    border-radius: 8px;
    opacity: 0px;
    background: rgba(1, 55, 125, 1);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
}

.btn-add-skill:hover {
    color: #fff;
}

.modal-skilles {
    border-radius: 8px;
    background: var(--White, rgba(255, 255, 255, 1));
    box-shadow: 0px 5px 5px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 3px 14px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 8px 10px 0px rgba(2, 3, 3, 0.03);
}

.modal-skilles .modal-header {
    border: none;
}

.modal-skilles .modal-footer {
    border: none;
}

.modal-skilles .modal-footer .btn-secondary {
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border-radius: 8px;
    border: 1px;
    opacity: 0px;
    border: 1px solid rgba(1, 55, 125, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    background: #fff;
    color: rgba(1, 55, 125, 1);
}

.modal-skilles .modal-footer .btn-primary {
    padding: 8px 25px 8px 25px;
    gap: 8px;
    border-radius: 8px;
    border: 1px;
    opacity: 0px;
    border: 1px solid rgba(1, 55, 125, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    background: rgba(1, 55, 125, 1);
    color: #fff;
}

.card-grow_learn {
    border: 0.3px solid rgba(210, 212, 216, 1);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 1px 0px rgba(2, 3, 3, 0.3);
}

.card-grow_learn img {
    width: 122px !important;
    height: 122px;
    margin: 1rem auto;
}

.card-grow_learn span {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: rgba(181, 183, 191, 1);
}

.card-grow_learn h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(33, 34, 36, 1);
}

.card-grow_learn p {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(111, 113, 119, 1);
}

.card-grow_learn a {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: rgba(1, 55, 125, 1);
    text-decoration: none;
}

.card-grow_learn a:hover {
    color: rgba(1, 55, 125, 1);
    text-decoration: none;
}

.card-grow_learn a svg {
    top: 5px;
    position: relative;
}

.card-artical {
    border-radius: 12px;
    border-radius: 12px;
}

.card-artical .card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-side-competion {
    border: 0.3px solid rgba(210, 212, 216, 1);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 1px 0px rgba(2, 3, 3, 0.3);
}

.card-artical span {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(138, 141, 148, 1);
}

.card-artical h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0px;
    color: rgba(1, 55, 125, 1);
}

.card-artical p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(111, 113, 119, 1);
}

.card-artical a {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    color: rgba(1, 55, 125, 1);
    float: right;
}

.card-side-competion .card-title {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;
    color: rgba(33, 34, 36, 1);
}

.card-side-competion .card-body {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(111, 113, 119, 1);

}

.card-side-competion a {
    background: rgba(1, 55, 125, 1);
    border-radius: 8px;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 8px 16px 8px 16px;
    color: rgba(255, 255, 255, 1);
    float: right;
    text-decoration: none;
}

.card-annocement {
    border: none !important;
    box-shadow: 0px 1px 10px 0px rgba(2, 3, 3, 0.3);
}

.card-annocement .card-body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(138, 141, 148, 1);
}

.card-annocement .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(126, 211, 72, 1);
}

.count-down .box-grid {
    display: grid;
    grid-column: auto / auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px;
    text-align: center;
    margin-top: 0.5rem;
    grid-gap: 10px;
}

.count-down .box-1 {
    background: rgba(1, 55, 125, 1);
    width: 100%;
    text-align: center;
    border-radius: 12.68px;
    padding: 26.52px 16.72px 26.52px 16.72px;
}

.box {
    background: rgba(1, 55, 125, 1);
    border-radius: 12.68px;
    padding: 26.52px 16.72px 26.52px 16.72px;
}

.count-down h5 {

    font-family: 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #fff;

}

.count-down p {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: rgba(190, 233, 163, 1);

}

.pb-title {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin: auto;
    color: rgba(33, 34, 36, 1);
}

.pb-more {
    margin: auto;
    text-align: right;
}

.pb-seemore {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    text-decoration: none;
    color: rgba(138, 141, 148, 1);
}

.pb-seemore:hover {
    text-decoration: none;
    color: rgba(138, 141, 148, 1);
}

.flex-gap {
    gap: 15px;
}

.breadcrumb {
    padding: 0 .5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li a {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(196, 198, 204, 1);
}

.breadcrumb ul li span {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(83, 85, 89, 1);
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: " > ";
    color: rgba(196, 198, 204, 1);
}

.card-accounts {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.3);
}

.card-accounts .tabs-h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: rgba(166, 169, 178, 1);
}

.card-profile {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.3);
    position: relative;
}

.card-profile-public {
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(2, 3, 3, 0.04);
    box-shadow: 0px 2px 1px 0px rgba(2, 3, 3, 0.02);
    box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.3);
    position: relative;
}

.card-profile h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: rgba(33, 34, 36, 1);
}

.card-profile p {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    color: rgba(138, 141, 148, 1);
}

.card-profile span {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: rgba(83, 85, 89, 1);
}

.card-profile .btn-profile {
    border: 1px solid rgba(1, 55, 125, 1);
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: rgba(1, 55, 125, 1);
    position: absolute;
    top: 5%;
    right: 2%;
}

.form-profile label {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(111, 113, 119, 1);
}

.form-profile input {
    background: rgba(246, 247, 247, 1);
    border: none;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border-radius: 4px;
    opacity: 100px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(33, 34, 36, 1);
}

.form-profile select {
    background: rgba(246, 247, 247, 1);
    border: none;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border-radius: 4px;
    opacity: 100px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(33, 34, 36, 1);
}

.btn-lgoin {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;

}

.btn-lgoin:hover {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

.btn-lgoin-step {
    background: rgba(230, 236, 239, 1);
    border-radius: 5px;
    color: rgba(1, 64, 99, 1);
    width: 100%;
    margin-bottom: 1rem;
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.btn-lgoin-step span {
    margin-left: 0.5rem;
}

.btn-lgoin-step:hover {
    background: rgba(230, 236, 239, 1);
    border-radius: 5px;
    color: rgba(1, 64, 99, 1);
    width: 100%;
}

.linkrgs {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}

.linkrgs a {
    color: rgba(1, 64, 99, 1);
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;

}

.teamrgs h2 {
    font-family: "Cairo";
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    color: rgba(1, 32, 50, 1) !important;
    margin-bottom: 2rem;
}

.form-fielsd label {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;

}

.form-fielsd input {
    background: rgba(230, 236, 239, 1);
    border: 1px solid rgba(230, 236, 239, 1);
    padding: 8px 9px 8px 9px;
    border-radius: 8px;
    color: rgba(140, 140, 140, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-fielsd select {
    background: rgba(230, 236, 239, 1);
    border: 1px solid rgba(230, 236, 239, 1);
    padding: 8px 9px 8px 9px;
    border-radius: 8px;
    color: rgba(140, 140, 140, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.form-fielsd .btn-next {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
    font-family: "Cairo";
    padding: .5rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    border: 1px solid rgba(1, 64, 99, 1);
}

.form-fielsd .btn-back {
    background: #fff;
    border-radius: 5px;
    font-family: "Cairo";
    padding: .5rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    margin-right: 0.5rem;
    color: rgba(1, 64, 99, 1);
    border: 1px solid rgba(1, 64, 99, 1);
}

.disbaled-editing {
    pointer-events: none;
}

.button-edit {
    display: none;
}

.form-profile .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(33, 34, 36, 1);
    border-radius: 4px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.user-logo-navbar {
    width: 160px;
    height: 100px;
    display: inline-block;
}

.btn-primary-submit span {
    margin-left: 10px !important;
}

.dashboard-active {
    /* 18 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    /* identical to box height */
    color: #FF3562 !important;
    /* text-decoration: underline !important;
    text-decoration-color: #00aaff !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 30px;*/
}

.btn-custom-1 {
    background: url(../images/buttons/vector_2.svg);
    border: none;
    background-size: contain;
    padding: 20px;
    background-repeat: no-repeat;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 4px;
    /* identical to box height */

    text-align: right;

    /* White */

    color: #FFFFFF;

}

/*
.btn-custom-1::before {
    content: "";
    background: url(../images/buttons/button_1.png);
    background-size: contain;
    padding: 15px;
    background-repeat: no-repeat;
 }*/

.btn-custom-1:focus {
    border: none !important;
}

.btn-custom-2:focus {
    border: none !important;
}

.btn-custom-2 {
    background: url(../images/buttons/vector_1.svg);
    border: none;
    background-size: contain;
    padding: 20px;
    background-repeat: no-repeat;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 4px;
    /* identical to box height */

    text-align: right;

    /* White */

    color: #FFFFFF;
}

.regionsTab .MuiTab-textColorPrimary {
    background: rgba(230, 236, 239, 1);
    border-radius: 32px;
}

.regionsTab .Mui-selected {
    background: rgba(1, 64, 99, 1);
    color: #fff;
}

.regionsTab .MuiTabs-indicator {
    display: none;
}

.regionsTabSub .MuiTab-textColorPrimary {
    background: rgba(230, 236, 239, 1);
    border-radius: 32px;
}

.regionsTabSub .Mui-selected {
    background: rgba(101, 155, 87, 1);
    color: #fff;
}

.regionsTabSub .MuiTabs-indicator {
    display: none;
}

.card-region {
    background: rgba(243, 244, 246, 1);
    border: none;
    border-radius: 16px;
}

.card-region h5 {
    font-family: "Cairo";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
    padding: 0px;

}

.our-story {
    background: linear-gradient(179.92deg, #014063 0.07%, #A7E6F4 123.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cairo";
    font-size: 55px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: left;

}

.our-stories-p {
    font-family: "Cairo";
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: justify;
    color: rgba(138, 138, 138, 1);

}

.our-values {

    font-family: "Cairo";
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1px;
    text-align: left;

    color: rgba(101, 155, 87, 1);

}

.our-value-list li {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;

}

.create-model-data h1 {
    color: rgba(1, 64, 99, 1);
    font-family: "Cairo";
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;

}

.create-model-data p {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
}

.create-model-data li {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}

.create-model-data .btn-primary {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
}

.create-model-data .btn-secondary {
    border: 1px solid rgba(1, 64, 99, 1);
    background: #fff;
    border-radius: 5px;
}

.img-profile-header {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 7rem;
}

.img-profile-header-withab {}

.img-profile-header-withab h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Cairo";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 6rem;
}

.loader {
    width: 70px;
    aspect-ratio: 1;
    background:
        radial-gradient(farthest-side, #000 90%, #0000) 0 0/8px 8px no-repeat,
        conic-gradient(from -90deg at 30px 30px, #0000 90deg, #fff 0) 0 0/40px 40px,
        conic-gradient(from 90deg at 10px 10px, #0000 90deg, #fff 0) 0 0/40px 40px no-repeat,
        conic-gradient(from -90deg at 30px 30px, #0000 90deg, #fff 0) 100% 100%/40px 40px no-repeat;
    animation: l5 2s infinite;
}

@keyframes l5 {
    0% {
        background-position: left 1px top 1px, 0 0, 0 0, 100% 100%
    }

    16.67% {
        background-position: left 50% top 1px, 0 0, 0 0, 100% 100%
    }

    33.33% {
        background-position: left 50% bottom 1px, 0 0, 0 0, 100% 100%
    }

    50% {
        background-position: right 1px bottom 1px, 0 0, 0 0, 100% 100%
    }

    66.67% {
        background-position: right 1px bottom 50%, 0 0, 0 0, 100% 100%
    }

    83.33% {
        background-position: left 1px bottom 50%, 0 0, 0 0, 100% 100%
    }

    100% {
        background-position: left 1px top 1px, 0 0, 0 0, 100% 100%
    }
}

.home-banner-layout {
    background-image: url('../images/hero.png');
    /*background: url(../images/background.png);*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    height: 100%;
    height: 100vh;
}

.home-banner-layout-error {
    background-image: #fff;
    /*background: url(../images/background.png);*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.home-banner-layout-competion-2024 {
    background-image: url('../images/competion_wro_2024.png');
    /*background: url(../images/background.png);*/
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    background-size: cover;
    height: 100%;
    height: 70vh;
}

.banner-bg-card {
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.card-competion-2024 {
    width: 50%;
    height: 300px;
    position: absolute;
    margin: auto;
    left: 25%;
    margin-top: 1rem;
    background: rgba(1, 53, 83, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    align-items: center;
}

.card-competion-2024 img {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    max-height: 250px;
}

.competion-wro-2024 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 3rem;
}

.competion-wro-2024 h1 {
    font-family: "Cairo";
    padding: 0.8rem;
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    background: #fff;
}

.competion-wro-2024 h6 {
    font-family: "Cairo";
    display: unset;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #FFFFFF;
}

.competion-wro-2024 a {
    background: transparent;
    border-radius: 7.38px;
    padding: 0rem;
    display: inline-block;
    color: #fff;
    font-family: "Cairo";
    font-size: 20.57px;
    font-weight: 700;
    line-height: 29.52px;
    letter-spacing: 1.1px;
    text-align: left;
    text-decoration: none;

}

.card-description-item {
    border: none;
    background: #f5f5f5;
}

.card-description-item h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Cairo";
    font-size: 27px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 2px;
    text-align: left;

}


.card-description-item p {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
}

.whatsmore h1 {
    font-family: "Cairo";
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;

}

.whatsmore p {
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(243, 243, 243, 1);
    margin-bottom: 4rem;
}

.whatsmore a {
    background: rgba(252, 252, 253, 1);
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(1, 64, 99, 1);
    padding: 1rem 1rem;
    border-radius: 5px;

}

.card-rules-item {
    background: rgba(243, 243, 243, 1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
    border: none;
    height: 100%;
}

.card-rules-item h3 {
    color: rgba(24, 24, 27, 1);
    margin-top: 1rem;
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.card-rules-item p {
    color: rgba(82, 82, 91, 1);
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.profile_main {
    background-color: #f5f5f5;
    width: 100%;
    height: 30vh;
    position: relative;
}

.profile_main .profile_avator {
    padding: 2% 3% 3% 3%;
    position: absolute;
    left: 45%;
    bottom: -20%;
    background: #D3D3D3;
    border-radius: 50%;
    text-align: center;
}


.home-banner-layout-2 {
    background: rgba(1, 64, 99, 1);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.home-banner-layout-2 h2 {
    font-family: "Cairo";
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
}

.features_list .title {
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: left;

}

.features_list .detail {
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: left;

}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.slider-full-main {
    width: 100%;
    object-fit: cover;
    height: 70vh;
}

#custCarousel .bg {
    background: #2C88A3;
    border-radius: 16px;
}

#custCarousel .carousel-indicators {
    position: absolute;
    background: #2C88A3;
    border-radius: 16px;
    width: 350px;
    height: 50px;
    top: unset;
    bottom: 10%;
    margin: auto;
    right: unset;
    left: 10%;
    transform: rotate(0deg);
}

/*
#custCarousel .carousel-caption {
    background: url('../images/slider_bg_layer.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 50px;
    width: 50%;
    height: 100%;
    right: 0%;
    bottom: 0px;
    left: 0%;
}

#custCarousel .carousel-caption h3 {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    text-align: right;
    color: #FFFFFF;
}

#custCarousel .carousel-caption h5 {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    color: #FFFFFF;
}

#custCarousel .carousel-caption p {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    color: #FFFFFF;
}

#custCarousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    padding: 5px;
    transform: rotate(0deg);
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    width: 50px;
    height: 40px;
    border-radius: 16px;
    object-fit: cover;
}

#custCarousel .carousel-indicators li.active {
    background: #2C88A3 !important;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}
*/
.home-banner-layout-3 {
    background: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

    direction: ltr;

}

.home-banner-layout-profile-3 {
    background: url("../images/Vector (2).png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 100%;
    direction: ltr;
    height: 60vh;
}

.color-white {
    color: #fff !important;
}

.home-banner-layout-profile-3 h3 {
    color: rgba(230, 236, 239, 1);
    padding-bottom: 2rem;

}

.card-item-team-single {
    background: rgba(1, 64, 99, 1);
    border-radius: 16px;
    border: none;
    /* height: 100%;
    height: 700px; */
}

.home-banner-layout-profile-3 h1 {
    color: rgba(255, 255, 255, 1);
    padding-bottom: 1rem;
}

.home-banner-layout-profile-3 p {
    color: rgba(255, 255, 255, 1);
}

.home-banner-layout-profile-3 h3::after {
    content: " ";
    display: block;
    background: rgba(230, 236, 239, 1);
    height: 2px;
    position: absolute;
    width: 100px;
}

.home-banner-layout-profile-3 .img-profile-header {
    top: 20%;
    width: 85%;
}

.side-container-teams {
    /* position: absolute;
    background: rgba(229, 231, 235, 1);*/
}

.side-toggle-active {
    position: absolute;
    top: 0px;
    z-index: 999999999;
    background: rgba(255, 255, 255, 1);
    width: 5%;
    left: 80%;
    height: 100%;
    /* transform: rotate(90deg); */
    margin: auto;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.img-sidedev {
    /* height: 100%; */
    width: 100%;
    padding: 1rem;
    top: 100%;
    left: 10%;
    object-fit: cover;
    object-position: center;
    /* position: relative; */
}

.side-toggle .fa {
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    right: 20%;
}

.side-toggle-active .fa {
    transform: unset;
    position: absolute;
    top: 50%;
    right: 20%;
}

.side-toggle-active h2 {
    display: none;
}

.side-toggle-small-hider {
    transition: .5s;
    display: none;
}

.conatiner-hider {
    transition: .5s;
    display: none;
}

.side-container-teams .active {
    transition: .5s;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 60%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 20%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.side-toggle {
    position: absolute;
    top: 0px;
    z-index: 999999999;
    background: rgba(229, 231, 235, 1);
    width: 5%;
    left: 20%;
    height: 100%;
    /* transform: rotate(90deg); */
    margin: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;

}

.side-toggle h2 {
    transform: rotate(-90deg);
    text-align: left;
    top: 50%;
    position: absolute;
}

.home-banner-layout-profile-3 .img-profile-header:after {
    content: ' ';
    position: absolute;
    background: url("../images/0617f163-b37c-4954-ad1d-3f9edbadb2b1.png");
    width: 200px;
    height: 369px;
    background-size: contain;
    top: 0px;
    right: 0%;
    background-repeat: no-repeat;
}


.video_desc_section .span {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #212121;
}

.blogview-large img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
    border-radius: 40px 0px 40px 0px;
}

.row-cols-2 {
    list-style: none;
    -moz-column-count: 4;
    /*change this to change the grid column count*/
    -webkit-column-count: 4;
    /*change this to change the grid column count*/
    column-count: 4;
    /*change this to change the grid column count*/
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.video_desc_section .title {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    font-style: bold;
    color: #212121;
}

.video_desc_section .detail {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #212121;
}

.home-banner-layout-3 .slide_bg {
    background: #30345B;
    border-radius: 8px;
}

.home-banner-layout-3 .slide_video {
    width: 100%;
    object-fit: cover;
    height: 420px;
}

.home-banner-layout-3 .video-container {
    position: relative;
}

.home-banner-layout-3 .video-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    /*background-color: red;*/
}

.home-banner-layout-3 .video-container .overlay .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.home-banner-layout-3 .video-container .overlay .icon img {
    width: 35px;
}

.home-banner-layout-3 .video-container .overlay .icon_main {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.home-banner-layout-3 .video-container .overlay .icon_main img {
    width: 45px;
}


.home-banner-layout-5 {
    background: #111322;
    position: relative;
    height: 100%;
    height: 50vh;
}

.card-news {
    background: #30345B;
    border-radius: 8px;
    height: 200px;
    overflow: hidden;
}

.a-link {
    /* 14 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #FF3562;
}

.card-news .card-title {
    /* 18 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    color: #FFFFFF;
}

.card-new-image {
    height: 200px;
    border: none;
    background: transparent;
    border-radius: 16px;
    position: relative;
}

.card-new-image .layer {
    background: #312B7080;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 16px;
}

.card-new-image .layer:hover {
    background: transparent;
}

.btn-pink {
    /* Primary */
    background: #FF3562;
    border-radius: 4px;
}

.card-news .card-text {
    /* 16 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
}

.home-banner-layout-6 {
    background: url('../images/background-layer_6.png');
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-size: cover;
    height: 50vh;

}

.banner-bg_6 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(48, 52, 91, 0.7);
}

.number-title {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    /* linear 3 */
    background: linear-gradient(180deg, #FF3562 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.number-count {
    /* 20 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 24px;
    line-height: 35.28px;
    /* or 160% */
    text-align: center;
    /* linear 3 */
    color: #fff;

}

.number-desc {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23.52px;
    /* identical to box height, or 150% */

    text-align: center;

    /* linear 3 */

    color: #fff;
}

.home-banner-layout-6 .col-lg-7 {
    margin: 0px;
    padding: 0px;
}

.home-banner-layout-6 .col-lg-5 {
    margin: 0px;
    padding: 0px;
}

.home-banner-layout-6 p {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 44%;
    width: 70%;
    bottom: 40.82%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
}

.poligon {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 436px;
    background: #D32DCC;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.mv_main_tracker {
    display: none;
}

.poligon img {
    position: absolute;
    width: 98%;
    top: 4px;
    left: 5px;
    /* width: 146px; */
    /* height: 146px; */
    -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.poligon_r {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 436px;
    background: #D32DCC;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}

.poligon_r img {
    position: absolute;
    width: 98%;
    top: 4px;
    left: 9px;
    /* width: 146px; */
    /* height: 146px; */
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}

.home-banner-layout-7 {
    background: #30345B;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    height: 67vh;
    direction: ltr;
    background-size: cover;

}

.card-partners {
    /* Secondary */
    background: #30345B;
    /* Shadow 2 */
    /* box-shadow: 2px 2px 2px 4px rgba(30, 30, 30, 0.25);*/
    border-radius: 8px;
}

.home-banner-layout-8 {
    background: url(../images/footer_main.svg);
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-size: cover;
    height: 67vh;
}

.social_media_list {
    display: flex;
}

.card_instagram {
    background: url(../images/social/background.svg) !important;
    background: no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 7px;
}

.card_tiktok {
    background: #000000 !important;
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 7px;
}

.card_youtube {
    background: rgba(186, 1, 0, 1) !important;
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 7px;
}

.card_facebook {
    background: rgba(60, 86, 160, 1) !important;
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 7px;

}

.card_twitter {
    background: rgba(85, 172, 239, 1) !important;
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 7px;
}




.home-banner-layout-9 h4 {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    /* identical to box height */

    text-align: left;

    /* White */

    color: #FFFFFF;
}

.home-banner-layout-9 .footer_mb_phone img {
    width: 50%;
}

.home-banner-layout-9 .grid_menu {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.home-banner-layout-9 .footer-link-item .link-item-detail {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: left;
    color: #fff;
}

.home-banner-layout-9 .item-detail-text {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: left;
    color: #fff;

}

.home-banner-layout-9 .address_1 {
    position: relative;
    padding-left: 3rem;
}

.home-banner-layout-9 .address_2 {
    position: relative;
    padding-left: 3rem;
}

.home-banner-layout-7 .col-lg-7 {
    margin: 0px;
    padding: 0px;
}

.home-banner-layout-7 .col-lg-5 {
    margin: 0px;
    padding: 0px;
}

.home-banner-layout-7 p {
    position: absolute;
    /* left: 0px; */
    right: 20%;
    top: 38%;
    width: 70%;
    bottom: 40.82%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
}

.home-banner-layout-9 {
    /*background: url(../images/footer_main_bg.svg), rgba(44, 30, 100, 1);*/
    /*background: linear-gradient(180deg, #2C88A3 0%, #30375E 100%);*/
    background: rgba(1, 43, 66, 1);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    position: relative;
    /* height: 100%;
    height: 100%; */
}

.home-banner-competions-selected {
    background-image: url(../images/background_layer.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    height: 100%;
    height: 50vh;
}

.home-banner-competions-selected .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner-competions-selected .overlay h1 {
    font-family: "Cairo";
    font-size: 40px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(255, 255, 255, 1);

}

.card-elevel-item {
    background: rgba(101, 155, 87, 1);
    border: none;
    border-radius: 16px;
}

.card-elevel-item p {
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 1rem;
    margin-bottom: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1) !important;
}

.card-elevel-item span {
    font-family: "Cairo";
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.card-hdsoft-item {
    background: rgba(244, 252, 242, 1);
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    height: 100%;
}

.card-hdsoft-item h3 {
    color: #000;
    font-family: "Cairo";
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2rem;
}

.card-hdsoft-item p {
    color: rgba(138, 138, 138, 1);
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;

}

.competionPage .main_title {
    font-family: "Cairo";
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;

}

.card-auth-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    max-width: 45%;
    margin: 0 auto;
    float: none;
    top: 50%;
}

.card-auth-item .card-header {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.card-auth-item .card-body {
    margin-left: 4rem;
    margin-right: 4rem;
}

.card-auth-item h5 {
    font-family: "Cairo";
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;

}

.auth-main-banner-bg {
    top: 10%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.competionPage p {
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    color: rgba(138, 138, 138, 1);
}

.card-recourse-item {
    background: rgba(252, 252, 253, 1);
    border: 0.5px solid rgba(157, 164, 174, 1);
    border: none;
}

.card-recourse-item h3 {
    color: #000;
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.card-recourse-item p {
    color: rgba(108, 115, 127, 1);
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: .5rem;
}

.home-banner-layout-9 .subcription {

    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: left;
    color: #fff;

}

.home-banner-layout-9 input {
    text-align: right;
}

.home-banner-layout-13 {
    background: url('../images/contact/confident-call-center-operator-talking-with-client 1.png'), rgba(44, 136, 163, 0.5);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 100%;
    height: 100vh;
}

.banner-bg-13 {
    /*background-color: rgba(44, 30, 100, 0.72);*/
    background-color: rgba(44, 136, 163, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-back {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
}

.contact-form label {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-family: Cairo;
    line-height: 32px;
}

.text-back:hover {
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
}

.contact-title {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;

}

.breadcrumb {
    background: #fff;
}

.breadcrumb .active {
    /* 16 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 200% */

    text-align: right;

    /* black */

    color: #111322 !important;
}

.breadcrumb .breadcrumb-item a {
    /* 16 reg */
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 200% */

    text-align: right;

    /* Primary */

    color: #FF3562;

}

.home-banner-layout-10 {
    /*background: url(../images/footer_main_bg.svg), rgba(44, 30, 100, 1);*/
    background: #fff;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.banner-bg-ab {
    background-image: url('../images/about/Vector.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.home-banner-layout-11 {
    background: #30345B;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    height: 67vh;
}

.bg-shap-ab::before {
    content: ' ';
    width: 100%;
    height: 100%;
    height: 67vh;
    position: absolute;
    /* left: 0px; */
    right: 0px;
    background: url(../images/about/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.bg-shap-ab h2 {
    /* 20 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    text-align: right;

    /* green */

    color: #2C88A3;
}

.bg-shap-ab h3 {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: justify;

    /* black */

    color: #111322;

}

.bg-shap-ab p {
    /* 16 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */

    text-align: justify;

    /* black */

    color: #111322;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 8px;
    border: none;
    background: rgba(1, 55, 125, 1);
    border-radius: 4px;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    padding: .5rem;
    /* identical to box height */
    text-align: left;
}

.nav-pills .nav-link:focus {
    border: none;
}

.nav-pills .nav-link {
    border-radius: 8px;
    /* 18 Bold */
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    padding: .5rem;
    /* identical to box height */
    background: #fff;
    border: none;
    /* Primary */
    color: rgba(138, 141, 148, 1);
}

.single_line {
    margin: 1rem;
    width: 90%;
    border: 0.5px solid var(--Grey-400, rgba(181, 183, 191, 1));
}

.card-light-new {
    /* White */
    background: #FFFFFF;
    /* light gry */

    border-top: 1px solid #D7DADD;
    /* Shadiw */

    box-shadow: 0px 4px 4px rgba(163, 163, 163, 0.25);
    border-radius: 8px;
}

.right-border-cs {
    /* green */
    border-right: 5px solid #2C88A3;
    border-radius: 4px;
}

.card-cs-dark-video {
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    background: #D3D3D3;
    color: #212121;
    border: none;
}

.card-cs-dark-video .img_videos {
    position: relative;
    height: 100%;
}

.card-cs-dark-video .img_videos .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-top-left-radius: 16px;
    top: 0px;
    border-top-right-radius: 16px;
    background-color: rgba(140, 140, 140, 0.8);
}

.card-cs-dark-video .img_videos .overlay .faplayer {
    position: absolute;
    right: 40%;
    top: 42%;
}

.card-cs-dark-video .img_videos .overlay .faplayer img {
    width: 80px;
    height: 80px;
}

.card-cs-dark-video:hover .img_videos .overlay {
    height: 100%;
    position: fixed;
    /*transform: scaleY(1.3);*/
    transition: all 0.25s ease-in;
    /*transition: all .5s ease-in-out;*/
    background: rgba(140, 140, 140, 1);
    border-radius: 16px;
    z-index: 1;
}

.card-cs-dark-video .card-body span {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: left;

}

.card-cs-dark-video .card-body p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: justify;

}


.card-cs-dark-blog {
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    background: #D3D3D3;
    color: #212121;
    border: none;
}

.card-cs-dark-blog .img_blogs {
    position: relative;
    height: 100%;
}

.card-cs-dark-blog .img_blogs .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-top-left-radius: 16px;
    top: 0px;
    border-top-right-radius: 16px;
    background-color: rgba(140, 140, 140, 0.8);
}

.card-cs-dark-blog .img_blogs .overlay .faheart {
    position: absolute;
    right: 5%;
    top: 5%;
}

.card-cs-dark-blog .img_blogs .overlay .facalendar {
    position: absolute;
    right: 5%;
    bottom: 5%;
    color: rgba(70, 70, 70, 1);
}

.card-cs-dark-blog:hover .card-body {
    /*-webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;*/
    background-color: #464646;
    color: #fff !important;
    border-radius: 0px 0px 16px 16px;
}

.card-cs-dark-blog span {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;


}

.card-cs-dark-blog h5 {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;

}

.card-cs-dark-blog p {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: justify !important;

}


.card-cs-dark {
    /* Secondary */
    background: #D3D3D3;
    /* Shadiw */
    box-shadow: 0px 4px 4px 0px #6B6B6B26;
    border-radius: 16px;
    height: 100%;
}

.card-cs-dark .img_project {
    position: relative;
    height: 240px;
    transition: 300ms ease;
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.03), 0 22.3px 17.9px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

.card-cs-dark .img_project .overlay {
    border-radius: 16px 16px 0px 0px;
    background-color: rgba(140, 140, 140, 0.8);
    position: relative;
    height: 100%;
}

.card-cs-dark .img_project .overlay .fastar {
    position: absolute;
    right: 2%;
    top: 90%;
}

.card-cs-dark:hover .img_project .overlay .fastar {
    position: absolute;
    right: 2%;
    top: 43%;
}

.card-cs-dark .img_project .overlay .faheart {
    position: absolute;
    right: 2%;
    top: 5%;
}

.card-cs-dark .projectdd {
    text-align: start;
    display: none;
    /* -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;*/
}

.card-cs-dark .card-body {
    position: relative;
}

.card-cs-dark:hover {
    background: #D3D3D3;
}

.card-cs-dark:hover .card-body {
    /* Secondary */
    transition: transform 800ms;
    transform: translate3d(0, -70%, 0);
    animation-timing-function: ease-out;
    animation-duration: 500ms;
    /*\
   Change to: "Variant2";
   Animate: Smart animate;
   Spring: { mass: 1, stiffness: 35.56, damping: 13.33 }; */

    /* background: linear-gradient(90deg, #49B275 -0.12%, #5254A0 99.88%);;*/
    background: #D3D3D3;
    /* Shadiw */
    /*box-shadow: 0px 4px 4px 0px #6B6B6B26;*/
    border-radius: 0px;
}

.card-cs-dark:hover .card-img-top {
    transition: 800ms ease;
    /*transform: translateY(-60px);*/
    background-size: 100% 60% !important;
    background-position-x: left !important;
}

.card-cs-dark:hover .projectdd {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 100%;
    background: #D3D3D3;
    border-radius: 0px 0px 16px 16px;
}

@-webkit-keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.card-cs-dark .card-title {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;


    /* White */

    color: #212121;
}

.card-cs-dark p {
    /* 14 reg */
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: justify;



    /* White */

    color: #212121;
}

.card-cs-port {
    position: relative;
    border-radius: 16px;
    background: transparent;
}

.card-cs-port img {
    border-radius: 16px;
    max-height: 150px;
    object-fit: contain;
}

/* .card-cs-port:hover .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    border-radius: 16px;
    background: rgba(70, 70, 70, 0.6);
} */

.grid-list {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.grid-items-four {
    grid-template-columns: repeat(4, 1fr);
}

.about-title-1 {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    /* identical to box height, or 150% */
    text-align: right;
    padding-right: 7%;
    /* green */
    color: #2C88A3;
}

.about-title-1::before {
    content: ' ';
    background-image: url('../images/about/image 22.png');
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
}

.about-title-1::after {
    content: ' ';
    background-image: url('../images/about/image 25.png');
    position: absolute;
    right: 15%;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 24px;
}

.about-title-2 {
    /* 16 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    /* identical to box height, or 150% */
    text-align: right;
    padding-right: 7%;
    /* green */
    color: #2C88A3;
}

.about-title-2::before {
    content: ' ';
    background-image: url('../images/about/image 23.png');
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    width: 35px;
    height: 24px;
}

.about-title-2::after {
    content: ' ';
    background-image: url('../images/about/image 25.png');
    position: absolute;
    right: 17%;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 24px;
}

.card-about-green {
    background: #2C88A3;
    box-shadow: 2px 2px 2px 4px rgba(30, 30, 30, 0.25);
    border-radius: 8px;
    max-height: 120px;
    height: 100%;
}

.card-about-green p {
    /* 14 reg */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: justify;

    /* White */

    color: #FFFFFF;
}

.banner-bg_9 {
    transform: rotate(180deg);
}

.modal_ {
    position: absolute;
    top: unset;

    /* right: 0; */
    /* bottom: 0; */
    bottom: 24px;
    /* bottom: 0; */
    padding: 10px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 10, 33, 1);
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

#title_selected {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    /* identical to box height */

    text-align: right;

    /* green */

    color: #57B7AA;
}

#detail_selected {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    /* identical to box height */

    text-align: right;

    /* White */

    color: #FFFFFF
}

#title_selected::after {
    content: ' ';
    position: absolute;
    right: -11px;
    top: -5px;
    background: url(../images/slider/title_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 134px;
    z-index: 0;
    height: 196px;
}

.cl_slider_img_selected {
    display: block;
    width: 100%;
    height: 100%;

    position: relative;
    z-index: 0;
    border: 4px solid #D32DCC;
    clip-path: unset !important;
}

.item {
    position: relative;
}

.item_slider_1 {
    z-index: 9999999;
    content: ' ';
    position: absolute;
    background: url(../images/slider/slider_1.svg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 184px;
    background-size: contain;
    background-repeat: no-repeat;
}

.item_slider_2::before {
    content: ' ';
    position: absolute;
    background: url(../images/slider/lines.svg);
    top: 68%;
    left: 45%;
    width: 30%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.item_slider_2::after {
    /*z-index: 9999999;
    content: ' ';
    position: absolute;
    background: url(../images/slider/bottom.svg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 184px;
    background-size: contain;
    background-repeat: no-repeat;*/

    z-index: 9999999;
    content: ' ';
    position: absolute;
    background: url(../images/slider/bottom.svg);
    top: 78%;
    left: 0px;
    width: 70%;
    height: 191px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cl_slider_img {
    display: block;
    width: 100%;
    height: 182px;
    position: relative;
    z-index: 0;
    border: 6.61px solid #0F0A21;
    clip-path: unset !important;
    /*inset(2% 3% 10% 2%) !important;*/
}

.cl_slider_img_1 {
    display: block;
    width: 100%;
    height: 182px;
    position: relative;
    z-index: 0;
    border: 4px solid #D32DCC;
    clip-path: unset !important;
    /*inset(2% 3% 10% 2%) !important;*/
}

.item_slider_1_layer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 97% 100%);
    background: rgba(211, 45, 204, 0.72);

}

.item_slider_1_layer span {
    display: none;
}

.item_slider_1_layer p {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height */
    padding-top: 10%;
    padding-right: 10%;
    text-align: right;

    /* White */

    color: #FFFFFF;
}


.home-banner-layout-4 {
    background: rgba(230, 236, 239, 1);
    position: relative;
}

.accordion-button {
    margin-bottom: 10px;
}

.accordion-body {
    margin-top: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2b4eff;
    border: 5px solid #b2bfff;
    color: #fff;
    margin-left: -20px;
    margin-right: 10px;
    transform: scale(1.2);
}

.accordion-item {
    border: 0px;
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
    border-radius: 12px;
    /*rgba(88, 135, 76, 1);*/
}

.accordion-item .card-header {
    border: 0px;
    background: #F5F5F5;
    padding: .5rem 1.25rem;
}

.accordion-item .card-body {
    padding: 0px 1.25rem;
    background: #F5F5F5;
}

.accordion-item .card-header .btn {
    margin: 0px;
    padding: 0px;
}

.accordion button:focus {
    border: none;
    box-shadow: none;
}

.accordion .border_view_faq {
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0%;
    z-index: 3;
    background: rgba(189, 189, 189, 1);
}

.accordion button {
    color: rgba(138, 138, 138, 1);
    text-decoration: none;
    font-family: "Cairo";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: left;
    background: #F5F5F5;

}

.accordion .active button {
    color: rgba(88, 135, 76, 1);
}

.accordion .active .border_view_faq {
    background: rgba(88, 135, 76, 1);
}

.accordion-button:not(.collapsed) {
    border: 0px !important;
    color: #0c63e4;
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.vertical_list_2 {
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    padding: 0px 4px 4px 4px;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.vertical_list_2 li a {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #312B70;
}

.vertical_list_2 li a:hover {
    font-weight: 800;
    color: #312B70;
}




#ul_image_grid {
    list-style: none;
    -moz-column-count: 2;
    /*change this to change the grid column count*/
    -webkit-column-count: 2;
    /*change this to change the grid column count*/
    column-count: 2;
    /*change this to change the grid column count*/
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    padding: 0px 4px 4px 4px;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    overflow: visible;

}

#ul_image_grid li {
    width: 100%;
    display: inline-block;
    float: left;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 1%;
}

#ul_image_grid li div {
    border-radius: 3px;
    background-color: #f4faff;
    margin-top: 1em;
    cursor: pointer;
    border-radius: 16px
}

#ul_image_grid li div img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 16px
}

#ul_image_grid .image_2 {
    position: relative;
    top: 14%;
}

.sport-container {
    position: relative;
}

.sport-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    border-radius: 24px;
    background: rgba(255, 53, 98, 0.5);
}

.sport-container .overlay .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.sport-container .overlay .icon img {
    width: 70px;
}

.sport-container .overlay .icon p {
    /* 24 Bold */
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: unset;
    /* identical to box height */

    text-align: center;

    /* White */

    color: #FFFFFF;
}

.competions_list .gallery {
    width: 100%;
    height: 50%;
    display: flex;
    margin: 3% auto 0;
    box-sizing: border-box;
}

.competions_list .gallery .image-box {
    cursor: pointer;
    margin: 0 .7rem;
    flex-grow: 1;
    flex-basis: 0;
    transition: .5s;
    position: relative;
    height: 350px;
}

.competions_list .gallery .image-box .overlayer {
    position: absolute;
    bottom: 0px;
    text-align: left;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.competions_list .gallery .overlayer .body {
    display: none;
    position: absolute;
    bottom: 7%;
    left: 3%;
}

.competions_list .gallery .active .overlayer .body h3 {
    font-family: "Cairo";
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: left;
    color: rgba(255, 255, 255, 1);

}

.competions_list .gallery .active .overlayer .body p {
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.competions_list .gallery .active .overlayer .body a {
    background: rgba(252, 252, 253, 1);
    border-radius: 7.38px;
    padding: 0.5rem 1rem;
    display: inline-block;
    color: rgba(1, 64, 99, 1);
    font-family: "Cairo";
    font-size: 15.57px;
    font-weight: 700;
    line-height: 29.52px;
    letter-spacing: 1.1px;
    text-align: left;
    text-decoration: none;
}

.competions_list .gallery .image-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: .5s;
    border-radius: 8px;
}

.competions_list .gallery .active {
    flex-basis: 35%;
}

.competions_list .gallery .active .overlayer .body {
    display: block;
}

.icon_view_csdsws {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    top: 35%;
    position: absolute;
    margin: 1rem;
}

.competions_list .gallery .active .icon_view_csdsws {
    display: none;
}

/* .competions_list .gallery .image-box:hover{
    flex-basis: 50%;
}

.competions_list .gallery:hover .active{
    flex-basis:0;
}
.competions_list .gallery .image-box:nth-child(1):hover{
    flex-basis:50%;
} */





.item_slider_2 {
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_qoute_p {
    position: relative;
    margin-top: 25%;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #FFFFFF;
}

.main_qoute_p::before {
    content: ' ';
    background: url(../images/qoute_1.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100px;
    height: 100px;
    color: #57B7AA;

}

.main_qoute_p::after {
    content: ' ';
    background: url(../images/qoute_2.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 99%;
    left: 93%;
    width: 22px;
    height: 22px;
    color: #57B7AA;
}

.main_qoute_image {
    width: 90%;
    margin-top: 11%;
}

.error_page span {
    color: rgba(1, 64, 99, 1);
}

.btn-dark-blue {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
}

.btn-dark-blue:hover {
    background: rgba(1, 64, 99, 1);
    border-radius: 5px;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
}

.aligned-ffooter {
    justify-content: right;
}

.main_title {
    font-family: 'Cairo';
    font-size: 40px;
    font-weight: 400;
    line-height: 29.4px;
    letter-spacing: 2px;
    text-align: left;
    color: #212121;
}

.main_desc {

    font-family: "Cairo";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: rgba(138, 138, 138, 1);

}

.main_title_more {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.46px;
    text-align: right;

    color: #464646;
}

.main_details {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: justified;
    color: #212121;
}

.main_title_h3 {
    padding-top: 40px;
    position: relative;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

.main_title_h3::after {
    content: ' ';
    position: absolute;
    left: 49%;
    bottom: -80px;
    background: url(../images/h3_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 186px;
    z-index: 0;
    height: 196px;
}

.main_title_p {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* identical to box height */

    text-align: center;

    /* White */

    color: #FFFFFF;
}

.main_tracker {
    position: relative;
    padding-top: 130px;
}

.main_title_text {
    position: absolute;
    left: 53%;
    top: 39px;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: #FFFFFF;
}

.banner-bg {
    /*background-color: rgba(44, 30, 100, 0.72);*/
    /*background-color: rgba(41, 48, 101, 0.72);*/
    /*background-image: url('../images/backgorund_layer_2.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-main-slider {
    padding-top: 3rem;
    /* width: 100%; */
}

.home-main-slider h1 {
    font-family: "Cairo";
    padding: 0px;
    display: unset;
    font-size: 55px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: left;
    color: rgba(230, 236, 239, 1);
    /*background: rgba(1, 53, 83, 1);*/
}

.home-main-slider h3 {
    font-family: "Cairo";
    padding: 0px;
    display: unset;
    font-size: 40px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(144, 221, 124, 1);
    /* background: rgba(144, 221, 124, 1);*/
}

.home-main-slider h6 {
    font-family: "Cairo";
    display: unset;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #FFFFFF;
}

.home-main-slider a {
    background: rgba(144, 221, 124, 1);
    border-radius: 7.38px;
    padding: 1rem 3rem;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-family: "Cairo";
    font-size: 20.57px;
    font-weight: 700;
    line-height: 29.52px;
    letter-spacing: 1.1px;
    text-align: left;
    text-decoration: none;

}

.home-main-slider a:hover {
    color: rgba(144, 221, 124, 1);
    background: rgba(255, 255, 255, 1);
}

/*
.home-banner-layout-2 {
    background: url(../images/background_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    height: 100vh;
}*/


.season-card .season-desc {
    width: 50%;
}

@media (max-width:992px) {

    .home-banner-layout-profile-3 .img-profile-header:after{
        display: none;
    }
    .home-banner-layout-profile-3 h1 {
        font-size: 23px;
    }
    .home-banner-layout-profile-3 .img-profile-header{
        left: 2rem;
    }
    .season-card .season-desc{
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }
    .home-banner-layout-profile-3{
        height: 75vh;
    }
    .home-main-slider h1 {
        font-size: 35px;
        font-weight: 500;
        line-height: 45px;
        letter-spacing: 2px;
    }

    .home-main-slider h3 {
        font-size: 30px;
        font-weight: 400;
        line-height: 70px;
        letter-spacing: 1px;
    }

    .home-main-slider h6 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .main_title {
        font-size: 30px;
        font-weight: 400;
        line-height: 35.4px;
        letter-spacing: 2px;
    }

    .competions_list .gallery .active .overlayer .body h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 2px;
    }

    .home-banner-layout-competion-2024 {
        height: 100vh;
    }

    .competion-wro-2024 {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-top: 1rem !important;
    }

    .competion-wro-2024 h1 {
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
    }

    .competion-wro-2024 h6 {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .banner-bg-card {
        position: relative;
        top: 60%;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .card-competion-2024 {
        width: 100%;
        height: 300px;
        left: 0px;
    }

    .certifcate-box {
        display: none;
    }

    .card-certifcate-item span {
        display: flex;
    }
}

/*.vertical-nav {
    position: fixed;
    top: 0px;
    right: 0;
    width: 120px;
    height: 100%;
    text-align: center;
    background: url('../images/background_vertical.png');
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}*/
/*
.vertical-navimg {
    width: 50px;
}
*/
.nav-link {
    display: block;
    padding: 0.3rem 0.5rem;
}

.link_desc_text {
    position: absolute;
    right: 8%;
    height: 20px;
    color: #fff;
}

.link_desc_text::after {
    /*content: 'Hi';*/
    content: url('../images/line.png');
    position: absolute;
    z-index: 1;
    right: -22px;
    top: 0px;
}

.img_tab_cn {
    width: 400px;
}

/*}*/


.comment-card-profile {
    display: flex;
    margin-top: 0rem;
}

.comment-card-profile-info {
    margin-left: 0.5rem;
}

.comment-profile-img {
    width: 30px !important;
    height: 30px;
    border: 1px solid #c3c3c3;
    object-fit: cover;
    border-radius: 50%;
}

.comment-profile-name {
    color: #141b38;
    font-size: 14px;

    margin-bottom: 0rem;
    padding-top: 8px;
}

.h1-trust {
    color: #00aaff;
    font-size: 33px;
    padding: 20%;
    font-weight: bold;
    text-align: left;
    /* border-right: 1px solid #bac6c6;*/
}

.wrapper {
    padding-top: 8rem;
    margin-left: 30px;
    margin-right: 30px;
    /* margin: 8rem 0rem; */
    justify-content: center;
}

.h1-comments {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 20px;
}

.h1-comments span {
    color: #008dff;
    font-size: 34px;
    font-weight: bold;
}

.card-comments {
    color: #737788;
    font-size: 14px;
}

.title_main_ver {
    position: absolute;
    /*left: 30%;*/
    right: 55%;
    width: 200px;
    font-size: 22px;
    height: 20px;
    color: #fff;
}

.title_main_top {
    top: 20%;
    width: 200px;
}

.title_main_ver::after {
    /*content: 'Hi';*/
    /* content: url('../images/line_2.png');
    position: absolute;
    z-index: 1;
    left: -87px;
    top: 39px;*/
    content: " ";
    background-image: url(../images/line_2.png);
    background-size: 100% 40px;
    width: 100%;
    min-width: 227px;
    height: 40px;
    display: block;
}

.box_rectangal::before {
    content: ' ';
    /*content: url('../images/circle_3.png');*/
    position: absolute;
    background: #00aaff;
    z-index: 0;
    right: 1%;
    top: 3px;
    border-radius: 50%;
    padding: 12px;
}

.popover_custom_data {
    display: none;
}



.box_rectangal {
    position: absolute;
    background: url('../images/rectangle_3.png');
    color: #fff;
    left: 19%;
    margin-top: 54px;
    text-align: right;
    width: 298px;
    padding: 20px 3% 20px 20px;

}

.data_img_1 {
    max-width: 550px;
    margin-bottom: 10px;
}

.img_slid_part_2 {
    position: absolute;
    bottom: -47px;
    right: 6%;
    max-width: 35%;
    padding: 0 4px;
}

.data_img_1_2 {
    max-width: 450px;
    margin-bottom: 10px px;
}

.home-banner-content {
    text-align: center;
    margin: 12rem 0rem;
}

.img_slid_main {
    display: flex;
    padding-bottom: 20px;
}

.img_slid_part {
    flex: 25%;
    max-width: 57%;
    padding: 0 4px;
}

@media (max-width:600px) {

    .competions_list .gallery {
        width: 100%;
        height: 50%;
        display: grid;
    }
    .card-auth-item{
        max-width: 100%;
    }
    .card-auth-item .card-body {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .grid-achivements-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .data_img_1 {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .flex-gap {
        gap: 15px;
        flex-wrap: wrap;
    }

    .card-competion-teams {
        width: 100%;
    }

    .card-competion-teams {
        width: 100%;
    }

    .img_slid_part {
        flex: 25%;
        max-width: 30%;
        padding: 0 4px;
    }

    .cs-fluid {
        width: unset;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .features_list .text-right {
        text-align: center !important;
    }

    .features_list img {
        text-align: center !important;
    }

    .features_list .title {
        text-align: center !important;
    }

    .features_list .detail {
        text-align: center !important;
    }


}

.home-banner-content h3.h3 {
    font-size: 16px;
    font-weight: 700;
    color: #87CB28;
    text-transform: capitalize;
}

.home-banner-content h1.h1 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: white;
    display: inline-block;
    max-width: 65%;
}

.home-banner-content h5.h5 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    display: inline-block;
    max-width: 70%;
}

.banner-home-button ul li {
    display: inline-block;
}

/* .customer-detail-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.customers-detail {
    flex: 1;
} */
.customer-detail-space h1,
.customer-detail-space p {
    text-align: center;
}

.btn-theme-consumer {
    width: 200px;
    padding: 10px;
    color: #fff;
    border: 1px solid transparent;
    height: 40px;
    border-radius: 10px !important;
}

.btn-theme-consumer:hover {
    background-color: transparent;
    border: 1px solid #87CB28;
    color: #87CB28;
}

.home-customer-section {
    margin-top: 4rem;
    padding: 10px;
}

.home-customer-section .customers-detail h1.h1 {
    font-size: 45px;
    font-weight: 700;
    color: #03153A;
}

.home-customer-section .customers-detail p.paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #03153A;
    max-width: 60%;
    display: inline-block;
}

.health-fitness-section {
    margin: 4rem 0rem;
    padding: 10px;
}

.health-left-item {
    /* text-align: right; */
}

.health-left-item span {
    width: 455px;
    height: 100%;
    display: inline-block;
}

.health-left-item span img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.health-right-item h6.h6 {
    font-size: 14px;
    font-weight: 700;
    color: #87CB28;
    text-transform: capitalize;
}

.health-right-item h2.h2 {
    font-size: 35px;
    font-weight: 700;
    color: #00aaff;
    max-width: 80%;
}

.h2 {
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
}

.health-right-item p.p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    max-width: 80%;
}

a.learn-more-paragraph {
    font-size: 14px;
    font-weight: 700;
    color: #87CB28;
    text-transform: capitalize;
}

a.learn-more-paragraph span {
    margin-left: 5px;
}

a.learn-more-paragraph span img {
    width: 6px;
    height: 15px;
    vertical-align: text-top;
    display: inline-block;
}

.health-book-card {
    background: #FFFFFF;
    box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 25px;
    height: 250px;
}

.health-book-card h5.h5 {
    font-size: 16px;
    font-weight: 700;
    color: #252B42;
    max-width: 80%;
    margin-top: 15px;
}

.health-right-item h5.h5 {
    font-size: 16px;
    font-weight: 700;
    color: #252B42;
    max-width: 80%;
    margin-top: 15px;
}

.health-book-card p.p {
    margin-top: 15px;
    max-width: 80%;
}

.medicine-book-card {
    background-color: transparent;
    padding: 5px;
    height: 350px;
}

.medicine-book-card span img {
    border-radius: 6px;
}

.sales-point-item h6.h6 {
    font-size: 16px;
    font-weight: 700;
    color: #737373;
}

.sales-point-item span {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.sales-point-item span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: baseline;
}

.sales-point-item h5.h5 {
    font-size: 16px;
    font-weight: 700;
    color: #BDBDBD;
}

.sales-point-item h5.h5 span {
    color: #03153A;
}

.btn-theme-delivery {
    border: 1px solid #87CB28;
    color: #87CB28;
    background-color: transparent;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    width: 180px;
    margin: 10px 0px;

}

.btn-theme-delivery span {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.btn-theme-delivery span img {
    vertical-align: text-bottom;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.online-test-section {
    background-color: #03153A;
    padding: 0px 15px;
}

.online-test-section span.arrow-right {
    width: 350px;
    height: 350px;
    display: inline-block;
}

.online-test-section span.arrow-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.health-item-online-test {
    padding: 5rem 0rem;
}

.health-item-online-test h2,
.health-item-online-test p {
    text-align: left !important;
    color: #FFFFFF !important;
}

.decission-support-section {
    padding: 15px;
    background-color: transparent;
}

.support-item-right {
    text-align: left;
    padding: 15px;
}

.support-item-right h2,
.support-item-right p {
    color: black !important;
    margin-bottom: 0px;
}

.support-item-right p.p {
    color: #737373 !important;
}

.footer-section {
    background-color: #03153A;
    padding: 40px 10px;
}

span.footer-logo-item {
    margin: 15px 0px;
    display: inline-block;
}

.footer-link-item h6.link-item {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
}

.footer-link-item a.link-item-detail {
    margin: 20px 0px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
}

/*
.bg_main_title::after {
    background: url(../images/team/row.svg);
    content: ' ';
    width: 100%;
    background-repeat: no-repeat;
    height: 130px;
    left: 38%;
    background-size: contain;
    position: absolute;
}*/

.shap_team_bg img {
    width: 100px;
    height: 100px;
}

.footer-mail-p {
    /* 16 reg */
    margin: 0px;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 200% */

    text-align: right;

    /* White */

    color: #FFFFFF;
}

.footer_line {
    border: 1px solid #FFFFFF;

}

.footer_menu .navbar-dark .navbar-nav .nav-link {
    color: #EDEEF0;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer_copy_rite {
    /* 14 reg */

    font-family: 'Cairo', sans-serif;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /*margin-top: 0.5rem;*/
    margin-bottom: 0.5rem;

    /* White */

    color: #A6A9B2;
    padding-bottom: 10px;

    /* White */
    direction: rtl;
}

.footer-links {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #C4C6CC;
}

.social_icons_c {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    gap: 16px;
    /*left: 50%;*/
}

.my_card #code {
    background-image: url('../images/news_later_btn.png');
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: center;
}

.my_card input {
    border: 1px solid #fff;
    padding: 0.5vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    color: #000;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height */

    text-align: right;

    /* White */

    color: #000;
}

#code::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #889199;
    opacity: 1;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height */
    text-align: right;
    /* White */
    color: #889199;
    /* Firefox */
}

p.footer-mail {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0px;
}

p.footer-mail img {
    margin-right: 10px;
    width: 20px;
}

.main-footer {
    padding: 10px;
    background-color: #FAFAFA;
}

.main-footer .footer-item-left {
    text-align: left;
}

.main-footer-container {
    margin-top: 14px;
}

.footer-item-left h6.footer-main {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
    margin-bottom: 0px;
}

h6.footer-main {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
    margin-bottom: 0px;
}

.footer-item-right {
    text-align: right;
}

.footer-item-right ul li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-item-right ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.footer-item-right ul li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.testimonial-card-image {
    width: 140px;
    height: 140px;
    display: inline-block;
}

.testimonial-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
}

p.testimonial-test-text {
    max-width: 90% !important;
    display: inline-block;
}

.testimonial-rating-section ul {
    margin-bottom: 0px !important;
}

.testimonial-rating-section ul li {
    display: inline-block;
    margin: 2px;
}


.testimonial-rating-section ul li span.star-rating {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.testimonial-rating-section ul li span.star-rating img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h5.heading-title-testimonial {
    max-width: 100% !important;
}

.our-team-member {
    padding: 0px;
    border-radius: 10px;
}

.our-team-member span.team-member-dr {
    display: inline-block;
    width: 100%;

}

.our-team-member span.team-member-dr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

p.team-about-text {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #737373;
    max-width: 100% !important;
    margin: 0px !important;
}

.our-team-member .testimonial-rating-section ul li {
    margin: 10px;
}

.newsletter-join-section {
    margin: 30px 0px;
    padding: 15px;
}

h2.join-us-heading {
    text-transform: uppercase;
    max-width: 100% !important;
}

p.text-mechanics {
    max-width: 100% !important;
    margin-bottom: 0px;
}

form.form-inline-join {
    margin: 30px 0px;
    text-align: center;
    justify-content: center;
}

#header-sec .header .nav-bar .nav-bar-main .nav-bar-item .hamburger .hamburger-list {
    background: #FFFFFF !important;
    margin: -2px;
}

.form-control-subscription {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    width: 435px !important;
}

.form-control-subscription::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}

.btn-subscription-form {
    background: #87CB28;
    border: 1px solid #E6E6E6;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    height: 50px;
    color: #FFFFFF;
    min-width: 130px;

}

.btn-online-test {
    background: #03153A;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
}

.online-book-transparent {
    box-shadow: none;
    /* height: 309px; */

}

.book-transparent-card-one {
    background: url(../images/icon/1.png);
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
    margin-top: 10rem;

}

.book-transparent-card-two {
    background: url(../images/icon/2.png);
    background-position: right;
    background-size: auto;
    margin-top: 4rem;
    background-repeat: no-repeat;
}

.book-transparent-card-three {
    background: url(../images/icon/3.png);
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
}

.book-transparent-card-four {
    background: url(../images/icon/4.png);
    background-position: right;
    background-size: auto;
    margin-top: -11rem;
    background-repeat: no-repeat;
}

.online-book-transparent h5.h5,
.online-book-transparent p.p {
    max-width: 100% !important;
}

.decode-analysis-learn {
    position: relative;
}

.decode-analysis-learn::before {
    content: "";
    position: absolute;
    background: url(../images/icon/line-waves.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    height: 100%;
    z-index: 1;
    width: 100%;
    display: block;
}

span.decode-health-image {
    display: inline-block;
}

span.decode-health-image img {
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
}

.navbar-right-item-xs {
    display: none;
}

.btn-primary-submit {
    font-size: 14px;
}

.about-banner-layout {
    background: none;
}

.about-banner-content h1.h1,
.about-banner-content h5.h5 {
    color: #000;
}

.about-banner-content {
    margin: 10rem 0rem;
}

.banner-home-button .btn-theme-consumer {
    border-radius: 4px !important;
    height: 50px;

}

.health-about-item-test {
    padding: 3rem 0rem;
}

.health-about-item-test p.p {
    margin-bottom: 0px;
}

span.arrow-right-about-health {
    width: 420px !important;
    height: 420px !important;
    display: inline-block;
}

.health-about-item-test .btn-theme-delivery {
    border-radius: 4px !important;
}

.partners-listing-detail {
    margin-top: 2rem;
}

.partners-listing-detail ul li {
    display: inline-block;
    margin: 15px;
}

ul li span.sponserd-detail-listing {
    width: 130px;
    display: inline-block;
}

ul li span.sponserd-detail-listing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-mission-content-container {
    margin: 2px 0px !important;
}

.mission-center-item {
    background: #FFFFFF;
    box-shadow: 4px 4px 44px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 10px;
    height: 250px;
}

span.missions-item-partner {
    display: inline-block;

}

.contact-information-form-section {
    background: #FFFFFF;
    box-shadow: 4px 4px 44px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 10px;
    margin-top: 2rem;
    height: 250px;
}


@media only screen and (max-width: 600px) {
    /* #custCarousel .carousel-caption {
        width: 100%;
    }*/

    .order--1 {
        order: 1;
    }

    .order--2 {
        order: 2;
    }

    .order--3 {
        order: 3;
    }

    .order--4 {
        order: 4;
    }

    .order--5 {
        order: 5;
    }

    .home-banner-layout-3 .slide_video {
        height: 300px;
    }

    .home-banner-layout-6 {
        height: 60vh;
    }
}

.card-contact{
    background: rgba(128, 159, 177, 1);
    border-radius: 10px;
}
.card-contact label{
    color: #fff;
}
.card-contact p{
    color: #fff;
}
.aligned-contact{
    text-align: left !important;
    padding-top: 0rem !important;
}

@media only screen and (max-width: 900px) {
    .vertical-nav {
        right: 20px;
    }


    .main_title_ img {
        width: 100%;
    }

    .mv_rev_phone {
        flex-direction: column-reverse;
    }

    .footer_mb_phone {
        flex-direction: row;
    }

    .footer-logo-item {
        text-align: center !important;
    }

    .social_icons_c {
        display: none;
    }

    .v_mobile {
        display: none;
    }

    .footer_mb_phone .col-lg-4 {
        /*border-bottom: 1px solid #333A5B;*/
    }

    /* .footer_mb_phone :nth-child(1) {
        order: 3;
    }

    .footer_mb_phone :nth-child(2) {
        order: 1;
    }

    .footer_mb_phone :nth-child(3) {
        order: 2;
    }

    .footer_mb_phone :nth-child(4) {
        order: 4;
    }*/




    .header_main h2 {
        width: 100%;
        font-family: 'Cairo', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-align: right;
        color: #FFFFFF;
    }

    .header_main p {
        padding-top: 10px;
        width: 100%;
        font-family: 'Cairo', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
        text-align: right;
        color: #FFFFFF;
    }

    .mv_main_tracker {
        display: block;
    }

    .main_tracker {
        display: none;
    }

    .shap_1,
    .shap_2,
    .shap_3,
    .shap_4,
    .shap_5 {
        position: relative;
        width: 90%;
        height: 170px;
        left: unset;
        margin: 10px;
    }

    .comp_1_image,
    .comp_2_image,
    .comp_3_image,
    .comp_4_image,
    .comp_5_image {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
        clip-path: unset;

    }

    .main_comp_list {
        margin: 0px;
        padding: 0px;
        display: grid;
        grid-template-columns: 50% 50%;
    }




    .shap_1::after {
        /* background: url(../images/comp/comp_1.png); */
        content: ' ';
        position: absolute;
        background: #6C20C9;
        clip-path: unset;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0%;
        border-radius: 5px;
        opacity: 0.83;
    }


    .shap_2::after {
        /* background: url(../images/comp/comp_1.png); */
        content: ' ';
        position: absolute;
        background: rgba(129, 71, 147, 1);
        clip-path: unset;
        height: 100%;
        border-radius: 5px;
        width: 100%;
        top: 0px;
        left: 0%;
        opacity: 0.83;
    }

    .shap_3::after {
        /* background: url(../images/comp/comp_1.png); */
        content: ' ';
        position: absolute;
        background: rgba(87, 183, 170, 1);
        clip-path: unset;
        height: 100%;
        width: 100%;
        top: 0px;
        border-radius: 5px;
        left: 0%;
        opacity: 0.83;
    }

    .shap_4::after {
        /* background: url(../images/comp/comp_1.png); */
        content: ' ';
        position: absolute;
        background: rgba(107, 25, 109, 0.7);
        clip-path: unset;
        height: 100%;
        width: 100%;
        border-radius: 5px;
        top: 0px;
        left: 0%;

    }

    .shap_5::after {
        /* background: url(../images/comp/comp_1.png); */
        content: ' ';
        position: absolute;
        background: rgba(41, 74, 139, 1);
        clip-path: unset;
        height: 100%;
        width: 100%;
        border-radius: 5px;
        top: 0px;
        left: 0%;
        opacity: 0.83;
    }

    .comp_main_text {
        position: absolute;
        top: 5%;
        left: 10px;
        text-align: center;
        z-index: 9999;
    }

    .main_qoute_p {
        position: relative;
        margin-top: 25%;
        font-family: 'Cairo', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 29px;
        text-align: right;
        color: #FFFFFF;
    }

    .home-banner-layout-8 {
        height: 10vh;
        background-size: cover;
        background-position-x: center;
    }

    .moble_vs {
        display: none;
    }

    .home-banner-layout-4 {
        height: 65vh;
        background-size: cover;
        background-position-x: center;
    }

    .home-banner-layout-9 {
        background-repeat: no-repeat;
        position: relative;
        /*height: 100%;*/
        background-size: cover;
        background-position-x: center;
    }

    .bg_main_title::after {
        background: transparent;
        content: ' ';
        width: 100%;

        height: 130px;
        left: 0%;

        position: unset;
    }



    .poligon {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 215px;
        background: #D32DCC;
        box-sizing: border-box;
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    #share_info_mboile {
        /*display: none;*/
    }

    .poligon img {

        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .poligon_r img {

        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .poligon_r {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 218px;
        background: #D32DCC;
        box-sizing: border-box;
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .home-banner-layout-6 p {
        position: absolute;
        left: 0px;
        right: 22px;
        top: 44%;
        width: 98%;
        bottom: 40.82%;
        font-family: 'Cairo', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        text-align: right;
        color: #FFFFFF;
    }

    .home-banner-layout-7 p {
        position: unset;
        /* left: 0px; */
        right: revert;
        top: b;
        width: 97%;
        bottom: 40.82%;
        font-family: 'Cairo', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        text-align: right;
        color: #FFFFFF;
    }



    .cl_slider_img_selected {
        width: 45%;
    }




    .item_slider_1 {
        z-index: 9999999;
        content: ' ';
        position: absolute;
        background: url(../images/slider/slider_1.svg);
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .link_desc_text {
        right: 34%;
    }

    .img_tab_cn {
        width: 100%;
    }

    .link_desc_text {
        display: none;
    }

    .box_rectangal {
        left: unset;
        top: 66%;
        text-align: right;
        width: 230px;
        font-size: 14px;
        padding: 20px 3% 20px 20px;
    }

    .title_main_ver {
        position: absolute;
        left: 34%;
        bottom: 67%;
        font-size: 22px;
        height: 18px;
        color: #fff;
    }

    .title_main_ver::after {
        content: '';
        background-image: none;
    }

    .data_img_1_2 {
        max-width: 100%;
    }

    .img_slid_main {
        display: flex;
    }
    .icon_view_csdsws{
        width: 80px !important;
        height: 80px !important;
        left: 40%;
        margin: unset;
    }
    .competions_list .gallery {
        width: 100%;
        height: 50%;
        display: grid;
    }
    .home-banner-layout-9 .footer_mb_phone img{
        width: 100%;
    }
    .aligned-ffooter{
        justify-content: left;
    }
    .dropdown-menu .dropdown-item:hover ul {
        display: block;
        left: 0%;
        top: 0px;
        /* right: 0px; */
        background: rgba(1, 64, 99, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 1rem;
        border-radius: 8px;
        z-index: 99;
    }



}

/* ── Competition Categories – icon-first interactive grid ── */
.comp-categories-page {
    position: relative;
    overflow: hidden;
    background: #f8fafb;
}

.comp-categories-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(39, 211, 140, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 60%, rgba(0, 28, 50, 0.04) 0%, transparent 45%),
        linear-gradient(rgba(0, 28, 50, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 28, 50, 0.03) 1px, transparent 1px);
    background-size: auto, auto, 32px 32px, 32px 32px;
}

.comp-categories-hero {
    margin-bottom: 2.5rem;
}

.comp-categories-hero__eyebrow {
    display: inline-block;
    font-family: 'Cairo', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: rgba(39, 211, 140, 0.1);
    border: 1px solid rgba(39, 211, 140, 0.25);
    border-radius: 50px;
    padding: 0.35rem 1rem;
}

.comp-categories-hero__subtitle {
    max-width: 560px;
    margin: 0.75rem auto 0;
    color: rgba(100, 116, 139, 1);
}

.comp-cat-section {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.comp-cat-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.comp-cat-section__title {
    font-family: 'Cairo', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.comp-cat-section__count {
    font-family: 'Cairo', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(100, 116, 139, 1);
    background: rgba(0, 28, 50, 0.05);
    border-radius: 50px;
    padding: 0.3rem 0.85rem;
}

.comp-cat-strip {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0.25rem 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 28, 50, 0.15) transparent;
}

.comp-cat-strip::-webkit-scrollbar {
    height: 4px;
}

.comp-cat-strip::-webkit-scrollbar-thumb {
    background: rgba(0, 28, 50, 0.15);
    border-radius: 4px;
}

.comp-cat-chip {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    width: 118px;
    padding: 1rem 0.75rem 0.85rem;
    border: 1.5px solid rgba(0, 28, 50, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease, background 0.3s ease;
    outline: none;
}

.comp-cat-chip:hover {
    border-color: rgba(39, 211, 140, 0.45);
    box-shadow: 0 8px 24px rgba(0, 28, 50, 0.08);
    transform: translateY(-3px);
}

.comp-cat-chip.is-active {
    border-color: var(--secondary-color);
    background: linear-gradient(160deg, rgba(0, 28, 50, 0.97) 0%, rgba(8, 42, 57, 0.95) 100%);
    box-shadow: 0 12px 32px rgba(0, 28, 50, 0.22), 0 0 0 1px rgba(39, 211, 140, 0.2);
    transform: translateY(-4px) scale(1.02);
}

.comp-cat-chip__glow {
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    opacity: 0;
    background: linear-gradient(135deg, rgba(39, 211, 140, 0.3), transparent 60%);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.comp-cat-chip.is-active .comp-cat-chip__glow {
    opacity: 1;
}

.comp-cat-chip__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(145deg, #f0f4f8, #ffffff);
    border: 1px solid rgba(0, 28, 50, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.comp-cat-chip.is-active .comp-cat-chip__icon-wrap {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
}

.comp-cat-chip__icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.comp-cat-chip__label {
    font-family: 'Cairo', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.comp-cat-chip.is-active .comp-cat-chip__label {
    color: #ffffff;
}

.comp-cat-chip__indicator {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--secondary-color);
    box-shadow: 0 0 8px rgba(39, 211, 140, 0.8);
}

.comp-cat-detail {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, margin 0.35s ease;
    margin-top: 0;
}

.comp-cat-detail.is-visible {
    max-height: 520px;
    opacity: 1;
    margin-top: 0.5rem;
}

.comp-cat-detail__inner {
    position: relative;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 28, 50, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 48px rgba(0, 28, 50, 0.1);
    animation: compCatSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.comp-cat-detail__visual {
    position: relative;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.comp-cat-detail__visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 28, 50, 0.75) 0%, rgba(39, 211, 140, 0.25) 100%);
}

.comp-cat-detail__visual-icon {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.comp-cat-detail__visual-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.comp-cat-detail__body {
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
}

.comp-cat-detail__badge {
    display: inline-block;
    width: fit-content;
    font-family: 'Cairo', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: rgba(39, 211, 140, 0.1);
    border-radius: 50px;
    padding: 0.25rem 0.75rem;
}

.comp-cat-detail__name {
    font-family: 'Cairo', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
    line-height: 1.3;
}

.comp-cat-detail__desc {
    font-family: 'Cairo', sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(100, 116, 139, 1);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.comp-cat-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.comp-cat-detail__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Cairo', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(0, 28, 50, 0.7);
    background: rgba(0, 28, 50, 0.05);
    border-radius: 50px;
    padding: 0.3rem 0.75rem;
}

.comp-cat-detail__tag i {
    color: var(--secondary-color);
    font-size: 0.72rem;
}

.comp-cat-detail__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-top: 0.5rem;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    background: var(--theme-gradient);
    border-radius: 50px;
    padding: 0.65rem 1.4rem;
    text-decoration: none;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.comp-cat-detail__cta:hover {
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 28, 50, 0.25);
    transform: translateY(-1px);
}

.comp-cat-detail__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 28, 50, 0.06);
    color: rgba(0, 28, 50, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 2;
}

.comp-cat-detail__close:hover {
    background: rgba(0, 28, 50, 0.12);
    color: var(--primary-color);
}

@media (min-width: 992px) {
    .comp-cat-strip {
        flex-wrap: wrap;
        overflow-x: visible;
        justify-content: flex-start;
    }

    .comp-cat-chip {
        width: calc((100% - 5.1rem) / 7);
        min-width: 110px;
        max-width: 140px;
    }
}

@media (max-width: 768px) {
    .comp-cat-detail__inner {
        grid-template-columns: 1fr;
    }

    .comp-cat-detail__visual {
        min-height: 160px;
    }

    .comp-cat-detail__body {
        padding: 1.25rem 1.25rem 1.5rem;
    }

    .comp-cat-detail__name {
        font-size: 1.2rem;
    }

    .comp-cat-detail.is-visible {
        max-height: 600px;
    }
}

@media (max-width: 480px) {
    .comp-cat-chip {
        width: 100px;
        padding: 0.85rem 0.5rem 0.75rem;
    }

    .comp-cat-chip__icon-wrap {
        width: 48px;
        height: 48px;
    }

    .comp-cat-chip__icon-wrap img {
        width: 34px;
        height: 34px;
    }
}