/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Orphan Charity HTML Template

    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]

        1. home 1
        2. nav
        3. home-life
        4. btn
        5. social-media-icon
        6. volunteer
        7. help-man
        8. nonprofit
        9. environment
        10. slider-nav
        11. gifts-slids
        12. article
        13. footer one
        14. zoom slid
        15. home 2
        16. featured-area-two-data
        17. accordion
        18. recent-causes-urgent
        19. sponsor-a-child
        20. testimonial
        21. slider-nav-two
        22. want-to-Join
        23. support
        24. team-join
        25. share-story
        26 footer two
        27. home 3
        28. hero-section-three
        29. owl-carousel page 3
        30. what-we-provide-text
        31. small-donations
        32. progressbar
        33. charity-style-three
        34. charity-event
        35. fundraising
        36. shop-products
        37. community
        38. news-article-two
        39. footer-three
        40. image gallery footer
        41. home 4
        42. forslider
        43. donate
        44. volunteer-for
        45. project-today
        46. news-article-one
        47. see-impact
        48. continue-saving
        49. footer for
        50. footer-from
        51. about page
        52. page-title-area
        53. breadcrumb
        54. about-text
        55. Cause Details
        56. teme page
        57. details-or-information
        58. teme from
        59. fun-facts page 2
        60. please-donate-today
        61. donate-page
        62. blog details 1
        63. meta-info
        64. post-tags
        65. about-the-theodore
        66. comment
        67. leave-comment
        68. sidebar
        69. categories
        70. popular-posts
        71. instagram-posts
        72. nav-tabs
        73. specification
        74. review
        75. get-involved
        76. develop
        77. get-involved.data.contact
        78. map
        79. 404 pag
        80. featured-imagebox-gallery
        81. checkout-side
        82. product-info
        83. product_meta
        84. pd-imgs
        85. event-details
        86. shop_table
        87. coupon-area
        88. cart_totals
        89. transition
        90. hoverimg
        91. loading
        92. back to top button
        93. header two
        94. header three


-----------------------------------------------------------------------------------*/
/* General Style */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


body {
    font-family: "Sora", sans-serif !important;
    overflow-x: hidden;
}
p
{
    font-size: 15px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,.h2,.h3,.h4,.h5{
    color: #000;
}
a{
    text-decoration: none;
}
h1{
  font-size: 65px;
}
h2{
    font-size: 50px;
    line-height: 60px;
}
h3{
    font-size: 26px;
    line-height: 36px;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 22px;
    line-height: 32px;
}
h6{
    font-size: 18px;
    line-height: 30px;
}
img{
    object-fit: cover;
}
.gap {
    padding: 30px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/* 1. home 1 */
/* top bar 1 */
.top-bar {
    background-color: #E52525;
    height: 120px;
    padding-top: 15px;
}
.top-bar-slid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone span{
    font-size: 14px;
    color: white;
}
.phone a {
    color: white;
    margin-right: 25px !important;
}
.phone {
    display: flex;
    align-items: center;
}
.phone i {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 22px;
}
.phone i svg {
    width: 22px;
    fill: white;
}

.phone-data{
    display: flex;
}
.media-work {
    margin-right: 80px;
    position: relative;
}
.media-work:before {
    content: "";
    position: absolute;
    background-color: #4960ad;
    width: 1px;
    height: 40px;
    right: -30%;
}
.login > i {
    padding-right: 10px;
    font-size: 18px;
}
.login a {
    color: white;
}
.logo {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}
.logo-menu {
    background-color: white;
    margin-top: -50px;
    border-radius: 26px;
    position: relative;
    align-items: center;
    padding-left: 15px;
}
.extras a.theme-btn {
    padding: 20px 15px;
    border-radius: 15px;
}
.white-logo{
    width: 100%;
}
.footer-white-logo{
    width: 80%;
}

/* 2. nav */
nav {
    position: relative;
}
/* nav:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background-color: #aeaeae;
    right: -4%;
    top: 28%;
} */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
}
nav ul li {
    display:inline-block;

    }
nav a {
    display: block;
    padding: 22px 18px;
    color: #000;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    transition: color 0.3s ease;
}
nav a:only-child i,
nav a i:only-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
nav ul li.active a,
nav a:hover {
    color: #E52525;
}
nav ul li.active a:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 18px;
    right: 18px;
    height: 3px;
    background-color: #E52525;
    border-radius: 2px;
}
nav a i {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
nav a.nav-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 100%;
}
nav a.nav-icon-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
nav ul ul li a {
    line-height: 50px;
    padding: 0px 0;
    padding-left: 18px;
    font-weight: 600;
}
nav ul ul.sub-menu li{
    width: 230px !important;
}
nav ul ul li a:after {
    padding-left: 25px;
}
nav ul ul li:hover a{
    color: white;
}
nav ul ul {
    display: none;
    position: absolute;
    top: 110px;
}
nav ul li ul {
    transform: translatey(10px);
}
nav ul li:hover > ul {
    display: inherit;
    background-color: #fff;
    border-radius: 20px;
    border-left: 7px solid #ff3636;
    border-bottom: 7px solid #ff3636;
    transform: translatey(0px);
}
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul li:hover a{
    color: black;
}
.video-area-data{
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn{
    /* margin-left: auto; */
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2F8EED, #E53636);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999 !important;
}

.play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.play-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 142, 237, 0.3);
}

/* Video modal styling */
.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #2F8EED, #E53636);
    color: white;
    border: none;
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.modal-header .btn-close:hover {
    opacity: 0.8;
    transform: scale(1.1);
    color: white;
}

.modal-header .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    outline: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.video-container iframe {
    border: none;
    border-radius: 0 0 15px 15px;
}

.video-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.video-close-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
    color: white;
}

.video-close-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* Responsive video modal */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 10px;
    }

    .video-container {
        height: 250px;
    }

    .play-btn {
        height: 60px;
        width: 60px;
        font-size: 20px;
    }

    .video-close-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
        top: 8px;
        right: 8px;
    }
}

nav ul ul li:not(:last-child) {
    border-bottom: 1px solid #00000024;
}
nav ul ul ul li {
    position: relative;
}
nav ul li ul li:hover ul {
    margin-left: 170px;
    margin-top: -114px;
    border-radius: 30px;
}
/* nav li > a:after {
    content: ' +';
} */
nav li > a:only-child:after { content: ''; }
.extras {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 10px;
}
.logo-menu .extras a.pr-cart:before {
    content: "1";
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    bottom: 7px;
    left: 4%;
    transform: translateX(-47%);
    z-index: 1;
    font-size: 10px;
    font-family: "Sora";
}
.logo-menu .extras a.pr-cart svg {
    width: 25px;
    fill: black;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.extras a.theme-btn {
    font-size: 20px;
    border-radius: 14px;
    margin: 0px 10px;
    text-transform: uppercase;
    color: white;
    transition: all 0.3s ease;
}
.extras a.theme-btn.active-btn {
    background-color: #c41e1e;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(229, 37, 37, 0.3);
}
a.pr-cart {
    position: relative;
}
.slides {
    padding-top: 240px;
    margin-top: -60px;
    padding-bottom: 215px;
}
/* 3. home-life */
.home-life{
    color: white;
    width: 74%;
    margin: auto;
}

.banner-slide .home-life {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.mobileCenter {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    justify-content: center;
    align-items: center;
}
.home-life .btn {
    background: #E52525;
    padding: 24px 36px;
    margin-top: 20px;
    margin-left: 0;
}
.home-life h1{
    font-size: 75px;
    font-weight: bold;
}
.home-life p {
    color: #fff;
    margin-bottom: 18px;
    line-height: 25px;
    font-size: 17px;
}

.banner-slide .home-life p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.home-life h4 {
    width: 68%;
    line-height: 38px;
    font-weight: 400;
}

/* Static Hero Banner */
.hero-banner {
    position: relative;
    overflow: hidden;
}

.section-map{
    padding:50px 0px;
    background-color: #eaf0ff;
}

.bg-faq-banner-new {
    padding: 100px 0 20px;
    text-align: center;
    color: #000;
    background: #EAF0FF !important;
    border-bottom: 1px solid #3333;
}

.bg-faq-banner-new .home-life{
    width: 100%;
}

.bg-faq-banner-new .title-area-data h2 {
    color: #000000;
    }



.banner-slide {
    padding-top: 200px;
    margin-top: -60px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 45vh;
    display: flex;
    align-items: center;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner-video::-webkit-media-controls-play-button {
    display: none !important;
}

.banner-video::-webkit-media-controls {
    display: none !important;
}

.banner-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.banner-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

.banner-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.banner-video::-moz-media-controls {
    display: none !important;
}

.banner-video::-moz-media-controls-play-button {
    display: none !important;
}

/* Desktop: Show video, hide GIF */
.banner-video-desktop {
    display: block;
}

.banner-video-mobile {
    display: none;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-slide .container {
    position: relative;
    z-index: 2;
}

/* Banner Actions */
.banner-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Play Button */
.play-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.play-btn i {
    font-size: 18px;
    /* margin-right: 5px; */
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.video-modal-content {
    position: relative;
    margin: 2% auto;
    width: 90%;
    max-width: 1000px;
    height: 90vh;
    max-height: 600px;
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
}

.video-close:hover {
    color: #ff6b6b;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .play-btn {
        padding: 15px 25px;
        font-size: 14px;
    }

    .video-modal-content {
        width: 95%;
        height: 80vh;
        margin: 5% auto;
    }

    .video-close {
        top: -30px;
        font-size: 30px;
    }
}
/* 4. btn */
.btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #ff3636;
    padding: 23px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #ff3636;
    border-color: #ff3636;
}
.btn span {
  position: relative;
  z-index: 1;
  color: white;
}


/* .second-bar{
    position: absolute;
    width: 100%;
    z-index: 9;
} */
.second-bar {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 118px;
}
.slider-home-1.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 37%;
    left: 5%;
    display: none;
}
.slider-home-1.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-left: -1px;
}
/* 5. social-media-icon */
ul.social-media-icon {
  display: flex;
}
ul.social-media-icon li {
  list-style: none;
}
ul.social-media-icon li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0 2px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
    border: 1px solid #5674b7;
}
ul.social-media-icon li a .icon {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}
ul.social-media-icon li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
ul.social-media-icon li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul.social-media-icon li a:hover:before {
  top: 0;
}
ul.social-media-icon li:nth-child(1) a:before{
  background: #3b5999;
  border: 1px solid #3b5999;
}
ul.social-media-icon li:nth-child(2) a:before{
  background: #55acee;
  border: 1px solid #55acee;
}
ul.social-media-icon li:nth-child(3) a:before {
  background: #dd4b39;
  border: 1px solid #dd4b39;
}
.slides.item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-home-1.owl-theme .owl-dots .owl-dot span {
    background: #575a6c;
}
.slider-home-1.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 5px solid #fff;
    padding: 4px;
    margin: 4px;
}
.boder {
    display: block;
    height: 40px;
    width: 1px;
    background-color: #5673b7;
}
.extras a.theme-btn:hover {
    color: fff;
    background-color: #bf2828;
}
/* 6. volunteer */
.volunteer svg {
    width: 70px;
    height: auto;
    fill: white;
}
.what-we-provide,.jamaica-support-section{
    background: #EAF0FF !important;
}
.volunteer h3 {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    margin: 0;
    min-height: 45px;
}
.volunteer {
    padding: 45px 10px;
    border-radius: 25px;
    text-align: center;
    margin-top: -60px;
    /* margin-top: 50px; */
}
.volunteer img{
    width: 50px;
    margin: auto !important;
}
.volunteer p {
    color: #fff;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 5px;
    min-height: 200px;
    line-height: 22px;
    font-size: 15px;
}
.volunteer i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background-color: black;
    border-radius: 50%;
}
.volunteer a {
    background: #fff;
    font-weight: 700;
    padding: 14px 36px;
    margin-top: 20px;
    color: #2D2926 !important;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
    box-shadow: 0px 6px 12px #00000030;
}
.volunteer:hover i {
    transform: rotatey(180deg);
}
.volunteer.donation a,.volunteer.donation p,.volunteer.donation h3,
.volunteer.fundraise a,.volunteer.fundraise p,.volunteer.fundraise h3{
    color: white;
}
.volunteer.donation svg {
    fill: black;
}
.volunteer.donation i {
    background-color: white;
}
.volunteer.fundraise svg{
    fill: white;
}
.volunteer.fundraise i{
    background-color: #ff3636;
}
.recent-causes-urgent h6 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: black;
}
.section-recent-causes{
    background-color: #ECF7F0;
}
.recent-causes-urgent .goal span {
    color: #555;
}
.what-we-provide {
    /* margin-top: -80px; */
    position: relative;
    z-index: 11;
}
/* 7. help-man */
.heading{
    text-align: center;
}
.heading h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    width: 66%;
    margin: auto;
    padding-bottom: 50px;
}
.heading p {
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 1px;
}
.help-man img {
    border-radius: 30px;
}
.help-man{
    position: relative;
}
.help-man h5 {
    z-index: 111;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    background-color: #26268e;
    color: white;
    bottom: 12px;
    width: 60%;
    line-height: 30px;
    padding: 25px;
    border-radius: 30px;
    right: 20px;
}
.jamaica-content h2{
    line-height: 1.2;
    font-size: 33px !important;
}
.jamaica-content p{
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    line-height: 24px;
    font-weight: 500;
}
.jamaica-support-info img{
    width: 85%;
}
.jamaica-support-info h3{
    font-size: 1.5rem; font-weight: 600; color: #000; margin-bottom: 20px;
}
.jamaica-support-info .btn{
    background: #009639;
    padding: 24px 36px;
    margin-top: 20px;
}
.donation-form-section {
    background-image: url('../img/banner/donation_sec_img.png');
    padding: 30px !important;
    background-position: center left;
}
.donation-form-section .donation-form-container {
    width: 100% !important;
    background: transparent;
    padding: 0px;
    justify-content: flex-center;
}
.donation-image-side {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.donation-form-section .donation-form-container .donation-form {
    width: 100% !important;
    background: transparent linear-gradient(180deg, #FFEDED 0%, #E52525 100%) 0% 0% no-repeat padding-box;
    padding: 30px;
    justify-content: flex-start;
}
.donation-form-section .donation-form-container .donation-form .submit-btn{
    background-color: #fff;
    color: #000;
}
.donation-form-section .donation-form .submit-btn{
    width: 200px;
    padding: 10px 0px;
    border-radius: 30px;
}
.donation-form-section .donation-form .amount-section{
    flex-direction: row;
}
.donation-form-section .currency-dropdown .form-select, .donation-form-section .amount-buttons .amount-btn {
    padding: 7px 10px 7px 8px !important;
    border: 1px solid #000;
    border-radius: 30px !important;
    background: white !important;
    font-size: 12px !important;
    appearance: none !important;
    cursor: pointer !important;
    min-width: 60px !important;
}
.donation-overlay h3{
    font-size: 20px;
    color: #FFD100;
    font-weight: bold;
}
.donation-overlay h2{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.donation-overlay p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.donation-image-container{
    width: 60%;
}


















.help-man h5:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid #26268e;
    border-left: 45px solid transparent;
    top: -24px;
    right: 13%;
}
.help-man img.helptwo {
    margin-top: 97px;
}
.help-man-data p{
    font-size: 20px;
    line-height: 34px;
}
.help-man-data ul{
    padding-top: 30px;
    padding-bottom: 40px;
}
.help-man-data ul li {
    font-size: 18px;
    color: #555;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.help-man-data ul li .bol {
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #ff3636;
    border-radius: 37px;
    margin-right: 15px;
}
/* 8. nonprofit */
.nonprofit{
    text-align: center;
}
.nonprofit h4,.nonprofit span {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.nonprofit p {
    width: 82%;
    margin: auto;
    padding-top: 20px;
}
.nonprofit h6{
    font-size: 15px;
    font-weight: bold;

}
.odometer-inside {
    line-height: 75px;
}
.odometer {
    font-size: 100px;
}
.homeless h2 {
    color: white;
    font-weight: 400;
}
.homeless span{
    font-weight: 700;
}
.homeless h6 {
    color: #c1c1c1;
    line-height: 28px;
    width: 87%;
    padding-top: 10px;
    padding-bottom: 45px;
}
.homeless h5{
    color: white;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 34px;
}
.homeless h5 span{
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.homeless .d-flex {
    justify-content: space-between;
}
.donation-section .homeless .circle.three canvas {
    background-color: transparent;
    width: 170px !important;
    height: 170px !important;
    margin-top: -17px;
}
.homeless .circle.three:before{
    color: white;
}
.homeless .progressbar {
    margin-right: 27%;
}
.homeless h6 {
    font-weight: 400;
}
.separator {
    display: block;
    width: 260px;
    height: 1px;
    background-color: #ffffff30;
    margin: 25px 0;
}
.donation-section, .environment-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.donation-section:before,.environment-section:before{
    position: absolute;
    content: "";
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0;
}
.homeless {
    position: relative;
}
.upcoming-event-time{
    background-color: #26268e;
}
.upcoming-event-time h4{
    font-size: 40px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    margin: 0;
}
.upcoming-event-time span {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 7px;
    line-height: 18px;
}
.upcoming-event-separator {
    display: block;
    background-color: #ffffff61;
    width: 1px;
    height: 70px;
}
.upcoming-event-data h6{
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}
.upcoming-event-data h4 {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.upcoming-event-img figure {
    width: 87%;
    margin: auto;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.upcoming-event-img:hover .upcoming-event-data {
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
}
.upcoming-event-img figure:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #26268ed6;
    opacity: 0;
}
.upcoming-event-img:hover figure:before {
    width: 100%;
    opacity: 1;
}
.upcoming-event-img:hover .upcoming-event-time{
    opacity: 0;
    visibility: hidden;
}
.upcoming-event-img {
    position: relative;
}
.upcoming-event-time {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 40%;
    padding: 0px 25px;
    border-radius: 30px;
    width: 82%;
    left: 9%;
}
.upcoming-event-data {
    border-radius: 35px;
    padding: 40px;
    border: 1px solid #ededed;
    padding-top: 122px;
    margin-top: -90px;
}
.upcoming-event-img > a i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 11%;
    color: white;
    top: 37%;
    font-size: 20px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}
.upcoming-event-img:hover > a i{
    opacity: 1;
    visibility: visible;
    top: 40%;
}
.heading.two {
    text-align: inherit;
}
.heading.two p {
    padding-top: 0;
}
.heading.two h2 {
    font-weight: bold;
    width: 100%;
    color: black;
}
ul.heart li{
    font-size: 18px;
    color: #555;
}
.change-we-need {
    padding-left: 65px;
    position: relative;
}
.change-we-need:before {
    position: absolute;
    content: "";
    width: 700px;
    height: 664px;
    background-color: #fafafa;
    z-index: -1;
    border-radius: 35px;
    left: 0;
    top: -25%;
}
.join-cause {
    padding-top: 30px;
    padding-bottom: 30px;
}
.change-we-img {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.change-we-img img{
    border-radius: 35px;
}
.partner.item {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}
.logodata.owl-carousel .owl-item img{
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.logodata.owl-carousel .owl-item img:hover {
    filter: none;
    opacity: 1;
}
/* 9. environment */
.environment{
    position: relative;
}
.environment .heading h2{
    text-transform: capitalize;
    color: white;
    padding-bottom: 10px;
    width: 100%;
}
.environment{
    width: 65%;
    margin: auto;
    text-align: center;
}
.environment p {
    margin: auto;
    padding-top: 0;
    font-size: 18px;
    color: #f1f1f1;
    width: 67%;
    text-align: center;
}
.environment input {
    width: 83%;
    margin: auto;
    display: block;
    height: 70px;
    border-radius: 37px;
    padding-left: 36px;
    margin-top: 22px;
    margin-bottom: 16px;
    border: 0;
    outline: none;
}
.environment-section{
    padding-top: 170px;
    padding-bottom: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials {
    margin-top: -80px;
    padding: 80px;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    border-radius: 40px;
}
.testimonials h4 {
    font-size: 26px;
    line-height: 40px;
    color: white;
    padding: 30px 0;
    width: 73%;
    margin: auto;
}
.testimonials h3{
    font-size: 34px;
    font-weight: bold;
    color: white;
}
.testimonials span{
    font-weight: bold;
    font-size: 15px;
    color: white;
}
/* 10. slider-nav */
.slick-dotted.slick-slider {
    margin: auto;
    margin-top: -60px;
    width: 65%;
}
.slider-nav .slick-slide img {
    border-radius: 30px;
    margin: auto;
}
.slider-nav .slick-slide.slick-current.slick-active {
    position: relative;
    overflow: hidden;
}
.slider-nav .slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #ff3636b0;
    border-radius: 30px;
    width: 90%;
    margin-left: 9px;
}
.slider-for .slick-slide img {
    display: block;
    margin: auto;
}
.slick-dots{
    display: none;
}
/* 11. gifts-slids */
.gifts-img i{
    color: #ffb911;
}
.gifts-img h6{
    font-size: 14px;
    color: #555;
    padding-left: 5px;
    margin: 0;
}
.add-to-cart {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    position: absolute;
    bottom: -25px;
    width: 73%;
    justify-content: space-between;
    border-radius: 32px;
    background-color: white;
}
.add-to-cart a i {
    width: 50px;
    line-height: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
    color: white;
}
.gifts-data {
    text-align: center;
}
.gifts-img {
    border: 1px solid #d5d5d5;
    padding: 60px 40px;
    padding-bottom: 80px;
    border-radius: 35px;
    position: relative;
    margin-right: 20px;
}
.gifts-slids .owl-nav i {
    font-size: 20px;
    background-color: white;
    border:1px solid #c1c1c1;
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gifts-slids .owl-nav i:hover{
    color: white;
    border:1px solid #ff3636;
}
.gifts-slids{
    position: relative;
}
.gifts-slids.owl-theme .owl-nav {
    position: absolute;
    top: -28%;
    right: -1%;
    width: 13%;
}
.gifts-slids.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.gifts-slids .owl-dots {
    display: none;
}
.gifts-data p {
    padding-top: 45px;
    font-weight: 500;
}
.gifts-data h5 {
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 0;
}
.gifts-data h6{
    font-size: 20px;
    font-weight: bold;
}
.gifts-data h6 del {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}
.add-hover a span {
    position: absolute;
    width: 100%;
    top: 30%;
    right: -25%;
    color: white;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: bold;
}
.add-to-cart:hover .add-hover a span{
    opacity: 1;
    visibility: visible;
}
.add-to-cart:hover .start {
    opacity: 0;
}
.add-to-cart:hover a i{
    color: white;
    background-color: black;
}
/* 12. article */
.article img {
    border-radius: 35px;
}
.article h4 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
.article h4 {
    margin: 0;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 25px;
    border-radius: 25px;
    color: white;
    margin-right: 50px;
    width: 193px;
}
.article{
    display: flex;
    align-items: center;
}
.article-data h5 {
    font-size: 15px;
    color: #222;
    margin-bottom: 0;
}
.article-data h3{
    font-size: 28px;
    font-weight: bold;
    color: #222;
}
.article-data h6 {
    color: #666;
    line-height: 26px;
    margin: 0;
    padding-top: 4px;
}
.article-data {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-left: -80px;
    background-color: #fafafa;
    padding: 50px;
    border-radius: 35px;
}
.article-data h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}
.article.two .article-data {
    margin: 0;
    margin-right: -80px;
}
.button-gap{
    text-align: center;
}
/* 13. footer one */
footer {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #26268e; */
    opacity: .95;
    top: 0;
}
.footer-top-bar{
    position: relative;
}
.widget-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}
ul.social-media i {
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 22px;
    color: white;
}
.social-media {
    display: flex;
    color: white;
    align-items: center;
}
.social-media li a {
    display: flex;
    align-items: center;
    color: white;
    margin-right: 34px;
}
.social-media li a:hover i {
    transform: rotateY(360deg);
}
.social-media > li a i {
    margin-right: 15px;
}
.Information {
    padding-top: 120px;
}
.widget-title p {
    color: #d7d7d7;
    width: 80%;
}
.Information ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Information ul li a {
    color: #d7d7d7;
    padding-left: 8px;
}
.Information ul li {
    color: #d7d7d7;
    width: 50%;
    padding-bottom: 25px;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-info h5{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #cecece;
    font-weight: 500;
}
.contact-info a {
    color: #cecece;
    padding-left: 5px;
    font-weight: 500;
    font-size: 18px;
}
.contact-info i {
    margin-right: 15px;
}
.contact-info svg {
    height: auto;
    width: 42px;
    fill: white;
    background-color: #4d4db3;
    padding: 10px;
    border-radius: 62%;
}
.subscribe svg {
    height: auto;
    width: 60px;
    fill: #ff3636;
}
.subscribe {
    position: relative;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-75px);
    margin-top: 75px;
}
.subscribe h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.subscribe form {
    width: 50%;
    position: relative;
}
.subscribe input {
    width: 90%;
    height: 80px;
    border-radius: 51px;
    padding-left: 30px;
    outline: none;
    border: 1px solid #e3e3e3;
}
.subscribe form button {
    position: absolute;
    width: auto;
    left: 63%;
    top: 3.4%;
    height: 74px;
    display: flex;
    align-items: center;
}
.subscribe form button i {
    font-size: 24px;
    padding-right: 10px;
    display: block;
}
.subscribe form button span {
    display: flex;
    align-items: center;
}
.footer-bootom-bar {
    position: relative;
}
.wpo-lower-footer p{
    color: white;
}
.footer-bootom-bar a {
    color: white;
    font-weight: 600;
}
.wpo-lower-footer {
    transform: translateY(-35px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpo-lower-footer .boder {
    background-color: wheat;
    height: 20px;
}
/* 14. zoom slid */
.recent-causes img{
    border-radius: 35px;
}
.recent-causes .progress {
    background-color: #ffd7d7;
    border-radius: 41px;
}
.goal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.goal span{
    font-size: 15px;
    font-weight: bold;
    color: #555;
}
.recent-causes-data {
    width: 82%;
    padding: 50px;
    background-color: white;
    margin: auto;
    margin-top: -120px;
    position: relative;
    border-radius: 40px;
    text-align: center;
}
.btn.two {
    background-color: #ff3636;
}
.btn.two span{
    color: #fff !important;

}
.btn.two:hover span{
    color: white;
}
.recent-causes-data .btn:after{
    background: #ff3636;;
}
.recent-causes-data .btn.two:hover span{
    color: white;
}
.recent-causes-data h3 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
}
.progress{
    margin-top: 30px;
    border-radius: 50px;
}
.zoom-slider-img img{
    border-radius: 25px;
}
.item.recent-causes i {
    background-color: #26268e;
    display: flex;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 20px;
    color: white;
}
.zoom-slider .owl-item .item.recent-causes i,
.zoom-slider .owl-item .recent-causes-data{
    display: none;
}
.zoom-slider .owl-item.active.center .item.recent-causes i{
    display: flex;
}
.zoom-slider .owl-item.active.center .recent-causes-data{
    display: block;
    box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px -23px 35px -2px rgba(0,0,0,0.10);
}
.zoom-slider button.owl-dot.active {
    width: 24px;
    height: 24px;
    border-radius: 21px;
    border: 3px solid #ff3636;
    background-color: transparent;
}
.zoom-slider button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 21px;
    background-color: #c5c5c5;
    margin: 5px;
}
.zoom-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block;
}
/* 15. home 2 */
/* 16. featured-area-two-data */
.featured-area-two {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 80px;
}
.featured-area-two-img img.homeimg {
    width: auto;
    border-radius: 50%;
    margin: auto;
}
.featured-area-two-img img.shaps-slider {
    position: absolute;
    z-index: -1;
}
.featured-area-two:before {
    position: absolute;
    content: "";
    background-color: #26268e;
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: multiply;
}
.featured-area-two-data,.featured-area-two-img{
    position: relative;
}
.featured-area-two-data h1 {
    color: white;
    font-weight: bold;
}
.featured-area-two-data p {
    color: #ccc;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.featured-area-two-data svg {
    height: auto;
    width: 20px;
}
.featured-area-two-data i {
    background-color: white;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
}
.featured-area-two-data .btn {
    margin: initial;
    margin-right: 10px;
}
.featured-area-two-data i:hover svg{
    fill: white;
}
.featured-area-two-img img {
    padding-right: 20px;
}
.slider-home-2 .owl-dots {
    counter-reset: dots;
    position: relative;
}
.slider-home-2 .owl-dot.active:before{
    font-size: 40px;
}
.slider-home-2 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
}
.slider-home-2.owl-theme .owl-dots .owl-dot span,
.slider-home-2.owl-theme .owl-dots .owl-dot:hover span {
    background-color: white;
    width: 40px;
    height: 1px;
    margin-top: 30px;
    margin-left: -4px;
    border-radius: 0;
}
.slider-home-2.owl-theme .owl-dots .owl-dot.active span,
 .slider-home-2.owl-theme .owl-dots .owl-dot.active:hover span {
    background-color: red;
    width: 60px;
    height: 8px;
    border-radius: 0;
    margin-top: 54px;
}
.slider-home-2.owl-theme .owl-dots .owl-dot {
    display: flex;
    zoom: 1;
    margin-bottom: 16px;
}
.slider-home-2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: -105%;
    top: 23%;
    display: block;
}
/* 17. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #ffffff;
}
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #000000;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    background-color: #fafafa;
    border-radius: 50%;
    right: -3%;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 2px;
    background: black;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item.active .heading:hover .icon:before{
        background: #ffffff;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.title {
    text-align: start;
    padding: 20px 40px;
    padding-right: 0;
    border-radius: 77px;
}
.content {
    padding: 0px 45px;
    padding-bottom: 22px;
}
.accordion-item {
    width: 95%;
    border: 1px solid #ededed;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item {
    border-radius: 50px;
}
.accordion-item.active a.heading {
    border-radius: 45px;
    color: white;
    background-color: #26268e;
}
.accordion-item.active .icon {
    background-color: #ff3636;
}
.accordion-item:first-of-type,.accordion-item:last-of-type {
    border-radius: 70px;
}
.accordion-item.active:first-of-type,.accordion-item.active:last-of-type {
    border-radius: 35px;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #ededed;
}
.content p {
    padding-top: 20px;
}
/* 18. recent-causes-urgent */
.section-working-charity,.charity-services,.section-get-involved{
    background-color: #fafafa;
}
.urgent-causes {
    display: flex;
    background-color: #26268e;
    padding: 40px;
    border-radius: 40px;
}
.urgent-causes img {
    border-radius: 40px;
    margin-bottom: -70px;
}
.urgent-causes .recent-causes-urgent .goal span {
        color: white;
    }
.recent-causes-urgent {
    padding: 50px;
    padding-left: 80px;
}
.recent-causes-urgent .progress{
    background-color: #4a4a9a;
}
.recent-causes-urgent > span{
    text-transform: uppercase;
}
.recent-causes-urgent span {
    color: #b0b0b0;
    font-weight: bold;
}
.recent-causes-urgent h3 {
    font-size: 28px;
    color: white;
    line-height: 38px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.goal h6{
    margin-bottom: 0;
}
.recent-causes-urgent .btn span{
    color: white;
}
.recent-causes-urgent p{
    color: #c1c1c1;
}
.urgent-causes-two img {
    border-radius: 35px;
    margin-left: -55px;
}
.urgent-causes-two .recent-causes-urgent {
    padding: 0;
    padding-top: 30px;
}
.urgent-causes-two {
    border: 1px solid #c1c1c1;
    border-radius: 35px;
    padding: 30px;
    width: 88%;
    margin-left: auto;
    padding-bottom: 60px;
    position: relative;
    background-color: white;
    padding-top: 20px;
}
.urgent-causes-two .btn {
    position: absolute;
}
.urgent-causes-two .btn.two{
    position: absolute;
    bottom: -6%;
    background-color: white;
    border: 1px solid #c1c1c1;
}
.urgent-causes-two .btn.two {
    position: absolute;
    bottom: -6%;
    background-color: white;
    border: 1px solid #c1c1c1;
}
.urgent-causes-two .recent-causes-urgent .btn span{
    color: black;
}
.urgent-causes-two .recent-causes-urgent .btn:hover span{
    color: white;
}
.goal span {
    font-weight: 400;
}
.recent-causes-urgent h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.urgent-causes-two .recent-causes-urgent .progress {
    background: #f0f0f0;
    margin-top: 20px;
}
/* 19. sponsor-a-child */
.sponsor-a-child {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sponsor-a-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .9;
}
.sponsor-a-child .heading{
    position: relative;
}
.sponsor-a-child .heading p,.sponsor-a-child .heading h2{
    color: white;
}
.child-sponsor {
    position: relative;
    border: 1px solid white;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    border-radius: 35px;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 13px;
}
.child-sponsor img {
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 10px;
}
.child-sponsor h3,.child-sponsor p,.child-sponsor span{
    color: white;
}
.child-sponsor h3{
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
}
.child-sponsor p {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff61;
    margin-bottom: 10px;
}
.child-sponsor-slide .owl-dots{
    display: none;
}
.child-sponsor-slide .owl-nav {
    position: absolute;
    left: -92%;
    top: 77%;
}
.child-sponsor-slide .owl-nav i{
    font-size: 20px;
    background-color: white;
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.child-sponsor-slide .owl-nav i:hover{
    background-color: black;
}
.child-sponsor-slide.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
/* 20. testimonial */
.testimonial{
    text-align: center;
    width: 70%;
    margin: auto;
}
.testimonial .start i{
    padding-right: 5px;
}
.testimonial .start{
    justify-content: center;
}
.testimonial h4 {
    line-height: 40px;
    width: 68%;
    margin: auto;
}
.testimonial h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-top: 20px;
    margin: 0;
}
.testimonial span{
    font-size: 18px;
}
/* 21. slider-nav-two */
.slider-nav-two.slick-initialized.slick-slider.slick-dotted {
    margin-top: 0;
    margin-bottom: 30px;
    width: 56%;
}
.slider-nav-two .slick-slide.slick-current.slick-active{
    position: relative;
}
.slider-nav-two .slick-slide.slick-current.slick{
    position: relative;
}
.slider-nav-two .slick-slide.slick-current.slick-active:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #31308cb0;
    border-radius: 50%;
    width: 154px;
    margin-left: -15px;
}
.slider-nav-two .slick-slide.slick-current.slick-active:after {
    position: absolute;
    content: "\f10d";
    right: 45px;
    top: 18px;
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.slider-nav-two .slick-slide img {
    width: 110px;
    margin-top: 30px;
    height: auto;
    margin-left: 8px;
}
.slider-nav-two .slick-slide.slick-current.slick-active img {
    width: auto;
    margin-top: 0px;
    height: auto;
    margin-left: -14px;
}
.slick-dots{
    display: none !important;
}
.slider-nav-two .slick-slide img {
    display: block;
    border-radius: 50%;
}
.slider-for-two .slick-prev,.slider-for-two .slick-next{
    background-color: red;
}

/* 22. want-to-Join */
.want-to-Join .heading h2 {
    width: 70%;
    margin: inherit;
}
.want-to-Join {
    background-color: #fafafa;
}
/* 23. support */
.support{
    padding: 80px;
    padding-bottom: 60px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.support:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #26268e;
    opacity: .8;
}
.support h2{
    font-weight: bold;
    position: relative;
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}
.support h3 {
    position: relative;
    padding-bottom: 20px;
    color: white;
    font-weight: 300;
}
.support p{
    position: relative;
    color: white;
}
.support.two:before {
    background-color: #ff3636;
}
.support button.btn {
    background-color: white;
}
.support button.btn span{
    color: black;
}
.support button.btn span{
    color: black;
}
.support button.btn:after{
    background-color: #bfbfbf;
}
.support form{
    position: relative;
}
.support form input::placeholder {
    color: white;
}
.support form input {
    width: 100%;
    height: 60px;
    outline: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    color: white;
}
.support.two h3 {
    margin: 0;
    padding-bottom: 13px;
}
ul.want-to-Join-data li {
    font-size: 18px;
    padding-bottom: 12px;
}
ul.want-to-Join-data li i {
    padding-right: 12px;
    font-size: 20px;
}
.pb-80 {
    padding-bottom: 80px;
}
/* 24. team-join */
.team-join img{
    border-radius: 30px;
}
.team-join-data h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 0;
}
.team-join{
    position: relative;
}
.team-join-data {
    position: absolute;
    background-color: white;
    width: 100%;
    padding: 30px;
    bottom: 20px;
    width: 90%;
    right: 0;
    border-radius: 35px;
    border-left: 10px solid #ff3636;
}
.team-join-data h6 {
    padding-top: 10px;
    padding-bottom: 16px;
    color: white;
}
.team-join-data h6 a {
    color: white;
}
.team-join-data ul.social-media-icon li a{
    border: 1px solid white;
}
.team-hover {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -100px;
}
.team-join:hover .team-join-data{
    background-color: #26268e;
}
.team-join:hover .team-hover {
    display: block;
    margin-bottom: 0px;
    opacity: 1;
    visibility: visible;
}
.team-join:hover .team-join-data h5{
    color: white;
}
/* 25. share-story */
.share-story{
    padding: 50px;
    text-align: center;
    background-color: #294eaa;
    border-radius: 40px;
}
.share-story h3{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.share-story span{
    color: white;
}
.share-story i{
    font-size: 80px;
    color: white;
    padding-bottom: 20px;
}
.share-story.instagram{
    background-image: linear-gradient(30deg, #f2b806,#f22906, #ed0e0e ,#c71659, #904cc4);
}
.share-story.twitter{
    background-color: #1d9bf0;
}
/* 26 footer two */
footer.footer-two:before{
    background-color: #fafafa;
}
footer.footer-two {
    margin-top: -120px;
}
footer.footer-two .widget-title h3{
    color: black;
}
footer.footer-two .widget-title p,footer.footer-two .Information ul li a,
footer.footer-two .Information ul li,footer.footer-two .contact-info h5,
footer.footer-two .contact-info a{
    color: #555;
}
footer.footer-two .wpo-lower-footer {
    transform: translateY(0px);
}
footer.footer-two .wpo-lower-footer p{
    font-weight: 600;
}
footer.footer-two .footer-bootom-bar{
    background-color: white;
}
footer.footer-two .wpo-lower-footer p,footer.footer-two .footer-bootom-bar a{
    color: black;
}
footer.footer-two .footer-bootom-bar {
    background-color: white;
    padding: 30px 0;
    margin-bottom: 30px;
}
footer.footer-two .wpo-lower-footer .boder {
    background-color: #555;
    height: 20px;
}
/* 27. home 3 */
.gap-left{
    padding-left: 70px;
    padding-right: 70px;
}
/* 28. hero-section-three */
.hero-section-three {
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-section-three:before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #26268e;
    left: 0;
    mix-blend-mode: multiply;
}
.hero-section-three-data{
    position: relative;
}
.hero-section-three-data p{
    font-size: 22px;
    line-height: 32px;
    color: white;
}
.hero-section-three-data h4 {
    font-size: 26px;
    line-height: 36px;
    color: white;
    width: 36%;
    margin: auto;
    margin-bottom: 44px;
}
.hero-section-three-data h2 {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 132px;
    color: white;
    padding-top: 30px;
}
/* 29. owl-carousel page 3 */
.navPrev {
  position: absolute;
  top: 31%;
  left: 10%;
  z-index: 2;
}
.navPrev span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev span img,.navNext span img {
    position: relative;
    margin: auto 0px;
    cursor: pointer;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #fff;
}
.navNext {
  position: absolute;
  top: 31%;
  right: 10%;
  z-index: 2;
  background-size: 118px 118px;
}
.navNext span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev i:hover,.navNext i:hover{
    color: white;
}
.navNext i,.navPrev i {
    left: 50%;
    font-size: 40px;
    position: absolute;
    color: white;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease-in-out;
}
.navPrev:hover i,.navNext:hover i {
    background-color: #ff3636d9;
    width: 93%;
    height: 93%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots {
    display: none;
}
/* 30. what-we-provide-text */
.what-we-provide-text{
    text-align: center;
    padding: 40px;
    border-radius: 35px;
}
.what-we-provide-text svg{
    width: 80px;
    fill: white;
    height: auto;
}
.what-we-provide-text h6{
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 16px;
}
.what-we-provide-text:hover {
    transform: translateY(-10px);
}
/* 31. small-donations */
.small-donations .heading h6{
    width: 76%;
}
/* 32. progressbar */
.progressbar {
        display: inline-block;
        width: 100px;
        margin-right: 134px;
    }
    .circle {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        margin-top: 10px;
        display: inline-block;
        position: relative;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .circle canvas {
        vertical-align: middle;
        border-radius: 50%;
    }

    .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    transform: translate(10px, 10px);
    font-weight: bold;
    margin-top: -30px;
}
    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }
    .circle span {
        display: block;
        color: black;
        margin-top: 12px;
    }
    .circle:before {
    content: "Home Shelter";
    position: absolute;
    top: 65%;
    right: 17%;
    font-size: 15px;
    font-weight: bold;
}
.circle.two:before {
    content: "Sponser Child";
}
/* 33. charity-style-three */
.charity-style-three img{
    border-radius: 35px;
}
.charity-style-three{
    border-radius: 35px;
    border: 1px solid #d5d5d5;
    position: relative;
    margin-bottom: 40px;
}
.charity-style-three-data {
    padding: 40px;
    padding-top: 20px;
    border-radius: 35px;
    border-top: 0;
}
.charity-style-three-data p{
    font-weight: bold;
}
.charity-style-three-data h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.charity-style-three-data span{
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.charity-style-three figure{
    overflow: hidden;
    position: relative;
}
.charity-style-three figure:before {
    position: absolute;
    content: "";
    background-color: #26268e;
    opacity: .9;
    width: 0%;
    height: 100%;
    border-radius: 35px;
    opacity: 0;
}
.charity-style-three .btn {
    position: absolute;
    left: 30%;
    top: 18%;
    opacity: 0;
    visibility: hidden;
}
.charity-style-three:hover .btn{
    opacity: 1;
    visibility: visible;
    left: 25%;
}
.charity-style-three:hover figure:before{
    width: 100%;
    opacity: .9;
}
.charity-style-three .progresbar {
    position: absolute;
    right: -7%;
    bottom: -14%;
}
.circle.three:before {
    content: "Donated";
    left: 24%;
}
.circle.three canvas {
    background-color: white;
    width: 150px !important;
    height: 150px !important;
}
.circle.three div {
    top: 37%;
    left: 44%;
    font-size: 40px;
}
.circle.three:before {
    content: "Donated";
    left: 19%;
    top: 50%;
}
/* 34. charity-event */
.charity-event-img img {
    border-radius: 35px;
}
.charity-event-img {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: center;
}
.charity-event-img img {
    border-radius: 35px;
    margin: 20px;
}
.upcoming-event-data.style-two {
    margin: 0;
    padding: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-left: 40px;
    margin-bottom: 20px;
}
.upcoming-event-data.style-two .article h4 {
    margin-left: 0;
    width: 118px;
    margin-left: -70px;
}
/* 35. fundraising */
.fundraising{
    position: relative;
}
.fundraising:before{
    background-color: black;
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}
.fundraising .heading{
    position: relative;
}
.fundraising .heading h2{
    color: white;
}
.fundraising .heading p{
    color: #858585;
}
.fundraising-data {
    position: relative;
    padding: 40px;
    background-color: #26268e;
    text-align: center;
    transform: translateY(140px);
    margin-top: -140px;
}
.fundraising-data i {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.fundraising-data h3 {
    font-weight: bold;
    color: white;
    padding-top: 40px;
}
.fundraising-data p{
    color: #cfcfcf;
}
.fundraising-data svg {
    fill: white;
    width: 65px;
    height: auto;
}
.gap-margin{
    margin: 0 70px;
}
.fundraising-data.two{
    background-color: #1f1f7c;
}
.fundraising-data.three{
    background-color: #191974;
}
.Fund-cercle{
    position: relative;
}
.Fund-cercle span {
    position: absolute;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    left: 34%;
    color: white;
    z-index: 1;
}
/* 36. shop-products */
.gap.shop-products {
    margin-top: 140px;
}
.gifts-img.style-two .add-to-cart {
    width: 0;
    height: 0;
    bottom: 0%;
    right: 32%;
}
.gifts-img.style-two {
    margin: 0;
    padding: 30px;
    padding-bottom: 20px;
}
.gifts-img.style-two .gifts-data {
    text-align: inherit;
}
.gifts-img.style-two i {
    color: #ffb911;
    font-size: 13px;
}
.gifts-img.style-two .start h6{
    color: #555;
    font-size: 13px;
}
.gifts-img.style-two .add-hover i{
    color: white;
}
/* 37. community */
.community {
    padding-top: 160px;
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.community .heading.two h2 {
    text-transform: capitalize;
}
.ps-6{
    padding-left: 6rem;
}
form.community-form{
    position: relative;
}
form.community-form input {
    width: 100%;
    height: 75px;
    border-radius: 46px;
    border: 0;
    padding-left: 100px;
    outline: none;
    margin-bottom: 15px;
    color: #555;
    font-weight: bold;
}
form.community-form input::placeholder{
    color: #555;
    font-weight: bold;
}
form.community-form svg {
    width: 80px;
    height: auto;
    position: absolute;
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 20px;
}
form.community-form i{
    position: relative;
}
form.community-form i:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 44px;
    background-color: #e4e4e4;
    margin-left: 80px;
    margin-top: 14px;
}
/* 38. news-article-two */
.news-article-two img {
    border-radius: 35px;
}
.news-article-two a {
    font-weight: 700;
}
.news-article-two h5 {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;
}
.news-article-two span{
    line-height: 0;
}
.news-article-two a h3 {
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
    width: 86%;
}
.news-article-two{
    position: relative;
}
.news-article-two img.man-img {
    border-radius: 50%;
    position: absolute;
    right: 8%;
    top: 43%;
    border: 10px solid #fff;
}
/* 39. footer-three */
.footer-three {
    margin: auto;
    position: relative;
    text-align: center;
    width: 50%;
}
.footer-three p {
    color: #ddd;
    padding-top: 35px;
    padding-bottom: 30px;
}
.footer-three .social-media {
    justify-content: center;
}
/* 40. image gallery footer */
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
    transform: translateY(50px);
    z-index: 1;
}
ul.image-gallery li figure {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 25px;
    position: relative;
}
ul.image-gallery li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
}
ul.image-gallery li figure:hover:before{
    opacity: .8;
    height: 100%;
}
ul.image-gallery li figure img {
    width: 130px;
    height: 130px;
}
ul.image-gallery {
    display: flex;
    position: relative;
    justify-content: center;
}
ul.image-gallery li {
    margin-left: 16px;
}
.footer-bootom-bar.fore{
    background-color: white;
}
.footer-bootom-bar.fore .wpo-lower-footer {
    transform: translateY(0px);
    padding: 20px 0;
    padding-top: 50px;
    justify-content: center;
}
.footer-bootom-bar.fore .wpo-lower-footer P{
    color: black;
}
.footer-bootom-bar.fore .wpo-lower-footer a{
    font-weight: bold;
}
/* 41. home 4 */

/* 42. forslider */
.forpage {
    padding-top: 300px;
    padding-bottom: 140px;
    margin-left: -1px;
}
.slider-home-2.for-home.owl-theme .owl-nav.disabled+.owl-dots {
    right: 6%;
    top: 40%;
}
.featured-area-two.forpage:before {
   background-color: #000000d1;
}
.forslider {
    text-align: center;
}
.forslider h1{
    font-size: 80px;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
    font-weight: bold;
}
.heading .btn span{
    color: white;
}
.heading h6{
    color: #555;
    font-weight: 400;
}
.believe-water{
    position: relative;
}
.believe-water img.believe-water-girl {
    position: absolute;
    border-radius: 50%;
    top: 16%;
    z-index: -1;
    width: 540px;
    height: 540px;
    right: 0;
}
.poor-boy-data h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.poor-boy-data h6{
    text-transform: uppercase;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.poor-boy{
    position: relative;
}
.spin-img {
    height: 580px;
    animation: spin 40s normal linear infinite;
    position: absolute;
    left: -3%;
    z-index: -1;
    width: 580px;
    top: -3%;
}
.pt-100{
    padding-top: 100px;
}
.donation img {
    border-radius: 50%;
}
.donation{
    position: relative;
}
.empowers h5{
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: white;
}
.empowers h3 {
    font-size: 15px;
    color: white;
    line-height: 26px;
}
.empowers {
    background-color: #26268e;
    width: 68%;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 65px;
    border-radius: 67% 34% 54% 35% / 33% 54% 55% 43%;
    will-change: border-radius, transform, opacity;
}
/* 43. donate */
.donate.volunteer a i {
    background-color: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #ababab;
    background-color: white;
}
.donate.volunteer i{
    background-color: #26268e;
}
.volunteer:hover a i{
    transform: rotatey(0deg);
}
.donate.volunteer {
    background-color: white;
    position: relative;
    z-index: 1;
}
.donate.volunteer.two{
    background-color: #ff3636;
}
.donate.volunteer p {
    color: #555;
}
.donate.volunteer.two h3,.donate.volunteer.two p{
    color: white;
}
.donate.volunteer h3{
    font-size: 30px;
}
/* 44. volunteer-for */
.get-youth-lnvolved {
    padding-top: 220px;
    position: relative;
    margin-top: -100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shaps-bottom {
    position: relative;
    margin-top: -43px;
    z-index: 22;
    transform: translatey(2px);
}
.get-youth-lnvolved::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26268e;
    opacity: .8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.volunteer-for{
    position: relative;
}
.volunteer-for h3{
    font-weight: bold;
    font-size: 70px;
}
.volunteer-for h2 {
    color: white;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 85%;
}
.volunteer-for li {
    color: white;
    padding-bottom: 10px;
    padding-left: 44px;
    position: relative;
    font-size: 20px;
}
.volunteer-for li:before {
    content: "";
    position: absolute;
    background-color: #ffea00;
    width: 22px;
    height: 1px;
    left: 0;
    top: 33%;
}
.gifts-volunteer img{
    z-index: 5;
    position: relative;
}
.gifts-volunteer{
    position: relative;
}
.colorbolo {
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -10%;
}
/* 45. project-today */
.project-today-data .recent-causes-urgent {
    padding: 0;
}
.project-today-data img{
    margin-right: 30px;
    border-radius: 35px;
}
.project-today-data{
    align-items: center;
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
}
.project-today-data .recent-causes-urgent .progress{
    background-color: #ffd7d7;
}
.project-today-data .progress {
    margin-top: 20px;
}
.progress-bar{
    border-radius: 50px;
}
.project-today .owl-item.active .project-today-data{
    padding: 0;
    border: 0;
    display: block;
    margin: 10px;
}
.project-today .owl-item.active.center .project-today-data{
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
    display: flex;
    margin: 0;
}
.project-today .owl-item.active .recent-causes-urgent{
    display: none;
}
.project-today .owl-item.cloned .recent-causes-urgent{
    display: none;
}
.project-today .owl-item.active.center .recent-causes-urgent{
    display: block;
}
.project-today-data {
    align-items: center;
    padding: 30px;
    border-radius: 35px;
    border: 1px solid #dbdbdb;
}
.project-today.owl-carousel .owl-item.active img{
    width: 100%;
}
.project-today.owl-carousel .owl-item.active.center img{
    width: auto;
}
.project-today .owl-dots button.owl-dot.active {
    width: 30px;
    height: 10px;
    background-color: #ff3636;
    border-radius: 20px;
}
.project-today .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.project-today .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d0d0d0;
    border-radius: 20px;
    margin: 4px;
}
/* 46. news-article-one */
.news-article-one .boder {
    height: 1px;
    width: 10px;
    line-height: 0;
    background-color: #222;
}
.news-article-one{
    position: relative;
}
.news-article-one h6 {
    position: absolute;
    color: white;
    font-weight: bold;
    right: 8%;
    padding: 0px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 26px;
    top: 49%;
}
.news-article-one span {
    color: #222;
    font-weight: 600;
}
.news-article-one img{
    border-radius: 35px;
}
.news-article-one h3{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 34px;
    padding-top: 10px;
}
/* 47. see-impact */
.see-impact-story {
    position: relative;
    border-radius: 35px;
    text-align: center;
    padding: 35px;
    padding-bottom: 0;
    margin-bottom: 37px;
    overflow: hidden;
}
.see-impact p{
    color: black;
    font-weight: bold;
    padding-bottom: 20px;
}
.see-impact h2{
    font-weight: bold;
}
.see-impact-story h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
    color: white;
}
.see-impact-story a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: white;
}
.see-impact-story img {
    padding-top: 40px;
}
.see-impact-data img.line-shaps {
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    left: 22%;
    bottom: -10%;
}
.see-impact-data {
    position: relative;
    margin: 13px;
}
.see-impact-slids .owl-nav {
    position: absolute;
    left: -34%;
    bottom: 120px;
}
.see-impact-slids .owl-nav button i {
    background-color: #26268e;
    line-height: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    color: white;
    font-size: 18px;
}
/* 48. continue-saving */
.continue-saving{
    position: relative;
    overflow: hidden;
}
.continue-saving:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .9;
    top: 0;
}
.help-us-reach{
    position: relative;
}
.help-us-reach h2{
    color: white;
    font-weight: bold;
    width: 100%;
}
.help-us-reach p{
    color: white;
}
.help-us-reach-img{
    position: relative;
}
.help-us-reach-img img {
    position: relative;
    width: 100%;
}
.continue-saving {
    padding-top: 90px;
    background-size: cover;
}
.continue-saving .shaps-bottom {
    margin-top: -42px;
}
ul.social-media-icon.full li a {
    background-color: white;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
ul.social-media-icon.full li a i{
   color: black;
}
/* 49. footer for */
.footer-for .shaps-bottom {
    margin-top: -2px;
    transform: rotate(180deg);
    margin-left: -32px;
}
.footer-logo {
    position: relative;
}
.footer-logo p {
    padding-top: 35px;
    padding-bottom: 50px;
    color: #e5e5e5;
    width: 75%;
}
.footer-logo svg {
    width: 60px;
    fill: white;
}
.footer-logo span{
   color: #e5e5e5;
}
.footer-logo h4{
   color: white;
   font-weight: bold;
}
.footer-logo .btn{
    margin-top: 35px;
}
.footer-logo .btn span{
    color: white;
}
.widget-title {
    position: relative;
}
.Information.widget-title li {
    width: 100%;
}
ul.social-media-icon.full {
    display: flex;
    flex-wrap: inherit;
}
ul.social-media-icon.full li a {
    padding: 0;
}
ul.social-media-icon.full li{
    width: auto;
}
/* 50. footer-from */
.footer-from{
    position: relative;
}
.footer-from ::placeholder{
    color: #555;
}
.footer-from input{
    width: 100%;
    border-radius: 40px;
    height: 66px;
    background-color: white;
    padding-left: 30px;
    color: #555;
    outline: none;
    border: 0;
}
.footer-from button i {
    padding-right: 10px;
    font-size: 22px;
}
.footer-from button {
    position: absolute;
    color: white;
    right: 0;
    border-radius: 48px;
    padding: 21px 30px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
form.footer-from h5 {
    font-size: 20px;
    color: white;
    padding-bottom: 14px;
}
form.footer-from {
    margin-top: 60px;
    padding-top: 45px;
    border-top: 4px solid #ffffff4a;
}
.footer-from button:hover {
    background-color: #bf2828;
}
.footer-for .footer-bootom-bar .wpo-lower-footer {
    transform: translateY(0px);
}
.footer-for .footer-bootom-bar {
    position: relative;
    padding: 30px 0;
}
.upcoming-event-data.style-two:hover{
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.10);
}
/* 51. about page */
/* 52. page-title-area */
.page-title-area {
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
    background-position: center;
}
.page-title-area:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    /* background-color: black; */
    opacity: .5;
    height: 100%;
}
.title-area-data{
    position: relative;
}
.title-area-data h2{
    color: white;
    font-size: 35px;
    font-weight: bold;
    min-height: auto !important;
    line-height: 1 !important;
}

.banner-slide .title-area-data h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.title-area-data p{
    font-size: 20px;
    font-weight: 600;
    color:#FFD100;
}

.banner-slide .title-area-data p {
    font-size: 30px;
    font-weight: 600;
    color: #FFD100;
    margin-bottom: 20px;
}
/* 53. breadcrumb */
ol.breadcrumb {
    position: relative;
}
.breadcrumb{
    padding-top: 25px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    color: white;
    padding-right: 1.5rem;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 30px;
}
.breadcrumb li a,.breadcrumb-item.active{
    color: white;
    text-transform: capitalize;
}
/* 54. about-text */
.about-text h3{
    font-size: 30px;
    font-weight: bold;
}
.about-text {
    width: 87%;
}
.about-text span{
    text-transform: uppercase;
    display: block;
    color: #666666;
}
.about-img{
    padding-top: 60px;
}
.about-img img{
    border-radius: 35px;
    width: 100%;
}
/* 55. Cause Details */
.details-title p,.details-title h3,.details-title h2 {
    font-weight: bold;
}
.details-title p{
    text-transform: uppercase;
}
.details-title h3{
    display: inline-block;
    padding-right: 40px;
}
.details-title h2{
    padding-top: 10px;
    padding-bottom: 20px;
}
.details-title h3 span{
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.details-title{
    position: relative;
}
.details-title .progressbar {
    right: 0;
    position: absolute;
}
ul.heart li {
    font-size: 18px;
    color: #555;
    display: flex;
    align-items: baseline;
}
.youtube-video{
    position: relative;
}
@keyframes shadow-pulse
{
0% {
    box-shadow: 0 0 0 0px rgb(255 54 54 / 80%);
    -webkit-box-shadow: 0 0 0 0px rgb(255 54 54 / 80%);
    -moz-box-shadow: 0 0 0 0px rgb(0 189 11302 / 0%);
    -o-box-shadow: 0 0 0 0px rgb(0 189 11302 / 0%);
}
50% {
    box-shadow: 0 0 0 10px rgb(255 54 54 / 80%);
    -webkit-box-shadow: 0 0 0 15px rgb(255 54 54 / 80%);
    -moz-box-shadow: 0 0 0 10px rgb(0 189 1132 / 55%);
    -o-box-shadow: 0 0 0 10px rgb(0 189 1132 / 55%);
}
100% {
    box-shadow: 0 0 0 0px rgb(0 189 113 / 0%);
    -webkit-box-shadow: 0 0 0 0px rgb(0 189 113 / 0%);
    -moz-box-shadow: 0 0 0 10px rgb(0 189 113 / 0%);
    -o-box-shadow: 0 0 0 10px rgb(0 189 113 / 0%);
}
}
.youtube-video i {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1111;
    transform: translate(-50px, -50px);
    animation: shadow-pulse 2s infinite;
}
.youtube-video i svg {
    height: auto;
    fill: white;
    width: 30px;
}
.share-post-icon{
    display: flex;
    align-items: center;
}
.share-post-icon h6{
    font-size: 20px;
    font-weight: bold;
    padding-right: 30px;
    text-transform: capitalize;
}
.share-post-icon ul.social-media-icon.full li a{
    background-color: #26268e;
    width: 60px;
    height: 60px;
}
.share-post-icon ul.social-media-icon.full li a i{
    color: white;
}
/* 56. teme page */
.team-data-page h2{
    font-weight: bold;
}
.team-data-page span{
    font-size: 18px;
    font-weight: 600;
}
.team-data-page .contact-info svg {
    fill: black;
    background-color: #e4e4e4;
}
.team-data-page .contact-info h5,.team-data-page .contact-info a {
   color: #555;
}
/* 57. details-or-information */
.details-or-information {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 3px solid #dedede;
}
.details-or-information h3{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.details-or-information p{
    font-size: 18px;
    line-height: 30px;
}
.team-list li {
    padding-bottom: 10px;
}
.team-list li i{
    font-size: 20px;
    padding-right: 10px;
}
.team-list li{
    color: #555;
    font-size: 18px;
}
.team-info.volunteer-for li{
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
/* 58. teme from */
.teme-from{
    padding: 60px;
    background-color: #fafafa;
    border-radius: 35px;
}
.teme-from input{
   width: 100%;
    height: 65px;
    padding-left: 30px;
    outline: none;
    background-color: white;
    color: #555;
    border: 1px solid #c1c1c1;
    border-radius: 40px;margin-bottom: 20px;
}
.teme-from input ::placeholder{
    color: #555;
}
.teme-from textarea {
   width: 100%;
    height: 160px;
    padding-left: 30px;
    padding-top: 20px;
    outline: none;
    background-color: white;
    color: #555;
    border: 1px solid #c1c1c1;
    border-radius: 40px;margin-bottom: 20px;
}
/* 59. fun-facts page 2 */
.fun-facts-style svg {
    width: 127px;
    fill: white;
    height: auto;
    padding: 14px;
}
.fun-facts-style {
    display: flex;
    align-items: flex-start;
}
.nonprofit.two {
    text-align: inherit;
}
.nonprofit.two p {
    width: 82%;
    margin: 0;
    padding-top: 0px;
}
.fun-facts-style i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 55px;
}
/* 60. please-donate-today */
.please-donate-today {
    background-color: #26268e;
    padding: 70px;
    border-radius: 35px;
    position: relative;
}
.please-donate-today h2{
    font-size: 34px;
    color: white;
}
.please-donate-today p{
    color: white;
}
.donate-form ul li {
    padding-right: 60px;
    padding-top: 10px;
    font-size: 15px;
    color: white;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.please-donate-today form label {
    padding-left: 5px;
}
.please-donate-today h6 {
    font-size: 15px;
    color: white;
    padding-top: 30px;
    padding-bottom: 4px;
}
.please-donate-today form input.give-text-input {
    width: 100%;
    height: 65px;
    border-radius: 53px;
    border: 1px solid #737396;
    outline: none;
    background-color: transparent;
    padding-left: 80px;
    color: white;
}
.please-donate-today form input.give-text-input::placeholder{
    color: white;
}
span.give-currency-symbol {
    position: absolute;
    width: 65px;
    height: 65px;
    border: 1px solid #ff3636;
    border-radius: 64%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    font-size: 20px;
}
ul.give-donation-levels-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.give-donation-levels-wrap li {
    padding-right: 12px;
}
.give-donation-level-btn {
    padding: 20px;
    border-radius: 10px;
    border: 0;
    color: white;
    background-color: #4545a8;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
ul.give-donation-levels-wrap a.donating.give-donation-level-btn:hover {
    color: white;
}
.please-donate-today form input.give-submit {
    padding: 20px 40px;
    border-radius: 46px;
    border: 0;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}
.please-donate-today form input.give-submit:hover{
    background-color: #bf2828;
}
/* 61. donate-page */
.donate-page .nice-select:after {
    content: "";
    width: 0;
    height: 0;
    right: 28px;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 10px solid #555;
    transition: all 300ms ease;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s ease-in-out;
    border-bottom: 0;
}
.donate-page .nice-select.Advice {
    width: 100%;
    height: 65px;
    padding-top: 12px;
    border-radius: 50px;
    padding-left: 30px;
    background-color: white;
}
span.current {
    font-weight: 700;
}
.nice-select.open .list{
    width: 100%;
}
.donate-page h3 {
    font-weight: 700;
    padding-bottom: 10px;
}
.donate-page h5 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
    display: inline-block;
}
.donate-page button.give-btn.give-btn-level-custom {
    padding: 20px;
    background-color: white;
    color: black;
    border: 1px solid #eaeaea;
    border-radius: 51px;
    padding-left: 30px;
    font-weight: bold;
    width: 100%;
    text-align: inherit;
}
.donate-page button.give-donation-level-btn{
    border-radius: 40px;
}
.donate-page ul.give-donation-levels-wrap li:last-child {
    width: 70%;
}
.donate-page ul.give-donation-levels-wrap li {
    float: left;
}
.donate-page{
    padding: 80px;
    border-radius: 35px;
    background-color: #f1f1f1;
}
.enter-your-information {
    display: flex;
    align-items: flex-start;
}
.enter-your-information label {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    width: 100%;
    padding-bottom: 4px;
}
.enter-your-information-data h5 {
    padding-bottom: 30px;
    margin: 0;
    display: block;
}
.enter-your-information-data {
    background-color: white;
    padding: 40px;
    margin: 10px;
    border-radius: 35px;
}
.enter-your-information input{
    width: 100%;
    height: 60px;
    border-radius: 0;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-weight: bold;
    color: #555;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
    border: 1px solid #ddd;
}
.enter-your-information input::placeholder{
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.enter-your-information .nice-select.Advice {
    margin-right: 10px;
}
.enter-your-information input[type="radio"]{
    width: 0;
    height: 0;
}
.radio-to {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-to img {
    padding-left: 20px;
    padding-right: 10px;
}
.enter-your-information input.give-submit {
    padding: 0;
    width: auto;
    height: auto;
    padding: 20px 60px;
    border: 0;
    margin-top: 30px;
    color: white;
}
.enter-your-information input.give-submit:hover{
    background-color: #bf2828;
}
body.drak-mode .enter-your-information input.give-submit:hover{
    background-color: #bf2828;
}
.time-number{
    width: 100%;
}
/* 62. blog details 1 */
.blog-details-text img{
    border-radius: 40px;
}
.blog-details-text .article h4 {
    width: 14%;
    margin-left: 40px;
    transform: translateY(-50px);
    margin-bottom: -20px;
}
/* 63. meta-info */
.meta-info{
    padding-top: 10px;
}
.meta-info ul {
    display: flex;
    align-items: center;
}
.meta-info ul li {
    display: flex;
    align-items: center;
    padding-right: 30px;
}
.meta-info ul li h6{
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 6px;
}
.meta-info ul li img {
    margin-right: 15px;
    box-shadow: 0px 3px 1px 5px #0000000f;
}
.meta-info ul li p {
    padding-right: 40px;
}
.meta-info ul li i{
    font-size: 22px;
}
.blog-details-text h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.quote {
    background-color: #26268e;
    padding: 50px;
    border-radius: 35px;
    width: 95%;
    margin: auto;
    margin-top: -60px;
    position: relative;
    display: flex;
    z-index: 11;
}
.quote svg {
    width: 70px;
    height: auto;
    fill: white;
    padding-right: 25px;
}
.quote h3{
    font-size: 26px;
    color: white;
    font-weight: bold;
}
.blog-details-text .team-list{
    padding: 40px 0;
}
/* 64. post-tags */
.post-tags{
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.post-tags h6{
    font-weight: bold;
    padding-right: 20px;
}
.post-tags ul{
    display: flex;
    flex-wrap: wrap;
}
.post-tags li{
    margin-left: 10px;
}
.post-tags li a{
    border-radius: 5px;
    font-size: 14px;
    color: white;
    padding: 20px;
    background-color: #26268e;
    font-weight: bold;
}
/* 65. about-the-theodore */
.about-the-theodore ul.social-media-icon.full li a{
    background-color: #26268e;
    font-size: 17px;
}
.about-the-theodore ul.social-media-icon.full li a i{
    color: white;
}
.about-the-theodore h3 {
    font-weight: bold;
    padding-right: 30px;
}
.about-the-theodore {
    display: flex;
    background-color: white;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 42px;
    padding-right: 30px;
    margin-top: 50px;
}
/* 66. comment */
.comment{
    padding-top: 70px;
}
.comment h3{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.single-comment a {
    position: absolute;
    right: 0px;
    padding: 5px 30px;
    border-bottom-left-radius: 46px;
    border-top-left-radius: 46px;
    top: 17%;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}
.single-comment span{
    font-weight: bold;
}
.single-comment {
    background-color: white;
    display: flex;
    position: relative;
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 40px;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
}
.single-comment h4{
    font-weight: bold;
    padding-right: 20px;
}
.single-comment p{
    font-weight: 600;
}
li.single-comment.children {
    margin-left: 40px;
}
/* 67. leave-comment */
.leave-comment input{
    width: 100%;
    height: 65px;
    border: 1px solid #d5d5d5;
    outline: none;
    margin-bottom: 20px;
    border-radius: 40px;
    padding-left: 30px;
    color: #555;
}
.leave-comment input::placeholder,
.leave-comment textarea::placeholder{
    color: #555;
}
.leave-comment textarea{
    width: 100%;
    height: 190px;
    padding-top: 22px;
    border: 1px solid #d5d5d5;
    outline: none;
    margin-bottom: 20px;
    border-radius: 40px;
    padding-left: 30px;
    color: #555;
}
/* 68. sidebar */
.sidebar h3{
    font-weight: bold;
}
.posts {
    background-color: #f6f6f6;
    padding: 48px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.posts img {
    border-radius: 30px;
}
.recent-posts li {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.recent-posts img{
    margin-right: 15px;
}
.recent-posts li a {
    font-weight: bold;
    font-size: 13px;
    color: white;
    background-color: #26268e;
    padding: 12px 12px;
    line-height: 0;
    display: inline-block;
    text-transform: capitalize;
}
.recent-posts li h6 a{
    background-color: transparent;
    color: black;
    font-weight: bold;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    padding-top: 8px;
}
/* 69. categories */
ul.categories {
    margin-top: 30px;
}
ul.categories li {
    padding-bottom: 5px;
}
ul.categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 6px;
    border-radius: 49px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding-left: 30px;
    font-weight: bold;
}
ul.categories li a span {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
}
ul.categories li a:hover span{
    color: white;
}
ul.categories li a:hover{
    color: white;
}
/* 70. popular-posts */
.popular-posts{
    padding-top: 20px;
}
.popular-posts li h4 {
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
}
.popular-posts ul > li {
    padding-right: 22px;
    margin-bottom: 20px;
}
.popular-posts .meta-info ul li p{
    padding: 0;
}
.popular-posts .meta-info li {
    margin-bottom: 0;
}
ul.popular-posts li {
    margin-bottom: 20px;
}
ul.video.popular-posts li i svg {
    width: 50px;
    height: auto;
    fill: white;
    background-color: #ff3636;
    padding: 14px;
    border-radius: 10px;
    margin-right: 12px;
}
.youtube-video-button {
    display: flex;
    margin-top: 20px;
}
.youtube-video img {
    border-radius: 35px;
}
.popular-posts .youtube-video-button h4 {
    font-size: 18px;
    padding-top: 0;
    line-height: 28px;
}
.youtube-video-button p{
    font-size: 14px;
    font-weight: 600;
}
/* 71. instagram-posts */
.instagram-posts{
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.instagram-posts li{
    width: 33%;
    height: auto;
    padding: 4px;
}
ul.instagram-posts img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 18px;
}
ul.instagram-posts figure{
    position: relative;
    margin-bottom: 0;
}
ul.instagram-posts figure:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    overflow: hidden;
    border-radius: 12px;
}
ul.instagram-posts figure:hover:before{
    opacity: .8;
    height: 100%;
}
.posts.Photo a{
    font-weight: bold;
    font-size: 15px;
}
.blog-details-two-style {
    margin: 0 100px;
    padding: 0 100px;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-top: -40px;
    padding-bottom: 100px;
}
/* 72. nav-tabs */
.nav-tabs {
    border: 4px solid #e85913;
}
.nav-pills .nav-link.active {
    border-radius: 0;
    margin: 0;
    color: white;
    font-size: 15px;
    position: relative;
    padding: 0 30.4px;
}
.nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    bottom: -13%;
    transform: rotate(45deg);
    left: 62px;
}
.nav-pills .nav-link {
    border-radius: 0;
    height: 60px;
    padding: 0 30.4px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.flex-column {
    display: -webkit-box;
    background-color: #26268e;
    border-radius: 43px;
    width: 94%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.description {
    padding: 50px;
    border: 1px solid #c1c1c1;
    border-radius: 40px;
    margin-top: -24px;
    padding-top: 70px;
}
.what-do-you-get{
    padding: 0 60px;
    padding-top: 40px;
}
.what-do-you-get h4{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.tabs-img{
    margin: 60px 0;
}
.what-do-you-get .team-list{
    padding-top: 40px;
}
/* 73. specification */
ul.specification li:nth-child(even) {
    background-color: #f6f6f6;
}
ul.specification li h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding-left: 40px;
}
ul.specification li{
    padding: 20px;
    border-radius: 50px;
}
ul.specification li span {
    position: absolute;
    left: 19%;
    padding-left: 40px;
    border-left: 1px solid #9b9b9b;
}
/* 74. review */
.review h3{
    font-size: 28px;
    font-weight: bold;
}
.review .single-comment{
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
}
.review .single-comment.lest{
    border: 0;
}
.rating{
    display: flex;
    justify-content: space-between;
}
.rating span{
    font-size: 15px;
    font-weight: bold;
}
.rating i{
    font-size: 20px;
}
.add-review{
    background-color: #f6f6f6;
    padding: 60px;
    border-radius: 40px;
}
.add-review.leave-comment .btn {
    width: auto;
    margin: initial;
}
/* 75. get-involved */
.get-involved img{
    border-radius: 35px;
}
.get-involved svg {
    fill: #fff;
    width: 60px;
    height: auto;
}
.get-involved i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
.get-involved ul li i {
    background-color: transparent;
    width: 0;
    height: 0;
    padding: 0;
     transform: translateY(0px);
    margin-top: 0px;
}
.get-involved.data {
    width: 86%;
    margin: auto;
    background-color: white;
    border-radius: 40px;
    padding: 40px;
    margin-top: -58px;
    position: relative;
    padding-top: 0;
}
.get-involved i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
    transform: translateY(-50px);
    margin-top: -12px;
}
.get-involved.data ul li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.get-involved.data ul li i {
    padding-right: 20px;
}
.get-involved.data h3 {
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: -30px;
}
.get-involved:hover{
    transform: translateY(-10px);
}
.get-involved.data:hover {
    transform: translateY(0px);
}
/* 76. develop */
.get-involved.develop{
    display: flex;
}
.get-involved.develop i {
    transform: translatex(-50px);
    margin-top: 0px;
}
.get-involved.develop {
    display: flex;
    background-color: white;
    padding: 40px;
    border-radius: 40px;
    padding-left: 0;
    width: 91%;
    margin-left: auto;
    margin-bottom: 25px;
}
.get-involved.develop h3{
    font-weight: bold;
}
/* 77. get-involved.data.contact */
.get-involved.data.contact {
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0;
    margin-top: 62px;
}
.get-involved.contact i{
    margin-left: auto;
}
.get-involved.contact h6{
    margin-bottom: 0;
    color: #555;
}
.get-involved.contact a{
    color: #555;
    padding-left: 10px;
}
.get-involved.data.contact:hover{
    background-color: #26268e;
    border: 1px solid #26268e;
}
.get-involved.data.contact:hover a,
.get-involved.data.contact:hover h6,
.get-involved.data.contact:hover h3{
    color: white;
}
.get-involved.data.contact svg{
    width: 50px;
}
/* 78. map */
.contact-map iframe {
    border-radius: 42px;
    mix-blend-mode: luminosity;
    height: 531px;
    width: 100%;
}
.dont-stranger{
    position: relative;
    padding: 80px 0;
}
.contact-form{
    overflow: hidden;
}
.dont-stranger:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    top: 0;
    left: 20%;
    border-radius: 40px;
    z-index: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* 79. 404 pag */
.error-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.error-section:before{
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: black;
}
.error h2{
    font-size: 180px;
    line-height: 180px;
    font-weight: bold;
}
.error h3{
    font-size: 40px;
    font-weight: bold;
}
.error {
    position: relative;
    background-color: white;
    border-radius: 400px;
    padding: 120px;
    width: 60%;
    margin: auto;
    text-align: center;
}
.error form{
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
}
button.error-button {
    position: absolute;
    background-color: #26268e;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    right: 5px;
    top: 5px;
}
/* 80. featured-imagebox-gallery */
.featured-imagebox-gallery { margin: 12px 0; }
.featured-imagebox-gallery .featured-link {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    z-index: 1;
}
.featured-imagebox-gallery img{
    border-radius: 35px;
}
.featured-imagebox-gallery .featured-link:before {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery .featured-link:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: white;
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery:hover .featured-link:before ,
.featured-imagebox-gallery:hover .featured-link:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.featured-imagebox-gallery .featured-link:before {
    height: 40px;
    width: 2px;
    top: 100%;
}
.featured-imagebox-gallery .featured-link:after {
    width: 40px;
    height: 3px;
    left: 100%;
}
.featured-imagebox-gallery .featured-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #26268e;
    transition: 0.5s;
    border-radius: 35px;
}
.featured-imagebox-gallery:hover .featured-overlay {
    opacity: 0.8;
}
.p-60{
    padding-left: 60px;
    padding-right: 60px;
}
.featured-imagebox.two.featured-imagebox-gallery img,
.featured-imagebox.two.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery .featured-overlay,
.featured-imagebox.three.featured-imagebox-gallery img{
    border-radius: 0;
}
.featured-imagebox.three.featured-imagebox-gallery{
    margin: 0;
}
/* checkout-meta */
form.checkout-meta {
    background-color: transparent;
    padding: 0;
}
form.checkout-meta input {
    width: 100%;
    height: 65px;
    border-radius: 44px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    font-weight: 700;
    color: black;
    outline: none;
}
form.checkout-meta input::placeholder{
    color: black;
}
form.checkout-meta.donate-page .nice-select.Advice{
    margin-bottom: 15px;
}
form.checkout-meta .ship-address{
    display: block;
}
form.checkout-meta .ship-address input {
    width: 0%;
    height: 0;
}
.ship-address label {
    padding-left: 30px;
    padding-top: 10px;
    font-weight: bold;
}
.ship-address input[type='radio']:after{
    top: 16px;
}
.cart_totals.cart-Total {
    color: black;
    background-color: white;
    border: 1px solid #c1c1c1;
}
.cart_totals.cart-Total tr.Total{
    background-color: #ededed;
}
.woocommerce-additional-fields h3{
    font-size: 24px;
    font-weight: bold;
}
.woocommerce-additional-fields textarea.input-text {
    width: 100%;
    border-radius: 40px;
    height: 300px;
    padding: 25px;
    color: black;
    border: 1px solid #e8e8e8;
    outline: none;
}
.woocommerce-additional-fields textarea.input-text::placeholder{
    color: black;
    font-weight: bold;
}
/* 81. checkout-side */
form.checkout-meta .checkout-side input {
    width: 0;
}
form.checkout-meta .checkout-side label {
    padding-left: 30px;
}
form.checkout-meta .checkout-side input[type='radio']:after{
    top: 6%;
}
.checkout-side ul li {
    display: flex;
    align-items: baseline;
    height: 44px;
    font-weight: bold;
}
.checkout-side {
    padding: 60px;
    color: white;
    background-color: #26268e;
    border-radius: 40px;
}
.checkout-side ul {
    margin-bottom: 10px;
}
/* 82. product-info */
.product-info .start i {
    font-size: 12px;
    color: #ffa200;
}
.product-info span {
    padding-left: 12px;
    font-weight: bold;
    color: #999;
}
.product-info h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    padding-top: 10px;
}
form.variations_form span {
    padding: 0;
    color: black;
}
form.variations_form ins{
    text-decoration: none;
}
form.variations_form ins span{
    font-size: 26px;
}
.stock {
    display: flex;
    align-items: baseline;
}
.stock h6 span {
    color: #79c73b;
    padding-left: 50px;
}
.quantity h6{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.quantity {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
form.variations_form input.input-text {
    width: 30%;
    padding: 20px;
    border-radius: 48px;
    border: 1px solid #c1c1c1;
    margin-left: 20px;
    outline: none;
    font-weight: bold;
}
form.variations_form .btn span{
    color: white;
}
form.variations_form .btn{
    margin: 0;
}
.wishlist {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.wishlist i {
    background-color: #26268e;
    color: white;
    width: 60px;
    font-size: 22px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 0;
}
/* 83. product_meta */
ul.product_meta {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e2e2e2;
}
ul.product_meta > li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
ul.pd-cat,ul.pd-tag {
    padding-left: 10px;
}
ul.product_meta li span{
    color: black;
    font-weight: bold;
}
ul.product_meta li a{
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}
/* 84. pd-imgs */
ul.pd-imgs li a {
    width: 130px;
    height: 130px;
    display: flex;
}
ul.pd-imgs li a {
    width: 130px;
    height: 130px;
    display: flex;
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #c1c1c1;
}
ul.pd-imgs li{
    margin-right: 10px;
}
ul.pd-imgs {
    display: flex;
    margin-top: 40px;
}
.pd-main-img {
    padding: 20px;
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 45px;
}
li.li-pd-imgs.nav-active{
    position: relative;
    overflow: hidden;
}
li.li-pd-imgs.nav-active:before {
    content: "";
    position: absolute;
    background-color: #26268eb0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
/* 85. event-details */
.event-details img{
    border-radius: 35px;
    font-weight: bold;
    padding-top: 10px;
}
.p-100{
    padding-left: 100px;
    padding-right: 100px;
}
.event-details-text .upcoming-event-time {
    position: relative;
    left: 0;
    width: 30%;
    transform: translateY(-30px);
}
.event-details-text h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.event-time{
    display: flex;
    align-items: center;
}
.event-time span{
    font-size: 18px;
    color: #999;
}
.event-time h6{
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}
.event-time i{
    font-size: 50px;
    padding-right: 20px;
}
.organizer{
    display: flex;
    padding: 30px;
    background-color: #f1f1f1;
    margin-top: 50px;
    align-items: center;
    border-radius: 30px;
}
.organizer img{
    border-radius: 50px;
    margin-right: 20px;
}
.organizer h4{
    font-weight: bold;
    margin-bottom: 0;
}
.event-details-text p{
    line-height: 30px;
    font-size: 18px;
}
.obviously h3 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
    color: white;
    padding: 40px 80px;
    background-color: #26268e;
    border-radius: 35px;
}

.event-details-text .contact-map iframe {
    height: 380px;
}
.fundraising.about {
    position: relative;
    margin-bottom: 138px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 86. shop_table */
table.shop_table {
    width: 100%;
}
table.shop_table thead {
    height: 75px;
    color: white;
    background-color: #26268e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
table.shop_table tr td {
    padding: 20px;
    border: 1px solid #c1c1c1;
    text-align: center;
    margin: -1px !important;
}
table.shop_table td.product-name span {
    font-size: 15px;
    color: #808080;
    display: block;
    font-weight: bold;
}
table.shop_table td.product-subtotal span {
    font-weight: bold;
    font-size: 22px;
}
table.shop_table td.product-name a {
    font-weight: bold;
    display: block;
    font-size: 20px;
}
table.shop_table td.product-remove a i{
    font-size: 20px;
}
table.shop_table td.product-quantity input {
    padding: 20px;
    border: 1px solid #c1c1c1;
    outline: none;
    font-weight: bold;
}
table.shop_table td.product-name {
    display: flex;
    text-align: inherit;
    align-items: center;
    margin: -1px;
    margin-top: 0;
}
table.shop_table td.product-name img {
    margin-right: 28px;
    border: 2px solid #c1c1c1;
    padding: 15px;
}
table.shop_table th {
    text-align: center;
}
table.shop_table td.product-price bdi {
    font-size: 24px;
    font-weight: bold;
    display: block;
}
table.shop_table td.product-price del{
    color: #c1c1c1 ;
}
table.shop_table td.product-price {
    text-align: inherit;
}
/* 87. coupon-area */
.coupon-area{
    padding: 45px;
    background-color: #f1f1f1;
    border-radius: 35px;
}
.coupon-area h3{
    font-size: 24px;
    font-weight: bold;
}
.coupon-area p{
    font-weight: bold;
}
.coupon{
    margin-top: 20px;
}
.coupon input {
    width: 100%;
    height: 65px;
    border-radius: 45px;
    padding-left: 30px;
    border: 0;
    margin-bottom: 20px;
    outline: none;
}
/* 88. cart_totals */
.cart_totals {
    text-transform: uppercase;
    padding: 54px;
    background-color: #26268e;
    color: white;
    border-radius: 35px;
    text-align: inherit;
}
table.shop_table_responsive {
    width: 100%;
}
table.shop_table_responsive tr{
    font-weight: bold;
    font-size: 20px;
}
table.shop_table_responsive th{
    padding-bottom: 10px;
}
.cart_totals h4 {
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 50px;
}
tr.Total {
    background-color: white;
    color: black;
    font-weight: bold;
    margin-top: 20px;
}
tr.Total th {
    height: 60px;
    font-weight: bold !important;
    line-height: 60px;
}
table.shop_table_responsive tr {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    border-radius: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: end;
}
/*-------------------       mobile-nav         -----------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: white;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child){
    border-bottom: 1px solid #d4d4d4;
}
.mobile-nav > ul li > a {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
}
.mobile-nav > ul > li > a {
    font-size: 15px;
    line-height: 30px;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d4d4d4;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: auto;
}
/* .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
} */
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}
.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/*  cart popup */
.cart-popup {
    position: absolute;
    right: -103px;
    top: 67px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    border-radius: 30px;
}
.cart-popup img {
    width: 75px;
}
.cart-popup .p-img {
    padding: 10px 5px;
}
.cart-popup .p-data h3 {
    font-size: 18px;
    color: #191919;
    margin-bottom: 5px;
    line-height: 28px;
}
.cart-popup .p-data {
    padding-left: 15px;
}
.cart-popup .p-data p {
    line-height: 25px;
}
.cart-popup ul li {
    margin-bottom: 18px;
}
.cart-popup ul li:not(:last-child) {
    border-bottom: 1px solid #00000014;
    padding-bottom: 15px;
}
.cart-popup ul li a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -10px;
}
.cart-popup .cart-total {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 10px;
}
.cart-popup .cart-total span {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}
.cart-popup .cart-btns a {
    font-size: 15px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
}
.cart-popup .cart-btns a.checkout {
    border: 1px solid #ff3636;
}
.cart-popup .cart-btns a.checkout:hover{
    background-color: #26268e ;
    border: 1px solid #26268e;
}
.cart-popup .cart-btns a {
    font-size: 15px;
    line-height: 25px;
    color: #222;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 2px solid #909090;
}
.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.donation .light-bg img {
    border-radius: 0px;
}
/* Donation Forms Styling */
.donation-forms-container {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding-top: 40px;
    align-items: stretch;
}

.donation-form-card {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.donation-form-card.make-donation {
    /* background: white; */
    /* background: transparent linear-gradient(180deg, #FDFBEA 0%, #F0DC26 100%) 0% 0% no-repeat padding-box; */
    background:transparent linear-gradient(180deg, #ff7a7a 0%, #ffd9d9 100%) 0% 0% no-repeat padding-box;
}

.donation-form-section-2{
    background-color: #EAF0FF;
}

#makeDonationForm h3 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
}

.donation-form-card.pledge-donation {
    /* background: url(../img/banner/pledge_donation.png) no-repeat center center; */
    /* background-color: #f0dc31; */
    background: transparent linear-gradient(180deg, #F0DC26 0%, #FDFBEA 100%) 0% 0% no-repeat padding-box;
        overflow-y: auto;
    background-size: cover;
}

.donation-forms-container .donation-form-card.pledge-donation {
    justify-content: flex-start;
}

.donation-form-card.pledge-donation .home-life h3{
    font-size: 27px;
    font-weight: 600;
    color: #FFD100;
    line-height: 35px;
    margin-bottom: 20px;
}

.donation-form-card.pledge-donation .home-life a{
    background-color: #c41e1e;
    border-radius: 30px;
    padding: 15px 30px;
    font-weight: 600;
    padding: 15px 30px;
    color: white;
    font-size: 17px;
    display: inline-block;
}

.donation-form-card.pledge-donation::-webkit-scrollbar {
    width: 6px;
}

.donation-form-card.pledge-donation::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.donation-form-card.pledge-donation::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.donation-form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-header h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

.donation-form-card.pledge-donation .form-header h3 {
    color: #000;
}

.form-fields {
    flex: 1;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.donation-form-card.pledge-donation .form-label {
    color: #000;
}

.required {
    color: #e74c3c;
    margin-left: 3px;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}

.donation-form-card.pledge-donation .radio-option {
    color: #000;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom {
    border-color: #333;
    background: #333;
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.amount-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.currency-dropdown {
    position: relative;
}

.currency-dropdown .form-select {
    padding: 7px 20px 7px 12px;
    border: 1px solid #ddd;
    border-radius: 30px !important;
    background: white;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    min-width: 100px;
}

.form-select:focus {
    outline: none;
    border-color: #007bff;
}

.currency-dropdown::after {
    content: '▼';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

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

.amount-btn {
    padding: 7px 20px 7px 12px;
    border: 1px solid #ddd;
    border-radius: 30px !important;
    background: white;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    min-width: 50px;
}

.amount-btn:hover {
    border-color: #333;
}

.amount-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.amount-btn.hidden {
    display: none !important;
}

.custom-amount {
    flex: 1;
}

.custom-amount .form-input {
    padding: 7px 20px 7px 12px;
    border: 1px solid #ddd;
    border-radius: 30px !important;
    background: white;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.form-group input.form-input {
    padding: 7px 20px 7px 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: white;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.form-input:focus {
    outline: none;
    border-color: #007bff;
}

.form-textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
}
.donation-form .custom-amount input {
    border-radius: 30px !important;
}
.form-textarea:focus {
    outline: none;
    border-color: #007bff;
}
.donation-forms-container .form-control{
    border-radius: 30px !important;
}

.submit-btn {
    width: 150px;
    min-width: auto;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s
ease;
    margin-top: 0px;
}

.pay-now {
    background: #28a745;
    color: white;
}

.pay-now:hover {
    background: #218838;
    transform: translateY(-2px);
}

.pledge-btn {
    background: #000;
    color: white;
}

.pledge-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .donation-forms-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        align-items: stretch;
    }

    .donation-form-card {
        padding: 25px;
        min-height: auto;
    }

    .amount-section {
        flex-direction: column;
        align-items: stretch;
    }

    .amount-buttons {
        justify-content: center;
    }

    .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .donation-form-card {
        padding: 20px;
        margin: 0 10px;
    }

    .form-header h3 {
        font-size: 24px;
    }

    .amount-btn {
        width: 50px;
        /* height: 50px; */
        font-size: 14px;
        min-height: auto !important;
    }
}

/* Form Validation Styles */
.form-input.error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.form-input.error:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.form-textarea.error {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.form-textarea.error:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

/* Banking Details Section Styling */
.banking-details-section {
    padding: 30px 0;
}

.banking-details-container {
    margin: 0 auto;
    padding: 0 20px;
}

.banking-header {
    margin-bottom: 20px;
}

.banking-header h2 {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
}

.banking-header h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.banking-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: space-between;
}

.banking-card {
    flex: 1;
    border: 1px solid #444F35;
    border-radius: 35px;
    padding: 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    background: #F8F6F2;
}

.card-header {
    background: transparent;
    padding: 20px 30px;
    padding-bottom: 0;
    border-radius: 15px 15px 0 0;
    border: none;
}
.donation-form-card.make-donation button.submit-btn {
    width: 200px;
    border-radius: 30px;
    margin: auto;
}





.card-header h4 {
    font-size: 23px;
    font-weight: bold;
    color: #009639;
    margin: 0;
}

.card-content {
    padding: 10px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banking-detail {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banking-detail:last-child {
    margin-bottom: 0;
}

.banking-detail .label {
    font-weight: bold;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

.banking-detail .value {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-word;
}

/* Responsive Design for Banking Section */
@media (max-width: 768px) {
    .banking-details-section {
        padding: 40px 0;
    }

    .banking-header h2 {
        font-size: 28px;
    }

    .banking-header h3 {
        font-size: 20px;
    }

    .banking-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .banking-card {
        max-width: 100%;
        width: 100%;
    }

    .card-content {
        padding: 20px;
    }

    .banking-detail .label,
    .banking-detail .value {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .banking-details-container {
        padding: 0 15px;
    }

    .banking-header h2 {
        font-size: 24px;
    }

    .banking-header h3 {
        font-size: 18px;
    }

    .card-header {
        padding: 15px 20px;
    }

    .card-header h4 {
        font-size: 24px;
    }

    .card-content {
        padding: 15px;
    }

    .banking-detail {
        margin-bottom: 15px;
    }
}

/*  89. transition   */
 td.product-remove a i,.get-involved.data.contact a,.get-involved.data.contact h6,.get-involved.data.contact h3,
ul.instagram-posts figure:before,.posts.Photo a,.get-involved,.get-involved.data.contact,
.upcoming-event-data a h4,ul.categories li a,ul.categories li a span,ul.popular-posts li h4 a,
.enter-your-information input.give-submit,.news-article-one h3,.recent-causes-data h3,.volunteer i,.Information ul li a,.team-hover,
.add-to-cart a i,.upcoming-event-img > a i,.child-sponsor-slide .owl-nav i,.team-join-data a h5,
.logodata.owl-carousel .owl-item img,.social-media li a i,.contact-info a,.team-join-data,.what-we-provide-text,
.urgent-causes-two .recent-causes-urgent .btn span,.recent-causes-urgent h4,.footer-from button,
.upcoming-event-data.style-two,.news-article-two a h3,ul.image-gallery li figure:before,nav ul ul,
button.error-button,td.product-name a,.cart-popup,.mobile-nav > ul li > a,.cart-popup .cart-btns a.checkout,
.please-donate-today form input.give-submit,button.give-donation-level-btn,.post-tags li a,.gifts-data h5,
.extras a.theme-btn,.upcoming-event-img figure:before,.charity-style-three-data h5,.upcoming-event-time,.navNext i,.see-impact-slids .owl-nav button i,
.add-to-cart a i,.add-to-cart,.article-data h3,.featured-area-two-data i,.charity-style-three figure:before
,.navPrev i,.charity-style-three .btn,.recent-posts li h6 a,.upcoming-event-data,nav ul li ul,
.gifts-slids .owl-nav i,nav ul ul li a{
    transition: .3s ease-in-out;
}
@media only screen and (max-width: 2200px) and (min-width: 1200px){
    .zoom-slider .owl-item.active.center {
        width: 594px !important;
        margin-top: 0;
    }
    .zoom-slider {
        max-height: 728px !important;
    }
    .zoom-slider .owl-item.active {
        width: 320px !important;
        margin: 10px;
        margin-top: 80px;
    }
    .zoom-slider.owl-carousel .owl-item img {
        display: block;
        width: 99%;
        margin-left: 3px;
    }
    .project-today .owl-item.active.center {
        width: 856px !important;
        margin-top: 0 !important;
    }
    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 90px !important;
    }
    .project-today .owl-stage-outer {
        max-height: 400px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){
    .zoom-slider .owl-item.active {
        width: 273px !important;
        margin-top: 90px;
    }
    .zoom-slider .owl-item.active.center {
        width: 520px !important;
        margin-top: 0;
    }
    .project-today .owl-item.active.center {
        width: 676px !important;
        margin-top: 0 !important;
    }
    .project-today.owl-carousel .owl-item.active.center img {
        width: 46%;
    }
    .project-today .owl-item.active {
        width: 220px !important;
        margin-top: 60px !important;
    }
    section.support-a-safe.gap {
        padding-bottom: 0;
    }
}
.shaps-bottom img{
    width: 103%;
}
section.gap.about-img-slidr {
    margin-top: 120px;
}

.pledge-donation .form-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px; /* adjust height as needed */
    text-align: center;
}

.coming-soon {
    font-size: 20px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
}

.hidden {
    display: none !important;
}

/* 90. hoverimg */
.hoverimg figure {
    position: relative;
}
.hoverimg figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hoverimg figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* 91. loading */
.preloader {
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999111111;
  left: 0;
  top: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-loaded .preloader {
  left: -100%;
}
.sec-loading {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-loading .one {
  height: 100px;
  width: 100px;
  border: 8px solid white;
  transform: rotate(45deg);
  border-radius: 0 50% 50% 50%;
  position: relative;
  animation: move 0.5s linear infinite alternate-reverse;
}
.sec-loading .one::before {
  content: "";
  position: absolute;
  height: 55%;
  width: 55%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes move {
  to {
    transform: translateY(15px) rotate(45deg);
  }
}

/* 92. back to top button  */
#button {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #bf2828;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
  display: none;
}
/* 93. header two  */
header.two .logo-menu {
    background-color: transparent;
    border: 0;
}
header.two .extras a.theme-btn {
    padding: 16px 44px;
}
header.two .logo {
    justify-content: inherit;
}
header.two nav a{
    color: white;
}
header.two .logo-menu .extras a.pr-cart svg{
    fill: white;
}
header.two .logo:before,header.two nav:before{
    width: 0;
}
header.two nav ul ul li a{
    color: black;
}
header.two nav a {
    padding: 10px 18px;
}
header.two nav ul ul {
    top: 74px;
}
header.two nav ul ul li a {
    padding: 0px 10px;
}
/* 94. header three */
header.three .phone span,header.three .phone a,
header.three ul.social-media-icon li a .icon,header.three .login a,header.three .login > i{
    color: #555;
}
header.three ul.social-media-icon li a:hover .icon{
    color: white;
}
header.three .top-bar{
    background-color: white;
}
header.three .logo-menu{
    margin-top: 20px;
}
header.three .top-bar {
    height: 70px;
}
header.two.for .second-bar {
    position: absolute;
    width: 100%;
    z-index: 1111111;
    margin-top: 60px;
}


/*light*/
.light i {
    font-size: 20px;
    transform: rotate(-30deg);
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.light {
    margin-left: 40px;
}
img#theme-icon {
    height: 25px;
    margin-left: 15px;
}
img.dark-icon {
    display: none;
}
img.light-icon {
    display: block;
}
.theme-color {
    border: 3px solid #fff;
    background-color: #222;
    position: fixed;
    right: 0;
    width: 59px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 11111;
    border-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 30%;
    border-right: 0;
}
img.black-logo{
    display: none;
}
.our-shop .gifts-img.style-two {
    margin-bottom: 45px;
}

/* ===========================================
   ODPEM Responsive Footer Styles
   =========================================== */

.odpem-footer {
    background-color: #464040;
    color: #fff;
    position: relative;
    overflow: visible !important;
}

.odpem-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, #000 0%, #1a1a1a 100%); */
    z-index: 1;
}

.odpem-footer .container {
    position: relative;
    z-index: 2;
}

/* Top Section Styles */
.footer-top-section {
    padding: 20px 0;
    border-bottom: 1px solid #333;
    background-color: #fff;
}

.footer-logos {
    flex-wrap: wrap;
    gap: 20px;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-top-section .logo-item{
    text-align: left !important;
}

.footer-top-section .nav-link {
    color: #000;
    font-weight: 600;
}
.gov-logo, .right-logo, .odpem-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 8px;
}

.logo-text {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-nav {
    gap: 30px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffd700;
}

.btn-donate {
    background-color: #28a745;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
}

.footer-contact-section {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #fff;
}

.footer-donate  .btn-donate {
    border-radius: 15px;
    margin: inherit !important;
}
.btn-donate:hover {
    background-color: #218838;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* Contact Section Styles */
.footer-contact-section {
    padding-top: 40px;
    border-bottom: 1px solid #333;
}

.contact-item {
    margin-bottom: 20px;
    flex-direction: column !important;
}

.contact-icon {
    color: #FF3636;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
    flex-shrink: 0;
    width: 22px;
}

.contact-details {
    flex: 1;
}

.phone-numbers, .email-addresses, .address {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

.phone-numbers div, .email-addresses div {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.toll-free, .fax {
    font-size: 13px;
    color: #000;
}

.email-addresses a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.email-addresses a:hover {
    color: #ffd700;
}

/* Bottom Section Styles */
.footer-bottom-section {
    padding: 30px 0;
}

.copyright-text, .credits-text {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.privacy-link {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-link:hover {
    color: #fff;
}

label.input-error {
    color: #ff0000ba !important;
}

.donation-form-section .custom-amount {
    margin-top: 10px;
}

.form-control.input-error {
    border: 1px solid red;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .footer-logos {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-nav {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-donate {
        justify-content: center;
    }

    .contact-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-top-section {
        padding: 30px 0;
    }

    .footer-contact-section {
        padding: 30px 0;
    }

    .footer-bottom-section {
        padding: 20px 0;
    }

    .footer-logos {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* .logo-item {
        margin-bottom: 15px;
    } */

    .gov-logo, .right-logo, .odpem-logo {
        height: 50px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .btn-donate {
        padding: 10px 25px;
        font-size: 14px;
    }

    .contact-icon {
        font-size: 18px;
        margin-right: 12px;
    }
}

/* Latest News Section Styles */
.latest-news-section {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.news-cards-container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.news-card {
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-content {
    width: 40%;
    text-align: center;
    margin: auto;
    background: #fff;
    margin-top: -155px;
    position: relative;
    border-radius: 17px;
}
.news-content h3{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}
.news-content p{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.news-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.news-card-small {
    flex: 0 0 200px;
}

.news-card-main {
    flex: 0 0 400px;
    height: auto;
}

.news-image {
    width: 100%;
    overflow: hidden;
}

.news-card-small .news-image {
    height: 100%;
}

.news-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 25px;
}

section.privacy-policy-section.section-padding{
    padding: 100px 0px;
}

.btn-read-more {
    display: inline-block;
    background-color: #f0f8f0;
    color: #4CAF50;
    border: 2px solid #4CAF50;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
}

/* Responsive Design for Latest News */
@media (max-width: 1200px) {
    .news-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .news-card-small {
        flex: none;
        width: 100%;
        max-width: 300px;
        height: 200px;
    }

    .news-card-main {
        flex: none;
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .latest-news-section {
        padding: 60px 0;
    }

    .news-cards-container {
        gap: 20px;
    }

    .news-card-main {
        max-width: 100%;
    }

    .news-content {
        padding: 20px;
    }

    .news-content h3 {
        font-size: 1.2rem !important;
    }

    .news-content p {
        font-size: 0.9rem !important;
    }
}

/* Donation Form Section Styles */
.donation-form-section {
    padding: 0;
    min-height: 600px;
    position: relative;
}

.donation-full-bg-container {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.donation-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.donation-overlay-content {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.overlay-content {
    text-align: left;
    max-width: 500px;
}

.donation-form-container {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-color: #fdd65b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.donation-form-container .donation-form {
    background: white;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.donation-form .form-group {
    margin-bottom: 25px;
}

.donation-form .form-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}

.donation-form .required {
    color: #ff3636;
    margin-left: 3px;
}

.donation-form .radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.donation-form .radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.donation-form .radio-option input[type="radio"] {
    display: none;
}

.donation-form .radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.donation-form .radio-option input[type="radio"]:checked + .radio-custom {
    border-color: #000;
    background-color: #000;
}

.donation-form .radio-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}

.donation-form .amount-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.donation-form .currency-dropdown {
    width: 150px;
}

.donate-page-form .amount-section{
    justify-content: space-between;
}

.donate-page-form .form-control{
    border-radius: 30px !important;
}

.donate-page-form h3{
    margin-bottom: 30px;
}

.donation-form .form-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.donation-form .form-select:focus {
    outline: none;
    border-color: #4CAF50;
}

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

.donation-form .amount-btn {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #ddd;
    background-color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.donation-form .amount-btn:hover {
    border-color: #4CAF50;
    color: #4CAF50;
}


.wpo-donation-page-area.section-padding {
    padding: 100px 0px;
    text-align: center;
}
.cardTop img{
    margin: auto;
    width: 100px;
}

.cardTop.failed {
    background: #ffefef;
    width: 70%;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}

.donation-form .amount-btn.active {
    background-color: #c41e1e !important;
    border-color: #c41e1e;
    color: #fff;
}

.donation-form .custom-amount {
    width: 100%;
}
.donation-form-card .amount-section {
    flex-direction: row;
}

.donation-form .form-input,
.donation-form .form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.donation-form .form-input:focus,
.donation-form .form-textarea:focus {
    outline: none;
    border-color: #4CAF50;
}

.donation-form .form-textarea {
    min-height: 100px;
    resize: vertical;
}

.donation-form .submit-btn {
    /* width: 100%; */
    padding: 15px 30px;
    background-color: #c41e1e;
    color: white;
    border: none;
    /* border-radius: 8px; */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.about-us-title h3{
    padding-top: 3rem !important;
}

form#incidentReportForm .card-header {
    background: #dfdfdf;
    padding-bottom: 15px;
    color: #c41e1e !important;
    font-weight: 600 !important;
}
form#incidentReportForm .card-header h5 {
    font-weight: 600;
}
#incidentReportForm{
    margin-bottom: 30px;
}
.incident-title p{
    width: 60%;
}
.incident-title h2{
    margin-bottom: 20px;
}

/* Responsive Design for Donation Form */
@media (max-width: 992px) {
    .donation-full-bg-container {
        flex-direction: column;
    }

    .donation-overlay-content,
    .donation-form-container {
        width: 100%;
        min-height: 400px;
    }

    .donation-bg-image {
        position: relative;
        height: 400px;
    }

    .overlay-content h2 {
        font-size: 2rem !important;
    }

    .overlay-content h3 {
        font-size: 1.2rem !important;
    }

    .overlay-content p {
        font-size: 1rem !important;
    }
    .bg-about-banner{
        background-position: 40% 0;
    background-size: cover;
    }
}

/* Tablet Responsive Styles (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .donation-form-section {
        padding: 20px 0;
    }

    .donation-form-container {
        width: 100%;
        padding: 30px;
    }

    .donation-form-container .donation-form {
        padding: 30px;
        max-width: 100%;
    }

    .donation-form .amount-section {
        flex-direction: row;
        gap: 15px;
    }

    .donation-form .amount-buttons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .donation-form .amount-btn {
        padding: 12px 8px;
        font-size: 13px;
    }

    .overlay-content {
        padding: 30px;
    }

    .overlay-content h2 {
        font-size: 2.2rem;
    }

    .overlay-content h3 {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .pad-data {
        padding: 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 998px){
    .volunteer{
        margin-top: 0;
    }
    .volunteer-blue{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-slide{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .amount-section{
        flex-direction: column !important;
    }
    .donation-form .amount-buttons {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .donation-image-side{
        justify-content: center;
    }
    .gap {
        padding: 50px 0 !important;
    }
    .about-us-title h3{
        padding-top: 0rem !important;
    }
}
/* Mobile Responsive Styles (max-width: 768px) */
@media (max-width: 768px) {
    .donation-form-section {
        padding: 0;
    }

    .donation-form-section .row {
        flex-direction: column;
    }

    .donation-image-side {
        order: 2;
        min-height: 300px;
    }

    .donation-form-side {
        order: 1;
    }

    .donation-form-container {
        width: 100%;
        padding: 20px;
        background-color: #fdd65b;
    }

    .donation-form-container .donation-form {
        padding: 25px 20px;
        margin: 0;
        max-width: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .donation-form .form-group {
        margin-bottom: 20px;
    }

    .donation-form .form-label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .donation-form .radio-group {
        flex-direction: column;
        gap: 12px;
    }

    .donation-form .amount-section {
        flex-direction: column;
        gap: 15px;
    }

    .donation-form .amount-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .donation-form .amount-btn {
        flex: none;
        padding: 12px 8px;
        font-size: 13px;
        min-height: 45px;
    }

    .donation-form .currency-dropdown {
        width: 100%;
    }

    .donation-form .currency-dropdown .form-select {
        width: 100%;
        padding: 12px 15px;
    }

    .donation-form .custom-amount input {
        width: 100%;
        padding: 12px 15px;
    }

    .donation-form .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .donation-form .form-textarea {
        min-height: 80px;
    }

    .donation-form .submit-btn {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        margin-top: 10px;
    }

    .overlay-content {
        padding: 20px;
        text-align: center;
    }

    .overlay-content h2 {
        font-size: 1.8rem !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .overlay-content h3 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .overlay-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .donation-overlay-content,
    .donation-form-container {
        padding: 20px;
    }
}

/* Small Mobile Responsive Styles (max-width: 480px) */
@media (max-width: 480px) {
    .donation-form-container {
        padding: 15px;
    }

    .donation-form-container .donation-form {
        padding: 20px 15px;
    }

    .donation-form .form-group {
        margin-bottom: 18px;
    }

    .donation-form .form-label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .donation-form .amount-buttons {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .donation-form .amount-btn {
        padding: 10px 8px;
        font-size: 12px;
        min-height: 40px;
    }

    .donation-form .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .donation-form .form-textarea {
        min-height: 70px;
        font-size: 13px;
    }

    .donation-form .submit-btn {
        padding: 12px;
        font-size: 15px;
    }

    .overlay-content {
        padding: 15px;
    }

    .overlay-content h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .overlay-content h3 {
        font-size: 1.2rem;
    }

    .overlay-content p {
        font-size: 13px;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 768px) {
    /* Improve touch targets */
    .donation-form .amount-btn {
        min-height: 48px;
        touch-action: manipulation;
    }

    .donation-form .radio-option {
        min-height: 48px;
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    .donation-form .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* Better spacing for form elements */
    .donation-form .form-group:last-child {
        margin-bottom: 0;
    }

    /* Ensure proper button sizing */
    .donation-form .submit-btn {
        min-height: 48px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 18px auto 0;
    }
}

/* Landscape mobile optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .donation-form-section {
        min-height: auto;
    }

    .donation-image-side {
        min-height: 200px;
    }

    .donation-form-container .donation-form {
        padding: 20px 15px;
    }

    .donation-form .form-group {
        margin-bottom: 15px;
    }

    .donation-form .amount-buttons {
        grid-template-columns: repeat(3, 1fr);
    }
}

.phone-numbers, .email-addresses, .address {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

    .copyright-text, .credits-text {
        font-size: 16px;
    }


@media (max-width: 575.98px) {
    .footer-logos {
        gap: 10px;
    }

    .gov-logo, .right-logo, .odpem-logo {
        height: 40px;
    }

    .logo-text {
        font-size: 9px;
    }

    .nav-link {
        font-size: 13px;
    }

    .btn-donate {
        padding: 8px 20px;
        font-size: 13px;
    }

    .contact-icon {
        font-size: 16px;
        margin-right: 10px;
    }

    /* .phone-numbers, .email-addresses, .address {
        font-size: 12px;
    } */

    .copyright-text, .credits-text {
        font-size: 11px;
    }
}

/* ===============================================
   Inline Style Replacements
   =============================================== */



.report-incident-title{
    color:#c41e1e !important;
}


.bg-donation-banner {
    background-image: url('../img/banner/donations_banner.png');
    background-position: left center;
}

.bg-about-banner {
    background-image: url('../img/banner/contact_banner.png');
    background-position: top;
    background-size: cover;
}

.bg-light .lead {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

.donation-forms-container .text-muted
 {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

.min-height-50vh{
    min-height:80vh;
    display:flex;
    align-items:center;
}

.bg-contact-banner {
    background-image: url('../img/banner/donation_banner.png');
}

.bg-faq-banner{
    background-image: url('../img/banner/faq_img_banner.png');
}

/* Volunteer card background colors */
.volunteer-blue {
    background-color: #2F8EED;
}

.volunteer-red {
    background-color: #E53636;
}

.volunteer-green {
    background-color: #009639;
}

.volunteer-yellow {
    background-color: #fdd65b;
}

.volunteer-dark-red {
    background-color: #ff3636;
}

.volunteer-dark-blue {
    background-color: #26268e;
}

.volunteer-custom {
    background-color: #242465;
}

/* Section styling */
.jamaica-support-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.donation-form-section {
    padding: 0;
    min-height: 600px;
}

/* Typography classes */
.section-title-bold {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.donation-title-white {
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.donation-text-white {
    color: white;
    line-height: 1.6;
    margin: 0;
}

/* Mobile navigation */
.mobile-nav-visible {
    display: block;
}

/* Mobile Responsive Navbar Styles */
@media (max-width: 991.98px) {
    .top-bar {
        height: auto;
        padding: 10px 0;
    }

    .top-bar-slid {
        flex-direction: column;
        gap: 10px;
    }

    .phone-data {
        display: flex;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .phone {
        justify-content: center;
    }

    .social-media {
        justify-content: center;
    }

    .second-bar {
        position: relative;
        top: 0;
        background: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .logo-menu .row {
        flex-direction: column;
        gap: 20px;
    }

    .logo-menu .col-lg-3,
    .logo-menu .col-lg-6 {
        width: 100%;
        text-align: center;
    }

    .nav-bar {
        display: none;
    }

    .extras {
        text-align: center;
    }

    .responsive-bar {
        display: block;
        background: white;
        padding: 15px 0;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .responsive-bar-slider {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bar-menu {
        cursor: pointer;
        padding: 5px;
    }

    .bar-menu i {
        font-size: 24px;
        color: #E52525;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        padding: 8px 0;
    }

    .phone-data {
        font-size: 12px;
    }

    .phone a {
        font-size: 12px;
    }

    .social-media .login a {
        font-size: 12px;
    }

    .logo img {
        max-height: 40px;
    }

    .extras a.theme-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        height: auto;
        padding: 5px 0;
    }

    .phone-data {
        flex-direction: column;
        gap: 3px;
    }

    .phone {
        margin: 0;
    }

    .phone a {
        margin-right: 15px !important;
        font-size: 11px;
    }

    .social-media .login {
        font-size: 11px;
    }

    .logo img {
        max-height: 35px;
    }

    .extras a.theme-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .responsive-bar {
        padding: 10px 0;
    }
}

/* Mobile Menu Styles */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background: white;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-nav.open {
    transform: translateX(0);
}

.mobile-nav .res-log {
    padding: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.mobile-nav .res-log img {
    max-height: 40px;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav ul li {
    border-bottom: 1px solid #eee;
}

.mobile-nav ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li.active a {
    background: #f8f9fa;
    color: #E52525;
}

.mobile-nav ul li.active a {
    font-weight: 600;
    border-left: 3px solid #E52525;
}

.mobile-nav ul.sub-menu li a{
    border: none !important;
    color: #000 !important;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 10px !important;
}
#shelter-content{
    overflow-x: auto !important;
}

.mobile-nav a#res-cross {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #E52525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.mobile-nav a#res-cross:hover {
    background: #c41e1e;
}

/* Mobile Menu Overlay */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Donate Button */
.mobile-nav .mobile-donate-btn {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
}

.mobile-nav .mobile-donate-btn .theme-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-nav .mobile-donate-btn .theme-btn.active-btn {
    background-color: #c41e1e;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(229, 37, 37, 0.3);
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}

/* Additional mobile improvements */
@media (max-width: 991.98px) {
    .phone-data .phone {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .phone-data .phone i {
        margin-right: 8px;
    }

    .social-media .login {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-media .login i {
        margin-right: 8px;
    }
}

/* Smooth transitions for mobile menu */
.mobile-nav,
.mobile-nav-overlay {
    transition: all 0.3s ease-in-out;
}

/* Mobile menu animation improvements */
.mobile-nav ul li {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.3s ease forwards;
}

.mobile-nav ul li:nth-child(1) { animation-delay: 0.1s; }
.mobile-nav ul li:nth-child(2) { animation-delay: 0.2s; }
.mobile-nav ul li:nth-child(3) { animation-delay: 0.3s; }
.mobile-nav ul li:nth-child(4) { animation-delay: 0.4s; }
.mobile-nav ul li:nth-child(5) { animation-delay: 0.5s; }
.mobile-nav ul li:nth-child(6) { animation-delay: 0.6s; }

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile menu open animation */
.mobile-nav.open ul li {
    animation: slideInLeft 0.3s ease forwards;
}

/* Additional mobile navbar fixes */
@media (max-width: 991.98px) {
    .second-bar .container {
        padding: 0 15px;
    }

    .logo-menu .row {
        margin: 0;
    }

    .logo-menu .col-lg-3,
    .logo-menu .col-lg-6 {
        padding: 0;
    }

    .responsive-bar .container {
        padding: 0 15px;
    }
}

/* Fix for very small screens */
@media (max-width: 480px) {
    .mobile-nav {
        max-width: 100%;
        width: 100%;
    }

    .mobile-nav .res-log {
        padding: 15px;
    }

    .mobile-nav ul li a {
        padding: 12px 15px;
        font-size: 15px;
    }

    .mobile-nav .mobile-donate-btn {
        padding: 15px;
    }

    .mobile-nav .mobile-donate-btn .theme-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Ensure proper z-index stacking */
.mobile-nav {
    z-index: 9999;
}

.mobile-nav-overlay {
    z-index: 9998;
}

.responsive-bar {
    z-index: 1000;
}

/* Fix for mobile menu close button positioning */
.mobile-nav a#res-cross {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #E52525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    z-index: 10000;
}

.mobile-nav a#res-cross:hover {
    background: #c41e1e;
    transform: scale(1.1);
}

/* Improve mobile menu accessibility */


/* Smooth scrolling for mobile menu */
.mobile-nav {
    -webkit-overflow-scrolling: touch;
}

/* Progress bar width */
.progress-65 {
    width: 65%;
}

/* Background images for sections */
.bg-donation-section {
    background-image: url(https://via.placeholder.com/1920x874);
}

.bg-environment-section {
    background-image: url(https://via.placeholder.com/1920x766);
}

.bg-testimonials {
    background-image: url(assets/img/patrin.jpg);
}

/* SVG styling */
.svg-enable-background {
    enable-background: new 0 0 512 512;
}

/* Mix blend modes */
.mix-blend-hard-light {
    mix-blend-mode: hard-light;
}

.mix-blend-plus-darker {
    mix-blend-mode: plus-darker;
}

/* Placeholder background images */
.bg-placeholder-1920x770 {
    background-image: url(https://via.placeholder.com/1920x770);
}

.bg-placeholder-1920x874 {
    background-image: url(https://via.placeholder.com/1920x874);
}

.bg-placeholder-1920x766 {
    background-image: url(https://via.placeholder.com/1920x766);
}

/* SVG stroke styles */
.svg-stroke-white {
    fill: none;
    stroke: #fff;
    stroke-width: 20.148;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-stroke-black {
    fill: none;
    stroke: #000000;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-stroke-white-thick {
    fill: none;
    stroke: #fff;
    stroke-width: 30;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.svg-fill-black {
    fill: #000000;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke: none;
}

/* Privacy Policy Page Styles */
.privacy-policy-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.privacy-policy-content {
    background: #ffffff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}



.privacy-policy-content h1 {
    color: #26268e;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.privacy-policy-content h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e52525, #26268e);
    border-radius: 2px;
}

.privacy-policy-content h2 {
    color: #26268e;
    font-size: 2.2rem;
    font-weight: 600;
    /* margin: 40px 0 25px 0; */
    /* padding-left: 20px; */
    /* background: linear-gradient(90deg, rgba(229, 37, 37, 0.1), transparent); */
    /* padding: 15px 20px; */
    border-radius: 0 10px 10px 0;
}

.privacy-policy-content h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 35px 0 20px 0;
    padding: 10px 0;
    border-bottom: 2px solid #e9ecef;
    position: relative;
}

.privacy-policy-content h3::before {
    content: "▶";
    color: #e52525;
    margin-right: 10px;
    font-size: 0.8em;
}

.privacy-policy-content h4 {
    color: #555;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
    padding-left: 15px;
    border-left: 3px solid #26268e;
}

.privacy-policy-content p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    padding: 0 10px;
}

.above-map{
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
    line-height: 24px;
    font-weight: 500;
}

.privacy-policy-content p:first-of-type {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
    /* text-align: center; */
    /* background: linear-gradient(135deg, #f8f9fa, #e9ecef); */
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* border: 1px solid #dee2e6; */
}

/* Special styling for lists within paragraphs */
.privacy-policy-content p:has(strong) {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #e52525;
    margin: 20px 0;
}

.search-area-filter{
    position: relative;
}

.search-area-filter i{
    position: absolute;
    right: 10px;
    top: 12px;
}
.contact-us-title h2{
    margin-bottom: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-policy-section {
        padding: 40px 0;
    }

    .privacy-policy-content {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .privacy-policy-content h1 {
        font-size: 2.2rem;
    }

    .privacy-policy-content h2 {
        font-size: 1.8rem;
        padding: 12px 15px;
    }

    .privacy-policy-content h3 {
        font-size: 1.5rem;
    }

    .privacy-policy-content h4 {
        font-size: 1.2rem;
    }

    .privacy-policy-content p {
        font-size: 1rem;
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .privacy-policy-content {
        padding: 20px 15px;
        margin: 0 5px;
    }

    .privacy-policy-content h1 {
        font-size: 1.8rem;
    }

    .privacy-policy-content h2 {
        font-size: 1.5rem;
        padding: 10px 12px;
    }
}

/* Incident Form Styles */
.bg-gradient-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.bg-gradient-info {
    background: #dc3545;
}

.card-header.bg-gradient-info.text-white {
    padding-bottom: 15px !important;
}

.view-file-button.disabled-link{
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #e0e0e0;
    color: #6c757d;
}

.view-file-button.disabled-link:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: #e0e0e0;
}
.file-upload-area {
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.file-upload-area:hover {
    background-color: #e9ecef;
    border-color: #007bff !important;
}

.file-upload-label {
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-label:hover {
    color: #007bff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control:focus, .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.card {
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
}

.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(255, 193, 7, 0.4);
}

.alert-info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: none;
}

.incident-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.form-control-lg, .form-select-lg {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

.border-2 {
    border-width: 2px !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Loading Overlay Styles */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-content {
    text-align: center;
    color: #c41e1e;
    max-width: 400px;
    padding: 2rem;
    border-radius: 15px;
    background-color: white;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(196, 30, 30, 0.2);
    box-shadow: 0 8px 32px rgba(196, 30, 30, 0.1);
}

.loading-content .spinner-border {
    border-width: 0.3em;
}

/* ============================================
   NEEDS PAGE STYLES
   ============================================ */

.needs-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 100px 20px 150px 20px;
    /* background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); */
    color: #0f172a;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.needs-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 30px;
    /* flex-wrap: wrap; */
    padding: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    text-align: center;
}

.needs-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.needs-header h1 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
    background: linear-gradient(135deg, #E52525 0%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 1.2;
}

.needs-meta {
    font-size: 1rem;
    color: #64748b;
    margin-top: 8px;
    font-weight: 500;
    text-align: left;
}

.credits-text.text-lg-end.text-md-end.text-center {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    background: #ffd100;
    text-align: center !important;
    padding: 20px 0px;
    border-radius: 10px;
    margin-top: -70px;
    margin-bottom: 30px;
    display: flex;
    gap:20px;
    justify-content: center;
    align-items: center;
}

.latest-news-logo-section .credits-text {
    margin: 0px !important;
    margin-bottom: 30px !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.credits-text.text-lg-end.text-md-end.text-center a{
    color: #3F51B5;
    text-decoration: underline;
}

.credits-text.text-lg-end.text-md-end.text-center img{
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    width: 200px;
}

.needs-nav {
    margin-bottom: 20px;
    padding: 15px 0;
}

.needs-nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #E52525;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(229, 37, 37, 0.1);
    border: 1px solid rgba(229, 37, 37, 0.2);
}

.needs-nav a:hover {
    background: #E52525;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 37, 37, 0.3);
}

.needs-section {
    background: white;
    border-radius: 15px;
    padding: 10px 25px;
    margin-bottom: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.needs-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.needs-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.needs-section th,
.needs-section td {
    padding: 15px 18px;
    text-align: left;
    font-size: 0.95rem;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.needs-section th {
    background: #E52525;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.needs-section th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.needs-section tr:hover td {
    background: rgba(229, 37, 37, 0.02);
    transform: scale(1.01);
}

td.category-header.text-center.text-bold {
    background: #ffdbdb;
    color: #000;
}



.needs-section .no-wrap {
    white-space: nowrap;
    font-weight: 600;
    color: #E52525;
    text-align: center;
    /* background: rgba(229, 37, 37, 0.05); */
    border-radius: 6px;
    padding: 4px 8px;
    /* display: inline-block; */
    min-width: 30px;
}

.needs-small {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 10px;
    font-style: italic;
}

.needs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.needs-section h2 {
    margin-top: 0;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 5px;
}

.needs-foot {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 30px;
    padding: 20px;
    background: rgba(229, 37, 37, 0.05);
    border-radius: 10px;
    border-left: 4px solid #E52525;
    width: 100%;
    margin-bottom: 50px;
}

.needs-foot ul {
    margin: 10px 0;
    padding-left: 20px;
}

.needs-foot li {
    margin: 5px 0;
    color: #475569;
}

.image-mobile{
    display: none;
}

/* Responsive Design */
@media (max-width: 900px) {
    .needs-grid {
        grid-template-columns: 1fr;
    }

    .needs-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .needs-header h1 {
        font-size: 1.5rem;
    }

    .needs-section {
        padding: 20px;
    }

    .needs-section th,
    .needs-section td {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .needs-section .qty {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .needs-container {
        padding: 20px 15px;
    }

    .image-mobile{
        display: block;
    }

    .needs-header {
        padding: 20px;
    }

    .needs-section {
        padding: 15px;
    }

    .needs-section table {
        font-size: 0.85rem;
    }

    .needs-section th,
    .needs-section td {
        padding: 10px 12px;
    }

    /* Enable horizontal scroll for tables on mobile */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .needs-section table {
        min-width: 600px;
    }

    .agri-section-table {
        min-width: 700px !important;
    }
}

/* Simple Accordion Styles for Needs Page */
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion-header:hover {
    opacity: 0.8;
}

.accordion-icon {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    transition: transform 0.2s ease;
}

.accordion-header:hover .accordion-icon {
    transform: scale(1.1);
}

.accordion-content {
    transition: all 0.3s ease;
}

/* Pledge Donation Button and Form Styles */
.pledge-button-container {
    margin-top: 20px;
    margin-left: auto;
}

.pledge-donation-btn {
    background: #f0dc31;
    padding: 20px 38px;
    border-radius: 10px;
    font-size: 18px;
    color: #000;
    margin-left: auto;
}

.pledge-donation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.pledge-form-container {
    background: #f0dc31;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(240, 220, 49, 0.3);
    position: absolute;
    z-index: 9;
    right: 0;
    width: 450px;
}


.pledge-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pledge-form-header h2 {
    margin: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
}

.pledge-form-header h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.pledge-form-content .form-actions{
    justify-content:start !important;
}
#pledgeFormData input,
#pledgeFormData button{
    border-radius: 30px !important;
}

.donation-form-card.pledge-donation {
    justify-content: end;
}

.donation-item .item-name{
    min-width: 60%;
}
.donation-item .item-quantity{
    min-width: 20%;
}
form#pledgeFormData .form-section label{
    text-align: left;
}

form#pledgeFormData .form-section h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.close-pledge-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.close-pledge-btn img{
    width: 10px;
}
.close-pledge-btn:hover {
    background: #f0f0f0;
    color: #666;
}

.form-section {
    margin-bottom: 30px;
}

.form-section h3 {
    color: #000;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.donation-item {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    margin-bottom: 15px;
}

.item-dropdown, .item-name, .item-quantity {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background: white;
}

.item-dropdown:focus, .item-name:focus, .item-quantity:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

.item-dropdown {
    flex: 2;
    min-width: 200px;
}

.item-name {
    flex: 1;
    min-width: 150px;
}

.item-quantity {
    flex: 0 0 80px;
    text-align: center;
}

.delete-item-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-item-btn:hover {
    background: #c82333;
    transform: scale(1.05);
}

.add-item-container {
    margin-top: 20px;
}

.add-item-btn {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 30px;
}

.add-item-btn img{
    width: 20px;
    margin: auto;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quantity-controls .add-item-btn{
    margin-top: 0px;
}

.add-item-btn:hover {
    background: #218838;
    transform: translateY(-1px);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background: white;
}

.form-group input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

.form-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.cancel-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.cancel-btn:hover {
    background: #5a6268;
}

.pledge-submit-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.pledge-submit-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
}

#pledgeDonationForm .form-section h3 {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
}

#pledgeDonationForm .form-group label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

#pledgeDonationForm .form-section {
    margin-bottom: 0px;

}
.donation-forms-container .form-actions {
    justify-content: center !important;
    margin: auto;
}
.donation-forms-container .form-actions .pledge-submit-btn {
    border-radius: 30px !important;
    padding: 15px 30px !important;
    text-transform: capitalize;
    width: 200px;
    font-weight: 600;
}

.item-name-group{
    width:60%;
}
.item-quantity-group{
    width:20%;
}

.note-section p{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.donation-forms-container .form-actions{
    margin-top: 0px !important;
    border: none !important;
}


/* Responsive styles for pledge form */
@media (max-width: 768px) {
    .pledge-form-content {
        padding: 20px;
    }

    .donation-item {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .item-dropdown, .item-name, .item-quantity {
        width: 100%;
        min-width: auto;
    }

    .form-actions {
        flex-direction: column;
    }

    .cancel-btn, .pledge-submit-btn {
        width: 100%;
    }
}

/* ========================================
   Hurricane Melissa Incident Report Form
   ======================================== */

/* Form Container */
.incident-form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 0;
}

.incident-form-header {
    border-bottom: 1px solid #e9ecef;
}

.incident-form-header-content{
    padding: .5rem 1.5rem;
}

.incident-form-title {
    padding: .5rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 1.4rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.incident-form-subtitle {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
}

.incident-form-disclaimer {
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
    width: 80%;
}

.incident-form-disclaimer .emergency-number {
    color: #dc3545;
    font-weight: bold;
}

/* Form Fields */
.incident-form-fields {
    padding: 20px 40px;
}

.incident-form-label {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
}

.incident-form-input {
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    font-size: 1rem;
    background: white;
}

.incident-form-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

/* Ensure time input works properly across browsers */
.incident-form-input[type="time"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.incident-form-input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.incident-form-input[type="time"]::-webkit-inner-spin-button,
.incident-form-input[type="time"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Severity Buttons */
.severity-btn {
    padding: 8px 40px;
    border: 1px solid #dee2e6;
    border-radius: 30px;
    background: #f8f9fa;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1rem;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
    display: inline-block;
}

.incident-take-photo-btn img{
    width: 20px;
}
.incident-take-photo-btn {
    display: flex;
    align-items: center;
    border-radius: 30px !important;
}

.severity-btn:hover {
    background: #e9ecef !important;
    border-color: #adb5bd !important;
}

.severity-btn:has(input[type="radio"]:checked) {
    background: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}

.severity-btn input[type="radio"] {
    display: none;
}

/* Map Section */
.incident-map-container {
    margin-bottom: 1.5rem;
}

.incident-map-instructions {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.incident-submit-section {
    padding: 0px 1.5px 1.5rem 1.5rem;
}

.incident-map {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.incident-map-coordinates {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Date and Time Section */
.incident-datetime-label {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
}

.incident-datetime-label.hidden {
    visibility: hidden;
}

/* Photo Upload Section */
.incident-photo-section {
    margin-bottom: 1.5rem;
}

.incident-photo-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.incident-photo-label {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
}

.incident-photo-instructions {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
}

.incident-take-photo-btn {
    padding: 14px 23px;
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.incident-take-photo-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.incident-photo-upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    margin-top: 0.75rem;
}

.incident-photo-upload-area:hover {
    border-color: #007bff !important;
    background: #f0f8ff !important;
}

.incident-photo-upload-label {
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.was-validated .form-select:valid:not([multiple]):not([size]){
    background-image: none !important;
    padding-right: 0px;
}

.incident-photo-upload-text {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Description Section */
.incident-description-label {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
    border-radius: 20px;

}

.incident-description-textarea {
    padding: 12px 16px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    font-size: 1rem;
    resize: vertical;
    min-height: 100px;
}

.incident-description-textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

/* Submit Button Section */


.incident-submit-btn {
    background: #dc3545;
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.incident-submit-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.incident-submit-btn:active {
    transform: translateY(0);
}

/* Form Layout */
.incident-form-row {
    margin-bottom: 1rem;
}

.incident-form-field {
    margin-bottom: 1rem;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"]{
    background-repeat: no-repeat;
}
input#identification_photo {
    padding: 10px 30px;
    background: transparent;
}
.file-upload-area{
    background: transparent;
}
form#volunteerForm .section-title {
    margin-bottom: 14px;
}
.incident-form-title.volunteer-page {
color: #e52525 !important;
}
button#resendOtpBtn {
    color: #ff3636 !important;
}
.privacy-policy-content ul {
    color: #666;
    font-size: 1.1rem;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 35px;
    list-style: square;
}
.privacy-policy-content ul li {
    display: list-item;
}
nav ul li:hover > ul.sub-menu {
    display: inherit !important;
    background-color: #e52525 !important;
    transform: translatey(0px) !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e52525 !important;
    margin-top: -5px;
}
nav ul li:hover > ul.sub-menu a{
    color: #fff !important;
    padding: 10px 15px !important;
}

/* Import Menu Styles */
.import-menu-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    padding-top: 20px;
    margin-top: 30px;
}

.import-tab-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.import-tab-btn svg{
    width: 30px;
    height: 30px;
}

.import-tab-btn i {
    font-size: 18px;
    margin-right: 8px;
    color: inherit;
}

.import-tab-btn.active {
    color: #dc3545;
    border: 1px solid #dc3545;
    /* box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3); */
}

.import-tab-btn.active svg {
    fill: #dc3545;
}

.import-tab-btn:not(.active) {
    background-color: #fff;
    color: #333;
}

.import-tab-btn:not(.active) i {
    color: #333;
}

.import-tab-btn:not(.active):hover {
    /* background-color: #f8f9fa; */
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}



/* Cargo Menu Styles */
.cargo-menu-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.cargo-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 45px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cargo-tab-btn.active {
    background-color: #dc3545;
    color: #fff;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.cargo-tab-btn:not(.active) {
    background-color: #fff;
    color: #333;
}

.cargo-tab-btn:not(.active):hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.cargo-tab-btn.active:hover {
    background-color: #c82333;
}

/* Date Input with Icon */
.date-input-wrapper {
    position: relative;
}

.date-input-wrapper .date-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 18px;
}

.date-input-wrapper input[type="date"] {
    padding-right: 45px;
}

/* Cargo Add Container */
.cargo-add-container,.donate-add-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

button#sendOtpBtn {
    background-color: #dc3545;
    color: #fff;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
    padding: 12px;
    font-size: 16px;
    border-radius: 30px;
}

.cargo-add-container .cargo-item,.donate-add-container .donate-item {
    display: flex;
    gap: 8px;
    align-items: self-start;
    width: 100%;
}

.cargo-add-container .cargo-item > div:first-child,.donate-add-container .donate-item > div:first-child {
    flex: 1;
}

.cargo-item-input,.donate-item-input {
    flex: 1;
}

.cargo-add-btn,.donate-add-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #28a745;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.cargo-add-btn:hover,.donate-add-btn:hover {
    background-color: #218838;
    transform: scale(1.05);
}

.cargo-add-btn i,.donate-add-btn i {
    font-size: 18px;
}

/* Cargo Items List */
.cargo-items-list,.donate-items-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cargo-item-row,.donate-item-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cargo-item-name,.donate-item-name {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}

.cargo-item-name::placeholder,.donate-item-name::placeholder {
    color: #999;
}

.cargo-item-name:focus,.donate-item-name:focus {
    outline: none;
    border-color: #ccc;
}

.cargo-quantity-badge,.donate-quantity-badge {
    display: flex;
    gap: 8px;
    align-items: center;
}
.donate-quantity-badge{
    width: 200px;
}

.cargo-quantity-input,.donate-quantity-input {
    width: 200px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}
.donate-quantity-input{
    width: 100%;
}

.donate-item.donate-item-row div{
    flex: 1;
}

.donate-invoice-number-div{
    display: flex;
    gap: 8px;
    align-items: center;
}

.cargo-quantity-input:focus,.donate-quantity-input:focus {
    outline: none;
    border-color: #ccc;
}

.cargo-remove-btn,.donate-remove-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #dc3545;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.cargo-remove-btn:hover,.donate-remove-btn:hover {
    background-color: #c82333;
    transform: scale(1.05);
}

.cargo-remove-btn i {
    font-size: 14px;
}

/* Aircraft Documentation Upload Area */
.aircraft-doc-upload-area {
    position: relative;
}

.aircraft-doc-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.aircraft-doc-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    border: 2px dashed #ddd;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
    text-align: center;
    min-height: 120px;
}

.aircraft-doc-label:hover {
    border-color: #dc3545;
    background-color: #f8f9fa;
}

.aircraft-doc-label i {
    font-size: 32px;
    color: #666;
    margin-bottom: 10px;
}

.aircraft-doc-label:hover i {
    color: #dc3545;
}

.aircraft-doc-label span {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.aircraft-doc-input:focus + .aircraft-doc-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Download Template Link */
.download-template-link:hover {
    color: #0056b3;
    text-decoration: none;
}

/* View File Button */
.view-file-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    background: #ffd100;
    margin-top: 20px;
    padding: 6px 20px;
    border-radius: 10px;
}

.view-file-button:hover {
    color: #0056b3;
    text-decoration: none;
}

.maj-logo{
    width: 200px !important;
}

.view-label-icon {
    padding: 4px 5px;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 10px;
}

/* jQuery Validation Error Messages */
label.input-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
    font-weight: 400;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    opacity: 0.65;
    cursor: not-allowed;
}

/* Section Titles */
.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dc3545;
}

.section-subtitle {
    font-size: 0.95rem;
    font-weight: 400;
    color: #555;
    margin-top: -10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.file-upload-area {
    margin-top: 8px;
}

div#importFormContent .section-title,
#partialImportForm .section-title {
    border: none;
    color: #dc3545;
}


.import-form-container .incident-form-title{
    border: none;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
.import-form-container .incident-form-header{
    padding: 20px 40px;
}
.import-logo img{
    width: 30%;
}

/* Mandatory Document Checklist Styles */
.mandatory-document-checklist {
    background-color: #ffe9e9;
    padding: 25px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-weight: 500;
}

.checklist-header {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
    line-height: 1.4;
}

.checklist-instruction {
    color: #000;
    font-size: 0.95rem;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.document-checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 10px;
}

.checklist-column {
    margin: 0;
    padding: 0;
}

.checklist-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-items li {
    color: #000;
    font-size: 0.95rem;
    line-height: 2;
    padding-left: 22px;
    position: relative;
    margin-bottom: 4px;
    font-weight: 400;
}

.checklist-items li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #000;
    font-size: 1.1rem;
    line-height: 28px;
    font-weight: bold;
}

/* Responsive styles for checklist */
@media (max-width: 992px) {
    .document-checklist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .document-checklist-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mandatory-document-checklist {
        padding: 20px 15px;
    }
}

/* Note Box Styles */
.note-box {
    background-color: #FFF0F0;
    border: 1px solid #FFE0E0;
    border-radius: 10px;
    padding: 20px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.note-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    position: relative;
    width: 28px;
    height: 28px;
}

.note-doc-icon {
    color: #dc3545;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.note-pencil-icon {
    color: #dc3545;
    font-size: 14px;
    position: absolute;
    bottom: -2px;
    right: -6px;
    z-index: 2;
    background-color: #FFF0F0;
    padding: 2px;
    border-radius: 2px;
}

.note-content {
    flex: 1;
}

.note-title {
    font-weight: 700;
    font-size: 1rem;
    color: #333;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.4;
}

.note-text {
    font-weight: 400;
    font-size: 0.95rem;
    color: #555;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Document Submission Box Styles */
.document-submission-box {
    background-color: #ffe9e9;
    padding: 25px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-weight: 500;
}

.submission-header {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
    line-height: 1.4;
}

.submission-intro {
    color: #000;
    font-size: 0.95rem;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.submission-recipients {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submission-recipients li {
    color: #000;
    font-size: 0.95rem;
    line-height: 2;
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 400;
}

.submission-recipients li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
}

.submission-recipients li span {
    color: #000;
    font-weight: 400;
}

.charity-logo-item a{
    transition: all 0.3s ease;
}
.charity-logo-item a:hover{
    transform: translateY(-2px);
    display: inline-block;
}
nav ul li:hover > ul.sub-menu a:hover{
    background: #ffd100;
    color: #000 !important;
}

.cargo-item .sub-item-cargo{
    flex:1;
}
nav ul.sub-menu li a:after{
    display: none;
}

.alignLine{
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
}
.transport-mode-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.custom-radio {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-radio:checked {
  border-color: #E52525;
  background-color: #E52525;
}

.custom-radio:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}

.custom-radio:hover {
  border-color: #E52525;
}
.transport-mode-radio-group input[type='radio']:after{
    left: 0px;
    top: 0px;
}
.transport-mode-radio-group input[type='radio']:checked:after{
    left: 0px;
    top: 0px;
}
.redtext{
    color: #c41e1e;
    font-size: 12px;
    font-weight: 600;
}
.notification-text{
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

@media(min-width: 1300px) {
    nav a {
        padding: 22px 14px !important;
        font-size: 15px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .incident-form-container {
        margin: 0 1rem;
    }

    .incident-form-title {
        font-size: 1.5rem;
    }

    .severity-btn {
        min-width: 70px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .incident-photo-upload-area {
        padding: 30px 15px;
    }

    .incident-photo-header {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .incident-take-photo-btn {
        width: 100%;
        justify-content: center;
    }

    .import-menu-tabs {
        flex-direction: column;
        gap: 15px;
    }

    .import-tab-btn {
        width: 100%;
    }

    .cargo-menu-tabs {
        flex-direction: column;
        gap: 15px;
    }

    .cargo-tab-btn {
        width: 100%;
    }

    .incident-form-container {
        padding: 20px;
    }

    .incident-form-title {
        font-size: 24px;
    }
}
