@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

@font-face {
    font-family: philosopher-bold;
    src: url(../fonts/philosopher-bold.ttf);
}

@font-face {
    font-family: philosopher-regular;
    src: url(../fonts/philosopher-regular.ttf);
}

@font-face {
    font-family: now-regular;
    src: url(../fonts/now-regular.otf);
}

@font-face {
    font-family: now-bold;
    src: url(../fonts/now-bold.ttf);
}

body {
    font-family: now-regular;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.assalam-u-alaikum {
    width: 300px;
    filter: invert(1) brightness(1);
}

.donationModalBtn {
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    font-family: philosopher-bold;
}

.active {
    color: #e67e22;
}

.bg-1 {
    background-color: #1A4F77 !important;
}

.bg-2 {
    background-color: #000000 !important;
}

.bg-3 {
    background-color: #FFFCF6 !important;
}

.bg-4 {
    background-color: #262B3E !important;
}

.bg-5 {
    background-color: #F7F7F7;
}

.bg-6 {
    background-color: #F6F7F5;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #2c54a6 !important;
}

.text-blue1 {
    color: #0956d7 !important;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 111;
}

.topbar {
    background-color: #1A4F77 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar ul.top-content {
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: start;
}

.topbar ul.top-content2 {
    justify-content: end;
}

.topbar ul.top-content li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.topbar ul.top-content2 li a {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 3px;
    color: #0e8fea;
    transition: .3s;
}

.topbar ul.top-content2 li a:hover {
    background-color: #0e8fea;
    color: #ffffff;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .3s ease-in-out;
    background-color: #ffffff;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Raleway', sans-serif;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../images/bars-solid.svg);
    width: 22px;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/xmark-solid.svg);
    width: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

a.navbar-brand {
    display: block;
    padding: 0px;
    line-height: 0px;
    /*    filter: invert(1) brightness(100);*/
}

.navbar.scrolled a.navbar-brand {
    filter: initial;
}

a.navbar-brand img {
    width: 70px;
    transition-duration: .2s;
    transition-delay: .3s;
}

a.navbar-brand img {
    width: 70px;
    transition-duration: .2s;
    transition-delay: .3s;
}

.navbar.scrolled a.navbar-brand img {
    transform: scale(.9);
}

.navbar a.nav-link {
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar a.nav-link:hover {
    color: #0e8fea;
}

.navbar a.nav-link.active {
    color: #0e8fea;
}

a.nav-link.btn-donate {
    background-color: #0e8fea;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-left: 16px !important;
}

a.nav-link.btn-donate i {
    transition: .3s;
}

a.nav-link.btn-donate:hover {
    background-color: #262B3E;
    color: #ffffff;
}

.btn-cover {
    display: flex;
}

.btn-cover a.btn-apply,
button.btn-apply {
    width: 180px;
    height: 50px;
    background: #0e8fea;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin-left: 0px;
    border: 1px solid #0e8fea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-cover a.btn-apply:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: black;
}

button.btn-apply:hover {
    background-color: #262B3E;
    color: #ffffff;
    border: 1px solid #262B3E;
}

a.btn-general {
    background: #0e8fea;
    color: #ffffff !important;
    text-align: center;
    border-radius: 5px;
    margin-left: 0px;
    border: 1px solid #0e8fea;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: fit-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
}

a.btn-general.hover-black:hover {
    background-color: #262B3E;
    color: #ffffff;
    border: 1px solid #262B3E;
}

.menu-right a {
    padding: 8px 12px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 105px;
    overflow: hidden;
}

.section-title {
    margin-bottom: 50px;
    text-transform: capitalize;
}

.section-title-1 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hero-section {
    padding-top: 144px;
    padding-bottom: 0px;
    height: auto;
    display: flex;
    align-items: center;
    /*  background-image:url('../images/bg1.png');
  background-size: 500px;
    background-position: bottom right;
    background-repeat: no-repeat;*/
}

.hero-text {
    padding-top: 100px;
    padding-bottom: 130px;
}

.hero-image {
    /*border-bottom:10px solid #0e8fea;
    border-bottom:10px solid #ffffff;*/
    width: 100%;
    border-radius: 20px;
}

.who-we-are .image-cover {
    position: relative;
    padding: 0 0px 0px 20px;
}

.who-we-are .image-cover::before {
    content: '';
    width: 94%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 1;
    border-radius: 5px;
    border: 10px solid #0e8fea;
}

.who-we-are .image-cover img {
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.islamic-finder-prayers-time {
    height: 358px !important;
    border: 2px solid #313743;
    border-radius: 3px;
    width: 100% !important;
}

.mawaqit-prayers-time {
    border: 2px solid #000000;
    border-radius: 3px;
    width: 100% !important;
}

.other-page-section {
    padding-top: 204.3px;
    padding-bottom: 54px;
    background-image: url(../images/pattern-bg.jpg);
    background-size: 16%;
    position: relative;
}

.who-we-are {
    position: relative;
}

.who-we-are .container {
    position: relative;
    z-index: 1;
}

.other-page-section .container {
    position: relative;
    z-index: 1;
}

.bg-vector {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.bg-vector1 {
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    z-index: 0;
    transform: rotatey(180deg);
}

.other-page-section::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1A4F77 !important;
    opacity: .85;
    position: absolute;
    left: 0px;
    top: 0px;
}

.other-page-section h1 {
    text-transform: capitalize;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

.mission-goal {
    height: 100%;
    padding: 40px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.mission-goal i {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #1A4F77 !important;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.container-fluid {
    position: relative;
}

.container-fluid .container {
    position: relative;
    z-index: 1;
}

.newsletter {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url('../images/surah.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.container-fluid.newsletter::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0px;
    top: 0px;
}

.container-fluid.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter h2 {
    margin-bottom: 50px;
}

.newsletter input.form-control {
    height: 50px;
    border-radius: 5px;
    margin-bottom: 40px;
    border-color: #ffffff;
    background-color: transparent;
    font-size: 18px;
    color: #ffffff;
    padding: 0 15px;
}

.newsletter input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.newsletter input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.newsletter input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.newsletter .form-control:focus {
    box-shadow: none;
    outline: 0px;
    border-color: #0e8fea;
}

.gallery-item-cover {
    margin-bottom: 24px;
}

.gallery-item img {
    width: 100%;
}

.gallery-item a {
    border: 5px solid #0e8fea;
    display: block;
    border-radius: 3px;
    height: 100%;
    transition: .3s;
    cursor: pointer;
}

.gallery-item a:hover {
    border: 5px solid #1A4F77;
}

.gallery-item a .img-thumbnail {
    height: 234px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: top;
}

.modal {
    z-index: 200000;
}

.modal video {
    border-radius: 15px;
}

.modal-backdrop.show {
    opacity: .8 !important;
    z-index: 199999;
}

#bootstrap-gallery .modal-body img {
    width: auto !important;
    object-fit: contain;
    object-position: center;
    height: 90vh;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border-radius: 3px;
}

#bootstrap-gallery .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    border: 0px;
    border-radius: 0px;
    height: 100%;
    max-width: 100% !important;
    margin: 0px !important;
}

#bootstrap-gallery .modal-dialog .modal-content {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}

#bootstrap-gallery .modal-dialog .modal-content .modal-body {
    align-items: center;
    display: flex;
}

#bootstrap-gallery-extend {
    display: none;
}

#bootstrap-gallery .modal-header a.modal-button {
    color: #fff;
    margin-top: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    text-decoration: none !important;
    opacity: 1;
    /*  background-color: rgba(23,64,60,.5);*/
    width: 7%;
}

#bootstrap-gallery .modal-header {
    background: #17403C !important;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    overflow: visible;
}

#bootstrap-gallery {
    display: flex !important;
    align-items: center !important;
}

#bootstrap-gallery .btn-close {
    position: absolute;
    right: 20px;
    filter: brightness(100) invert(1);
    opacity: 1;
    top: 20px;
    z-index: 11;
}

#bootstrap-gallery .btn-close:focus {
    box-shadow: none;
}

.whatsapp-cover {}

a.whatsapp-cover {
    background-color: #00d856;
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 500;
    transition: 0.3s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.whatsapp-cover i {
    color: #ffffff;
    font-size: 30px;
}

a.whatsapp-cover:hover {
    background-color: #e4ffef;
}

a.whatsapp-cover:hover i {
    color: #00d856;
}

.contact .info {
    width: 100%;
    margin-top: 50px;
}

.contact .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background: #1A4F77;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
}

.contact .info p a {
    color: #1A4F77;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact form {
    padding: 20px 45px 45px 20px;
    background: #ffffff;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact form .form-control {
    padding: 0 15px;
    height: 54px;
    background: #F6F7F5 !important;
    color: #000000;
    border: 1px solid #1A4F77 !important;
    border-radius: 3px;
    transition: .3s;
    margin-bottom: 30px;
}

.contact form .form-control:focus {
    box-shadow: none;
    border: 1px solid #0e8fea !important;
}

.contact form .form-control:hover {
    box-shadow: none;
    border: 1px solid #0e8fea !important;
}

.contact form textarea.form-control {
    height: 150px;
    padding: 10px 15px;
}

.contact form label {
    font-weight: bold;
}

.contact form input[type="radio"] {
    position: absolute;
    cursor: pointer;
}

.contact form input[type="radio"]:checked::before {
    background-color: #0e8fea;
}

.contact form input[type="radio"]:checked::after {
    opacity: 1;
}

.contact form input[type="radio"]+label {
    font-weight: 400;
    margin-left: 35px;
    cursor: pointer;
}

.contact input[type="radio"]::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #1A4F77;
}

.contact input[type="radio"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 9px;
    top: 4px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(50deg);
}

.footer {
    padding-top: 80px;
    padding-bottom: 20px;
}

a.footer-logo {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.footer-logo img {
    width: 80px;
}

.footer-content a {
    text-decoration: none;
    color: #ffffff;
}

.footer h3 {
    margin-bottom: 20px;
    font-family: philosopher-regular;
    font-weight: 400;
    font-size: 20px;
}

ul {
    padding: 0px;
    list-style-type: none;
}

ul.menu-links li a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

ul.menu-links li a::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: .3s;
}

ul.menu-links li a:hover::after {
    width: 100%;
}

ul.social-links {
    overflow: hidden;
    margin-bottom: 30px;
}

ul.social-links li {
    float: left;
    margin-right: 10px;
}

ul.social-links li a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0e8fea;
    border-radius: 100%;
    transition: .3s;
}

ul.social-links li a:hover {
    background-color: #1A4F77;
}

a.btn-apply.btn-apply-invert {
    background-color: #2c54a6;
    border: 1px solid #2c54a6;
    color: #ffffff;
    margin: 0 auto;
}

a.btn-apply.btn-apply-invert:hover {
    background-color: transparent;
    border: 1px solid #2c54a6;
    color: black;
}

.nav.nav-tabs .nav-link {
    padding: 14px 5px;
    border: 2px solid #1A4F77;
    border-radius: 5px;
    color: black;
    cursor: pointer;
}

.nav.nav-tabs .nav-item:nth-child(1) .nav-link {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.nav.nav-tabs .nav-item:nth-child(2) .nav-link {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.nav.nav-tabs .nav-link.active {
    background-color: #1A4F77 !important;
    border-color: #1A4F77 !important;
    color: #ffffff;
}

#donation-amounts {
    display: flex;
    flex-wrap: wrap;
}

#donation-amounts label {
    flex-basis: calc(33.33% - 10px);
    margin: 5px;
    border: 2px solid #1A4F77;
    padding: 10px;
    border-radius: 5px;
    color: #1A4F77;
}

.btn-check:checked+label.btn {
    background-color: #1A4F77 !important;
    color: #ffffff !important;
}

.step .btn.btn-primary {
    width: 100%;
    display: block;
    padding: 16px 10px;
    margin-bottom: 20px;
    background: #1A4F77 !important;
    border-color: #1A4F77 !important;
    /* vertical-align: revert; */
    margin-left: auto;
    margin-right: auto;
}

#successModal {
    text-align: center;
}

#successModal .modal-body i.check-icon {
    font-size: 40px;
    color: green;
    outline: 5px solid;
    outline-offset: 10px;
    border-radius: 100%;
    margin-bottom: 40px;
}

#successModal .modal-body i.loading {}

#successModal .modal-body p {
    font-size: 22px;
    margin-bottom: 0px;
}

#donationModal .modal-body {}

#donationModal .modal-body .btn-close {
    right: 10px;
    top: 5px;
    position: absolute;
    opacity: 1;
    z-index: 11;
}

#donationModal .modal-body .btn-close {
    box-shadow: none;
}

#donationModal .modal-body .modal-banner {
    width: 80% !important;
    border-radius: 10px;
}

.modal-logo {
    width: 70px;
    margin-bottom: 15px;
    margin-left: 10px;
    display: block;
}

.step h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
    border-bottom: 1px solid #1A4F77;
    font-family: 'Raleway';
    letter-spacing: 1px;
    position: relative;
}

.step .btn.btn-primary i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.step #back1,
.step #back2 {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header {
    padding: 8px 16px;
}

.modal-info {
    font-size: 14px;
    text-align: center;
}

#payment-form input.form-control {
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #1A4F77;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.card-elements-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Customize Stripe card element */
.StripeElement#card-number {
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #1A4F77;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-top: 14px;
}

.StripeElement {
    /* Your custom styles for the Stripe card element */
    /* For example, you can change the border, background, and text color */
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    margin: 5px 0px;
    width: calc(50% - 5px);
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #1A4F77;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.StripeElement#card-expiry {
    margin-right: 5px;
    padding-top: 14px;
}

.StripeElement#card-cvc {
    margin-left: 5px;
    padding-top: 14px;
}

/* Customize the focus state of Stripe card element */
.StripeElement--focus {
    /* Your custom styles for the focused state of the Stripe card element */
    /* For example, you can change the border or box-shadow */

}

/* Customize the error state of Stripe card element */
.StripeElement--invalid {
    /* Your custom styles for the invalid state of the Stripe card element */
    /* For example, you can change the border color */
    border-color: #f44336;
}

#donationAmount.form-control {
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #1A4F77;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.donation-input {
    position: relative;
}

.donation-input .currency-symbol {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1A4F77;
    width: 50px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

#donationModal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.services-item-cover {
    margin-bottom: 120px;
}

.services-item {
    background-color: #1A4F77;
    -webkit-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 44px -19px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    padding: 60px 20px 60px;
    text-align: center;
    color: #ffffff;
    transition: .3s;
    height: 100%;
}

.services-icon {
    width: 85px;
    height: 85px;
    background-color: #0e8fea;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -1px 8px 25px -10px rgba(45, 45, 45, 0.25);
    -moz-box-shadow: -1px 8px 25px -10px rgba(45, 45, 45, 0.25);
    box-shadow: -1px 8px 25px -10px rgba(45, 45, 45, 0.25);
    border-radius: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -45px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s;
}

.services-item:hover .services-icon {
    background-color: #1A4F77;
    /*  transform: scale(.9);*/
}

.services-icon img {
    width: 100%;
    filter: invert(1);
}

.services-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.services-item p {
    margin-bottom: 30px;
}

.services-item .read-more {
    background: #0e8fea;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 0px;
    border: 1px solid #0e8fea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    padding: 8px 20px;
    width: fit-content;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 30px;
}

.modal-header .modal-title {
    color: #0e8fea;
}

.modal-header .btn-close {
    opacity: 1;
}

.modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.service-modal .modal-body a {
    text-decoration: none;
    color: #0e8fea;
}

.service-modal .modal-body ul {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}

.programs {}

.program-item-cover {
    margin-bottom: 50px;
}

.program-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #1A4F77;
    border-radius: 5px;
    transition: .3s;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    height: 100%;
}

.program-item .program-item-left {
    flex: 0 0 120px;
    width: 120px;
    background-color: #0e8fea;
    margin-right: 20px;
}

.program-item .program-item-left .program-item-icon {
    width: 100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.program-item:hover .program-item-left .program-item-icon img {
    transform: scale(.9);
}

.program-item .program-item-left .program-item-icon img {
    width: 100%;
    filter: invert(1);
    transition: .2s;
}

.program-item .program-item-right {
    padding: 20px 10px 20px;
}

.program-item h3 {
    color: #ffffff;
}

.program-item p {
    color: #ffffff;
}

.program-item .read-more {
    background: #0e8fea;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 0px;
    border: 1px solid #0e8fea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 8px 20px;
    width: fit-content;
}

.event-cover {
    margin-bottom: 50px;
}

.event {
    position: relative;
    max-height: 400px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    cursor: pointer;
}

.event.new-project {
    max-height: 500px;
}

.event::after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    /*  background-color: rgba(26,79,119,.7);*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(26, 79, 119, .9) 100%);
    /*    background-image: linear-gradient(to bottom,rgba(26,79,119,0) 0%,rgba(14,143,234,.9) 100%);*/
    z-index: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.event.new-project:after {
    max-height: 500px;
}

.event .event-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 0px;
    max-height: 400px;
    z-index: 2;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 50px;
}

.event.new-project .event-content {
    max-height: 500px;
}

.event:hover::after {}

.event:hover .event-content {
    height: 100%;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgba(26, 79, 119, 0) 0%, rgba(14, 143, 234, .9) 100%);
    padding-bottom: 0px;
}

.event .btn-general {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.event:hover .btn-general {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.event .event-content h3 {
    text-transform: capitalize;
}

.event img {
    max-height: 400px;
    height: 400px;
    object-fit: cover;
    /* position: relative; */
    width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.event.new-project img {
    max-height: 500px;
    height: 500px;
}

.event:hover img {
    transform: scale(1.1);
}

.event-modal .modal-title {
    text-transform: capitalize;
}

.event-modal img {
    width: 100%;
}

.team-cover {
    margin-bottom: 50px;
}

.team-item {
    background-color: #1A4F77;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.team-item:hover .team-icon img {
    transform: scale(1.2);
}

.team-item h3 {
    color: #ffffff;
}

.team-item p {
    color: #ffffff;
    /*  color: #0e8fea;*/
}

.team-icon {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #0e8fea;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 15px 15px 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    transition: .3s;
}

.team-icon img {
    width: 100%;
    display: block;
    transition: .3s;
}

.board-member-cover {
    text-align: center;
    margin-bottom: 30px;
}

.board-member {
    /*background-color: #1A4F77;
  padding:15px;
  height:100%;*/
}

.project-image-cover {
    margin-bottom: 50px;
}

.project-image {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    overflow: hidden;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.project-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 79, 119, 0) 0%, rgba(14, 143, 234, .9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    z-index: 1;
}

.project-image:before {
    content: 'View Image';
    width: 100%;
    height: 100%;
    background: rgba(14, 143, 234, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease;
}

.project-image:hover::before {
    opacity: 1;
}

.project-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.project-modal img {
    width: 100%;
}

.childrenContainer {}

button.button-child {
    width: 30px;
    height: 30px;
    background-color: #0e8fea;
    border: 2px solid #0e8fea;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 0px;
}

.row.childInfo {
    margin: 0px;
    border: 2px dotted #000000;
    padding: 20px 10px;
    margin-bottom: 45px;
    position: relative;
    border-radius: 5px;
}

.row.childInfo .form-control {
    margin-bottom: 0px;
}

.latest-events {
    /*  border:2px solid #0e8fea;
  padding:10px;*/
    position: relative;
}

a.latest-event {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
    margin-bottom: 15px;
    text-decoration: none;
    border: 1px solid #0e8fea;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    transition: .3s;
}

.latest-event .latest-event-image-cover {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.latest-event .latest-event-image-cover img {
    width: 100px;
    max-width: 100px;
    object-fit: cover;
    object-position: center;
    height: 100%;
    transform: scale(1);
    transition: .3s;
}

a.latest-event:hover {
    border: 1px solid #ffffff;
}

a.latest-event:hover .latest-event-image-cover img {
    transform: scale(1.1);
}

a.latest-event h3 {
    font-size: 18px;
    font-weight: 500;
}

a.latest-event p.latest-event-date {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: #0e8fea;
    padding: 5px 10px 2px;
    margin-bottom: 0px;
    transition: .3s;
    margin-bottom: 0px;
    border-radius: 3px;
}

a.latest-event:hover p.latest-event-date {
    background-color: #ffffff;
    color: #0e8fea;
}

/* Consistent card styling */
.portal-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

.card-header {
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: none;
    color: white;
}

/* Left column iframe cards */
.prayer-card .card-header {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.prayer-card-1 .card-header {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
}

.events-card .card-header {
    background: linear-gradient(135deg, #2196F3, #1565C0);
}

.programs-card .card-header {
    background: linear-gradient(135deg, #FF9800, #EF6C00);
}

.iframe-container {
    padding: 15px;
}

iframe {
    border: none;
    border-radius: 5px;
    width: 100%;
    background: transparent;
}

/* Right column link cards */
.link-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

.donation-card .card-header {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.membership-card .card-header {
    background: linear-gradient(135deg, #2196F3, #1565C0);
}

.program1-card .card-header {
    background: linear-gradient(135deg, #673AB7, #4527A0);
}

.fundraiser-card .card-header {
    background: linear-gradient(135deg, #FF9800, #EF6C00);
}

.contact-card .card-header {
    background: linear-gradient(135deg, #607D8B, #455A64);
}

.list-group-item {
    border-left: none;
    border-right: none;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.link-icon {
    width: 25px;
    text-align: center;
    margin-right: 10px;
    font-size: 1rem;
}

.contact-info {
    padding: 15px;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 10px;
    margin-top: 3px;
    color: #607D8B;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 500;
    transition: all 0.3s;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
}

.whatsapp-btn i {
    margin-right: 8px;
}
.event-card,.program-card{
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
 padding:20px 15px;
 border-radius:15px;
 margin-bottom:40px;
}
h2.event-title,h2.program-title{
    font-size: 26px !important;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 40px !important;
}
.event-card h1, .event-card h2,.event-card h3,.event-card h4,.event-card p,.program-card h1, .program-card h2,.program-card h3,.program-card h4,.program-card p  {
    font-family: now-regular !important;
    text-transform: capitalize;
}
.event-card h1{
font-size:22px;
}
.event-card h2,.program-card h2{
font-size:20px;
}
.event-card h3,.program-card h3{
font-size:20px;
}
.event-card h4{
font-size:16px;
}
.event-card p strong,.program-card p strong{
font-weight:600;
}
.event-card img.event-image,.program-card img.program-image{
  width:100%;
  border-radius:15px;
  margin-top:6px;
  margin-bottom:30px;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        width: 600px;
        padding: 50px 35px;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }
}

@media (min-width:840px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media(max-width:992px) {
    #bootstrap-gallery .modal-body img {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    a.btn-apply {
        margin-left: 0px;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    .navbar a.navbar-brand {
        filter: initial;
    }

    .navbar a.nav-link {
        color: #000000;
        border-bottom: 1px solid black;
        text-align: center;
    }

    .navbar a.nav-link.new-projects-link {
        border: 0px;
    }

    .navbar a.nav-link.btn-donate {
        border: 0px;
    }

    .navbar a.btn-apply {
        background-color: #2c54a6;
        border: 1px solid #2c54a6;
        color: #ffffff;
    }

    .hero-section {
        text-align: center;
    }

    .hero-image {
        margin-bottom: 50px;
    }

    .btn-cover a.btn-apply {
        margin: 0 auto;
    }

    .topbar {
        padding: 8px 0px !important;
        font-size: 10px;
    }

    .topbar ul.top-content2 {
        display: none;
    }

    a.navbar-brand img {
        width: 60px;
    }

    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hero-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-section {
        padding-top: 120px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title-1 {
        margin-bottom: 30px;
    }

    .section-padding {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .other-page-section {
        padding-top: 142px;
        padding-bottom: 42px;
        background-size: 50%;
    }

    .contact form {
        padding: 30px 5px;
        background: #ffffff;
        margin-bottom: 30px;
    }

    a.nav-link.btn-donate {
        margin-left: 0px !important;
    }

    a.whatsapp-cover i {
        font-size: 20px;
    }

    a.whatsapp-cover {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
    }

    .assalam-u-alaikum {
        width: 200px;
    }

    .btn-cover a.btn-apply,
    button.btn-apply {
        margin: 0 auto;
    }

    .services-item {
        padding: 60px 15px 30px;
    }

    .services-item p {
        margin-bottom: 20px;
    }

    .services-item-cover {
        margin-bottom: 80px;
    }

    .services-item .read-more {
        position: static;
    }

    .program-item {
        flex-direction: column;
        text-align: center;
    }

    .program-item .program-item-left {
        width: 100%;
    }

    .program-item .read-more {
        margin: 0 auto;
    }
    .event-title{
    font-size:20px;
}
.event-card h1{
font-size:20px;
}
.event-card h2{
font-size:18px;
}
.event-card h3{
font-size:16px;
}
.event-card h4{
font-size:14px;
}
}
