*{
    margin:0;
    padding:0;
    text-decoration:none;
    box-sizing:border-box;
    border:none;
}
a {
    text-decoration: none;
    color: #a5714a;
}
img{
    max-width:100%;
    height:auto;
}

.preloader {
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    background:rgba(255,255,255,1);
    z-index: 99999;
    }
    .loader{
        margin: 0 auto;
        position: relative;
        text-align: center;
    width: 100%;
    height: 100vh;
    }
    .pre-box{
     width: 50px;
    height: 50px;
    background: #9bb185;
    animation: loaderAnimate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    border-radius: 3px;
    right: 0;
    bottom: 0;
    }
    .pre-shadow{
        width: 50px;
        height: 5px;
        background: #000;
        opacity: 0.1;
        position: absolute;
        top: 0px;
        right:0;
        bottom:0;
        left: 0;
        border-radius: 50%;
        animation: loaderShadow .5s linear infinite;
    }

@-webkit-keyframes loaderAnimate {
    17% { 
        border-bottom-right-radius: 3px; 
    }
    25% {
        transform: translateY(9px) rotate(22.5deg); 
    }
    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg) ;
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg); 
    }
    100% {
        transform: translateY(0) rotate(90deg); 
    }
}
@keyframes loaderAnimate {
    17% { 
        border-bottom-right-radius: 3px; 
    }
    25% {
        transform: translateY(9px) rotate(22.5deg); 
    }
    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg) ;
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg); 
    }
    100% {
        transform: translateY(0) rotate(90deg); 
    }
} 

@-webkit-keyframes loaderShadow {
    50% {
        transform: scale(1.2,1);
    }
} 

@keyframes loaderShadow {
    50% {
        transform: scale(1.2,1);
    }
}

body{
}


header{
    position:absolute;
    width:100%;
    top:0;
    z-index:1051;
}

header > .header-container{
    max-width:95%;
    padding:0px 0;
    border-radius:0px 0px 10px 10px;
    margin:0 auto;
    background:#fff;
box-shadow:0px 2px 4px #aaa;
    
}
.logocontainer {
    display: flex;
    align-content: center;
    align-items: center;
}
.logo img {
}
.top-header {
    background: #2c2c2c;
    padding: 4px 0px;
}
.top-header a{
    margin:0 0 0 10px;
}

span.address {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 0 5px 0;
    display: block;
    color:#fff;
    letter-spacing: 1px;
}

.top-header a{
    color:#fff;
}

.top-header .container-fluid{
        max-width:95%;
        margin:0 auto;
}

.header-icons {
    padding-right: 20px;
}

.header-icons .header-icon {
    color: #000;
    margin: 20px 13px 0 0px;
    display: inline-block;
}


.header-donate_, .header-donate-one
 {
    background: #a5714a;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    position: relative;
    top: -7px;
    letter-spacing: 1px;
}


.header-donate-one{
    
}

.banner-content {
    position: absolute;
    z-index: 2;
    display:none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.banner-video {
    position: relative;
    width: 100%;
    height: 650px; /* your banner height */
    overflow: hidden;
}

.banner-video{
    height: calc(100vh - 90px) !important;
}

.banner-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* 100vh * 16/9 to always fill width */
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}



/* DONATE BAR */

.quick-donate-bar {
    background: #9bb286;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    border-bottom:4px solid #9cb386;
    gap: 25px;
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* LEFT SIDE */
.qd-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qd-icon img {
height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 3px solid #9cb386;
    padding: 3px;
    background: #ffffff;
}

.qd-title {
    background: #a5714a;
    padding: 12px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
}

/* FIELDS */
.qd-fields {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
        justify-content: flex-start;
}

.qd-input,
.qd-select select {
    background: #fff;
    border-radius: 0px;
    padding: 14px 18px;
    border: none;
    width: 100%;
    font-size: 16px;
}

.qd-select{
    min-width:28% !important;
}
.qd-input {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width:10%;
}

.qd-input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
}

.currency {
    font-weight: 700;
    color: #d10000;
    font-size: 18px;
}

.qd-select select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='green' viewBox='0 0 24 24' width='24' height='24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

/* DONATE BUTTON */
.qd-btn {
  
    background: #000;
    color: #fff;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 0 0 3px #a7724b inset;
    width:max-content;
    margin-top:3px;
}

.qd-btn span {
    background: #fff;
    color: #a5714a;
    padding: 8px 14px;
    border-radius: 50%;
    font-weight: bold;
}


/* DONATE BAR */

.home-cta{
    margin:50px 0;
}


section.check-bg {
padding: 30px 0;
    background: #fff;
}


.two-colors {
    text-align: center;
}
.two-colors h3 span:after{
    background:#9cb386;
    width:100%;
    height:100%;
    position:absolute;
    display:block;
content:"";
    top:0;
    z-index:0;
    right:0;
}
.two-colors h3 span{
    display:inline-block;
    padding:10px 20px;
    position:relative;
    
}


.two-colors h3 span strong{
    position:relative;
    font-weight:400;
    z-index:1;
}
.two-colors h3 {
    background: #68452a;
    overflow: hidden;
    displaY: inline-block;
    color: #fff;
    padding-left: 20px;
    font-size: 45px;
    border-radius: 10px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #68462b;
}


.donation-card {
    width: 360px;
    border-radius: 0px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.donation-img {
    height: 220px;
    object-fit: cover;
    border-radius: 0px 0px 0 0;
}

.donation-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.donation-text {
    font-size: 15px;
    color: #555;
    text-align: center;
    padding: 0 10px;
    min-height: 120px;
}

.donate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E92822;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    padding: 12px 18px;
    text-decoration: none;
    margin: 15px auto 5px;
    cursor:pointer;
    width: 150px;
    transition: 0.2s;
}

.donate-btn:hover {
    background: #c5201b;
    color: #fff;
}

.donate-btn .arrow {
    margin-left: 8px;
    font-size: 18px;
}

.custom-arrow {
    background-color: #3ba93b;
    border-radius: 50%;
    background-size: 40%;
}
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}
.appeals-container{
    padding-bottom:100px !important;
}
.appeal-boxes a.donate-btn {
    background: #a5714a;
    padding: 14px 40px;
    margin:30px auto;
    display: block;
    width: 80%;
    text-align: center;
}

/* Show 3 items in one slide */
@media (min-width: 768px) {
    #donationSlider .carousel-inner .carousel-item {
        display: flex;
    }

    #donationSlider .carousel-item > div {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* Smooth animation */
#donationSlider .carousel-item {
    transition: transform 0.6s ease-in-out;
}


#donationSlider .carousel-item {
    padding: 20px 0;
}

#donationSlider .row {
    display: flex;
}



a.big-btn {
    font-size: 23px;
    text-decoration: none;
    border: 4px solid #a5714a;
    padding: 10px 30px;
    font-weight: 600;
    color: #a5714a;
    border-radius: 40px;
}



  .help-section {
      text-align: center;
      padding: 50px 15px;
    }

    .help-section h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .help-card {
      border: none;
      border-radius: 0px;
      overflow: hidden;
      transition: transform 0.3s;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .help-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .help-card-body {
      padding: 20px;
      background: #fff;
    }

.help-card h5 {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 40px !important;
    color: #dc3545;
    letter-spacing: -1px;
}

    .btn-learn {
      background-color: #9cb386;
      color: #fff;
      font-weight: bold;
      border-radius: 50px;
      padding: 8px 25px;
      transition: background 0.3s;
    }

    .btn-learn:hover {
      background-color: #218838;
      color: #fff;
    }

    .help-card:hover {
      transform: translateY(-10px);
    }
    
    
    
    
    
    /* Custom Styles for Achievements Section */
#achievements-section {
    /* Set minimum height and relative positioning for the background/overlay */
    min-height: 600px; /* Adjust as needed */
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    overflow: hidden; /* Prevent counters from breaking the layout */
}

/* Background Image and Overlay mimicking the original image */
.achievement-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Placeholder for the image. Replace 'your-background-image.jpg' with your actual image path */
    background-image: url('../images/bg.jpg'); 
    background-size: cover;
    background-position: center center;
    
    /* Dark green semi-transparent overlay to make text pop */
    background-color: rgba(0, 0, 0, 0.4); 
    background-blend-mode: multiply; /* Helps blend the color with the image */
}

/* Specific styling for the title text background blocks */
.achievement-title-part {
    line-height: 1;
    display: inline-block;
}

/* Styling for the circular achievement counters */
.achievement-circle {
    width: 240px; /* Diameter of the circle */
    height: 240px;
    border-radius: 0%; /* Makes it a circle */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px; /* Inner padding */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    margin-bottom: 10px;
    /* Optional: add a slight shadow for depth */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Specific colors for the Red circles */
.achievement-red-circle {
    /* Main Red from the image */
    background-color: #68452a !important; 
    /* White border for separation */
    border: 5px solid white; 
}

/* Specific colors for the Green circles */
.achievement-green-circle {
    /* Main Green from the image */
    background-color: #9cb386 !important; 
    /* White border for separation */
    border: 5px solid white;
}

/* Styling for the large number */
.achievement-count {
    line-height: 1.1;
}

/* Styling for the descriptive text */
.achievement-label {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 20px;
    font-weight: 600;
}

/* Adjustments for the Learn More button to match the image */
.achievement-learn-more {
    border: 1px solid white;
    background-color: #4CAF50 !important;
    border-radius: 5px; /* Match the subtle rounded corners */
}

.achievement-green-circle, .achievement-red-circle {
    position:relative;
}
.achievement-green-circle:after, .achievement-red-circle:after {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    border-radius:0%;
    width: 210px;
    height: 210px;
    content: "";
    border: 6px dotted #fff;
}
section#achievements-section p {
    font-size: 23px;
}

/* Adjustments for smaller screens */
@media (max-width: 991.98px) {
    /* Center text elements on smaller screens */
    .achievement-description, .achievement-learn-more {
        margin: 0 auto;
        width: 100% !important;
        display: block;
        text-align: center;
    }
    
    /* Center the title by adjusting its container */
    .col-lg-6:first-child {
        text-align: center;
    }
    
    /* Ensure title parts are centered */
    .col-lg-6:first-child h2 {
        display: inline-block;
    }

    /* Adjust circle size for better fit on small phones */
    .achievement-circle {
        width: 140px;
        height: 140px;
        font-size: 0.9rem;
    }
    .achievement-count {
        font-size: 1.8rem !important; /* Adjust font size for the count */
    }
    .achievement-label {
        font-size: 0.65rem; /* Adjust font size for the label */
    }
}







.testi-controls {
    position: absolute;
    right: 0;
    width: 230px;
    bottom: 30px;
}
a#next2 {
    color: #000;
    font-family: Oswald;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.control-prev{
    background:#a5714a;
    padding:10px;
    color:#fff;
    margin:0 15px 0 0;
    border-radius:3px;
    text-decoration:none;
}
.single-testi h4{    font-family: Oswald;
    color: #a5714a;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    border-bottom:1px solid #76b13e;
    width:90%;
    padding-bottom:10px;
    margin-bottom:10px;
}

.single-testi p {
    font-size: 20px;
    color: #707070;
    font-weight: 300;
    padding: 10px 0 0 0;
}

a.playicon {
    color: #F64028;
    font-size: 30px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
}
.testisection h5{
    font-size:16px;
    font-weight:normal;
}

.testisection h3{
    font-size:50px;
    font-family:Oswald, Arial;
text-transform:uppercase;
color:#a5714a;
font-weight:800;
}
.clientbg{
    position:relative;
}
.container.clientbg {
    background: url('../images/collage.png') no-repeat top right transparent;
    background-size:50% auto;
}
.testisection{
    background:url('../images/testibg.png') no-repeat 0 0 transparent;
    background-size:100% auto;
    padding:100px 20px;
}

    .awards-bar {
        background: #e6f3fc;       /* light blue background */
        padding: 0;
        height: 140px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .left-banner {
        background: #1f4764;       /* dark blue */
        color: white;
        padding: 25px 40px;
        clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
        height: 100%;
        display: flex;
        width:35%;
justify-content:flex-end;
    }
    
    .single-testi{
        background:#fff !important;
    }

    .left-banner h2 {
  font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    padding-left: 28%;
    text-align: left;
    padding-right: 10%;
    }

    .logos-row {
        display: flex;
        align-items: center;
        gap: 40px;
        padding-left: 50px;
        flex-wrap: nowrap;
    }

    .logos-row img {
        height: 70px;
        width: auto;
        object-fit: contain;
    }
    
    
.testi-slider {
    padding: 20px;
    width: 100%;
}
.testi-slider {
    background: url('../images/quote.png') no-repeat 95% center #fff;
    margin:40px 0 0 0;
    padding: 40px 120px 40px 40px;
    background-size: auto 60%;
    border: 1px solid #dadada;
}

.testi-controls {
    z-index: 88;
    bottom: -40px;
}

    /* Responsive fixes */
    @media (max-width: 992px) {
        .awards-bar {
            flex-direction: column;
            height: auto;
            padding: 30px 0;
        }
        .left-banner {
            width: 100%;
            clip-path: none;
            justify-content: center;
            height: auto;
            text-align: center;
        }
        .logos-row {
            padding: 20px 0;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
        }
    }
    
    
    .two-colored span{
        background:#68452a;
    }
    
    .cta-container{
        background:url('../images/bg3.jpg') no-repeat center center transparent;
        padding:30px 0;
        position:relative;
    }
    
    
    .cta-container::before {
    content: "";
    top: 0;
    z-index:1;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(4, 27, 40), rgba(2, 15, 22, 0.55), rgba(0, 0, 0, 0));
}

.ctathumb{
    position:relative;
    z-index:2;
}

.ctacontent {
    z-index: 2;
    color: #fff;
    position: relative;
}

.ctacontent h2{
 font-size:53px;
font-weight:800;
    text-shadow:2px 2px 3px #000;
}

.cta-container .row {
    display: flex;
    align-items: center;
}

.ctacontent label {
    background: #75b03e;
    font-size: 19px;
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 10px 0;
}
a.ctabtn {
    color: #fff;
    text-decoration: none;
    padding: 7px 40px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0 0 0;
}



/* Custom CSS for Simplified Footer */

:root {
    --footer-bg-main: #242724; /* Darker than previous version */
    --footer-bg-copyright: #242724; /* Same as main for seamless look */
    --accent-green: #a5714a;
    --text-muted-dark: rgba(255, 255, 255, 0.5); 
}

/* 1. Overall Footer Styling */
.custom-footer-v2 {
    background-color: var(--footer-bg-main);
    color: white;
}

/* 2. Top CTA/Banner Section */
.footer-cta-banner-v2 {
    background-color: #a5714a; /* A slightly different green tone */
}

.footer-cta-banner-v2 .btn-light {
    color: var(--footer-bg-main); /* Button text is the main footer dark color */
    border-radius: 0; /* Square button */
    padding: 0.75rem 2rem;
    font-weight: 600;
}

/* 3. Main Footer Content - Links and Contact Info */
.custom-footer-v2 .list-unstyled li a {
    color: var(--text-muted-dark);
    text-decoration: none;
    transition: color 0.2s;
}

.custom-footer-v2 .list-unstyled li a:hover {
    color: white;
}

/* 4. Newsletter & Form */
.newsletter-form .input-group input[type="email"] {
    /* The input field in the image is a solid dark color */
    background-color: #383b38; 
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    height: 40px;
}

.newsletter-form .input-group .btn {
    background-color: var(--accent-green);
    color: white;
    border-radius: 0;
    padding: 0 1rem;
}

/* Custom Checkbox style */
.form-check-input:checked {
    background-color: var(--accent-green);
    border-color: var(--accent-green);
}

/* 5. Scroll to Top Button (Bottom Right) */
.scroll-to-top-btn {
    background-color: #76b13e;
    color: white;
    /* Styles for the button on the bottom bar */
    padding: 0.5rem 0.75rem;
    height: 40px;
    width: 44px;
    border-radius: 0;
}

form.newsletter-form input {
    background: #efefef !important;
}

form.newsletter-form button {
    background: #9cb386 !important;
}



/* Custom CSS for the Section */
.adventure-section {
    background-color: #1d231f; /* A dark, off-black color for the main section */
}

.adventure-section h2 {
    color: #f7f7f7;
}
.list-group.adventure-list.shadow.tabslist {
    height: 85%;
    background: #fff;
    padding: 30px;
    top: 50px;
    position: relative;
}

.tabscontent + .tabscontent{

    display:none;
}

.tabslist a {
    font-size: 21px;
    padding: 16px 20px !important;
font-weight:600 !important;
}

/* Custom list group colors */
.adventure-list .list-group-item {
    background-color: #fff; /* White background for list items */
    color: #333; /* Dark text */
    padding-left: 1.5rem;
    transition: background-color 0.3s, color 0.3s;
}

/* The 'Birdwatching' highlight color */
.adventure-list .highlight-item {
    background-color: #ffaa00 !important; /* Orange color */
    color: #1a1a1a !important; /* Dark text for contrast */
}

/* Hover effect for non-highlighted items */
.adventure-list .list-group-item:not(.highlight-item):hover {
    background-color: #eee;
    color: #000;
}

/* Right content background color */
.bg-dark-custom {
    background-color: #24282c !important; /* Slightly darker than the main section */
    border-radius: 0.5rem; /* Optional: rounding corners */
}

/* Content text color adjustment */
.text-light-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Image container styling for the overlay effect */
.image-overlay-container {
    position: relative;
    overflow: hidden; /* Ensure the image doesn't bleed */
}

.image-overlay-container img {
    display: block;
    width: 100%;
}

/* Mimics the yellow/dark gradient or overlay on the image */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* You can adjust the gradient to match the specific look */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(255, 170, 0, 0.2) 20%,
        rgba(0, 0, 0, 0.4) 100%
    );
    pointer-events: none; /* Allows clicks to pass through to the image if needed */
}

/* Adding a custom class for the orange background from the image */
.bg-orange {
    background-color: #ffaa00 !important;
    color: #1a1a1a !important;
}

.tabslist a.active{
    background:#eee;
}
.highlightedone {
    background-color: rgba(247, 146, 30, 0.1);
    color: #F7921E;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 7px 20px;
    border-radius: 10px;
    font-weight: 600;
}




/* Custom styles for the blog section */
.blog-insights-section {
    /* Set a position context for the absolute 'News' text */
    position: relative; 
    overflow: hidden; /* Helps contain absolute elements if they extend beyond padding */
}

/* Style for the large, faded background "News" text */
.blog-insights-section .position-absolute {
    /* Center the large text vertically and horizontally */
    top: -50px !important; /* Adjust this value to position the text higher or lower */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* Keep it behind the main header text */
    font-size: 10rem; /* Make the text very large */
    line-height: 1;
    color: #000; /* Use black/dark color for better opacity control */
}

/* Style for the blog cards */
.card-img-top {
    /* Ensure images fill the card width and maintain aspect ratio */
    width: 100%;
    height: auto;
    /* You might need to set a specific height and use object-fit: cover 
       if your original images have different aspect ratios, e.g.: */
    /* height: 250px; 
    object-fit: cover;
    */
}

/* Custom Read More link alignment, as shown in the image */
.card-body a {
    position: relative;
    /* Adds the little arrow look from the image */
    padding-right: 15px; 
}


.hadith-reference {
    color: #9db487;
}

h2.h6.mb-1.hadith span {
    display: block;
    font-size: 28px;
font-family:Oswald, arial;
font-weight:normal;
text-transform:uppercase;
letter-spacing:1px;
margin:10px 0 0 0;}

/* POPUP CSS STARTS HERE */

/* Overlay */
.donation-overlay {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.5);
    z-index:1055;
}

/* Sliding Panel */
.donation-panel {
    position:fixed;
    top:0;
    right:-500px; /* hidden */
    width:500px;
    height:100vh;
    background:#fff;
    
    background: url(../images/donate-bg.png) repeat top center #fff;
    box-shadow:-5px 0 15px rgba(0,0,0,0.2);
    z-index:1061;
    transition:all .4s ease;
    overflow-y:auto;
    background-size:160px 160px;
}

/* Active state */

.donation-panel.open {
    right:0;
    border-left: 5px solid #d80025;
}

/* Steps */
.donation-step {
    display:none;
}
.donation-step.active {
    display:block;
}

/* Close button */
.close-btn {
    background:none;
    border:0;
    font-size:28px;
    line-height:20px;
    cursor:pointer;
    background: #d80025;
    top: 0;
    color: #fff;
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 4px 1px;
}



.donation-step i {
    color: #9cb386;
    margin: 0 10px 0 0;
}

.donation-step h4 {
    color: #68452a;
 font-family:Oswald, Arial;
    text-transform:uppercase;
    border-bottom:2px solid #68452a;
    display:block;
    width:90%;
    font-size:30px;
    padding:0 0 10px 0;
}
.donatingto.content {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.donatingto > p {
    color: #68462b;
    font-weight:500;
}

.donatingto > p strong{
    font-weight:700;
    color: #d80025;
}


.cart-single-donate {
    border: 2px solid #9cb386 !important;
}

.cart-single-donate h5 {
    font-size:18px;
    margin-bottom:0;
    font-weight:800;
}


h6.cart-single-donate-type {
    color: #fff;
    padding: 4px 16px;
    background: #9cb386;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 12px;
    border-radius: 4px;
}

em.cart-single-donate-frequency {
    position: absolute;
    top: -12px;
    background: #68462b;
    padding: 2px 17px;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    border-radius: 4px;
}

.cart-single-donate.summary-box {
    position: relative;
margin-top:32px;
}


.cart-single-total a {
    display: block;
    margin: 20px 0 0;
}

span.cart-total {
    color: #68472b;
}

.cart-single-total a.btn-danger {
    background:#68472b;
    border:1px solid #68472b;
}
.cart-single-total a.btn-success {
    background:#76b13e;
    border:1px solid #76b13e;
}


.cart-single-total {
    border:2px solid #68472b !important;
}

.single-upsell {
    background: #76b13e;
    padding: 15px 20px;
    display:flex;
    margin-bottom:15px;
    border-radius:10px;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    justify-content: space-between;
    }
    
    
.single-upsell.selected {
    background:#68472b;
}

.single-upsell em{
    font-style:normal;
}

.single-upsell.notselected i{
    
    color:#fff;
    opacity:0.3;
}

.single-upsell.selected i{
    
    color:#fff;
    opacity:1;
}

p.gdpr-note {
 font-weight: 500;
    font-size: 14px;
    padding: 10px 17px;
    background: #f1ffea;
    border-bottom: 3px solid #68462b;
    margin: 0 0 20px 0;
}

.gdpr-options {
    display: flex;
    padding-bottom:20px;
    justify-content: space-between;
}

.gdpr-options label{
    font-weight:500;
    font-family:Poppins;
}
.gdpr-options label input{
    padding:0px;
    margin:0 7px 0 0;
    width:20px;
    height:20px;
    position:relative;
    top:4px;
}

.gift-aid {
    display: flex;
    justify-content: space-between;
}

.gift-aid h6 {
    font-size: 18px;
    font-family: Poppins, Arial;
    font-weight: 700;
    margin-bottom: 0;
}

.gift-aid small {
    font-family: Poppins, Arial;
    font-weight: 400;
    margin-bottom: 0;
    font-size:11px;
}
.gift-aid img {
    filter: invert(1);
    width: 99px;
    top: 0px;
    position: relative;
}

.giftaid-note p{
    font-size: 11px;
    font-family: 'Poppins';
    padding: 10px;
    color:#555555;
    border: 1px solid #d3d3d3;
}

.giftaid-option span {
    font-size: 16px;
    margin: 0 0 0 10px;
}
.giftaid-option input {
width:20px;
height:20px;
    position:relative;
    top:5px;
}

.giftaid-option {
    background:linear-gradient(90deg, #dcf6c3, #fff);
    color:#000;
    padding:7px 20px 10px;
    margin:0 0 30px 0;
}
/* POPUP CSS ENDS HERE */




.banner-thumb  {
    position: relative;
max-height:65vh;
    overflow:hidden;
}

.banner-thumb img{
    width:100%;
    height:auto
}


.wrapper{
}


.single-price-handle {
    background: #fff;
    margin: 0 0px;
    overflow:hidden;
    border-radius: 0px 30px 0px 30px;
    box-shadow:0px 0px 3px #888181;
    
}

.single-price-handle h3{
padding:10px 20px 3px;
    margin:0;
font-size:18px;
}
.single-price-handle p{
padding:0 20px;
min-height:100px;
font-size:13px;
}

.price-box strong {
    display: block;
    font-size: 20px;
    text-align: center;
    background: #d80025;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 3px 20px;
}

.price-box em {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #6ab028;
    color: #fff;
    font-size: 12px;
    padding: 3px 20px;
    font-style: normal;
}

.price-box {
    position: relative;
}

.single-price-handle a {
    text-shadow: 0px 0px 0px #1b1813;
    display: block;
    text-align: center;
    background: #9cb386;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Poppins, Arial;
}


.col-12.text-center.appealcontent {
    padding:  0 20px 0;
    max-width: 780px;
    margin: 0 auto;
}

.col-12.text-center.appealcontent > h2{
 font-size:30px;
 font-weight:600;
 margin: 0 auto 10px;
 background:linear-gradient(90deg, #8d5d21, #68462b);
 color:#fff;
 font-family:Poppins, Arial;
 border-radius:5px;
 padding:10px 20px 10px;
 font-weight:300;
 text-transform:capitalize;
 text-shadow:0px 0px 3px #747474;
}

.col-12.text-center.appealcontent > h5 {
    font-size: 25px;
    color: #76b13e;
    font-weight: 500;
    border-bottom: 1px solid #6a482a;
    padding: 0 0 10px 0;
    text-align: center;
}
section.wrapper {
 border-top:2px solid #f4f4f4;
 background: #f4f4f4;
}


.left-content-box {
padding:0 5% 0 0;
}

.appealsidebox p {
    font-size: 15px;
    font-family: 'Poppins';
    line-height:24px;
}

.right-content-box {
    border-left:1px solid #76b13e;
    float:right;
    max-width: 100%;
    padding:0 0 0 10%;
}

.appealsidebox{
padding-top:10px;
margin-top:20px;
}
.banner-thumb-title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(37 22 10 / 80%);
    color:#fff;
    z-index: 9;
    top: 0;
    display:flex;
    z-index:0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.banner-thumb-title h1 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 5em;
    text-shadow: 0px 0px 3px #000;
}


.aboutpagecontent .icon {
display: flex;
    border-radius: 5px;
    background: #c0d5ad;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #a5714a;
    flex-direction: column;
}

.aboutpagecontent .icon i{
    padding:25px 0;
}

.aboutpagecontent h4 {
font-size: 40px;
    line-height: 50px;
    font-family: 'Oswald';
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #a5714a;
    text-shadow: 1px 1px 1px #aaa;
}

.aboutpagecontent a {
    background: #a5714a;
    padding: 10px 50px;
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
.aboutpagecontent h2 {
    background: #76b13e;
    color: #fff;
    display: inline-block;
    padding: 10px 30px 10px 10px;
}


.custom-heading {
  font-family: 'Arial Black', sans-serif; 
  font-size: 3.5rem;
  line-height: 1.1;
  color: var(--custom-dark);
}
@media (min-width: 992px) {
    .custom-heading {
        font-size: 4.5rem;
    }
}


.team-link:hover {
  color: var(--bs-primary) !important; /* Change color on hover */
}

.member-image-container {
    overflow: hidden;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-actions {
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.action-btn {
  background-color: #76b23f;
  color: white;
  border-radius: 4px; 
  border: none;
  width: 32px; 
  height: 32px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s;
}

.action-btn:hover {
  background-color: #a3005a;
  color: white;
}

h2.display-3.fw-bold.custom-heading span {
    color: #a5714a !important;
}


.missionsection h3{
    font-weight:800;
    font-size:3em;
    color:#76b23f;
}

.missionsection p {
    font-size: 1.1em;
    font-family: Poppins, Arial;
    padding: 6px 20px 5px 0px;
    line-height: 30px;
    margin: 0;
}
h2.message-ceo {
    color: #a5714a;
    font-weight: 800;
    font-size: 2em;
}
.ceomessage {
    padding: 0 0 0 20px;
    border-left: 1px solid #76b23f;
}
.ceo-message p{
    font-family:Poppins, Arial;
    font-size:15px;
    color:#232323;
}

section.wrapper.py-5.missionvision {
 color:#fff;
 background: url('../images/mission-bg.jpg') no-repeat center center #a5714a;
 background-size:100% auto;
 background-attachment: fixed;
}



/* Custom CSS to replicate the look */
.stat-bar {
    /* Background similar to the original image's container */
    background-color: #fff; /* Dark gray */
    color: #fff; /* White text for the overall section */
}

.stat-item {
background-color: #3a2515;
    border-right: 2px solid #fff;
    padding: 40px 0;
    display: flex;
    align-items: center;
    margin: 0px 0 0px 0;
    justify-content: center;
}

/* Remove the right border from the last item on larger screens */
@media (min-width: 768px) {
    .stat-item:last-child {
        border-right: none;
    }
}

/* Style the large numbers */
.stat-number {
    font-size: 5rem; /* Very large font size for the numbers */
    line-height: 1; /* Tight line height */
    font-family: Oswald, Arial;
    font-weight: 400;
    color:#cfffa1;
    text-shadow: 0px 0px 3px #000;
}

/* Style the labels (CITIES, TRIPS, etc.) */
.stat-label {
    font-size: 0.9rem; /* Smaller font for the label */
    font-weight: 500;
    margin-top: 5px; /* Little space between number and label */
    border-top: 1px solid rgba(255, 255, 255, 0.5); /* The thin white line separator */
    padding-top: 5px;
}

/* For better mobile stacking (optional but helpful for col-6 breakdown) */
@media (max-width: 767.98px) {
    .stat-item {
        border-right: none; /* No vertical border on small screens */
        border-bottom: 2px solid #333; /* Use a bottom border instead */
    }
    .stat-item:nth-last-child(-n+2) {
        border-bottom: none; /* Remove bottom border from the last two items */
    }
}

.donation-card:hover img{
    transform:scale(1.02);
    transition:0.2s all ease-in-out;
}
.donation-card:hover {
background:#482e1a;
color:#fff;
}
.donation-card:hover p, .donation-card:hover a {
color:#fff;
}
.donation-card:hover a.donate-btn {
color:#fff;
background:#9cb386;
}

.cart-remove-btn i{
    color:red;
    margin-right: 0;
}

.cart-remove-btn{
        border: 0;
background:#e7e7e7;
}


.donate-insider {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display:none;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
}

.single-price-handle {
    position: relative;
}

.notnow{
    display:inline-block;
    padding:5px 0 0 0;
    text-align:center;
    color:#fff;
    font-size:12px;
    text-decoration:underline;
}


.donate-insider .insider-row{
    background: #fff;
margin:10px 0;
    padding: 10px;
}
 .donate-insider a{
     margin-top:5px;
 }
 .donate-insider select {
    background: #fff;
    margin:10px 0 10px;
    padding: 10px 30px 10px 10px;
}

.donate-insider .insider-row input{
    padding: 0 0 0 5px;
}
.checkout-sidebar-cart-wrapper .cart-single-total a, .checkout-sidebar-cart-wrapper .goCheckout {
    display: none !important;
}
.checkout-header {
    background: #302115;
    min-height: 350px;
    display: flex;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.checkout-header h1 {
    padding: 10px 70px;
    background: #76b13e;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins';
    text-shadow: 1px 1px 2px #302115;
}

.checkout-sidebar-cart-wrapper .qty-box {
    display: none;
}

.checkout-form {
    background: #fafafa;
    overflow: hidden;
    padding: 30px;
    color: #000;
    border: 1px solid #68472b;
    border-radius:4px;
}
.labelcontainer {
    margin: 10px 0 3px 0;
    font-size: 14px;
}

.labelcontainer .star{
    color:red;
}

div#card-element-container {
    border: 1px dashed #000;
    padding: 15px 20px 20px;
    background: #e8efe1;
    color: #68482c;
}


div#card-element{
    background:#fff;
    padding:10px;
    margin:10px 0 0 0;
    border:1px solid #76b23f;
}
form#custom-stripe-donation-form button#submit-button:hover{
    background:#000;
}
form#custom-stripe-donation-form button#submit-button {
    background: #76b13e;
 display:block;
margin:20px 0 0 0;
    font-weight:500;
    text-shadow:-1px -1px 2px #649933;
    text-transform:uppercase;
padding:10px 25px;
color:#fff;
    border-radius:4px;
}

.checkout-heading {
    display: block;
}

.checkout-heading h4{
    display: inline-block;
    background:#68472b;
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
border-radius:5px 5px 0 0;
    text-transform:uppercase;
    font-weight:300;margin:0;
    padding:10px 20px;
    position:relative;
    top:1px;
    border:1px solid #68472b;
}


.checkout-sidebar-cart-wrapper h4 {
    color: #fff;
    background: #68482c;
    margin: 0 0px;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
}

.checkout-sidebar-cart-wrapper .donatingto {
    background: #fafafa;
    border: 1px solid #68482c;
}

.checkout-sidebar-cart-wrapper .cart-single-donate {
    background:#fff;
}


.checkout-sidebar-cart-wrapper .summary-box > div span {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #76b13e;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px 0 4px 0;
}

.checkout-sidebar-cart-wrapper .cart-single-total div span{
    position:relative !important;
    font-size:18px !important;
    padding-right:0 !important;
}

.checkout-sidebar-cart-wrapper .cart-single-total {
    color:#fff;
    background:#76b23f !important;
    border:2px solid #76b23f !important;
}


.thankyou-message {
    font-size: 17px;
    text-align: justify;
    border: 1px solid #efefef;
    padding: 40px;
}

.iti {
    width: 100%;
}


.disabledbox {
    position: relative;
    filter: blur(4px);
 }

.disabledbox:before {
   content:"";
   width:100%;
   height:100%;
   position:absolute;
   background:#fff;
 z-index:3;
   top:0;
   left:0;
   opacity:0.8;
}

a#proceed {
    display: block;
    max-width: 400px;
    width: 50%;
    border-radius: 0px;
    padding: 10px;
    margin: 30px auto;
    background: #77b33f;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    box-shadow: 0px 1px 3px #aaa;
}

.notvalid {
    box-shadow: 0px 1px 5px red;
}

.page-template-page-checkout .header-donate{
    display:none;
    
}


.donation-summary-table.mt-4.mb-4 h4 {
    font-size: 17px;
}
.donation-summary-table tr th{
    color:#fff;
font-weight:normal;  
    padding:10px 15px !important;
background: #749f0d !important;
font-size:14px;}

.donation-summary-table tfoot td{
    background:#efefef;

padding:5px 10px !important;
font-size:18px;
font-weight:normal !important;
}


.single-trustee-member img {
    width: auto;
    float: left;
    margin: 0 20px 20px 0;
    max-width:200px;
    width:100%;
    border-radius:5px;
}
.single-trustee-member p{
    font-size:13px;
    font-family:Poppins, Arial;
    line-height:20px;
}
.single-trustee-member{
    padding:20px;
    overflow:hidden;
    border:1px solid #ddd;
border-radius:10px;
}
.single-trustee-member p strong{
    font-size:14px;
    font-weight:600;
    padding-bottom:0px;
}
.single-trustee-member h3{
 font-size: 30px;
    margin: 0 10px 10px;
    color: #3a2514;
    font-weight: 700;
    padding-bottom: 0px;
    
}

section.trustees-message h1 {

    font-size: 43px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

section.trustees-message h1 span{
    border-bottom:5px double #a6c163;
    color:#3a2514;
    padding:0 40px 10px;
    
}

section.trustees-message {
    padding: 50px;
}


#zakat-calculator-wrapper {
 background: linear-gradient(0deg, #f1ebe5, #fff);
    padding: 30px 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    max-width: 500px;
    width: 100%;
    position: sticky;
}
.zakat-field {
    margin-bottom: 15px;
}
.zakat-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.zakat-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.zakat-result {
background: #a5714a;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #a5714a;
    color: #fff;
}
#zakat-total {
    color: #daf4c5;
    font-size: 1.5em;
}

div#zakat-calculator-wrapper h3 {
    color: #a5714a;
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 30px;
}

.zakat-content h2 {
    font-size: 25px;
    font-weight: 800;
    color: #a5714a;
}

.single-trustee-member.odd {
    background: linear-gradient(0deg, #fff, #f3f3f3);
}




#zakat-calc-container {
    font-family: 'Helvetica', sans-serif;
    background: #f4f7f9;
    padding: 40px;
    border-radius: 10px;
}
.main-title { text-align: center; font-weight: 800; font-size: 2.5rem; }
.nisab-values { text-align: center; margin-bottom: 30px; }
.nisab-values h3 { margin-bottom: 5px; }

.calculator-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.calc-col { flex: 1; min-width: 300px; }

.input-group {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #fff;
}
.input-group input {
    flex: 2;
    border: none;
    padding: 12px;
    font-size: 1.1rem;
}
.input-group .label {
flex: 1;
    background: #fff4ec;
    color: #a6714a;
    padding: 12px;
    text-align: center;
    border-left: 1px solid #ddd;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 34px;
}

.result-box {
    background: #eeeeee;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
}
#zakat-display {
    color: #a6714a;
    font-size: 2.5rem;
    font-weight: bold;
}

button {
    width: 100%;
    padding: 15px;
    border: none;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 4px;
}
#reset-btn {
    background: #9bb286;
}
#calc-btn { background: #a5714a; }


.n-value {display: flex;justify-content: center;}

.n-value p{
    border-radius:0px;
    overflow:hidden;
    display:flex;
    margin:0px 20px;
}

.n-value p strong{
    color:#fff;
    text-shadow:0px 0px 1px #a6714a;
font-weight:800;background:#a5714a;
    padding:10px 20px;
    display:block;
    border-radius:0px
}


.n-value p em{
color:#fff;
background:#9bb286;
display:block;
font-style:normal;
padding:10px 20px;
}

img.alignleft.size-full.wp-image-216 {
    float: left;
    padding: 0 30px 20px 0;
}

.nisab-values h3 {
    font-size: 20px !important;
    margin: 20px 0 18px 0;
}

footer .input-group.mb-3 {
    background: none;
    position: relative;
    border: 0;
}

button.btn[type="submit"] {
    position:absolute;
    top:0;
    right:0;
    margin-top:0;
    width:70px;
    height:100%;
    
}

.owl-dots {
    display: none !important;
}


.item .donation-card:hover .card-body {
    background: #9bb286;
}
.item .donation-card:hover .card-body a{
    background: #a5714a;
}

.item .donation-card:hover .card-body h5 a{
    background:transparent;
}
