@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
    font-size: 16px;
  /* 
    font-size: 16px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #1D1D1D; /* Black */
  --c2: #fff; /* White */
  --c3: #171717; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}
::selection {
  background: var(--c5);
    color: var(--c2);
}


.wrapper{
	overflow: hidden;
	position: relative;
	z-index: 999999;
}
.web-title h3 {
    font-size: 46px;
    margin-bottom: 15px;
    color: var(--c1);
}
.web-title h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
/* inner-wrapper */

.inner-header {
  height: 700px;
  /* background-position: center !important; */
  /* background-attachment: fixed !important; */
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background: var(--c1);
  z-index: -3;
  padding-top: 231px;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  /* background: rgb(0 0 0 / 60%); */
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: var(--c2);
  font-size: 60px;
  font-weight: 700;
}

/* end inner-wrapper */
.header {
    width: 100%;
    position: absolute;
    background: var(--c1);
      margin-top: 40px;
}
.page-id-7 .header {
  
}

/* RESPONSIVE MENU */

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  z-index: 9999;
  transition: all .5s;
}

.responsive-menu.active {
  left: 0;
}

.responsive-menu-main {
  height: 100%;
  padding: 20px 30px;
  position: relative;
}

.responsive-logo {
  width: 50px;
  margin-bottom: 15px !important;
}

.responsive-links ul li a {
  color: var(--c3);
  padding: 10px 0px;
  display: block;
}

.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}

.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c1);
  padding: 6px 0px;
}

.responsive-icon a i {
  display: block;
}

.responsive-icon {
  position: absolute;
  top: 49px;
  right: 30px;
}

.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}

.responsive-links ul li:last-child {
  border: 0;
}

body.scroll-stop {
  overflow: hidden;
}

.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.resp-social ul li a i {
  display: block;
}

.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}

.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
}

.responsive-links ul li ul {
  /* padding-left: 30px; */
  border-top: 1px solid #8080803d;
}

.responsive-links ul li i.active::before {
  content: "\f068";
}

ul.ham-bar {
    text-align: end;
    position: relative;
}

ul.ham-bar li i {
    font-size: 26px;
    position: absolute;
    right: 0;
    color: var(--c2);
    top: -17px;
}
/* =================================
   DESKTOP / LAPTOP HEADER
   992px aur us se upar
================================= */

@media only screen and (min-width: 992px) {

    .header {
        display: block !important;
    }

    .header .left-col,
    .header .right-menu,
    .header .logo-notch {
        display: flex;
    }

    .ham-bar {
        display: none !important;
    }

    .responsive-menu {
        display: none;
    }
}


/* =================================
   TABLET / MOBILE HEADER
   991px aur us se neeche
================================= */

@media only screen and (max-width: 991px) {

    /* Desktop navigation hide */
    .header .left-col,
    .header .right-menu {
        display: none !important;
    }

    /* Header row */
    .header-box > .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo show */
    .header .logo-notch {
        display: block;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
    }

    /* Right column */
    .header .right-col {
        display: flex;
        flex: 0 0 auto;
        width: auto;
        margin-left: auto;
        align-items: center;
        justify-content: flex-end;
    }

    /* Hamburger show */
    .ham-bar {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ham-bar .open-menu {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #000;
        text-decoration: none;
    }
}
/* BAnner Css */
.middle-row-items {
    display: flex;
    justify-content: space-between;
    margin-top: -55px;
}

.middle-row-image img {
    width: 240px;
    border-radius: 20px;
}

.banner-main-content {
    text-align: center;
    padding: 0 160px;
    margin-top: 310px;
    position: relative;
}

.banner-main-content h2 {
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--c2);
}

.banner-main-content p {
    margin: 30px 0;
    color: var(--c2);
    font-size: 20px;
}

.main-banner {
    background: var(--c1);
}
.last-row-images {
    display: flex;
}
.last-row-images img {
    width: 242px;
    height: 400px;
    object-fit: cover;
    margin: 40px 20px 0 0px;
    border-radius: 20px;
}
.last-row-images img:nth-child(3) {
    height: 320px;
    margin: 120px 20px 90px 0px;
}
/* Urgent Appeal CSS */
.urgent-sec {
    padding: 80px 0;
}
.islamic-main-box {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
}
.urgent-main-box .urgent-image img {
    height: 300px;
    object-fit: cover;
}
.islamic-main-box a {
    display: unset !important;
}
.urgent-content-main h3 a {
    color: var(--c1);
}
.urgent-main-box {
    background: #f3f3f3;
    border-radius: 20px;
    margin: 0 10px;
    height: 550px;
    position: relative;
}
.urgent-content-main {
    padding: 25px 20px;
}
.urgent-image img {
    border-radius: 20px 20px 0px 0px;
}
.urgent-content-main h3 {
    margin-bottom: 9px;
    font-size: 22px;
}
.islamic-main-box {
    height: 521px;
}
.urgent-btn a {
    background: var(--c1);
    padding: 8px 30px;
    color: var(--c2);
    border-radius: 60px;
    position: absolute;
    /* left: 0; */
    bottom: 19px;
}
.urgent-lower-days-main {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

/* END */

/* Most Need CSS */
.most-content-main {
    text-align: center;
}
.most-content-main h3 {
    font-size: 20px;
}

.most-btn a {
    margin-bottom: 21px;
}
.islamic-sec {
    background: #F6F6F6;
}
.islamic-content {
    /* border: 1px solid #dfdfdf; */
    /* border-radius: 20px; */
}
/* END */

/* Blogs Css */
.the-date span {
    color: #49aaf0;
    font-size: 13px;
}

.recent-content a {
    color: var(--c1);
}
.blog-image img {
    border-radius: 20px;
    height: 290px;
    object-fit: cover;
}
.blog-content {
    text-align: center;
}
.blog-content h4 {
    color: var(--c3);
}
.blog-content p {
    margin: 6px 0;
    padding: 0 22px;
}


/* About us CSS */
/*==========================
    ABOUT TABS
==========================*/

.about-tabs{
    width:100%;
}

.about-tabs__nav{
    display:flex;
    align-items:center;
    gap: 7px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.about-tabs__button{
    padding: 12px 17px;
    border:1px solid #1d1d1d;
    border-radius:50px;
    background: var(--c2);
    color: var(--c1);
    font-size:16px;
    font-weight:500;
    line-height:1;
    cursor:pointer;
    transition:all .3s ease;
}

.about-tabs__button:hover,
.about-tabs__button--active{
    background:#1d1d1d;
    color:#fff;
}

.about-tabs__content{
    display:none;
    animation:aboutTabsFade .35s ease;
}

.about-tabs__content--active{
    display:block;
}


.about-tabs__description{
    margin-bottom:30px;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.about-tabs__list{
    margin:0;
    padding:0;
    list-style:none;
}

.about-tabs__list-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#555;
    font-size:18px;
    line-height:1.6;
}

.about-tabs__list-item i{
    color:#45B6FE;
    font-size:18px;
    flex-shrink:0;
}
.abt-exp {
    text-align: center;
    background: #4BB1FA;
    color: #fff;
    padding: 10px 0;
    border-radius: 14px;
    margin-bottom: 24px;
}
.abt-exp h3 {
    font-size: 60px;
}
.abt-image-two img {
    height: 460px;
    object-fit: cover;
    border-radius: 14px;
}
.abt-content h3 {
    margin-bottom: 19px;
    font-size: 40px;
}
.blogs-sec {
    padding: 90px 0;
    background: #f6f6f6;
}
.about-sec {
    padding: 80px 0;
    background: #f6f6f6;
}



.sadaqah-section {
    padding: 70px 20px;
    font-family: Arial, sans-serif;
    color: #202020;
}

.sadaqah-container {
    max-width: 1100px;
    margin: auto;
}

.sadaqah-heading {
    max-width: 950px;
    margin: 0 auto 22px;
    text-align: center;
}

.sadaqah-heading h2 {
    margin: 0 0 10px;
    font-size: 34px;
}

.sadaqah-heading p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.sadaqah-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 50px;
}

.tab-btn {
    min-width: 120px;
    padding: 13px 28px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.tab-btn:hover,
.tab-btn.active {
    background: #202020;
    border-color: #202020;
    color: #fff;
}

.donation-card {
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 28px;
    background: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.donation-info {
    padding: 45px 30px 55px;
    text-align: center;
}

.donation-info h3 {
    margin: 0 0 12px;
    font-size: 29px;
}

.donation-info p {
    max-width: 800px;
    margin: 0 auto 22px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.donation-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    display: inline-block;
    padding: 13px 25px;
    border: 1px solid #48adf3;
    border-radius: 24px;
    color: #48adf3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.primary-btn,
.btn:hover {
    background: #48adf3;
    color: #fff;
}

@media (max-width: 767px) {
    .sadaqah-section {
        padding: 45px 15px;
    }

    .sadaqah-heading h2 {
        font-size: 28px;
    }

    .sadaqah-tabs {
        gap: 10px;
        margin-bottom: 30px;
    }

    .tab-btn {
        min-width: auto;
        padding: 11px 18px;
        font-size: 13px;
    }

    .tab-content img {
        height: 250px;
    }

    .donation-info {
        padding: 32px 20px 40px;
    }

    .donation-info h3 {
        font-size: 24px;
    }
}

/* End */

/* Testimonial CSS */
/* Testimonial Section */

.testimonial-section {
    padding: 70px 0;
}

.testimonial-section .container {
    max-width: 1180px;
    margin: 0 auto;
}

/* Main wrapper */

.testimonial-wrapper {
    position: relative;
    min-height: 420px;
    padding-left: 90px;
}

.testimonial-main {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
}

.testimonial-main .slick-list,
.testimonial-main .slick-track {
    min-height: 420px;
}

.testimonial-main .slick-track {
    display: block !important;
}

.testimonial-main .slick-slide {
    height: 420px;
}

.testimonial-main .slick-slide > div,
.testimonial-main .testimonial-slide,
.testimonial-main .testimonial-slide > .row {
    height: 100%;
}

.testimonial-slide {
    width: 100%;
}

.testimonial-slide .row {
    margin: 0 -12px;
}

.testimonial-slide [class*="col-"] {
    padding: 0 12px;
}

/* Main image */

.testimonial-image {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    pointer-events: none;
}

/* Content */

.testimonial-content {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-content h3 {
    margin: 0 0 4px;
    font-size: 30px;
    font-weight: 700;
}

.testimonial-content span {
    display: block;
    margin-bottom: 35px;
    color: #888;
    font-size: 14px;
}

.testimonial-rating {
    margin-bottom: 18px;
    color: #ffb800;
    font-size: 20px;
    letter-spacing: 2px;
}

.testimonial-content p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* Desktop thumbnail slider */

.testimonial-thumbs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 72px;
    transform: translateY(-50%);
    z-index: 5;
}

.testimonial-thumbs .slick-slide {
    margin: 7px 0;
    cursor: pointer;
}

.testimonial-thumbs img {
    width: 62px;
    height: 52px;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.25;
    transition: opacity 0.25s ease;
}

.testimonial-thumbs .is-active img,
.testimonial-thumbs .slick-current img {
    opacity: 1;
}

/* Tablet and mobile */

@media (max-width: 991px) {

    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-wrapper {
        min-height: auto;
        padding-left: 0;
    }

    /* Horizontal thumbnail slider */

    .testimonial-thumbs {
        position: relative;
        top: auto;
        left: auto;
        width: 100% !important;
        max-width: 360px;
        height: auto !important;
        margin: 0 auto 25px;
        transform: none;
        overflow: hidden;
    }

    .testimonial-thumbs .slick-list {
        width: 100%;
        height: auto !important;
        overflow: hidden;
        padding: 0 !important;
    }

    .testimonial-thumbs .slick-track {
        height: auto !important;
    }

    .testimonial-thumbs .slick-slide {
        height: auto !important;
        margin: 0 !important;
        padding: 0 5px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .testimonial-thumbs .slick-slide > div {
        width: 100%;
        height: auto;
    }

    .testimonial-thumbs img {
        width: 100% !important;
        height: 55px;
        display: block;
        object-fit: cover;
        border-radius: 5px;
    }

    /* Main slider */

    .testimonial-main,
    .testimonial-main .slick-list,
    .testimonial-main .slick-track {
        min-height: auto;
    }

    .testimonial-main .slick-slide,
    .testimonial-main .slick-slide > div,
    .testimonial-main .testimonial-slide,
    .testimonial-main .testimonial-slide > .row {
        height: auto;
    }

    .testimonial-image {
        height: 350px;
        margin-bottom: 25px;
    }

    .testimonial-content {
        height: auto;
        text-align: center;
    }

    .testimonial-content span {
        margin-bottom: 20px;
    }
}

/* Small mobile */

@media (max-width: 575px) {

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-thumbs {
        width: calc(100% - 30px) !important;
        max-width: 320px;
        margin-bottom: 20px;
    }

    .testimonial-thumbs img {
        height: 50px;
    }

    .testimonial-image {
        height: 300px;
        border-radius: 12px;
    }

    .testimonial-content h3 {
        font-size: 25px;
    }

    .testimonial-content p {
        font-size: 14px;
    }
}
/* END */

/* FAQS CSS */
.faq-section{
    padding:90px 0;
    background:#f7f7f7;
}

.faq-wrapper{
    position:relative;
    padding:75px 0 35px;
}

/* Outer curved blue lines */

.faq-wrapper::before,
.faq-wrapper::after{
    content:"";
    position:absolute;
    top:28px;
    bottom:0;
    width:calc(50% - 350px);
    border-top:2px solid #55adf5;
}

.faq-wrapper::before{
    left:0;
    border-left:2px solid #55adf5;
    border-radius:28px 0 0 0;
}

.faq-wrapper::after{
    right:0;
    border-right:2px solid #55adf5;
    border-radius:0 28px 0 0;
}

/* Heading */

.faq-title{
    position:absolute;
    top:28px;
    left:50%;
    z-index:2;
    margin:0;
    padding:0 45px;
    background:#f7f7f7;
    transform:translate(-50%,-50%);
    white-space:nowrap;
    color:#222;
    font-size:46px;
    font-weight:500;
    line-height:1.2;
}

/* Accordion item */

.faq-accordion .accordion-item{
    margin-bottom:20px;
    overflow:hidden;
    border:0;
    border-top:2px solid #8dccff;
    border-radius:12px 12px 0 0 !important;
    background:#fff;
    box-shadow:none;
}

/* Accordion button */

.faq-accordion .accordion-button{
    position:relative;
    padding:14px 22px;
    border:0;
    /* background:#fff; */
    color:#222;
    box-shadow:none;
    font-size:18px;
    font-weight:500;
}

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

.faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#222;
    box-shadow:none;
}

/* Plus / minus icon */

.faq-accordion .accordion-button::after{
    content:"+";
    display:flex;
    width:22px;
    height:22px;
    flex:0 0 22px;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    border-radius:50%;
    background:#222;
    background-image:none;
    color:#fff;
    font-size:20px;
    font-weight:600;
    line-height:1;
    transform:none;
    transition:.3s;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    content: "-";
    background:#55adf5;
    transform:none;
}

/* Accordion body */

.faq-accordion .accordion-body{
    padding:0 22px 16px;
    background:#fff;
    color:#888;
    font-size:13px;
    line-height:1.6;
}

/* Open item shadow */

.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)){
    box-shadow:0 10px 25px rgba(0,0,0,.04);
}

/* Tablet */

@media(max-width:991px){

    .faq-wrapper::before,
    .faq-wrapper::after{
        width:calc(50% - 265px);
    }

    .faq-title{
        padding:0 30px;
        font-size:36px;
    }
}

/* Mobile */

@media(max-width:767px){

    .faq-section{
        padding:65px 12px;
    }

    .faq-wrapper{
        padding:60px 15px 25px;
    }

    .faq-wrapper::before,
    .faq-wrapper::after{
        width:calc(50% - 155px);
    }

    .faq-title{
        top:28px;
        padding:0 15px;
        font-size:25px;
    }

    .faq-accordion .accordion-button{
        padding:14px 16px;
        font-size:15px;
    }

    .faq-accordion .accordion-body{
        padding:0 16px 15px;
        font-size:13px;
    }
}

/* END */



/* Footer CSS */
.footer-social-main ul {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}
.footer-social-main ul li a i {
    color: var(--c2);
    font-size: 22px;
}
.footer-links ul li a {
    color: #dbdbdb;
    transition: all.5s;
}
.footer-links ul li {
    line-height: 43px;
}
.footer-title h3 {
    margin-bottom: 14px;
    font-size: 22px;
    color: var(--c2);
}
.footer-links ul li a:hover {
    color: var(--c2);
    padding-left: 7px;
}
.f-contact-info ul li {
    padding-bottom: 14px;
}
.pry-links p {
    text-align: center;
    color: var(--c2);
}

.pry-links p a {
    color: #57a745;
    font-weight: 800;
}
.f-contact-info ul li a {
    color: var(--c2);
    transition: all.5s;
}

.f-contact-info ul li a:hover {
    color: #f9f9f9;
}

.f-contact-info ul li i {
    color: var(--c2);
    margin-right: 11px;
}

.pry-links.text-center ul {
    display: flex;
    gap: 7px;
}

.pry-links.text-center ul li a {
    color: var(--c2);
}
.footer-logo img {
    width: 182px;
}

.footer-social-main p {
    padding: 23px 31px 8px 0px;
    color: var(--c2);
}
.footer-bottom .for-bg {
    background: #4BB1FA;
    color: var(--c2);
    border-radius: 34px;
    padding: 17px 40px;
    margin: 45px auto 30px;
}
.pry-links ul {
    display: flex;
    gap: 6px;
    justify-content: end;
}
.pry-links ul li a {
    color: var(--c2);
}

.copyrights p {
    color: var(--c2);
    margin-bottom: 0 !important;
}
.footer-bottom {
    padding-bottom: 1px;
}
.footer {background: var(--c3);padding: 100px 0 0;}
.pry-links img {
    width: 80%;
    margin: 0 0 0 auto;
}
.copyrights p a {
    color: var(--c2);
    font-weight: 600;
    margin: 0;
}
.footer-item p {margin-top: 21px;padding-right: 104px;}
/* EnD */


/* Banner Form */

#stickyDonateBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.donate-close-btn {
    position: absolute;
    top: 0px;
    right: 268px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    transform: translateY(-50%);
}

#stickyDonateBar.hide-donate-bar {
    display: none;
}
.quick-donate-bar{
    padding:14px;
    border-radius:22px;
    background:#49aaf0;
}

.donate-inner{
    display:flex;
    align-items:center;
    gap:10px;
}

.currency-box{
    display:flex;
    align-items:center;
    width:345px;
    height:42px;
    overflow:hidden;
    border:1px solid #fff;
    border-radius:24px;
}

.flag-img{
    width:58px;
    height:38px;
    object-fit:cover;
    border-radius:20px 0 0 20px;
}

.currency-box select,
.currency-box input,
.cause-box select{
    height:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
}

.currency-box select{
    width:76px;
    padding:0 7px;
    font-weight:600;
    cursor:pointer;
}

.currency-box input{
    width:100%;
    padding:0 12px;
    border-left:1px solid rgba(255,255,255,.3);
}

.currency-box input::placeholder{
    color:rgba(255,255,255,.55);
}

.currency-box select option,
.cause-box select option{
    color:#222;
}

.amount-buttons{
    display:flex;
    gap:10px;
}

.amount-buttons button{
    min-width:98px;
    height:34px;
    border:1px solid #fff;
    border-radius:20px;
    background:transparent;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.amount-buttons button:hover,
.amount-buttons button.active{
    background:#fff;
    color:#49aaf0;
}

.cause-box{
    flex:1;
    min-width:270px;
    height:52px;
    border:1px solid #fff;
    border-radius:28px;
}

.cause-box select{
    width:100%;
    padding:0 18px;
    color:rgba(255,255,255,.65);
    cursor:pointer;
}

.quick-donate-btn{
    min-width:155px;
    height:52px;
    border:0;
    border-radius:28px;
    background:#fff;
    color:#49aaf0;
    font-size:15px;
    font-weight: 600;
}

.donate-error{
    display:none;
    margin-top:8px;
    color:#fff;
    font-size:13px;
    text-align:center;
}

@media(max-width:1100px){
    .donate-inner{
        flex-wrap:wrap;
    }

    .currency-box,
    .cause-box{
        flex:1;
    }

    .amount-buttons{
        flex-wrap:wrap;
    }
}

@media(max-width:767px){
    .currency-box,
    .cause-box,
    .quick-donate-btn{
        width:100%;
        min-width:100%;
    }

    .amount-buttons{
        width:100%;
    }

    .amount-buttons button{
        flex:1;
        min-width:calc(50% - 5px);
    }
}


.quick-donate-btn{
    position:relative;
    z-index:10;
    pointer-events:auto !important;
    cursor:pointer;
}

.donate-inner{
    position:relative;
}

.currency-box,
.amount-buttons,
.cause-box{
    position:relative;
    z-index:1;
}
/* END */


.left-col,
.right-col{
    height:95px;
    display:flex;
    align-items:center;
}

.menu ul{
    display:flex;
    gap:25px;
}
.menu a{
    color: var(--c1);
    font-weight:600;
}
.right-col{
    justify-content:flex-end;
}

.right-menu{
    display:flex;
    align-items:center;
    gap:18px;
}

.language{
    display:flex;
    align-items:center;
    gap: 7px;
    font-size:14px;
    font-weight:600;
}

.language .fa-globe,
.icon{
    color:#47aff3;
}

.language .fa-chevron-down{
    font-size:10px;
}

.line{
    width:1px;
    height:23px;
    background:#222;
    display:block;
}

.icon{
    font-size:17px;
}
.donate-btn a {
    color: var(--c2);
}
.donate-btn a{
    padding:0 24px;
    border-radius: 6px;
    background:#48aff2;
    padding: 10px 28px;
    border-radius: 50px;
}

/* Center notch */

.logo-notch{
    position:absolute;
    top:-25px;
    left:50%;
    transform:translateX(-50%);
    width:118px;
    height:111px;
    background: var(--c1);
    border-radius:0 0 21px 21px;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:5;
}

/* Left smooth connection */

.logo-notch::before{
    content:"";
    position:absolute;
    top:25px;
    left:-25px;
    width:25px;
    height:25px;
    background:transparent;
    border-top-right-radius:25px;
    box-shadow: 13px -12px 0 12px var(--c1);
}

/* Right smooth connection */

.logo-notch::after{
    content:"";
    position:absolute;
    top:25px;
    right:-25px;
    width:25px;
    height:25px;
    background:transparent;
    border-top-left-radius:25px;
    box-shadow: -13px -12px 0 12px var(--c1);
}

.logo-notch img{
    width:65px;
    height:90px;
    object-fit:contain;
    position:relative;
    z-index:2;
}
.header-bg {
    background: var(--c2);
    padding: 0px 0 10px;
    border-radius: 14px;
}

/* End */
/* ISlamic Single Page CSS */
.giving-inner-banner-sec {
    background: var(--c1);
    padding-top: 280px;
    padding-bottom: 44px;
}
.giving-inner-banner-content {
    color: var(--c2);
}
.giving-inner-banner-content h1 {
    font-size: 56px;
}
.giving-inner-banner-content p {
    margin: 19px 0;
}
.giving-banner-image img {
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}
.giving-images {
    align-items: flex-end;
}

.giving-banner-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.giving-banner-image-one img {
    height: 390px;
}

.giving-banner-image-two img {
    height: 460px;
}

.giving-banner-image-two {
    transform: translateY(-70px);
}
.donate-abt {
    padding: 120px 0;
}
.dont-abt-image img {
    border-radius: 15px;
}
.dont-abt-image {
    position: relative;
}
.dont-abt-content {
    padding-left: 28px;
}
.dont-abt-image:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -30px;
    width: 75%;
    height: 298px;
    background: #48aff236;
    border-radius: 15px;
    z-index: -1;
}
.dont-abt-content h2 {
    margin-bottom: 14px;
}
.famlies-content h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
.millionpeople-abt-image {
    position: relative;
}
.millionpeople-abt-image:before {
    position: absolute;
    content: '';
    right: -40px;
    top: -30px;
    width: 75%;
    height: 295px;
    background: #48aff236;
    border-radius: 15px;
    z-index: -1;
}
.millionpeople-abt-image img {    border-radius: 15px;
}
.millionpeople-sec .row:nth-child(2),.millionpeople-sec .row:nth-child(3) {
    margin-bottom: 135px;
}
.millionpeople-title {
    margin-bottom: 83px !important;
}

.millionpeople-sec .row:nth-child(2),.millionpeople-sec .row:nth-child(3) {
    margin-bottom: 80px;
    margin-top: 94px;
}
.millionpeople-title {
    margin-bottom: 83px !important;
}

.millionpeople-sec {
    padding: 90px 0 0;
    background: #F6F6F6;
    position: relative;
    z-index: 1;
}

.famlies-sec {
    padding-bottom: 64px;
}

/* About US Page CSS*/

.inner-header-title p {
    color: var(--c2);
    width: 55%;
    margin: 18px auto;
}
.mission-image img {
    width: 70px;
    background: #E9F6FF;
    padding: 10px 10px;
    border-radius: 7px;
}
.mission-box {
    border: 2px solid #e9f6ff;
    border-radius: 11px;
    padding: 30px 20px;
    transition: all.5s;
    margin-top: 23px;
}
.mission-content h3 {
    margin: 60px 0 14px 0;
}
.mission-box:hover {
    background: #4BB1FA;
    color: var(--c2);
}
.mission-sec {
    padding: 100px 0;
}
.counter-sec {
    background: #F6F6F6;
    padding: 90px 0;
}
.counter-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
.counter-points h2 {
    font-size: 50px;
    font-weight: 600;
}
.counter-points h6 {
    font-weight: 400;
    color: gray;
}

.counter-points {
    margin=t: 3;
    position: relative;
}

.counter-points:before {
    position: absolute;
    content: '';
    left: 0;
    top: -12px;
    width: 100%;
    height: 2px;
    background: #ddddddc7;
}
.counter-points:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background: #ddddddc7;
}
.counter-image img {
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}
.counter-content {
    padding-left: 44px;
}
.choose-icon img {
    width: 50px;
}
.choose-box-content h3 {
    margin: 25px 0 12px;
}
.choose-box {
    margin-top: 31px;
}
.choose-image {
    margin-left: 84px;
}
.choose-image.choose-image-diff {
    margin: 20px 80px 20px 0px;
}
.choose-image img {
    border-radius: 15px;
}
/* Blog CSS */
.blog-author-area {
    display: flex;
    gap: 60px;
    margin-bottom: 55px;
}
.author-image img {
    border-radius: 6px;
}
.blog-single {
    padding: 90px 0;
}
.blog-single-image img {
    border-radius: 15px;
}
.recent-main {
    display: flex;
    margin-bottom: 7px;
    gap: 13px;
}
.recent-image img {
    width: 100px;
    border-radius: 9px;
}
.recent-title h4 {
    margin-bottom: 23px;
}
.recent-p-main {
    background: #F6F6F6;
    padding: 40px 20px;
    border-radius: 14px;
}
.blog-dyn-area-main-iamges {
    display: flex;
    gap: 33px;
    margin: 44px 0;
}
.blog-dyn-area-image img {
    height: 280px;
    object-fit: cover;
    border-radius: 13px;
}

.blog-single-image {
    margin-bottom: 34px;
}




.gt-selected {
    position: relative;
}
.gt_float_switcher.notranslate {
    position: absolute;
    right: 0;
    top: -20px;
}
div#gt_float_wrapper {
    position: relative;
}
.gt-selected {
    width: 170px;
}

.language,
.language * {
    pointer-events: auto !important;
    z-index: 999999 !important;
}

.gtranslate_wrapper,
.gtranslate_wrapper * {
    pointer-events: auto !important;
}
.gt_switcher-popup a,
.gt_languages a,
.gt_options a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
}

.gt_switcher-popup li,
.gt_languages li,
.gt_options li {
    display: block !important;
    width: 100% !important;
}
.language img{
    width: 20px !important;
    height: 20px !important;
}
.choose-sec {
    padding: 120px 0 30px;
}
/* END */
.famlies-content h3 {
    font-size: 40px;
}


/*Sub Appeal*/

.sub-appeal-box {
    height: 529px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    position: relative;
}
.sub-appeal-btn a {
    position: absolute;
    bottom: 16px;
}
.sub-appeal-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.sub-appeal-content {
    padding: 25px;
}
.sub-appeal-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.sub-appeal-content h3 a {
    color: var(--c1);
    font-size: 23px;
}
.sub-appeal-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 11px;
}
.sub-appeal-sec {
    padding: 0 0 60px;
}


/* Donate Now btn Popup CSS */
.give-modal {
    display:none;
    position:fixed;
    z-index:999999 !important;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    padding:30px 15px;
    overflow-y:auto;
}

.give-modal.active {
    display:block;
}

.give-modal-content {
    background:#fff;
    max-width:650px;
    margin:20px auto;
    padding:35px;
    border-radius:15px;
    position:relative;
    z-index:999999 !important;
    max-height:90vh;
    overflow-y:auto;
}


.give-close {
    position:absolute;
    right:15px;
    top:10px;
    width:35px;
    height:35px;
    background:#000;
    color:#fff;
    border:0;
    border-radius:50%;
    font-size:25px;
    line-height:30px;
    cursor:pointer;
    z-index:1000000 !important;
}


/* GTranslate ko popup ke neeche rakho */
.gtranslate_wrapper,
.gt_float_switcher,
.gtranslate {
    z-index:999 !important;
}


/* Mobile Responsive */
@media(max-width:768px){

    .give-modal {
        padding:15px 10px;
    }

    .give-modal-content {
        width:100%;
        max-height:85vh;
        padding:25px 20px;
    }

}
/* End */
.abt-tabs-btn.urgent-btn a {
    position: unset;
}

.instruction-title {
    position: sticky;
    top: 0;
    left: 0;
}
body.page-template-privacy-policy .wrapper-main, body.page-template-terms-and-condition .wrapper-main {
    overflow: unset;
}
.inst-sec-content p a {
    color: var(--primary);
    transition: all .4s;
}
.inst-sec-content p a:hover {
    color: var(--c3);
}



section.contact-us {
    padding: 100px 0px;
}

.contact-box {
    text-align: start;
}

.input-field input,.input-field textarea {
    width: 100%;
    background: #3d3b3b00;
    border: 0;
    border-bottom: 1.92px solid var(--c4);
    text-transform: capitalize;
    padding-bottom: 10px;
    color: var(--c4);
    outline: 0;
}

.input-field {
    margin-bottom: 40px;
}
.input-field input::placeholder, .input-field textarea::placeholder {
    color: var(--c3);
}
.contact-image img {height: 650px;object-fit: cover;position: relative;border-radius: 6px;}

.contact-image {position: relative;width: 70%;margin: 0 auto;}

.sumbit-btn input {
    background: var(--c4);
    color: var(--c2);
    padding: 8px 30px;
    border-radius: 8px;
    /* border: 1px solid black; */
    font-size: 15px;
    transition: all .5s;
    border: 0;
}
.product-btn a:before {
    display: none;
}
.contact-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -20px;
    left: 20px;
    border: 1px solid var(--c4);
    z-index: 1;
    border-radius: 6px;
    z-index: -1;
}
.contact-box h2 {
    font-size: 33px;
}

.google-map iframe{
    width: 100%;
}
.instruction-sec {
    padding: 80px 0;
}
.inst-sec-content ul li {
    margin-bottom: 15px;
    margin-left: 33px;
    list-style: disc;
}