
*, *::before, *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-adahi h3{
    font-size:1em !important;
}

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
  text-decoration: none;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

.adahi-title-bg h1{
    line-height:1.4;
        max-width: 90% !important;
}

body {
    background-color: var(--BG, #eaeffb);
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.bg-light{
    background-color: inherit !important;
}
.col-0 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.login_btn, .donate {
    padding: 19px 0px !important;
}
.login_section{
    padding-left:0px;
}

.login_section a{
    width:100%;
}
.cart_section .col-1{
    display: none;
}
.currency_id{
    appearance: auto;
}
.fixed > .row {
    width: 95% !important;
  }

.head-link {
    color: #fff;
    text-decoration: unset;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}
[dir="rtl"] .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
}	
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.accordion-item,
.accordion-button {
    border-radius: 10px !important;
}

.accordion-item {
    margin: 15px 0;
}

.accordion-header {
    border-radius: 11px 12px 3px 1px;
}

.accordion-button:not(.collapsed) {
    background: #d2e9ff;
    border: unset;
    box-shadow: unset;
}

.accordion-item {
    background: #d2e9ff;
}

[dir="rtl"].input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .form-floating > label {
    left: unset;
    right: 0;
}
[dir='ltr'] .login_section{
    padding-right:0px;
}
[dir='ltr'] .adahi-title-bg{
    background-position: right;
}
[dir='ltr'] .text-end {
    text-align: left !important;
}
[dir='ltr']  .sadaka_value {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.container_project>.title a{
    text-decoration: none;
}

.btn.btn-warning {
    width: 100%;
}

.toggle_question{
    cursor: pointer;
}


.threeHeader {
    background-color: #2f64d3;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 16px 60px;
}

@media (max-width: 991px) {
    .threeHeader {
        max-width: 100%;
        padding: 0 20px;
    }
}


.div-58 {
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-58 {
        margin-top: 20px;
    }
}


@media (max-width: 991px) {
    .column-4 {
        width: 100%;
    }
}

.card-adahi{
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 10px;
    height:100%;
}
.weight{
    background: #ffca2c;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.price{
    background: #ffca2c;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .card-adahi {
        margin-top: 10px;
    }
}

.div-76 {
    justify-content: end;
    display: flex;
    margin-top: 16px;
    gap: 4px;
    text-align: right;
    padding: 7px 0;
}


.div-79 {
    color: #000;
    flex: 1;
    margin: auto 0;
    font: 500 16px/20px IBM Plex Sans Arabic, -apple-system, Roboto, Helvetica,
    sans-serif;
}

.div-85 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}
[dir="rtl"] .accordion-button {
    text-align: right;
}

.circle-loader {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #fff;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 2em;
    height: 2em;
  }
  .green{
        background-color: #ffc107 !important;
        color:#fff !important;
        border-color: #ffc107 !important;
}

  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #fff;
    transition: border 500ms ease-out;
  }
  
  .checkmark {
    display: none;
    
    &.draw:after {
      animation-duration: 800ms;
      animation-timing-function: ease;
      animation-name: checkmark;
      transform: scaleX(-1) rotate(135deg);
    }
    
    &:after {
      opacity: 1;
      height: calc(2em/2);
      width: calc((2em/2)/2 );
      transform-origin: left top;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      content: '';
      left: calc(2em/6 + 2em/12);
      top: calc(2em/2);
      position: absolute;
    }
  }

  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: calc((2em/2)/2);
      opacity: 1;
    }
    40% {
      height: 2em/2;
      width: calc((2em/2)/2);
      opacity: 1;
    }
    100% {
      height: 2em/2;
      width: calc((2em/2)/2);
      opacity: 1;
    }
  }

@media (max-width: 991px) {
    .div-85 {
        margin-top: 20px;
    }
   
}
@media (max-width: 991px) and (min-width:780px) {
    .card-adahi{
        padding:0px;
    }
}

.fixed .badge {
    position: absolute;
    top: -5px;
}
.badge {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-right: -10px;
    border-radius: 9px;
}
.fixed .fa {
    color: #fff;
}
.fixed .top_cart {
    top: 2px !important;
    display: block;
    position: relative;
    font-size: 22px;
}
.div-100 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-100 {
        margin-top: 20px;
    }
}


.div-113 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-113 {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .fixed .top_cart {
        font-size: 28px;
    }
    .fixed .top_cart {
        top: 0px !important;
    }
    .badge{
        font-size: 20px;
        padding: 4px 3px;
        height: 25px;
        width: 25px;
    }

}
.ads {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/*  select*/

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    height: 35px !important;
}
#sadaka_type{
    appearance: auto !important;
}

.btn-minus {
    background: #eaeffb;
    color: #707b96;
    border: unset;
    border-radius: 10px !important;
}

.btn-plus {
    background: #2f64d3;
    color: #fff;
    border: unset;
    border-radius: 10px !important;
}

.inputQ {
    border: unset;
    width: 100px;
}

.slide_card .title a{
    text-decoration: none;
}
.slide_card .title h4,.slide_card .title h3{
		font-Weight:700;
		font-Size:18px;
	}
#contact_us {
    margin-top: 20px !important;
}




@media  only screen and (max-width: 768px) {
    .adahi-title-bg {
        background-size: 36%;
        background-position: -20px 45px;
    }
   
}

hr{
    margin: 5px;
}


/*input  sadaka*/

.sadaka_value{
    max-height: 38px !important;
    min-height: 38px !important;
}




.form-floating>label {
    padding: .5rem .75rem ;
}
.ramadan_project1{
    margin-top: 70px  !important;
}
#contact_us .social_icon {
    font: normal normal normal 16px / 1 FontAwesome !important;
}
#contact_us a{
    text-decoration: none;
}

@media screen and ( max-width:992px){
    .logo_banner{
        margin-right:0px;
    }
    .container .col{
            padding-left:10px;
            padding-right:10px;
    }
    .ramadan_project1 .container{
        padding:0px;
    }
   
    .fixed {
      bottom: inherit !important;
      top: 0px !important;
    }
    .fixed .navbar .logo_banner {
      display: block !important;
    }
    .fixed .top_login {
      display: none !important;
    }
    

#map{
		height:420px;
	}
    
}

.adahi-title-bg .w-ad-75{
       width:75% ;
    } 
    
@media screen and ( min-width:992px){
	#map{
		height:650px;
	}
	.adahi-title-bg {
        background: url(../../img/adahi/2024/bg_cow.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }
       
}
@media screen and ( max-width:991px){

	.adahi-title-bg .w-ad-75{
       width:100% !important;
    }
    .adahi-title-bg h1{
        max-width:100% !important;
        margin-bottom:10px;
        text-align:Center;
    }
    .adahi-title-bg .lh-base{
        text-align:justify;
    }
}



/************* 2026 update *************************/

@font-face {
		  font-family: 'Almarai_r';
		  src: url('/img/ramadan2026/Almarai/Almarai-Regular.ttf') format('truetype');
		  font-weight: 400;
		  font-style: normal;
		}
    body{
        font-family: 'Almarai_r' !important;
    }
    .qurbani-journey-section,
    .qurbani-stats-section {
        background: #f7f9ff;
        color: #203f81;
        border: 1px solid #dbe4fb;
        border-radius: 18px;
        margin: 0px auto;
        padding: 34px 0;
        overflow: hidden;
        box-shadow: 0 6px 16px rgba(35, 62, 128, 0.06);
    }

    .qurbani-journey-section .container,
    .qurbani-stats-section .container {
        position: relative;
        z-index: 2;
    }

    .qurbani-journey-section .section-head,
    .qurbani-stats-section .section-head {
        max-width: 900px;
        margin: 0 auto 26px;
        text-align: center;
    }

    .qurbani-section-title {
        font-size: clamp(1.55rem, 3vw, 2.55rem);
        font-weight: 800;
        margin-bottom: 10px;
        color: #203f81;
    }

    .qurbani-section-subtitle {
        color: #5f6f9a;
        line-height: 1.9;
        font-size: .97rem;
        margin: 0;
    }

    .desktop-stage {
        position: relative;
        min-height: 760px;
        border: 1px dashed #c8d7fb;
        border-radius: 20px;
        padding: 24px;
        background: #ffffff;
    }

    .path-svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .route {
        fill: none;
        stroke: #7f9ae6;
        stroke-width: 4;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 10 10;
        opacity: .35;
        transition: opacity .35s ease;
    }

    .route.animate {
        opacity: 1;
        animation: moveDash 2s linear forwards;
    }

    @keyframes moveDash {
        from { stroke-dashoffset: 300 }
        to { stroke-dashoffset: 0 }
    }

    .dot {
        fill: #f0b441;
        opacity: 0;
    }

    .dot.show {
        opacity: 1;
        animation: pulse 1.4s infinite;
    }

    @keyframes pulse {
        0%,100% { transform: scale(1) }
        50% { transform: scale(1.18) }
    }

    .step-card {
        position: absolute;
        width: 240px;
        background: #f4f7ff;
        border: 1px solid #dbe4fb;
        border-radius: 18px;
        padding: 18px;
        box-shadow: 0 8px 18px rgba(35, 62, 128, 0.06);
        opacity: 0;
        transform: translateY(24px);
        transition: all .7s ease;
    }

    .step-card.show {
        opacity: 1;
        transform: translateY(0);
    }

    .step-num {
        position: absolute;
        top: 10px;
        font-size: 42px;
        font-weight: 800;
        color: #ffca2c;
        line-height: 1;
    }

	[dir='rtl'] .step-num {
        left: 14px;
    }
	
	[dir='ltr'] .step-num {
        right: 14px;
    }
    .step-country {
        font-size: 20px;
        font-weight: 700;
        color: #203f81;
        margin: 4px 0 8px;
		width:97%;
    }
	
	[dir='ltr'] .step-desc li::before {
		right: auto !important;
		left:0px;
	}
	
	

    .title-pill {
        display: inline-block;
        background: #dfe9ff;
        color: #203f81;
        padding: 7px 12px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .step-desc {
        padding: 0;
        margin: 12px 0 0;
        list-style: none;
        line-height: 1.9;
        font-size: 14px;
        color: #5f6f9a;
    }

    .step-desc li {
        position: relative;
       
    }

	[dir='rtl'] .step-desc li {
        padding-right: 14px;
    }
	
	[dir='ltr'] .step-desc li{
       padding-left: 14px;
    }
	
    .step-desc li::before {
        content: "•";
        position: absolute;
        right: 0;
        color: #203f81;
    }

    .step1 { top: 150px; right: 38px; }
    .step2 { top: 118px; right: 300px; }
    .step3 { top: 270px; right: 535px; }
    .step4 { top: 142px; right: 800px; }
    .step5 { top: 470px; left: 38px; width: 270px; }

    .mobile-stage {
        display: none;
    }

    .stats-slider-wrap {
        position: relative;
        padding: 12px;
    }

    .qurbaniYearsSwiper {
        overflow: hidden;
        padding: 8px 2px 48px;
    }

    .qurbaniYearsSwiper .swiper-wrapper,
    .qurbaniYearsSwiper .swiper-slide {
        box-sizing: border-box;
    }

    .qurbaniYearsSwiper .swiper-slide {
        height: auto;
    }

    .year-stat-card {
        background: #dfe9ff;
        border: 1px solid #e6ddca;
        border-radius: 22px;
        padding: 20px 18px 18px;
        box-shadow: 0 10px 24px rgba(35, 62, 128, 0.08);
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }

    .year-stat-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(32, 63, 129, 0.03), transparent 42%);
        pointer-events: none;
    }

    .year-stat-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 14px;
        position: relative;
        z-index: 1;
    }

    .year-badge {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #203f81;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: .9rem;
        flex: 0 0 auto;
        order: 2;
    }

    .year-title-wrap {
        text-align: right;
        flex: 1;
        order: 1;
    }

    .year-title-wrap h3 {
        margin: 0 0 6px;
        font-size: 1.45rem;
        font-weight: 800;
        color: #203f81;
        line-height: 1.25;
    }

    .year-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;
        border-radius: 999px;
        background: #203f81;
        border: 1px solid #dbe2f4;
        font-size: .64rem;
        font-weight: 700;
        color: #fff;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        position: relative;
        z-index: 1;
    }

    .stat-box {
        background: linear-gradient(180deg, #eef2ff 0%, #e3e9f9 100%);
        border: 1px solid #d6def2;
        border-radius: 16px;
        padding: 14px 8px;
        min-height: 86px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	 @media (min-width: 991.98px) {
		  .stat-box {
			padding: 14px 6px;
		}
		 
	 }

    .stat-label {
        font-size: .92rem;
        color: #7580a1;
        margin-bottom: 8px;
        line-height: 1.25;
    }

    .stat-value {
        font-size: 1rem;
        font-weight: 800;
        color: #203f81;
        line-height: 1.45;
    }
	 @media (min-width: 991.98px) {
		 .stat-value {
			font-size: .8rem;
		 }
	 }

    .year-card-footer {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #e8e0d2;
        display: grid;
        grid-template-columns: 126px 1fr;
        gap: 14px;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .year-gallery-btn {
        border: 0;
        border-radius: 999px;
        background: linear-gradient(135deg, #203f81, #3158ab);
        color: #fff;
        font-weight: 700;
        font-size: 0;
        padding: 0;
        width: 126px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(35, 62, 128, 0.18);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .year-gallery-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 24px rgba(35, 62, 128, 0.22);
        color: #fff;
    }

    .year-gallery-btn .icon {
        margin: 0;
        font-size: 1.45rem;
        line-height: 1;
    }

    .year-gallery-hint {
        color: #6a7392;
        font-size: .97rem;
        line-height: 1.65;
        margin: 0;
        text-align: right;
    }

    .yearGalleryModal .modal-content {
        border: 0;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 24px 60px rgba(16, 33, 76, 0.22);
    }

    .yearGalleryModal .modal-header {
        background: linear-gradient(135deg, #203f81, #3258aa);
        color: #fff;
        padding: 18px 22px;
        border: 0;
    }

    .yearGalleryModal .modal-title {
        font-size: 1.2rem;
        font-weight: 800;
    }

    .yearGalleryModal .btn-close {
        filter: invert(1);
        opacity: 1;
    }

    .yearGalleryModal .modal-body {
        background: #f5f8ff;
        padding: 18px 18px 22px;
    }

    .year-gallery-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .year-gallery-note {
        margin: 0;
        color: #5f6f9a;
        font-size: .95rem;
    }

    .year-gallery-counter {
        background: #fff;
        border: 1px solid #dbe4fb;
        color: #203f81;
        border-radius: 999px;
        padding: 8px 14px;
        font-weight: 700;
        font-size: .9rem;
    }

    .yearGallerySwiper {
        overflow: hidden;
        border-radius: 20px;
    }

    .year-gallery-slide {
        height: auto;
    }

    .year-gallery-card {
        background: #fff;
        border: 1px solid #dbe4fb;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(35, 62, 128, 0.08);
        height: 100%;
    }

    .year-gallery-image {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
        background: #eaf0fe;
    }

    .year-gallery-caption {
        padding: 12px 14px 14px;
    }

    .year-gallery-caption strong {
        display: block;
        color: #203f81;
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .year-gallery-caption span {
        display: block;
        color: #5f6f9a;
        font-size: .9rem;
        line-height: 1.7;
    }

    .yearGallerySwiper .swiper-button-next,
    .yearGallerySwiper .swiper-button-prev {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #dbe4fb;
        box-shadow: 0 10px 18px rgba(35, 62, 128, 0.12);
    }

    .yearGallerySwiper .swiper-button-next::after,
    .yearGallerySwiper .swiper-button-prev::after {
        font-size: 15px;
        font-weight: 800;
        color: #203f81;
    }

    .yearGallerySwiper .swiper-pagination-bullet {
        background: #a7bcf3;
        opacity: 1;
    }
	[dir="ltr"] .modal-header {
		flex-direction: row !important;
	}

    .yearGallerySwiper .swiper-pagination-bullet-active {
        background: #203f81;
    }

    .qurbani-years-next,
    .qurbani-years-prev {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #dbe4fb;
        box-shadow: 0 6px 14px rgba(35, 62, 128, 0.08);
    }

    .qurbani-years-next::after,
    .qurbani-years-prev::after {
        font-size: 14px !important;
        font-weight: 800;
        color: #203f81;
    }

   
    .qurbani-years-pagination .swiper-pagination-bullet {
        background: #b9c9f3;
        opacity: 1;
    }

    .qurbani-years-pagination .swiper-pagination-bullet-active {
        background: #203f81;
    }

    .qurbani-faq-visible {
        display: block !important;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .qurbani-faq-visible .accordion-item {
        background: #d2e9ff;
    }

    .slide_card .title a {
        min-height: 54px;
        display: block;
    }

    @media (max-width: 991.98px) {
        .select2  span{
			font-size:.8rem;
		}
		 .stat-value {
			font-size: 1.08rem;

		}
		 .qurbani-years-pagination {
        top: 88% !important;
    }
	.stat-box:last-child{
		
	}
        .desktop-stage {
            display: none;
        }

        .mobile-stage {
            display: block;
            position: relative;
            border: 1px dashed #c8d7fb;
            border-radius: 20px;
            padding: 20px 14px 22px;
            background: #ffffff;
        }

        .mobile-line {
            position: absolute;
            top: 34px;
            right: 28px;
            bottom: 34px;
            width: 4px;
            border-radius: 999px;
            overflow: hidden;
            background: rgba(127, 154, 230, 0.18);
        }

        .mobile-line-progress {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 0;
            border-radius: 999px;
            background: repeating-linear-gradient(to bottom, #7f9ae6 0 10px, transparent 10px 20px);
            transition: height .7s ease;
        }

        .mobile-item {
            position: relative;
            padding-right: 40px;
            margin-bottom: 18px;
            opacity: 0;
            transform: translateY(20px);
            transition: all .6s ease;
        }

        .mobile-item.show {
            opacity: 1;
            transform: translateY(0);
        }

        .mobile-num {
            position: absolute;
            right: 0;
            top: 18px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #f0b441;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
        }

        .mobile-card {
            background: #f4f7ff;
            border: 1px solid #dbe4fb;
            border-radius: 16px;
            padding: 14px;
            position: relative;
            min-height: 170px;
        }

        .mobile-card .step-country {
            margin: 0 0 8px;
            font-size: 18px;
        }

        .stats-slider-wrap {
            padding: 8px 10px 38px;
        }

        .stats-grid {
            grid-template-columns: 1fr;
        }


        .qurbaniYearsSwiper {
            padding-bottom: 8px;
        }

        .qurbaniYearsSwiper .swiper-slide {
            width: 88%;
        }

        .year-stat-card {
            min-height: 100%;
        }

        .qurbani-years-next,
        .qurbani-years-prev {
            display: none !important;
        }
    }
	#yearGalleryModal{
		    z-index: 10000000;
	}
	[dir="rtl"] #yearGalleryModal{
		    z-index: 10000000;
			direction:rtl;
			text-align:right;
	}
	[dir="rtl"]  .yearGalleryModal .modal-header{
		flex-direction:row;
	}
	.title_adahi{
			color:#203f81;
			font-weight:bold;
			 font-size: clamp(1.55rem, 3vw, 2.55rem);
	}
	 @media (min-width: 991.98px) { 
		.container_project .swiper {
			padding: 12px;
		}
		.container_project .swiper-wrapper{
			border: 1px dashed rgb(200, 215, 251);
			border-radius: 20px;
			padding: 24px 0px;
			background: rgb(255, 255, 255);
		}
	 }
	.h1, h1 {
			font-size: calc(1.375rem + 1.3vw);
	}
	/* ===== Floating Quick Donate ===== */
.quick-donate-floating {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: all .28s ease;
}

.quick-donate-floating.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.quick-donate-trigger {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #db0000, #b80000);
    color: #fff;
    box-shadow: 0 14px 34px rgba(219, 0, 0, .28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.quick-donate-trigger:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(219, 0, 0, .35);
}

.quick-donate-trigger svg {
    width: 24px;
    height: 24px;
}

.quick-donate-panel {
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #ffffff;
    border: 1px solid #dbe4fb;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(35, 62, 128, .16);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(.98);
    transition: all .25s ease;
}

.quick-donate-floating.is-open .quick-donate-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.quick-donate-head {
    background: linear-gradient(135deg, #203f81, #2f58ac);
    color: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.quick-donate-head h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.quick-donate-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quick-donate-body {
    padding: 16px;
    background: #f8faff;
}

.quick-donate-body .form-label {
    color: #203f81;
    font-weight: 700;
    font-size: .92rem;
    margin-bottom: 8px;
}

.quick-donate-body .form-control,
.quick-donate-body .form-select {
    border-radius: 14px;
    min-height: 46px;
    border: 1px solid #d6e0fb;
    box-shadow: none;
}

.quick-donate-body .form-control:focus,
.quick-donate-body .form-select:focus {
    border-color: #203f81;
    box-shadow: 0 0 0 .16rem rgba(32, 63, 129, .12);
}

.quick-donate-amount-row {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 10px;
}

.quick-donate-actions {
    display: grid;
    grid-template-columns: 1fr 52px;
    gap: 10px;
    margin-top: 14px;
}

.quick-donate-now {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #db0000, #b80000);
    color: #fff;
    min-height: 48px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(219, 0, 0, .2);
}

.quick-donate-cart {
    border-radius: 14px;
    min-height: 48px;
    border: 1px solid #dbe4fb;
    background: #fff;
    color: #203f81;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quick-donate-help {
    color: #6c7aa5;
    font-size: .82rem;
    margin-top: 8px;
}

.quick-donate-error {
    display: none;
    color: #db0000;
    font-size: .84rem;
    font-weight: 700;
    margin-top: 8px;
}

.quick-donate-error.show {
    display: block;
}

@media (max-width: 991.98px) {
    .quick-donate-floating {
        left: 12px;
        bottom: 12px;
    }

    .quick-donate-trigger {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .quick-donate-panel {
        width: min(330px, calc(100vw - 24px));
        bottom: 64px;
    }

    .quick-donate-head { 
        padding: 12px 14px;
    }

    .quick-donate-body {
        padding: 14px;
    }

    .quick-donate-amount-row {
        grid-template-columns: 1fr 92px;
    }
}

@media (max-width: 575.98px) {
    .quick-donate-panel {
        width: min(320px, calc(100vw - 20px));
    }
}
.quick-donate-help {
    display: none;
    color: #6c7aa5;
    font-size: .82rem;
    margin-top: 8px;
}

.quick-donate-toast {
    position: fixed;
    z-index: 10000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: all .28s ease;
    max-width: calc(100vw - 24px);
}

/* Desktop Arabic */
html[lang="ar"] .quick-donate-toast,
body[dir="rtl"] .quick-donate-toast,
[dir="rtl"] .quick-donate-toast {
    right: 18px;
    left: auto;
    bottom: 24px;
}

/* Desktop English */
html[lang="en"] .quick-donate-toast,
body[dir="ltr"] .quick-donate-toast,
[dir="ltr"] .quick-donate-toast {
    left: 18px;
    right: auto;
    bottom: 24px;
}

.quick-donate-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.quick-donate-toast-card {
    width: 360px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #dbe4fb;
    border-radius: 20px;
    box-shadow: 0 22px 46px rgba(35, 62, 128, .16);
    padding: 16px 16px 14px;
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.quick-donate-toast-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #203f81, #3158ab);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-donate-toast-content {
    flex: 1;
}

.quick-donate-toast-title {
    color: #203f81;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.quick-donate-toast-text {
    color: #66749d;
    font-size: .87rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.quick-donate-toast-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.quick-donate-toast-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #db0000, #b80000);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(219, 0, 0, .18);
}

.quick-donate-toast-link {
    border: 0;
    background: transparent;
    color: #203f81;
    font-weight: 700;
    padding: 0 6px;
}

.quick-donate-toast-close {
    position: absolute;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    background: #f4f7ff;
    color: #203f81;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Close button position حسب الاتجاه */
html[lang="ar"] .quick-donate-toast-close,
body[dir="rtl"] .quick-donate-toast-close,
[dir="rtl"] .quick-donate-toast-close {
    left: 8px;
    right: auto;
}

html[lang="en"] .quick-donate-toast-close,
body[dir="ltr"] .quick-donate-toast-close,
[dir="ltr"] .quick-donate-toast-close {
    right: 8px;
    left: auto;
}

/* Mobile: top center */
@media (max-width: 991.98px) {
    .quick-donate-toast {
        top: 12px;
        right: 12px !important;
        left: 12px !important;
        bottom: auto !important;
        transform: translateY(-16px);
    }

    .quick-donate-toast.show {
        transform: translateY(0);
    }

    .quick-donate-toast-card {
        width: 100%;
        padding: 14px 14px 12px;
    }
}
/* =========================
   Blog & YouTube Sections
========================= */
.qurbani-media-section{
    
    color: #203f81;
    
    margin: 30px auto 0;
    padding: 34px 0;
    overflow: hidden;
    
}

.qurbani-media-section .section-head{
    max-width: 900px;
    margin: 0 auto 24px;
    text-align: center;
}

.qurbani-media-section .section-head .eyebrow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #eaf0ff;
    color: #203f81;
    font-weight: 800;
    font-size: .9rem;
    margin-bottom: 12px;
}

.qurbani-media-box{
    background: #fff;
    border: 1px dashed #c8d7fb;
    border-radius: 20px;
    padding: 22px 18px;
}

.qurbani-blog-swiper,
.qurbani-video-swiper{
    overflow: hidden;
    padding: 6px 4px 42px;
}

.qurbani-blog-card{
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #dbe4fb;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(35, 62, 128, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.qurbani-blog-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(35, 62, 128, 0.14);
    text-decoration: none;
}

.qurbani-blog-thumb{
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #edf3ff;
}

.qurbani-blog-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.qurbani-blog-card:hover .qurbani-blog-thumb img{
    transform: scale(1.06);
}

.qurbani-blog-badge{
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: rgba(32, 63, 129, .92);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .76rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(35, 62, 128, .18);
}

.qurbani-blog-body{
    padding: 16px 16px 18px;
}

.qurbani-blog-meta{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #7382aa;
    font-size: .86rem;
    font-weight: 700;
}

.qurbani-blog-title{
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.8;
    color: #203f81;
    margin-bottom: 10px;
    min-height: 62px;
}

.qurbani-blog-desc{
    color: #5f6f9a;
    font-size: .93rem;
    line-height: 1.9;
    min-height: 78px;
    margin-bottom: 14px;
}

.qurbani-blog-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #801336;
    font-weight: 800;
    font-size: .92rem;
}

.qurbani-blog-link svg{
    width: 16px;
    height: 16px;
}

.qurbani-video-card{
    height: 100%;
   

    overflow: hidden;
   
}

.qurbani-video-frame-wrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #eef3ff;
}

.qurbani-video-frame-wrap iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.qurbani-video-body{
    padding: 16px;
}

.qurbani-video-title{
    font-size: 1rem;
    font-weight: 800;
    color: #203f81;
    line-height: 1.8;
    margin-bottom: 8px;
}

.qurbani-video-desc{
    color: #5f6f9a;
    font-size: .92rem;
    line-height: 1.8;
    margin: 0;
    min-height: 58px;
}

.qurbani-media-nav.swiper-button-next,
.qurbani-media-nav.swiper-button-prev{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dbe4fb;
    box-shadow: 0 8px 18px rgba(35, 62, 128, 0.1);
}

.qurbani-media-nav.swiper-button-next::after,
.qurbani-media-nav.swiper-button-prev::after{
    font-size: 14px;
    font-weight: 800;
    color: #203f81;
}

.qurbani-media-pagination .swiper-pagination-bullet{
    background: #b9c9f3;
    opacity: 1;
}

.qurbani-media-pagination .swiper-pagination-bullet-active{
    background: #203f81;
}

.qurbani-section-divider{
    height: 1px;
    background: linear-gradient(to left, transparent, #d7e2ff, transparent);
    margin: 24px 0;
}

@media (max-width: 991.98px){
    .qurbani-media-section{
        padding: 26px 0;
    }

    .qurbani-blog-thumb{
        height: 200px;
    }

    .qurbani-blog-title{
        min-height: auto;
    }

    .qurbani-blog-desc,
    .qurbani-video-desc{
        min-height: auto;
    }

    .qurbani-media-nav{
        display: none !important;
    }
}

