.website {
    overflow: hidden;
}

.text-about ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 15px;
}

.text-about li {
    width: 47%;
}

.text-about p {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    color: #7e878d;
    padding: 25px 0px;
}

.text-about ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
    font-family: "font_medium";
    font-size: 15px;
    color: #7e878d;
}

.text-about h2 {
    color: rgba(41, 124, 176, 1);
    font-size: 23px;
}

.p-about ul li::after {
    content: "";
    position: absolute;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
    height: 25px;
    background-image: url(../images/ture12.png);
}

.p-about ul li {
    position: relative;
    padding-right: 30px;
}

.association-numbers {
    display: flex;
    gap: 20px;
}

.association-numbers button {
    border: 1px dashed rgba(135, 189, 65, 1);
    border-radius: 13px;
    color: #297fb6;
    padding: 11px;
    background-color: rgba(243, 253, 239, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.association-numbers button span {
    font-size: 33px;
    color: #297fb6;
    font-family: "font_bold";
}

.btn-about {
    margin: 20px 0;
}

.btn-about button {
    background-color: #87bd41;
    color: #fff !important;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.btn-about button:hover {
    background-color: #fff;
    color: #87bd41 !important;
    border: 1px solid #87bd41;
}
.btn-about a {
    background-color: #87bd41;
    color: #fff !important;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.btn-about a:hover {
    background-color: #fff;
    color: #87bd41 !important;
    border: 1px solid #87bd41;
}

.img-about {
    position: relative;
    z-index: 1;
}
.pagination {
    margin-top: 40px;
}

.pagination ul {
    display: flex;
    gap: 10px;
}

.pagination ul li {
    width: 45px;
    height: 45px;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    transition: all 0.4s linear;
    justify-content: center;
}

.pagination ul li i {
    line-height: 0;
}

.pagination ul li:hover,
.pagination ul li.active {
    border-color: var(--color-white);
    background-color: var(--color-Primary1);
}

.pagination ul li:hover a,
.pagination ul li.active a {
    color: var(--color-white);
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.4s linear;
    width: 100%;
    height: 100%;
    color: #d4d4d4;
}

.img-about::after {
    position: absolute;
    content: "";
    background-image: url(../images/r.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 10%;
    height: 405px;
    width: 60%;
    z-index: -1;
}

.img-about::before {
    position: absolute;
    content: "";
    background-image: url(../images/Group\ 1000001688.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -9%;
    left: 0%;
    width: 30%;
    height: 350px;
    z-index: 1;
}

.img-about img {
    width: 65%;
    height: 394px;
    border-radius: 20px;
    border: 9px solid #fff;
    margin-right: 21%;
    margin-top: 3%;
}
.our-programs {
    position: relative;
}

.our-programs::before {
    content: "";
    background-image: url(../images/bramgna.png);
    height: 60%;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    z-index: -1;
    display: flex;
    width: 100%;
    top: 0;
    background-size: cover;
    justify-content: center;
    background-repeat: no-repeat;
    position: absolute;
}

.our-programs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: rgba(41, 128, 182, 0.473);
    right: 0;
    top: 0;
    pointer-events: none;
}

.img-detalis {
    background: aliceblue;
    width: 155px;
    height: 152px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px auto;
    transition: all 0.3s linear;
}

.img-detalis img {
    width: 50%;
    object-fit: contain;
}

.detalis {
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 60px 10px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s linear;
}

.text-detalis h2,
.text-detalis p {
    margin: 17px 0;
}

.text-detalis h2 {
    color: #297fb6;
    font-size: 20px;
}

.text-detalis p {
    font-size: 17px;
    color: #8a8a8a;
}

.btn-detalis a {
    color: #87bd41;
    border: 1px solid rgba(243, 253, 239, 1);
    background-color: rgba(243, 253, 239, 1);
    padding: 12px;
    transition: all 0.3s linear;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
}

.detalis:hover .btn-detalis a {
    background-color: #87bd41;
    color: #fff;
}

.detalis:hover .img-detalis {
    background-color: #87bd41;
}

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

.our-programs .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.our-news {
    background-color: #f4faff;
}

.titel-centerr h2 {
    color: #297fb6;
    font-size: 25px;
    padding: 30px 0;
}

.titel-centerr {
    text-align: center;
}

.sub-news {
    padding: 12px;
    background-color: #ffff;
    box-shadow: 0 2px 6px #00000012;
    border-radius: 10px;
}

.selider-news .item {
    margin: 5px;
}

.text-news h4 {
    color: #87bd41;
    margin: 10px 0;
}

.text-news h3 {
    color: #2e9fc1;
    font-size: 16px;
    margin: 10px 0;
    font-family: "font_medium";
}

.text-news p {
    color: #8a8a8a;
}

.text-news span a {
    color: #297fb6;
}

.img-news img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.img-news {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.sub-news:hover .img-news img {
    transform: scale(1.1);
}

.hero .owl-nav {
    position: absolute !important;
    bottom: 0px !important;
    width: 55% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
}

.owl-nav button {
    width: 50px;
    position: relative !important;
    height: 30px;
    margin: 0 4px !important;
    transition: all 0.3s linear !important;
}

.owl-nav button::before {
    content: "";
    width: 10px;
    display: block;
    height: 10px;
    border-top: 2px solid #87bd41;
    border-right: 2px solid #87bd41;
    right: 2px;
    transition: all 0.3s linear;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

.owl-nav button::after {
    content: "";
    height: 2px;
    background-color: #87bd41;
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.owl-nav button span {
    color: transparent !important;
}

.owl-nav button:hover {
    background-color: transparent !important;
    width: 70px;
}

.owl-nav button:hover::before {
    border-top: 2px solid #297fb6;
    border-right: 2px solid #297fb6;
}

.owl-nav button:hover::after {
    background-color: #297fb6;
}

button.owl-next {
    transform: scaleX(-1);
}

.sub-our-partners {
    width: 100%;
    height: 140px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #f5f6f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px ;
    transition: all 0.3s linear;
}

.sub-our-partners:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-bottom: 5px solid #87bd41;
    border-radius: 0;
}

.sub-our-partners img {
    padding: 15px;
}

.titel-start h2 {
    color: #297fb6;
    font-size: 24px;
}

.titel-start p {
    color: #7e878d;
}

.form-contact {
    border-radius: 24px;
    background: #f4faff;
    border: none !important;
    box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
    height: auto;
    padding: 35px;
}

.form-control {
    border: none;
}

.text-form h2 {
    color: #b28516;
}

.text-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form .input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
}

.form-input {
    width: calc(100% / 2 - 5px);
}

input.form-control {
    height: 61px;
    width: 100%;
}

.form-control {
    background-color: #f4faff;
}

.textarea {
    width: 764px;
    height: 289px;
    background-color: #8f0000;
}

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

.test h5 {
    font-size: 17px;
}

textarea.form-control {
    height: 180px;
}

.contact-us {
    position: relative;
    z-index: 1;
}

.contact-us::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #87bd41;
    width: 30%;
    height: 75%;
    z-index: -1;
}

.sub-contact-us {
    padding: 15px;
    margin: 70px 0;
    background-image: url(../images/img-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}

.sub-contact-us::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(36, 124, 180, 0.85);
    right: 0;
    top: 0;
    pointer-events: none;
    border-radius: 7px;
}

.detalis-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 110px;
}

.text-contact h3,
.text-contact a {
    color: #fff;
}

.titel-startt h2 {
    color: #fff;
    padding: 10px 0;
    font-size: 25px;
}

.titel-center h2 {
    color: #fff;
    font-size: 25px;
}

.titel-center p {
    color: #fff;
}

.subscribe {
    position: relative;
    z-index: 1;
}

.subscribe::after {
    content: "";
    position: absolute;
    background-image: url(../images/roza.png);
    width: 289px;
    height: 176px;
    z-index: -1;
    bottom: 53%;
    right: 10%;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-subcribe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 2px;
    height: 55px;
    padding: 9px 39px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 1;
}

.input-subscribe input {
    height: 55px !important;
}

.input-subscribe img {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 25px;
}

.form-subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 70%;
    margin: auto;
}

.input-subscribe {
    width: calc(100% - 190px);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.subscribe button {
    background: var(--C1, #297fb6);
    border: none;
    width: 135px;
    height: 55px;
    border-radius: 4px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s linear;
    margin-bottom: 12px;
}

.subscribe button:hover {
    transition: all 0.3s linear;
    border: 1px solid #297fb6;
    color: #87bd41;
}

.form-row {
    position: relative;
}

.form-row .col-auto img {
    position: absolute;
    top: 15px;
    right: 19px;
    width: 24px;
    height: 28px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-subscribe {
    position: absolute;
    left: 14%;
}

.subscribe button {
    background: var(--C1, #297fb6);
    border: none;
    width: 124px;
    height: 47px;
    border-radius: 4px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s linear;
}

.input-subscribe {
    width: calc(95% - 180px);
    position: relative;
}

.titel-centerer {
    text-align: center;
    margin-bottom: 55px;
}

.titel-centerer h2 {
    color: #297fb6;
    font-size: 25px;
}

.titel-centerer p {
    color: #297fb6;
}


.about-header .main-container{
  min-height: 410px;
}

.about-header .row{

  align-items: stretch;
  min-height: inherit;
}


.about-header .sub-about-header{

  height: 100%;
}


.img-sub-about-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-sub-about-header {
    width: 80px;
    height: 80px;
    margin: auto;
}

.img-contact {
    width: 50px;
    height: 70px;
}

.sub-header-pages {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 380px;
    z-index: 1;
    text-align: center;
    background-color: #297fb6;
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/mask.png);
    mask-image: url(../images/mask.png);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: cover;
    margin-left: auto;
    background-position: center;
    mask-position: bottom;
}

.header-pages {
    position: relative;
    padding-bottom: 20px;
}

.header-pages::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 37%;
    bottom: 0;
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.sub-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(36, 124, 180, 0.85);
    right: 0;
    top: 0;
    pointer-events: none;
}

.titel-pages {
    padding: 40px 0;
}

.titel-pages h2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    padding: 10px 0;
}

.text-pages {
    background-color: #ffffff2b;
    width: auto;
    height: 47px;
    margin: auto;
    line-height: 0;
    text-align: center;
    display: inline-block;
    border-radius: 7px;
    margin: 20px auto;
    padding: 11px 28px;
}

.text-pages a:hover {
    color: #87bd41;
}

.text-pages i {
    font-size: 18px;
    color: #87bd41;
    display: inline-block;
    margin: 0 5px;
}

.text-pages a,
.text-pages h6 {
    color: #fff;
    transition: all 0.3s linear;
    font-size: 19px;
}

.img-train-us img {
    height: 100%;
    min-height: 561px;
    width: 100%;
    object-fit: cover;
}

.img-train-us {
    height: 100%;
}

.train-us {
    background-color: #f2f9ffe0;
}

.titel-start-page {
    padding: 34px 0;
}

.titel-start-page h2 {
    color: #297fb6;
    font-size: 24px;
}

.accordion {
    padding-top: 20px;
}

.accordion p.active {
    background-color: #fff8f1;
    border-radius: 40%;
}

.accordion h3 {
    background-color: #fff;
    border: 1px solid #fff;

    padding: 15px;
    min-height: 55px;
    font-size: 15px;
    font-family: "font_medium";
    line-height: 25px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    position: relative;
    justify-content: space-between;
}

.accordion {
    background-color: #fff;

    margin: 10px 0;
    padding-top: 0 !important;
}

.accordion p {
    font-size: 16px;
    display: none;
    padding: 15px 20px 25px;
    line-height: 27px;
    border-top: 1px solid rgba(201, 199, 199, 0.759);
}

.accordion ul li {
    display: block;
}

span.arrow {
    color: #87bd41;
    font-size: 40px;
}

.titel-centerrrr h2 {
    font-size: 25px;
    font-family: "font_main";
    margin: 10px 0;
    color: #297fb6;
    text-align: center;
}

.titel-centerrrr p {
    width: 55%;
    margin: auto;
    text-align: center;
    line-height: 29px;
    color: #7e878d;
}

.sub-rate-us {
    height: 300px;
    width: 100%;
    margin: 45px 0px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.img-rate-us {
    border: 1px dashed #87bd41;
    width: 150px;
    height: 150px;
    margin: 24px auto;
    border-radius: 50%;
    background-color: #f5ffe8;
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
}

.img-rate-us img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    object-fit: contain;
}

.rate-us .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.sub-rate-us:hover .img-rate-us {
    background-color: #87bd41;
}

.sub-rate-us:hover .img-rate-us img {
    filter: brightness(0) invert(1);
}

.sub-rate-us:hover .text-img h2 {
    color: #87bd41;
}

.text-img {
    text-align: center;
    padding: 18px 0px;
}

.text-img h2 {
    color: #297fb6;
    font-size: 24px;
    transition: all 0.3 linear;
}

/* srart style page ceo =============
===========  */
.sub-img-seo {
    padding: 15px;
    background-color: #f5ffe8;
    height: 490px;
    width: 100%;
    border-radius: 20px;
    border: 1px dashed #87bd41;
}

.sub-img-seo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 0 3px #060c220d;
}

.title-seo {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.title-seo h2,
.text-seo h2 {
    color: #297cb0;
    font-family: "font_SemiBold";
    font-size: 21px;
}

.text-seo h2 {
    font-size: 23px;
}

.text-seo p {
    margin-top: 15px;
    line-height: 35px;
    font-family: "font_medium";

    font-size: 19px;
    color: #7e878d;
}

.img-seo {
    width: 90%;
}

.text-seo p {
    margin-top: 15px;
    line-height: 40px;
    font-family: "font_medium";
    font-size: 19px;
    color: #7e878d;
}

/* start style page member  */
.sub-members {
    background-color: #fff;
    position: relative;
    text-align: center;
    gap: 20px;
    height: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-wrap: wrap;
    padding: 25px;
    align-content: center;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 3px 9px #00000012;
}

.sub-members:hover .img-members {
    border-color: #fff;
}

.img-members {
    width: 130px;
    border-radius: 50%;
    margin: auto;
    background-color: #f5ffe8;
    border: 1px dashed #87bd41;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    height: 130px;
}

.img-members img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-member {
    width: 100%;
}

.sub-members h2 {
    color: #297cb0;

    font-size: 19px;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

.sub-members p {
    font-size: 18px;
    color: #121212;
    font-family: "font_bold";
    margin-top: 7px;

    z-index: 1;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

.sub-members::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 3px;
    transition: all 0.3s linear;
    background-color: #87bd41;
}

.sub-members::before {
    content: "";
    position: absolute;
    z-index: -1;

    left: 0;
    right: 0;
    transform: translateY(100%);
    bottom: 0;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #87bd41;
}

.sub-members:hover::after {
    width: 100%;
}

.sub-members:hover::before {
    transform: translateY(0%);
}

.sub-members:hover h2,
.sub-members:hover p {
    color: #fff;
}

.row-gap {
    row-gap: 15px;
}

/* start style page paths  =========
=============== */

.sub-paths {
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 3px 9px #00000012;
    position: relative;
    overflow: hidden;
}

.sub-paths::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    width: 115px;
    height: 115px;
    transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    z-index: -1;
    border-radius: 50%;
    background-color: #f3fdef;
}

.sub-paths:hover .img-paths {
    background-color: #fff;
}

.sub-paths:hover::after {
    width: 100%;
    border-radius: 0;
    height: 100%;
    top: 0;
    right: 0;
}

.sub-paths:hover .text-detalis-paths * {
    color: #000;
}

.img-paths {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3fdef;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
}

.img-paths img {
    width: 50%;
    object-fit: contain;

    height: 50%;
}

.text-paths {
    margin: 20px 0;
}

.text-paths>h2 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #297cb0;
}

.text-detalis-paths * {
    color: #8a8a8a;
    transition: all 0.3s linear;
    font-size: 18px;
}

.text-detalis-paths ul li {
    display: block;
    padding-right: 15px;
    position: relative;
}

.text-detalis-paths ul li::after {
    content: "";
    position: absolute;
    background-color: #8a8a8a;
    border-radius: 50%;
    width: 7px;
    right: 0;
    top: 11px;
    height: 7px;
}

/* start style blog details */
.img-blog-details {
    width: 100%;
}

.img-blog-details img {
    border-radius: 20px;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}

.text-blog-details h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: #297cb0;
}

.text-blog-details h2 span {
    color: #87bd41;
    font-family: "font_main";
    font-size: 18px;
}

.tiping-blog * {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
}

.tiping-blog ul li {
    display: block;
    padding-right: 15px;
    position: relative;
}

.tiping-blog ul li::after {
    content: "";
    position: absolute;
    background-color: #8a8a8a;
    border-radius: 50%;
    width: 7px;
    right: 0;
    top: 11px;
    height: 7px;
}

.sub-more-blogs {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
}

.img-more-blogs {
    width: calc(40% - 10px);
    height: 160px;
}

.img-more-blogs img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.text-more-blogs {
    width: calc(60% - 10px);
}

.sub-more-blogs {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 10px;
}

.more-blogs h2 {
    font-size: 23px;
    color: #297cb0;
}

.text-more-blogs h4 {
    color: #87bd41;
}

.text-more-blogs h2 {
    font-size: 16px;
}

.text-more-blogs p {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}

img {
    user-select: none;
}

.sub-regulations {
    background-color: #f4faff;
    border-radius: 7px;
    margin: 10px 0;
}

.sub-regulations>h2 {
    display: flex;
    color: #297cb0;
    align-items: center;
    user-select: none;
    padding: 20px 30px;
    cursor: pointer;
    justify-content: space-between;
}

.sub-regulations>h2 i {
    color: #87bd41;
    line-height: 0;
    font-size: 26px;
    transition: all 0.3s linear;
    display: inline-block;
}

.sub-regulations>h2.active i {
    transform: scaleY(-1);
}

.sub-regulations>ul {
    padding: 20px 30px;
    display: none;
}

.sub-regulations ul li {
    display: block;
    margin: 10px 0;
}

.sub-regulations ul li a {
    background-color: #fff;
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
}

.sub-regulations ul li h2 {
    gap: 10px;
    display: flex;
    font-size: 18px;
    align-items: center;
}

.sub-regulations ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.sub-regulations ul li a i {
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    color: #87bd41;
    height: 45px;
    border-radius: 5px;
    border: 1px solid rgba(126, 135, 141, 0.233);
}

.sub-info-contact {
    height: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 20px;
    justify-content: center;
    box-shadow: 0 2px 12px #0000001a;
    border-radius: 20px;
}

.text-info-contact {
    width: 100%;
    text-align: center;
}

.img-info-contactus {
    width: 120px;
    height: 120px;
    background-color: #f3fdef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    justify-content: center;
}

.img-info-contactus img {
    transition: all 0.3s linear;
    filter: brightness(0) invert(-1);
}

.text-info-contact h2 {
    font-size: 22px;
    color: #297cb0;
}

.text-info-contact p {
    color: #8a8a8a;
}

.sub-info-contact:hover .img-info-contactus {
    background-color: #87bd41;
}

.sub-info-contact:hover .img-info-contactus img {
    filter: brightness(0) invert(1);
}

.main-commitees-page .item {
    margin: 4px;
}



/*============ start style forms========= */


.input-request input {
    width: 100%;
}
.input-request label {
    width: 100%;
}


.input-request input {
    border-radius: 10px;
    background: rgb(244, 250, 255);
    height: auto;
    padding: 16px;
    border: none !important;
}
.input-request label {
    border-radius: 10px;
    background: rgb(244, 250, 255);
    height: auto;
    padding: 16px;
    border: none !important;
}

.input-request select {
    border-radius: 10px;
    background: rgb(244, 250, 255);
    height: auto;
    padding: 16px;
    border: none !important;
}

.input-request {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.input-request .input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
}

.input-request select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}



input.input-request {
    height: 61px;
    width: 100%;
}

select.input-request {
    height: 61px;
    width: 100%;
}


.input-request ::placeholder{
    color: #7e878d;
    font-size: 18px;
}
select ::placeholder{
    color: #7e878d;
    font-size: 18px;
}
label ::placeholder{
    color: #7e878d;
    font-size: 18px;
}

.sub-form-recruitment {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-form-recruitment > div {
    width: 100%;
}
.form-recruitment .input-form {
    margin: 5px 0;
}

.upload-flie input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -444;
}

.upload-flie label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
}

.upload-flie label i {
    color: #87bd41;
    border: 1px solid #87bd41;
    width: 31px;
    height: auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.arrow-select::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/arrow-down.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 17px;
    pointer-events: none;
    cursor: pointer;
    left: 22px;
}

select{
    -webkit-appearance: none;
    appearance: none;
}

.input-form.arrow-select {
    position: relative;
}




.buttom-membership {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.buttom-membership button{
    min-width: 165px;
    height: 50px;
    display: inline-block;
    background: #297fb6;
    border: 1px solid #297fb6;
    color: #fff;
    font-size: 19px;
    border-radius: 7px;
    transition: all .3s linear;
}


.buttom-membership button:hover{
    background-color: #87bd41;
    border: 1px solid #fff;
}



.input-check input {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
}

.input-check label {
    padding-right: 25px;
    margin: 0;
    position: relative;
    display: flex;
    cursor: pointer;
    color: #7e878d;
    user-select: none;
}

.input-check label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #297cb0;
    right: 0;
    top: 2px;
}

.input-check input:checked ~ label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 2px;
    background-position: center;
    background-repeat: no-repeat;

    background-image: url(../images/arrow-down.png);
}




.blue {
    color: #297cb0;
}



















/* start style loding================ */


.loader {
    width: 100%;
    height: 100vh;
    background-color: #297fb6;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 999;
}
.loading {
    animation: clockwise 1.5s linear infinite;
    display: block;
    height: 4em;
    margin: auto;
    position: relative;
    width: 4em;
    background-color: #fff;
}
.loading,
.loading:before,
.loading:after {
    border: .2em solid transparent;
    border-radius: 50%;
    border-top-color: #297fb6;
    margin: auto;
}
.loading:before{
    border: .2em solid transparent;
    border-radius: 50%;
    border-top-color: green;
    margin: auto;
}

.loading:after {
    border: .2em solid transparent;
    border-radius: 50%;
    border-top-color:#fff;
    margin: auto;
}

.loading:before,
.loading:after {
    content: '';
    position: absolute;
}

.loading:before {
    animation: anticlockwise .9s linear infinite;
    top: -.6em;
    right: -.6em;
    bottom: -.6em;
    left: -.6em;
}

.loading:after {
    animation: anticlockwise .66s linear infinite;
    top: .3em;
    right: .3em;
    bottom: .3em;
    left: .3em;
}

@keyframes clockwise {
    0%  { transform: rotate(0deg) }
    100%{ transform: rotate(360deg) }
}

@keyframes anticlockwise {
    0%  { transform: rotate(360deg) }
    100%{ transform: rotate(0deg) }
}




.name {
    width: 75%;
}


.text-about-header p{
    font-size: 14px;
}
.form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0;
}





/*  */



.btn-action1 {
  width: fit-content;
  height: 45px;
  width: 200px;
  padding: 0 20px;
  background-color: #297fb6;
  color: white;
  text-align: center;
  align-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
}

.btn-action1:hover {
  color: #297fb6;
  background-color: white;
  border: 1px solid #297fb6;
}

.btn-action2 {
  width: fit-content;
  height: 45px;
  width: 200px;
  padding: 0 20px;

  text-align: center;
  align-content: center;
  border-radius: 5px;
  display: block;

  color: #297fb6;
  background-color: white;
  border: 1px solid #297fb6;
}

.btn-action2:hover {
  background-color: #297fb6;
  color: white;
  border: 1px solid transparent;
}

.ads-card {
  background-color: #297fb6;
  border-radius: 15px;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ads-card .row {
  height: 100%;
  width: 100%;
}

.member-row {
  row-gap: 20px;
}

.ads-card .col-5 {
  position: relative;
  padding: 0 !important;
}

.ads-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.ads-card .bg img {
  height: 100%;
  width: 100%;
}

.masked-box {
  width: 114%; /* أو الحجم اللي يناسبك */
  height: 100%;
  -webkit-mask-image: url("../images/shape.png");
  mask-image: url("../images/shape.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  z-index: 3;
  right: -3px;
}

.masked-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ads-body {
  padding: 20px 10px 0 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  height: 100%;
}

.offer p {
  font-size: 24px;
  font-weight: 600;
  color: #bfff6c;
}
.ads-body .btn-action1 {
  background-color: #87bd41;
}

.offer span {
  color: #bfff6c;
  font-size: 18px;
}

.ads-body .location,
.ads-body .date {
  color: white;
  display: flex;
  gap: 10px;
}

.location p,
.date p {
  font-size: 18px;
  color: white;
}
.ads-body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.member-ads {
  margin: 40px 0;
}

.about-membership {
  margin: 150px 0;
}

.about-membership-text h2 {
  font-size: 24px;
  font-family: "font_SemiBold";
  color: #297fb6;
}

.membership-text-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-membership-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.membership-text-item p {
  line-height: 30px;
  color: #4d4d4d;
  font-family: "font_medium";
  font-size: 18px;
}

.membership-text-item ul {
  columns: 2; /* عدد الأعمدة */
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside; /* جعل التعداد داخل العمود */
  margin: 0;
}

.membership-text-item ul li {
  padding-bottom: 10px;
  list-style: none;
  color: #4d4d4d;
  font-family: "font_medium";
  display: flex;
  gap: 15px;
  font-size: 16px;
}

.membership-text-item a {
  width: fit-content;
  height: 45px;
  width: 200px;
  padding: 0 20px;
  background-color: #297fb6;
  color: white;
  text-align: center;
  align-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
}

.membership-text-item a:hover {
  color: #297fb6;
  background-color: white;
  border: 1px solid #297fb6;
}

.membership-img-container {
  width: 400px;
  height: 450px;
  padding: 10px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: -30px 0px 25px rgb(236, 253, 213),
    0 4px 44.4px rgba(42, 55, 25, 0.13);
}

.membership-img-container img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}

.medal {
  position: absolute;
  top: -100px;
  left: 30px;
}

.Types-memberships {
  padding: 50px 0;
}
.Types-memberships .row {
  row-gap: 20px;
  display: flex;
  align-content: stretch;
}

.Type-membership-card {
  background-color: rgba(41, 127, 182, 0.1);
  color: #297fb6;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}

.Type-membership-card:hover {
  box-shadow: 0 4px 44.4px rgba(42, 55, 25, 0.13);
  transform: translateY(-10px);
}

.Type-card-header h2,
.Type-card-header p {
  font-size: 24px;
  font-family: "font_SemiBold";
  color: #297fb6;
}

.Type-membership-card .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.Type-membership-card .price-title {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 60px;
  background-color: rgba(41, 127, 182, 0.12);
}
.Type-membership-card .price-title span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: black;
  font-size: 18px;
  font-family: "font_SemiBold";
}

.Type-membership-card .price-title span p {
  color: black;
  font-size: 20px;
  font-family: "font_SemiBold";
}
.Type-membership-card .price p {
  color: black;
  font-size: 28px;
  font-family: "font_SemiBold";
  line-height: 1;
}

.Type-membership-card .price a {
  width: 90%;
  height: 45px;
  color: white;
  background-color: #297fb6;
  text-align: center;
  align-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
}

.Type-membership-card .price a:hover {
  border: 1px solid #297fb6;
  color: #297fb6;
  background-color: transparent;
}

.Type-membership-card .features {
  text-align: center;
  padding: 10px 5px;
}

.Type-membership-card .features h3 {
  color: black;
  font-size: 20px;
  font-family: "font_bold";
  margin-bottom: 15px;
  text-align: start;
}

.Type-membership-card .features ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: black;
  font-size: 16px;
  font-family: "font_SemiBold";
  margin: 0 5px 0 0;
  margin-bottom: 10px;
}

.Type-membership-card .features ul li {
  list-style: none;
  display: flex;
  gap: 10px;
}

.Type-membership-card .features ul li img {
  width: 24px;
  height: 20px;
}
.Type-membership-card .features a {
  text-align: center;
  font-family: "font_bold";
  color: #297fb6;
  border-bottom: 1px solid #297fb6;
  text-align: center;
}

.Type-membership-card .features a:hover {
  color: black;
  border-bottom: 1px solid black;
}

/* comman questions */

.question-section {
  margin-bottom: 75px;
}
.common-questions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 10px;
}

.questions-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.common-questions-head a {
  color: var(--secondary-color);
  font-size: 16px;
  font-family: "Bold", sans-serif;
}

.common-questions-head a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.common-questions-head h1 {
  color: var(--primary-color);
  font-family: "Bold", sans-serif;
}
.common-questions-head h1 span {
  color: var(--secondary-color);
}

.common-questions-head a {
  color: var(--secondary-color);
  transition: 0.4s ease;
}

.common-questions-head a:hover {
  color: var(--primary-color);
}

.questions-common-conatiner .accordion-item {
  border: none;
  border-bottom: 1px solid #a3a3a37d;
}

.questions-common-conatiner .accordion-button::after {
  color: var(--primary1);
  position: absolute;
  left: 20px;
}

.questions-common-conatiner .accordion-button:not(.collapsed)::after {
  color: #ff6f3c;
  position: absolute;
  left: 20px;
}

.questions-common-conatiner .accordion-button:not(.collapsed) {
  background: rgba(199, 233, 244, 1);
  box-shadow: none;
}

.questions-common-conatiner .accordion-body {
  background: rgba(199, 233, 244, 1);
  color: rgba(102, 102, 102, 1);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button {
  color: rgba(18, 18, 18, 1);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Bold", sans-serif;
}

.accordion-button:not(.collapsed) {
  color: rgba(18, 18, 18, 1);
}

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

.accordion-button {
  text-align: right !important;
}

/*  */

.accordion .card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion .card-header {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 15px 30px;
}

.accordion .card-header .arrow {
  transition: transform 0.3s ease;
}

/* عند الفتح، لف السهم */
.card-header[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.accordion .card-header h5 {
  font-size: 20px;
  font-family: "font_bold";
}

.accordion ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion li {
  font-size: 16px;
  font-family: "font_SemiBold";
  list-style: none;
}

/* membership-details */

.membership-details {
    margin: 50px 0;
}

.membership-details .main-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-section-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: "font_SemiBold";
}

.mb-details-header {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.mb-details-header .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  align-items: center;
  width: 220px;
  position: relative;
}

.mb-details-header .item::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 40%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8a8a8a;
}

.mb-details-header .item:first-child {
  align-items: start;
}

.mb-details-header .item:last-child::after {
  border: none;
  content: none;
}

.mb-details-header .item h4 {
  color: #8a8a8a;
  font-size: 20;
}

.mb-details-header .item p {
  color: black;
  font-size: 18;
  font-family: "font_bold";
}

.mb-details-header .item.price .price-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #87bd41;
}

.mb-details-header .item.price .price-title p,
.mb-details-header .item.price .price-title span {
  color: #87bd41;
  font-family: "font_bold";
}

.mb-details-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mb-details-body p {
  font-size: 22px;
  font-family: "font_bold";
}

.mb-details-body ul {
  margin: 0 20px;
  gap: 15px;
  list-style: none;
  columns: 2; /* عدد الأعمدة */
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside; /* جعل التعداد داخل العمود */
}

.mb-details-body li {
  font-size: 16px;
  font-family: "font_SemiBold";
  margin-bottom: 15px;
}

.mb-details-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* profile-details */

.profile-details {
  margin: 100px 0;
}

.profile-details .main-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.profile-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  padding: 15px 0;
}

.scales-item::after,
.profile-details-header::after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(162, 162, 162, 0.51);
  position: absolute;
  bottom: 0;
}

.profile-details-header .user-info {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.profile-details-header .user-info .img-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-details-header .user-info .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.profile-details-header .user-info p {
  font-size: 22px;
  font-family: "font_SemiBold";
}

.profile-details-header .user-info span {
  font-size: 20px;
  color: #797979;
}

.profile-details .accordion {
  margin-bottom: 50px;
}

.profile-details .accordion .card-body {
  border-radius: 15px;
  padding: 15px;
}

.scales-item ul,
.profile-details .accordion .card-body.results ul {
  display: flex;
  gap: 20px;
}

.scales-item ul {
  margin: 0;
}

.profile-user-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}

.profile-user-info img {
  height: 115px;
  width: 100px;
}

.profile-info-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  gap: 20px;
  background-color: #297fb6;
  color: white;
  border-radius: 15px;
  padding: 30px 20px;
}

.profile-info-items .item {
  padding: 0 30px 0 50px;
  position: relative;
}

.profile-info-items .item::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 70%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
}

.profile-user-info .profile-info-items .item:nth-child(2):after {
  content: none;
}

.profile-info-items .item p {
  font-size: 16px;
  color: #e2e2e2;
}

.profile-info-items .item span {
  font-size: 18px;
  font-family: "font_SemiBold";
}

.profile-info-items .item span.light {
  color: #bfff6c;
}

#certificateInput {
  display: none;
}
.profile-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.profile-info-header .header-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-info-header .header-details p {
  font-size: 20px;
}
.header-details .img-container,
.card-header .img-container {
  background-color: #297fb6;
  padding: 15px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.header-details .img-container img,
.card-header .img-container img {
  width: 100%;
  height: 100%;
}

.profile-info-header .header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-info-header .header-actions a {
  font-family: "font_semiBold";
  height: auto;
  min-height: 45px;
}

.profile-details .accordion .profile-info-items {
  background-color: white;
  color: black;
}

.profile-details .accordion .profile-info-items p,
.profile-details .accordion .profile-info-items h3 {
  color: #8a8a8a;
      font-size: 18px;
}

.profile-details .accordion .profile-info-items .item::after {
  background-color: #8a8a8a;
}

.profile-details .accordion .profile-info-items .item:nth-child(1):after {
  content: none;
}

.profile-details .accordion .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-details .accordion .card-header h5 {
  display: flex;
  gap: 15px;
}

.scales-item,
.profile-details .accordion .courses .card-body,
.profile-details .accordion .results .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.scales-item {
  position: relative;
  padding: 10px;
}

.profile-details .courses .course-info,
.profile-details .courses .course-details .date {
  display: flex;
  gap: 20px;
  align-items: center;
}

.profile-details .accordion .courses .card-body p,
.profile-details .accordion .courses .card-body h3
 {
  font-size: 20px;
  color: #000;
  font-family: "font_SemiBold";
}

.profile-details .courses .course-details .date {
  gap: 10px;
}

.profile-details .courses .course-details .date p {
  font-size: 18px;
  color: rgba(121, 121, 121, 1);
  font-family: "font_main";
}

.profile-details .courses .course-info .img-container {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.profile-details .courses .course-info .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-details .accordion .results ul {
  display: flex;
  margin: 0;
  flex-direction: row;
  column-gap: 80px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.scales-item ul li,
.profile-details .accordion .results ul li {
  position: relative;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scales-item ul li::after,
.profile-details .accordion .results ul li::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 40%;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8a8a8a;
}

.scales-item ul li:first-child::after,
.profile-details .accordion .results ul li:first-child::after {
  border: none;
  content: none;
}


.profile-details .accordion .results ul li:first-child,
.scales-item ul li:first-child{

  width: 320px;
}

.scales-item ul li p,
.profile-details .accordion .results ul li p,
.profile-details .accordion .results ul li h3 {
  font-size: 18px;
  color: #797979;
}

.scales-item ul li span,
.profile-details .accordion .results ul li span {
  font-size: 20px;
}

.profile-details .accordion .status {
  color: #87bd41;
}

.profile-details .accordion .results.invite .card-body {
  background-color: rgba(41, 127, 182, 0.13);
  padding: 60px 25px;
}

.volunteer-request .main-container .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.volunteer-request .img-container {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  width: fit-content;
}


.volunteer-request .input-form  .d-flex{
  gap: 30px;
  flex-wrap: wrap;
}
.upload-img {
  width: 30px;
  height: 30px;
  align-content: center;
  text-align: center;
  background-color: #297fb6;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  left: 5%;
}

/* auth_pages */
.auth_pages {
  min-height: 100vh;
}
.auth_pages .row.parent {
  min-height: inherit;
}
.auth_pages .logo-section {
  background-color: rgba(41, 127, 182, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.auth_pages .logo-section .pattern {
  position: absolute;
  top: 0;
  right: 0;
}

.auth_pages .logo-section .img-container {
  width: 250px;
  height: 290px;
}

.auth_pages .logo-section .img-container img {
  width: 100%;
  height: 100%;
}

.auth_pages .form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  height: 100%;
  padding: 25px 0;
}

.auth_pages .form-section form {
  width: 100%;
}

.auth_pages .form-section h2 {
  width: 100%;
  font-size: 22px;
  font-family: "font_bold";
  text-align: start;
}

.auth_pages button[type="submit"] {
  width: 100%;
}

.auth_pages .got-account {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.auth_pages .got-account a {
  color: #297fb6;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s all;
}

.auth_pages .got-account a:hover {
  color: black;
}

.sub-form-title {
  width: 100%;
  display: block;
  align-self: start;
  color: #353738;
  margin-top: 5px;
}

.btn-form {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
/* login */

.forget-link {
  text-align: end;
  width: 100%;
  display: block;
  color: #297fb6;
  font-size: 18px;
  font-weight: 600;
}

.form-section .done {
  width: 55%;
  text-align: center;
}
.form-section .done img {
  padding: 15px;
}

.form-section .done p {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
/* join us */

.pg-title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 30px;
}

.pay-title {
  margin: 10px;
  font-size: 20px;
  font-weight: 500;
}

.pay-way {
  margin: 10px 0;
}
.pay-way p {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.pay-way-card {
  height: 220px;
  border: 1px solid transparent;
  border-radius: 15px;
  display: flex;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaf3f8;
  transform: 0.3s all;
}
.pay-way-card:hover {
  border: 1px solid #297fb6;
}

.pay-way-card img {
  width: 60%;
  height: 50%;
  object-fit: contain;
}

/* requset-container */

.requset-container.session p {
  font-size: 18px;
  font-weight: 600;
}

/* certificate */

@font-face {
    font-family: "Tajawa";
    src: url("../fonts/Tajawal-Regular.ttf");
  }

  @font-face {
    font-family: "Almarai";
    src: url("../fonts/Almarai-Bold.ttf");
  }

  @font-face {
    font-family: "Alex";
    src: url("../fonts/AlexBrush-Regular.ttf");
  }
.main-container.certificate {
  display: flex;
  justify-content: center;
  align-items: center;
}
.certificate {
  position: relative;
  width: 297mm; /* عرض A4 landscape */
  height: 210mm; /* طول A4 landscape */
  background: url("../images/Certificate.png") no-repeat center center;
  background-size: cover;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.certificate-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.certificate-header h1{

  font-family: "Almarai";
  font-size: 55px;
}

.certificate-header h2{

  font-family: "Tajawa";
  font-size: 24px;
}

.certificate-body h3{
  color: #297FB6;
  font-size:60px;
  font-family: "Alex";
}

.certificate-body p{
  font-size:18px;
  font-family: "Tajawa";
}

.certificate-body span{
  font-weight: bold;

}

.certificate-end{

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.certificate-end img{
  width: 100px;
}


.certificate-end  p {
  color: #297FB6;
  font-family: "Alex";
  font-size: 22px;
}

.certificate-end  span {
  font-family: "Tajawa";
  font-size: 16px;
  font-weight: bold;
}


.certificate-end hr{
  margin:  0;
}
.certificate .name {
  /* position: absolute;
  top: 90mm;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24pt;
  font-weight: bold; */
}
.certificate .course {
  /* position: absolute;
  top: 110mm;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20pt; */
}
.certificate .date {
  /* position: absolute;
  top: 140mm;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16pt; */
}

/* start style by me gomaa  :> =======-
========================= */

.sub-services-new {
  background-color: #297fb638;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  padding: 45px;
  min-height: 250px;
  border-radius: 15px;
}

.img-services-new {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #297fb6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-services-new h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "font_SemiBold";
  color: #000;
}

/* services pop up */

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  text-align: right;
  position: relative;
}

.popup-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.popup-body form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}

.popup h2 {
  text-align: center;
  margin: 10px;
  width: 80%;
}
.popup .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
}
.popup a {
  color: white;
  text-decoration: underline;
}
.popup textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: vertical;
  background-color: rgba(41, 127, 182, 0.08);
  margin: 20px 0;
  border-radius: 10px;
}
.popup .radios {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  justify-content: right;
  margin-top: 10px;
  width: 100%;
}

.popup .btn-action1 {
  min-width: 200px;
  width: auto;
}

.popup .btn-action1 img {
  width: 22px;
}
.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 18px;
  background: #297fb6;
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons {
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row-gap {
  row-gap: 15px;
}

.pg-section {
  padding: 90px 0;
}
.form-control {
  border-color: transparent;
  height: 55px;
  background-color: #297fb614;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
}
input[type="tel"] {
  direction: ltr;
  text-align: right;
}
.input-form {
  position: relative;
  margin: 10px 0;
}
.arrow-select::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow-dwon.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 18px;
  left: 18px;
}

select {
  -webkit-appearance: none;
  font-size: 1rem;
  appearance: none;
}
.ctm-btn {
  background-color: #297fb6;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 35px;
  border-radius: 5px;
  min-width: 170px;
  height: 55px;
  cursor: pointer;
  font-size: 18px;
  font-family: "font_bold";
  transition: all 0.3s linear;
}
.ctm-btn:hover {
  background-color: #fff;
  color: #297fb6;
  border: 1px solid #297fb6;
  transition: all 0.3s linear;
}

.ctm-btn1 {
  background-color: #fff;
  color: #297fb6;
  border: 1px solid #297fb6;
  padding: 10px 35px;
  border-radius: 5px;
  min-width: 170px;
  height: 55px;
  cursor: pointer;
  font-size: 18px;
  font-family: "font_bold";
  transition: all 0.3s linear;
  display: inline-block;
}

.ctm-btn1:hover {
  background-color: #297fb6;
  color: #fff;
}

/* Voting Innovations Page Styles */

.main-content {
  padding: 40px 0;
  min-height: 100vh;
}

.ranking-header h1 {
  color: #2c3e50;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.ranking-header p {
  color: #34495e;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Innovations Grid */
.innovations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* Innovation Card */
.innovation-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
}

.innovation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.innovation-card.dragging {
  opacity: 0.5;
  transform: rotate(5deg);
  cursor: grabbing;
}

.innovation-card.drag-over {
  border-color: #3498db;
  background-color: #f8f9fa;
}

/* innovations details */

.prject-details-img-slider {
  direction: ltr;
  margin-bottom: 50px;
}

.prject-details-img-slider {
  margin-top: 100px;
  height: 450px;
}

.slider-nav {
  width: 20%;
  float: left;
  height: 100%;
}
.slider-for {
  width: 75%;
  float: right;
  height: 100%;
}

.slider-nav img,
.slider-for img {
  width: 100%;
  height: auto;
}

.slick-list.draggable,
.slick-track,
.slider-for img {
  height: 100% !important;
}
.slider-nav .slick-slide {
  margin-bottom: 10px;
  cursor: pointer;
  height: 30%;
}

.slider-nav .slick-slide img {
  height: 100%;
  object-fit: cover;
}

/* خلي العناصر داخلها position relative عشان نتحكم في مكان السهم */
.slider-container {
  position: relative;
}

/* السهمين فوق يمين */
.slick-prev,
.slick-next {
  position: absolute;
  top: -40px;
  z-index: 2;
  background: none;
  border: none;
  font-size: 0; /* نخفي النص */
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* السهم السابق */
.slick-prev {
  right: 80px; /* بعيد عن السهم التالي */
}

/* السهم التالي */
.slick-next {
  right: 10px;
}

/* شكل الأسهم */
.slick-prev::before,
.slick-next::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

/* سهم لليسار */
.slick-prev::before {
  background-image: url("../images/left-arrow.svg");
}

/* سهم لليمين */
.slick-next::before {
  background-image: url("../images/right-arrow.svg");
}

.progect-details-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.description-header {
  display: flex;
  gap: 50px;
  align-items: center;
}

.description-header h2 {
  font-size: 26px;
}

.description-header p {
  font-size: 22px;
  color: #90c24e;
  font-weight: 600;
}

.description-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.description-body h3 {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: start;
}

.description-body p {
  font-size: 18px;
  color: #4d4c4c;
  line-height: 1.6;
}

.description-body a {
  width: fit-content;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 30px;
}

/* Card Number */
.card-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #27ae60;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

/* Card Image */
.card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  transition: transform 0.3s ease;
}

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

/* Card Content */
.card-content {
  padding: 20px;
}

.card-content h3 {
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.card-content p {
  color: #7f8c8d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-content .btn {
  width: 100%;
  padding: 12px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.card-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Side Order List */
.order-list-container {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.order-list-container h3 {
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 20px;
}

.order-list {
  max-height: 500px;
  overflow-y: auto;
}

.order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 10px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #3498db;
  transition: all 0.3s ease;
}

.order-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.order-number {
  background: #3498db;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.order-title {
  color: #2c3e50;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
}

.order-controls button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin: 0 2px;
  padding: 0 1px;
}
.order-controls button:disabled {
  opacity: 0.4;
  cursor: default;
}

.order-controls button img {
  height: 20px;
}

/* Confirm Button */
#confirmOrder {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#confirmOrder:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Drag and Drop Visual Feedback */
.drag-placeholder {
  border: 2px dashed #3498db;
  background: #ecf0f1;
  border-radius: 15px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3498db;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991px) {
  .innovations-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .order-list-container {
    margin-top: 30px;
    position: static;
  }
}

@media (max-width: 768px) {
  .ranking-header h1 {
    font-size: 2rem;
  }

  .ranking-header p {
    font-size: 1rem;
  }

  .innovations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .innovation-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .main-content {
    padding: 20px 0;
  }

  .ranking-header h1 {
    font-size: 1.8rem;
  }

  .card-content {
    padding: 15px;
  }

  .card-content h3 {
    font-size: 1.1rem;
  }
}

/* Animation for card reordering */
@keyframes cardMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.card-moved {
  animation: cardMove 0.3s ease;
}

/* Success message styling */
.success-message {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 500;
}

/* Loading state */
.loading {
  opacity: 0.6;
  pointer-events: none;
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.title-start h2 {
  font-family: "font_SemiBold";
  font-size: 24px;
  margin: 35px 0 15px;
}
.input-form textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  resize: none;
}

.assessment-container {
  margin: 40px 0;
}

.assessment-header {
  text-align: center;
  margin-bottom: 60px;
}

.assessment-header h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.assessment-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

.assessment-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.scales-section {
  width: 100%;

  padding: 30px;
}

.scales-section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
  text-align: start;
}

.scales-table {
  width: 100%;
  border-collapse: collapse;
}

.scales-table th {
  background-color: #297fb6;
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

.scales-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.scales-table tr:nth-child(even) {
  background-color: #f1f3f4;
}

.buttons-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.start-button {
  background-color: #297fb6;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.start-button:hover {
  background-color: #1e5f8a;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(41, 127, 182, 0.3);
}

@media (max-width: 768px) {
  .assessment-content {
    flex-direction: column;
    gap: 30px;
  }

  .assessment-header h1 {
    font-size: 2rem;
  }

  .scales-section {
    padding: 20px;
  }
}
.title-center {
  text-align: center;
}
.title-center h2 {
  font-family: "font_SemiBold";
  font-size: 24px;
  margin: 35px 0 15px;
}
.title-center p {
  font-size: 18px;
  color: #4d4c4c;
  margin: auto;
  width: 55%;
  line-height: 30px;
}

.sub-utilization {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-utilization {
  display: flex;
  align-items: center;
  gap: 45px;
}
.name-utilization {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-left: 1px solid #e0e0e0;
}
.name-utilization span {
  width: 100%;
  display: block;
}
.name-utilization h4,
.time-utilization h4 {
  font-size: 17px;
  color: #4d4c4c;
}
.name-utilization span,
.time-utilization span {
  font-size: 17px;
  font-family: "font_bold";
}

.question-container {
  margin-bottom: 2rem;
}

.question-container h5 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.form-check {
  margin-bottom: 1rem;
}

.form-check-input {
  width: 18px;
  height: 18px;
  right: 0;
  border: 2px solid #000000;
  background-color: #ffffff;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-label {
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  padding-right: 25px;
}

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

  .container {
    padding: 15px;
  }

  .btn-primary {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .question-container {
    margin-bottom: 2rem;
  }

  .question-container h5 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .form-check {
    margin-bottom: 1rem;
  }

  .form-check-input {
    width: 18px;
    height: 18px;
    right: 0;
    border: 2px solid #000000;
    background-color: #ffffff;
  }

  .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }

  .form-check-input:focus {
    box-shadow: none;
  }

  .form-check-label {
    color: #000000;
    font-size: 1rem;
    cursor: pointer;
    padding-left: 5px;
  }

  .btn-primary {
    background-color: #0d6efd;
    border: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .btn-primary:hover {
    background-color: #0b5ed7;
  }
}

.question-container {
  padding: 10px 0px;
  border-bottom: 1px solid #00000446;
}
.title-center span {
  color: var(--color-black);
  font-family: "font_bold";
}

.verify-description {
  color: #666;
  margin: 10px 0 30px;
  font-family: "font_main";
  font-size: 16px;
  width: 100%;
}

.verification-code-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
  width: 100%;

  direction: ltr;
}

.code-input {
  width: 70px;
  height: 50px;
  border: 2px solid #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: "font_bold";
}

.code-input:focus {
  outline: none;
  border-color: #297fb6;
  box-shadow: 0 0 0 3px rgba(41, 127, 182, 0.1);
  background-color: #f8fbff;
}

.code-input.filled {
  border-color: #297fb6;
  background-color: #f0f8ff;
}

.verify-btn {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
.auth_pages .logo-section .img-container img {
  object-fit: contain;
}
@media (max-width: 768px) {
  .verification-code-container {
    gap: 10px;
  }

  .code-input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .scales-item ul li {
    padding: 10px;
  }
}

.input-password i{
    position: absolute;
    left: 10px;
    top: 22.5px;
    cursor: pointer;
}

.auth_pages .text-danger {
    color: #dc3545 !important;
    text-align: start;
    width: 100%;
    display: block;
    padding: 4px 2px;


}


.change-profile {
    display: flex
;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    position: relative;
}



.change-profile img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  display: block;
}

.change-profile i {
  font-size: 14px;
}

.change-profile p {
  font-size: 20px;
}

.change-profile-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  top: 45px;
  color: var(--primary1);
  box-shadow: 0 0 10px #1c48c14a;
  width: 120px;
  overflow: hidden;
  transition: 0.4s;
  height: 0;
  z-index: 10;
}

.change-profile-menu.show {
  height: 90px;
}

.change-profile-menu a {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  color: var(--primary1);
  transition: 0.4s;
}

.change-profile-menu a:hover {
  background-color: #1c48c126;
}

.change-profile-menu a:not(:last-child) {
  border-bottom: 1px solid #5c3fcf42;
}

.btn-whatsapp-pulse {
    background: #08741a;
    color: white;
    position: fixed;
    bottom: 0px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #fff;
    animation-name: pulseW;
    z-index: 999;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulseW {
    0% {
        box-shadow: 0 0 0 0 #08741a;
    }
    80% {
        box-shadow: 0 0 0 14px #08741a;
    }
}

.btn-whatsapp-pulse-border {
    bottom: 60px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
    color: #fff;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #0b853e;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
