@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');




:root {
    --main-color: #113F4C;
    --gray-color: #6e6e6e;

}

.form-control:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin-bottom: unset;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

legend {
    display: none;
}

a {
    transition: 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: #000;
}

p {
    margin-bottom: 0;
}

li {
    list-style: none;
    display: inline-block;
}

.field--type-text-with-summary li {
    display: list-item;
    list-style: auto;
}

ul {
    padding: 0;
    margin: 0;
}

*,
::before,
::after {
    /* transition: 0.3s ease;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* @media (min-width: 1281px) {

    .we-mega-menu-submenu-inner,
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1256px !important;
        padding-inline: 0;
    }
} */

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: unset;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

body {
    overflow-x: hidden;
    background: #F4F4F4 !important;
    font-family: "Tajawal", sans-serif;
    font-style: normal;
    font-weight: 100;

}

#main-wrapper {
    background: #F4F4F4 !important;

}

img,
video {
    max-width: 100%;
    width: auto;
}

.field[data-blazy] {
    min-width: unset !important;
}

video {
    height: 100%;
}

.slide__media {
    display: none;
}

.slide__caption {
    padding: 0;
}

.main-content.col {
    padding: 0;
}





*:focus {
    outline: none;
}

.field--type-entity-reference,
.field--type-image img,
.field--name-field-user-picture img {
    margin-bottom: unset;
}

.node .field--type-image {
    margin: 0;
}

.container {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.node__content {
    margin-top: 0px;
}

/* nav bar */
#navbar-main {
    background: #FFF !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding-inline: 60px;
}

#navbar-main ul li a {
    color: #FFF;
    text-align: center;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    background: #8B7355;
    padding: 9px 13px;

}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
}

.navbar-expand-lg .navbar-nav {

    gap: 27px;
}


#navbar-top {
    display: flex;
    justify-content: flex-end;
    background: #E8E8E8 !important;
    padding-inline: 60px;
}


.menu--social-media-menu a {
    border-radius: 2.743px;
    background: #494446 !important;
    width: 27.429px;
    height: 27.429px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 17px;
}

.menu--social-media-menu a svg {
    color: #ffff;
}

.menu--social-media-menu a:hover {
    background: #871E2D !important;
}

.menu--social-media-menu ul {
    gap: 8px;
}

.menu--social-media-menu ul li:nth-last-child(1) a {
    border-radius: 3px;
    background: #871E2D !important;
    width: 100.67px;
    gap: 5px;
    font-size: larger;

    svg {
        font-size: 15px;
    }
}

.menu--social-media-menu ul li:nth-last-child(1) a:hover {
    background: #494446 !important;
}



.header-auth-lang-wrapper .language-switcher-language-url .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(./images/lang-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.menu--main .nav-link:hover,
.menu--main .nav-link:focus {
    color: #47B18D !important;
}

.menu--main .nav-link {
    transition: color 0.2s ease;
}



.header-auth-lang-wrapper .language-switcher-language-url .nav-link {
    position: relative;
    padding-left: 26px;
}



.header-auth-lang-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
}


.language-switcher-language-url ul li .active {
    background: unset;
    display: none;
}

.header-auth-lang-wrapper .menu--language-and-login-menue a {
    border-radius: 20642200px;
    background: #113F4C;
    padding: 8px 24px;
    color: #FFF !important;
    text-align: center;

}



/* home slider */
.slider-home-wrapper {
    position: relative;
    background: #050505;
    overflow: hidden;
    padding: 0;

}

.slider-home-wrapper .view-content {
    position: relative;
    background: #050505;
    overflow: hidden;
    padding: 0px 0;
    height: 100%;
    object-fit: cover;
}

.slider-home-wrapper .swiper {
    padding: 0;
}

.node--view-mode-slider-home {
    height: 100%;
}

.node .field--type-image {
    margin: 0 !important;
}




.slider-home-wrapper .container {
    position: relative;
    z-index: 3;
}

.slider-home-wrapper .swiper {
    overflow: visible;
}

.slider-home-wrapper .swiper-slide {
    position: relative;
}

.slider-home-wrapper .node--view-mode-slider-home .node__content {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.slider-home-wrapper .field--name-field-image {
    /* position: absolute; */
    inset: 0;
    z-index: 1;
    width: 100%;
}

.slider-home-wrapper .field--name-field-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.slider-home-wrapper .node--view-mode-slider-home .node__content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .75) 70%, rgba(0, 0, 0, .92) 100%); */
}

.slider-home-wrapper .slider-card-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
    /* transform: translateX(-50%); */
    z-index: 4;
    max-width: 512px;
    padding: 30px;
    text-align: center;
    border-radius: 24px;
    border: 1.196px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #00000085 !important;

}

.slider-home-wrapper .slider-card-wrapper h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.25;
}

.slider-home-wrapper .slider-card-wrapper h2 a {
    color: #FFF;
    text-align: center;
    font-family: Tajawal;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
}

.slider-home-wrapper .slider-card-wrapper .field--name-body {

    /* 150% */
    margin-bottom: 14px;
}

.slider-home-wrapper .slider-card-wrapper .field--name-body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-block: 3px;
}

.slider-home-wrapper .slider-card-wrapper .field--name-field-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 54px;
    border-radius: 12px;
    background: #c7a23a;
    color: #4A3B2A;
    text-align: center;
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

.slider-home-wrapper .slider-card-wrapper .field--name-field-link a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: currentColor;
    mask: url("./images/user-ieecc.svg") no-repeat center / contain;
}

.slider-home-wrapper .slider-card-wrapper .field--name-field-link a:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

/* .slider-home-wrapper .swiper-button-prev,
.slider-home-wrapper .swiper-button-next {
    display: none !important;
} */

/* service section */

.services-section {
    background: #ffffff;
    padding: 80px 13px 90px;
}

.services-section .view-header,
.services-section h2 {
    text-align: center;
}

.services-section .view-header h2,
.services-section .block-title,
.services-section .view-title {
    margin: 0 0 34px;
    font-weight: 800;
    font-size: 32px;
    color: #5b4a3a;
    letter-spacing: .2px;
}

.services-section .view-content.row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    /* flex-wrap: nowrap; */
    gap: 40px 21px;

    margin: 0;
    padding: 0;
}

.services-section .views-row {
    flex: 0 0 auto;
    width: 236px;
    padding: 0 !important;
}

.services-section .node--view-mode-club-services-card,
.services-section .node--view-mode-club-services-card .node__content,
.services-section .slider-card-wrapper {
    height: 100%;
}

.services-section .slider-card-wrapper {
    border-radius: 16px;
    padding: 26px 18px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 155.937px;
    background: #F8F5F2;
}

.services-section .slider-card-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .10);
}

.services-section .field--name-field-icon {
    display: flex;
    justify-content: center;
}

.services-section .field--name-field-icon .field__item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e9e1d8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section .field--name-field-icon img {
    width: 83px;
    height: 87px;
    object-fit: contain;
    display: block;
    filter: brightness(.88);

}

.services-section .field--name-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.services-section .field--name-title h2 {
    color: #5b4a3a;
    text-decoration: none;
}



.services-section .slider-card-wrapper .field--type-image {
    margin: 0;
}

/* footer */

.site-footer {
    background: #817366;
    padding: 0;
}

.site-footer .container {
    max-width: 100%;
    padding: 0;
}

.site-footer__bottom {
    padding: 33px 0;
    background: #817366;
}

.site-footer .region-footer-fifth {
    margin: 0;
}

.site-footer .block {
    margin: 0;
}

.site-footer .field--name-body {
    text-align: center;
}

.site-footer .field--name-body p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}


/* register form  */

.registration-form-section {
    background: #ffffff;
    padding: 70px 0;
}

/* .registration-form-section .container {
    max-width: 1100px;
} */

/* form width */
.registration-form-section form.webform-submission-form {
    max-width: 100%;
    margin: 0 auto;
}

/* top processed text */
.registration-form-section #edit-processed-text {
    margin-bottom: 28px !important;
}

.registration-form-section #edit-processed-text h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #111827;
}

.registration-form-section #edit-processed-text p {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
}

/* sections titles + line */
.registration-form-section .webform-section {
    position: relative;
    padding-top: 18px;
    margin-top: 22px;
    margin-bottom: 18px;
}

.registration-form-section .webform-section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #4A3B2A;
    text-align: right;
    font-family: Tajawal;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-block-end: 31px;
}

.registration-form-section .webform-section-title::before {
    content: "";
    border-radius: 40147700px;
    background: #D4AF37;
    width: 7.983px;
    height: 31.988px;
}

.registration-form-section .webform-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    height: 1px;
    background: #D0B372;
    opacity: .9;
}

/* rows spacing */
.registration-form-section .form-row.webform-flexbox {
    margin-bottom: 18px !important;
}

/* keep 2 columns like image */
.registration-form-section .webform-flexbox {
    gap: 24px;
}

.registration-form-section .webform-flex {
    flex: 1 1 0;
    min-width: 0;
}

/* labels */
.registration-form-section .js-form-item>label,
.registration-form-section .form-item>label {
    display: block;
    margin-bottom: 8px;
    color: #364153;
    text-align: right;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

/* inputs/select/textarea design (as requested) */
.registration-form-section input.form-control,
.registration-form-section select.form-select,
.registration-form-section textarea.form-control {
    border-radius: 12px !important;
    border: 1.196px solid #E5E7EB !important;
    background: #F9FAFB !important;
    height: 54px;
    padding: 14px 16px !important;
    font-size: 14px;
    color: #111827;
    box-shadow: none !important;
    text-align: right;
}

/* textarea size like image */
.registration-form-section .form-textarea-wrapper textarea {
    height: 170px !important;
    padding-top: 14px !important;
    resize: none;
    margin-bottom: 18px !important;
}

/* placeholders */
.registration-form-section input::placeholder,
.registration-form-section textarea::placeholder {
    color: #9CA3AF;
}

/* focus */
.registration-form-section input:focus,
.registration-form-section select:focus,
.registration-form-section textarea:focus {
    outline: none !important;
    border-color: #D0B372 !important;
    box-shadow: 0 0 0 3px rgba(208, 179, 114, .18) !important;
}

/* select arrow */
.registration-form-section select.form-select {
    padding-right: 44px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left 16px center !important;
    /* RTL */
    appearance: none;
}

/* description under national id */
.registration-form-section .webform-element-description {
    color: #6B7280;
    font-size: 12px;
    margin-top: 6px;
    text-align: right;
}


.registration-form-section .js-form-item-consent-publish-video,
.registration-form-section .js-form-item-consent-volunteer-hours {
    /* border-radius: 12px;
    border: 1.196px solid #E5E7EB;
    background: #F9FAFB;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px; */
}

.registration-form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin: 3px 0 0 10px;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
}

.registration-form-section .form-check-label {
    margin: 0;
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    text-align: right;
    flex: 1;
}


.registration-form-section #edit-actions {
    margin-top: 22px !important;
}

.registration-form-section .webform-button--submit {
    width: 100%;
    height: 56px;
    border: 0;
    color: #FFF;
    text-align: center;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
    border-radius: 12px;
    background: #4A3B2A;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.registration-form-section .webform-button--submit:hover {
    background: #5f503e;
}


/* .registration-form-section .webform-button--submit::after {
    content: "✓";
    font-weight: 900;
} */


.registration-form-section .webform-button--submit::after {
    content: "";
    width: 19px;
    height: 19px;
    background: url("./images/arrow.svg") no-repeat center / contain;
}




.registration-form-section .mb-3 {
    margin-bottom: 0 !important;
}

.registration-form-section .form-agreements2 {
    border-radius: 16px;
    border: 1.196px solid #F3F4F6;
    background: #F9FAFB;
    padding: 25px;
}


.registration-form-section .form-required::after {
    display: none;
}

.registration-form-section .form-check .form-check-input {
    float: right;

}

/* login */


#auth_box.login {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "home"
        "header"
        "title"
        "subtitle"
        "form"
        "footer";
}

/* to place existing wrappers' children into the grid */
#auth_box.login #top_part,
#auth_box.login #middle_part,
#auth_box.login #bottom_part {
    display: contents;
}

/* map elements to areas */
#auth_box.login .back_link {
    grid-area: home;
}

#auth_box.login #the_logo {
    grid-area: header;
    padding: 0;
}

#auth_box.login h2.title {
    color: #D4AF37;
    text-align: center;
    font-family: Tajawal;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    position: relative;
}

#auth_box.login h2.title::after {
    content: "أهلاً بك مجدداً في نادي الخريجين";
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

html[lang="ar"] #auth_box.login h2.title::after {
    content: "أهلاً بك مجدداً في نادي الخريجين";
}

[dir="ltr"] #auth_box.login h2.title::after {
    content: "Welcome back to the Alumni Club";
}

.js-form-item-pass {
    position: relative;
}

.js-form-item-pass input {
    padding-right: 44px;
}

.js-form-item-pass::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 67%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.71709 10.2824C1.64769 10.0955 1.64769 9.8898 1.71709 9.70285C2.39301 8.06394 3.54034 6.66263 5.01363 5.67657C6.48692 4.69052 8.21981 4.16412 9.99263 4.16412C11.7655 4.16412 13.4984 4.69052 14.9716 5.67657C16.4449 6.66263 17.5923 8.06394 18.2682 9.70285C18.3376 9.8898 18.3376 10.0955 18.2682 10.2824C17.5923 11.9213 16.4449 13.3226 14.9716 14.3087C13.4984 15.2947 11.7655 15.8211 9.99263 15.8211C8.21981 15.8211 6.48692 15.2947 5.01363 14.3087C3.54034 13.3226 2.39301 11.9213 1.71709 10.2824Z' stroke='%2399A1AF' stroke-width='1.66543' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99254 12.4907C11.3722 12.4907 12.4907 11.3723 12.4907 9.9926C12.4907 8.61291 11.3722 7.49445 9.99254 7.49445C8.61285 7.49445 7.49438 8.61291 7.49438 9.9926C7.49438 11.3723 8.61285 12.4907 9.99254 12.4907Z' stroke='%2399A1AF' stroke-width='1.66543' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    pointer-events: none;

}

[dir="ltr"] .js-form-item-pass::after {
    right: 14px;
    left: unset;
}



.dialog-off-canvas-main-canvas {
    min-height: 797px;
}

#auth_box.login form.user-login-form {
    grid-area: form;
}

#auth_box.login .password_link {
    grid-area: footer;
}

#middle_part #block-bootstrap-barrio-subtheme-content {
    border-radius: 0px 0px 24px 24px;
    border: 1.196px solid rgba(139, 115, 85, 0.10);
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 31px;

}


#top_part {
    background: #4A3B2A !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 24px 24px 0px 0px;
    border: 1.196px solid rgba(139, 115, 85, 0.10);
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

}

#middle_part #block-bootstrap-barrio-subtheme-content input {
    padding: 5px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.196px solid #E5E7EB;
    background: #F9FAFB;
    height: 50.328px;
    padding: 12px 16px;
    width: 100%;

}

#middle_part #block-bootstrap-barrio-subtheme-content label {
    color: #364153;
    text-align: right;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-block-end: 12px;
}


#middle_part #block-bootstrap-barrio-subtheme-content button {
    border-radius: 12px;
    background: #4A3B2A;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    display: flex;
    height: 47.972px;
    padding-left: 0.019px;
    justify-content: center;
    align-items: center;
    gap: 7.983px;
    flex-shrink: 0;
    align-self: stretch;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-block: 23px;
}


#middle_part #block-bootstrap-barrio-subtheme-content button::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("./images/login-icon-iee.svg");
    /* مسار الأيقونة */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#middle_part #block-bootstrap-barrio-subtheme-content .password_link {
    text-align: center;
}

#middle_part #block-bootstrap-barrio-subtheme-content .password_link a {
    color: #4A5565;
    text-align: center;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

#middle_part #block-bootstrap-barrio-subtheme-content .js-form-type-password {
    margin-block: 23px;
}

#top_part #the_logo img {
    display: none;
}

/* وضع صورة جديدة من جهازك */
#top_part #the_logo a {
    display: block;
    width: 166px;
    height: 165px;
    background-image: url("./images/logo-iee.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-block-start: 17px;
}

#top_part .back_link {
    width: 100%;
}




#top_part .back_link a {
    color: rgba(212, 175, 55, 0.80);
    text-align: center;
    font-family: Tajawal;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-right: 41px;
}


.main-inner-image-wrapper {
    background: #4A3B2A;
    padding: 25px;

    .icon-title-brief-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 279.943px;
        gap: 15px;

        .views-field-title a {
            color: #D4AF37;
            text-align: center;
            font-family: Tajawal;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            /* 120% */
        }

        .views-field-field-brife {
            color: rgba(255, 255, 255, 0.80);
            text-align: center;
            font-family: Tajawal;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            padding-block: 15px 22px;
        }
    }
}




.inner-image .views-field-nothing a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-inline-start: 22px;
    color: rgba(212, 175, 55, 0.80);
    text-align: center;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.inner-image .views-field-nothing a::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("./images/arroww-iii.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page-user-register .field--type-image {
    display: none;
}

.page-user-register #middle_part #block-bootstrap-barrio-subtheme-content {
    border-radius: 0px 0px 24px 24px;
    background: #FFF;
    padding: 31px;
    border-radius: 0px 0px 24px 24px;
    border: unset;
    box-shadow: unset;

}

.page-user-register #auth_box #middle_part {
    border-radius: 0px 0px 24px 24px;
}

.page-user-register details {
    display: none;

}


.page-user-register #top_part h2 {
    color: #D4AF37;
    text-align: center;
    font-family: Tajawal;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.page-user-register .form-required::after {
    display: none;
}

#edit-pass {
    width: 100% !important;
    max-width: 100% !important;
}

/* كل ما بداخل password-confirm */
#edit-pass>*,
#edit-pass .js-form-item,
#edit-pass .password-parent,
#edit-pass .confirm-parent,
#edit-pass .form-control {
    width: 100% !important;
    max-width: 100% !important;
}

/* كسر أي inline / flex قد يقيّد العرض */
#edit-pass {
    display: block !important;
}

#edit-pass .password-parent,
#edit-pass .confirm-parent {
    display: block !important;
}

.page-user-register #auth_box h1#the_logo {
    text-align: center;
    margin: 0;
    padding: 0 0 0px;
}

.page-user-login .register_link {
    text-align: center;

    a {
        color: #8B7355;
        text-align: center;
        font-family: Tajawal;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
}


.page-user-login .register_link::before {
    content: "ليس لديك حساب؟ ";
    display: inline;
    color: #4A5565;
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


html[lang="ar"] .page-user-login .register_link::before {
    content: "ليس لديك حساب؟ ";
}

html[lang="en"] .page-user-login .register_link::before {
    content: "Don't have an account? ";
}



.page-user-login .form-required::after {
    display: none;
}

/* .page-user-login #middle_part #block-bootstrap-barrio-subtheme-content .password_link {
    text-align: center;
    display: none;
} */

.page-user-register .login_link {
    text-align: center;

    a {
        color: #8B7355;
        text-align: center;
        font-family: Tajawal;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
}

.page-user-register #edit-mail--description {
    display: none;
}


/* إخفاء زر تسجيل الخروج افتراضيًا */
.nav-link[href*="user/logout"] {
    display: none;


}

/* إظهاره فقط إذا كان المستخدم مسجل دخول */
body.user-logged-in .nav-link[href*="user/logout"] {
    display: inline-block;
}

.menu--makes-a-difference ul {
    gap: 15px;
    display: flex;
    align-items: center;
}

.user-logged-in .menu--makes-a-difference ul li:nth-child(2) a {
    background: #fd0037 !important;
}






article.profile {
    width: min(720px, 100%);
    margin: 0 auto;
    border-radius: 24px;
    border: 1.196px solid rgba(139, 115, 85, 0.10);
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-family: Tajawal;
    direction: rtl;
    min-height: 600px;
}

/* Header strip like #top_part */
article.profile::before {
    content: "";
    display: block;
    height: 88px;
    background: #4A3B2A;
}

/* Content padding */
article.profile>* {
    padding-inline: 28px;
}

/* First field (national id) as a badge under the header */
article.profile .field--name-field-lrqm-lwtny {
    margin-top: -22px;
    margin-inline: auto;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.30);
    color: rgba(212, 175, 55, 0.90);
    font-weight: 700;
    letter-spacing: .3px;
}

/* "Registered since" box */
article.profile .js-form-type-item {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1.196px solid #E5E7EB;
    background: #F9FAFB;
}

/* label in the registered since row */
article.profile .js-form-type-item .label {
    margin: 0 0 8px 0;
    color: #364153;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

/* value text for registered since */
article.profile .js-form-type-item {
    color: #4A5565;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

/* Normal fields */
article.profile .field {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1.196px solid #E5E7EB;
    background: #FFF;
}

/* Field label */
article.profile .field__label {
    color: #364153;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 10px;
}

/* Field value */
article.profile .field__item {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.page-user-register #edit-pass--description {
    display: none;
}

#auth_box {
    max-width: 500px;

}


.page-user-register #top_part h2.title {
    position: relative;
    text-align: center;
}

.page-user-register #top_part h2.title::after {
    content: "انضم إلينا وابدأ رحلتك";
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.page-user-register .js-form-item-pass::after {
    top: 29%;

}

.page-user-register #middle_part #block-bootstrap-barrio-subtheme-content .password_link {
    display: none;
}

.page-user-register .login_link {
    text-align: center;
}

.page-user-register .login_link::before {
    content: "لديك حساب بالفعل؟ ";
    display: inline;
    color: #4A5565;
    font-family: Tajawal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


/* .menu--makes-a-difference ul li:nth-child(2) a {
    background: unset !important;
    font-size: 38px !important;

    svg {
        color: #8B7355;
    }
} */


.user-logged-in .menu--makes-a-difference ul li:nth-child(3) a {
    background: unset !important;
    font-size: 38px !important;

    svg {
        color: #8B7355;
    }
}





/* .registration-form-section form.webform-submission-form {
    max-width: 706px;
    margin: 0 auto;
    background: #fff;
    padding: 47px;
} */

/* .registration-form-section {
    background: #F8F5F2;
    padding: 70px 0;
} */
.registration-form-section {

    padding: 0px 0;

}

.registration-form-section .layout {
    display: flex;
    justify-content: center;
    background: #F8F5F2;
}

.registration-form-section .col-12 {
    width: 893.595px;
    border-radius: 0 0 24px 24px;
    border: 1.196px solid rgba(139, 115, 85, 0.10);
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 47px;
}


.page-node-2 .inner-image .views-field-fieldset-1 .field-content {
    display: flex;
    justify-content: center;


}

.page-node-2 .inner-image {
    background: #F8F5F2;
}

.page-node-2 .inner-image .main-inner-image-wrapper {
    background: #4A3B2A;
    padding: 25px;
    width: 893.595px;
    border-radius: 24px 24px 0px 0px;
}

.page-node-2 #main-wrapper {
    padding-block: 24px;
}

.page-node-2 .inner-image .views-field-fieldset-1 .field-content .views-field-nothing {
    display: flex;
}