
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: transparent !important;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
    
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(0, 0, 0, .6);
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4)), rgba(0, 0, 0, .6);;
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;
    
}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}
/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/multibballcamp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border-radius: 10px;
}
.about .tab-class .nav-item a {
    border-radius: 10px;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: visible;
    align-items: center;
    flex: 1;
    margin: 5px;
    
    
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.5s; 
    cursor: pointer;
}


.service .service-item img {
    border-radius: 20px;
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
    display: flex;
    justify-content: end;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}

.service-item {
    position: absolute ;
    overflow: hidden;
    
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(25, 37, 49, 0.8);
    transition: background 0.3s ease;
    cursor: pointer;
    animation: pulse 1.5s infinite; /* Add the animation here */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 37, 49, 0.8); /* Updated color */
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(25, 37, 49, 0.6); /* Updated color */
    }
    100% {
        box-shadow: 0 0 30px 20px rgba(25, 37, 49, 0); /* Updated color */
    }
}

.play-button i {
    font-size: 24px;
    color: var(--bs-primary) !important; /* Adjust color to your primary theme */
    transition: transform 0.3s ease;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
}

.play-button:hover i {
    transform: scale(1.2);
}

/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: -60px; 
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: 0px; 
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-primary); 
    font-size: 30px;
    
}
/*** Counter End ***/

/*** Video Modal Styling ***/
.video-modal {
    height: 100vh;
    text-align: center;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/b2.jpg) center center no-repeat;
    background-size: cover;
}

.video-modal h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.video-modal .btn {
    border-radius: 5px;
    font-size: 1rem;
    transition: all 0.3s;
}

.video-modal .btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-content {
    background: black;
    border-radius: 8px;
    overflow: hidden;
}

.modal-body .ratio {
    background: black;
    border-radius: 8px;
}



/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}
/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
    height: 100%;
    border: 1px solid #d4af37;
    border-radius: 20px;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}
.event .event-carousel .event-item .event-content {
    height: 100%;
    border-style: dotted;
    border-top: 0; 
    border-color: transparent; 
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.event .event-carousel .event-item img {
    border-radius: 20px;
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
    border-radius: 18px;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}

.blog-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.blog-post {
    margin-bottom: 20px;
    padding: 20px;
}
.blog-post img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    
}
.blog-post-title {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333;
}
.blog-post-content {
    line-height: 1.6;
    color: #666;
}

.likeButton {
    display: flex;
    margin: 10px;
    background-color: #192531;
    color: #fff;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}
.likeButton:hover {
    background-color: #fff;
}
.likeCount {
    margin-left: 20px;
    font-weight: normal;
}
/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
    border: 4px solid #192531;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: var(--bs-primary);
    padding-top: 40px;
    color: #192531;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0;
    display: flex;
    color: #192531;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    display: flex;
    justify-content: flex-start;
    background: rgba(249, 195, 123, .1);
}
.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .7);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}
/*** Volunteer End ***/

/* Scoped styles for the special volunteer section */
.volunteer-special .volunteer-img-large {
    position: relative;
    overflow: hidden;
}

.volunteer-special .volunteer-img-large img {
    width: 100%;
    height: auto;
    transition: transform 0.5s;
}

.volunteer-special .volunteer-img-large:hover img {
    transform: scale(1.1);
}

.volunteer-special .volunteer-img-large .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: white;
    transition: background 0.5s;
}

.volunteer-special .volunteer-img-large:hover .volunteer-title {
    background: rgba(0, 0, 0, .6);
}



/*** Contact Start ***/
.contact {
    background: var(--bs-body);
    border-style: none;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: none;
    border-color: var(--bs-primary);
    background-color: #192531;;
}
.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    font-family: 14px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: #192531;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

.content-tabs {
    display: inline;
    font-family: Arial, sans-serif;
    max-width: auto;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--bs-body);
}

.tab-buttons {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;

}

.tab-button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #ddd;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: var(--bs-primary);
    color: white;
}

.tab-button:hover {
    background-color: var(--bs-primary);
}

.tab-content {
    display: inline;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    background-color: var(--bs-body);
}

.tab-pane {
    display: none;
}

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

.topic {
    margin-bottom: 30px;
    text-align: justify;
    width: 100%; /* Ensure topic takes full width */
    max-width: 300px; /* Match image width */
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee; /* Add a light border */
    padding: 15px; /* Add some padding */
    border-radius: 8px; /* Rounded corners */
    background-color: #fff; /* White background *
}

.topic img {
    width: 100%; /* Make image responsive */
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.meta {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.meta .author {
    font-weight: bold;
}

.meta .date {
    margin-left: 10px;
    color: #999;
}

.topic p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    width: 100%; /* Ensure text takes the same width as the image */
    text-align: left; /* Align text to the left */
}

/* Modern Container Styles */
.modern-container {
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: var(--bs-body);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.left-section {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.right-section {
    flex: 1;
    min-width: 300px;
    height: 100%;
    padding: 40px;
    background: #f9fafc;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    margin-top: 40px;
    justify-content: space-between;
}

.image-container {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container:hover .featured-image {
    transform: scale(1.03);
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.overview {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 0;
}

.requirements-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.requirements-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #d4af37;
}

.requirements-list {
    list-style: none;
    padding: 0;
    color: #192531;
    margin: 0 0 30px 0;
}

.requirement-item {
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
}

.requirement-item:last-child {
    border-bottom: none;
}

.check-icon {
    position: relative;
    color: #d4af37;
    font-weight: bold;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    font-size: 18px;
    border-radius: 50%;
}

.apply-button {
    background: #d4af37;
    color: #192531;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 12px rgba(7, 150, 254, 0.2);
}

.apply-button:hover {
    background: #056bcc;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 150, 254, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        gap: 0;
    }
    
    .left-section, .right-section {
        padding: 20px;
    }
    
    .right-section {
        border-top: 1px solid #eaeaea;
    }
    
    .title {
        font-size: 26px;
    }
}

.content-wrapper:hover {
    transform: translateY(-5px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.requirement-item:hover .check-icon {
    background-color: #192531;
    color: white;
    transform: scale(1.1);
}
