 .banner-title-2{
font-size: 30px !important;
font-weight: bold;
}

 .testimonial-slider-2.h4-testimonial .testimonial-item .desc {
  color: var(--tj-color-heading-primary) !important;
  line-height: 1.545;
  padding-bottom: 10px;
}
.tji-quote:before {
    content: "\e92e";
    display: inline-block; /* ضروري لتطبيق التحويل */
   
}
[dir="rtl"] .tji-quote:before {
    transform: scaleX(-1);
}
.testimonial-slider-2.h4-testimonial .testimonial-navigation {

   bottom: 29px !important;
}
.testimonial-slider-2.h4-testimonial {
   padding: 10px 20px !important;
}
.testimonial-slider-2.h4-testimonial .testimonial-item {
    background-color: transparent;
    padding: 10px 30px 0 !important;
    height: auto;
}
.title-color{
   color: var(--tj-color-heading-primary) !important;
}
.size-height{
   max-height: 80%;
}
.item-bg-color{
background-color: #0c7fae4a !important;
}
.a-font{
   font-weight: 600 !important;
}
.container-inline{
   margin-inline-start: 30px;
   margin-inline-end: 30px;
   padding-bottom:120px
}
.section-gap-x-web{
    margin-inline-start: 30px;
   margin-inline-end: 30px;
}
.section-gap-m{
   margin-top: 100px;
}
.header-size {
    width: calc(100% - 0px) !important;
    inset-inline-start:0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-size {
        /*width: calc(100% - 25px) !important;*/
        inset-inline-start: 0px !important;
        inset-inline-end: 0px !important;
    }
    .site_logo .logo{
        max-width:120px;
    }
}

.title-size {
    font-size: 30px !important;
}
.section-m {
   
    margin-bottom: -230px !important;
}
.section-gap-y-web{
   margin-bottom: 100px;
}

.odometer {
  direction: ltr; /* مهم مع RTL */
  text-align: left;
}


/*donation cuatom + home custom  */

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

body {
    font-family: 'Tajawal',IBMPlexSansArabic-Medium, sans-serif;
}



.header-area.header-2.header-sticky > .container-fluid {
    --bs-gutter-x: 0;
}

    .header-area.header-2.header-sticky > .container-fluid > .row {
        --bs-gutter-x: 0;
    }


.header-2.header-absolute .mainmenu > ul > li > a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

    .header-2.header-absolute .mainmenu > ul > li > a:hover {
        transform: translateY(-3px);
    }

    .header-2.header-absolute .mainmenu > ul > li > a::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 5px;
        background-color: #A6A6A6;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s ease;
    }

    .header-2.header-absolute .mainmenu > ul > li > a:hover::before {
        transform: scaleY(1);
    }




.header-2.header-duplicate .mainmenu > ul > li > a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

    .header-2.header-duplicate .mainmenu > ul > li > a:hover {
        transform: translateY(-3px);
    }

    .header-2.header-duplicate .mainmenu > ul > li > a::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 5px;
        background-color: #A6A6A6;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s ease;
    }

    .header-2.header-duplicate .mainmenu > ul > li > a:hover::before {
        transform: scaleY(1);
    }


.h6-project-item.active .h6-project-item-inner::after {
    background: right 100% / 110% repeat-x url(/Webyan/webyanTemp/Pattern-BG.svg), linear-gradient(to top, #13236e94 30%, #ffffff03);
}

.h6-project-item-inner::after {
    background: right 100% / 110% repeat-x url(/Webyan/webyanTemp/Pattern-BG.svg), linear-gradient(to top, #13236e94 30%, #ffffff03);
    background-size: cover;
    opacity: 0.1;
    height: 40%;
}

.h6-project-item {
    border-radius: 90px !important;
}

    .h6-project-item.active {
        border-radius: 45px !important;
    }

.card {
    border-radius: 12px;
}

.w-85 {
    width: 85%;
}

.team .team__single-content p {
    color: var(--primary-color);
}

.cust_border {
    border: solid 2px #d4f0fc;
}

#main-modal.show {
    padding-left: 0px !important;
}

body.modal-open {
    padding-right: 0px !important;
}


.bg-webyan {
    background-color: var(--base-bg);
}

body {
    background-color: #f7f9fa;
}

.project-item .categories a {
    background-color: #f7fcff;
    backdrop-filter: none;
    color: var(--tj-color-text-body);
    border-color: #d4f0fc;
}

.categories a {
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 18px;
    line-height: 1;
    color: var(--tj-color-text-body);
    font-weight: var(--tj-fw-medium);
    padding: 8px 14px 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #dcf2fd;
    backdrop-filter: blur(15px);
}

.client-item {
    transition: transform 0.3s ease;
}

    .client-item:hover {
        transform: translateY(-10px); /* Lifts the logo up */
    }



.client-logo:hover {
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.2));
}

    .client-logo:hover img {
        opacity: 1;
        transform: scale(1.1); /* Optional: subtle zoom */
    }

client-logo {
    padding: 20px;
    border-radius: 12px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.client-logo:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.tj-page-link {
    padding: 10px;
}

    .tj-page-link span i {
        color: white;
    }

.infos-item .project-text {
    align-content: center;
}

.bg-wh {
    background-color: #ffffff80;
}

.bg-whitee {
    background-color: #fff;
}

.bg-border {
    background-color: #f7fcff;
}

.bg-custom {
    background-color: #f7fcff;
}

.lang .nice-select, select {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 2.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #fafafa;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nice-select:active, .nice-select.open, .nice-select:focus, .nice-select {
    color: var(--tj-color-text-body-2);
}

.social-links ul li a i {
    color: var(--tj-color-common-white) !important;
}

.social-links ul li a {
    background-color: var(--tj-color-theme-primary) !important;
}

.ripcar-btn {
    background-color: var(--primary-color);
}



.funfact-one .funfact-one__icon img {
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #115da9;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.WhatsAppLink {
    font-size: 23px !important;
    border-radius: 100%;
    background: #25d366 !important;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    bottom: 10px;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 80px;
    right: 35px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999999;
    cursor: pointer;
}




@@media screen and (max-width: 767px) {
    .btn-whatsapp-pulse {
        bottom: 75px;
        right: 10px;
        font-size: 25px;
        padding: 20px;
    }
}
/* Pagination */
.pagination .page-link {
    border: 2px solid #e5e7eb;
    color: #6b7280;
    padding: 12px 18px;
    border-radius: 12px !important;
    margin: 0 4px;
    font-weight: 600;
    transition: var(--transition-smooth);
}

.pagination .page-item.active .page-link {
    background: var(--webyan-gradient);
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(26, 90, 74, 0.3);
    color: #e5e7eb;
}

.pagination .page-link:hover {
    background: #e8f5f1;
    border-color: var(--primary-color);
    color: var(--primary-color);
}


.pv2-donate-btn, .pv2-progress-fill, .type-ribbon-donation, .type-donation .pv2-badge {
    background: linear-gradient(135deg, var(--donation-color) 0%, var(--donation-color-light) 100%);
}

.pv2-amount-btn, .pv2-cat-donation {
    color: var(--donation-color);
    background: var(--donation-color-trans);
}

    .pv2-amount-btn:hover, .pv2-amount-input:focus, .type-donation:hover {
        border-color: var(--donation-color);
    }
    .pv2-amount-btn.active {
        background: var(--donation-color);
        color: #fff;
        border-color: var(--donation-color);
        
    }

.pv2-donate-btn:hover {
    box-shadow: 0 6px 20px var(--donation-color-trans);
}

