        /* Color Theme: #1f5229 */
        :root {
            --primary-color: #1f5229;
        }

        .navbar {
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
        }
        .navbar-brand img {
            max-height: 50px;
            width: auto;
        }
        .navbar-nav .nav-link {
            font-weight: 500;
            color: #333;
            padding: 0.5rem 1rem;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
            border-bottom: 2px solid transparent;
            font-size: 18px;
            margin-left: 10px;
        }
        .navbar-nav .nav-link:hover {
            color: #1f5229;
            border-bottom: 3px solid #1f5229;
        }
        .navbar-nav .nav-link.active {
            color: #1f5229;
            border-bottom: 3px solid #1f5229;
        }
        .navbar-toggler {
            border-color: #1f5229;
        }
        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.2rem rgba(31, 82, 41, 0.25);
        }

        /* Hero Slider Section */
        .hero-slider-section {
            width: 100%;
            margin-top: 0;
        }

        #heroCarousel {
            height: 650px !important;
        }

        #heroCarousel .carousel-inner {
            height: 100%;
        }

        #heroCarousel .carousel-item {
            height: 100%;
        }

        #heroCarousel .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        #heroCarousel .carousel-control-prev,
        #heroCarousel .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: #040A05;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
            transition: opacity 0.3s;
        }

        #heroCarousel .carousel-control-prev {
            left: 20px;
        }

        #heroCarousel .carousel-control-next {
            right: 20px;
        }

        #heroCarousel .carousel-control-prev:hover,
        #heroCarousel .carousel-control-next:hover {
            opacity: 1;
        }

        #heroCarousel .carousel-indicators {
            margin-bottom: 20px;
        }

        #heroCarousel .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: 2px solid #fff;
            transition: all 0.3s;
        }

        #heroCarousel .carousel-indicators button.active {
            background-color: #1f5229;
            border-color: #1f5229;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            #heroCarousel {
                height: auto !important;
                min-height: 400px;
                max-height: 500px;
            }

            #heroCarousel .carousel-inner {
                height: auto;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-item {
                height: auto;
                min-height: 400px;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-item img {
                width: 100%;
                height: auto;
                min-height: 400px;
                max-height: 500px;
                object-fit: contain;
                object-position: center;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-control-prev,
            #heroCarousel .carousel-control-next {
                width: 40px;
                height: 40px;
            }

            #heroCarousel .carousel-control-prev {
                left: 10px;
            }

            #heroCarousel .carousel-control-next {
                right: 10px;
            }
        }

        @media (max-width: 576px) {
            #heroCarousel {
                height: auto !important;
                min-height: 300px;
                max-height: 400px;
            }

            #heroCarousel .carousel-inner {
                height: auto;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-item {
                height: auto;
                min-height: 300px;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-item img {
                width: 100%;
                height: auto;
                min-height: 300px;
                max-height: 400px;
                object-fit: contain;
                object-position: center;
                background-color: #f8f9fa;
            }

            #heroCarousel .carousel-control-prev,
            #heroCarousel .carousel-control-next {
                width: 35px;
                height: 35px;
            }

            #heroCarousel .carousel-control-prev {
                left: 10px;
            }

            #heroCarousel .carousel-control-next {
                right: 10px;
            }

            #heroCarousel .carousel-control-prev-icon,
            #heroCarousel .carousel-control-next-icon {
                width: 15px;
                height: 15px;
            }

            #heroCarousel .carousel-indicators {
                margin-bottom: 10px;
            }

            #heroCarousel .carousel-indicators button {
                width: 10px;
                height: 10px;
            }
        }

        @media (min-width: 1200px) {
            #heroCarousel {
                height: 700px;
            }
        }

        /* Urgent Fund Needs Section */
        .urgent-fund-needs {
            background-color: #f8f9fa;
        }

        .section-title {
            color: #040A05;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .section-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
        }

        .campaign-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .campaign-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
        }

        .campaign-image {
            height: 250px;
            object-fit: cover;
            width: 100%;
        }

        /* Campaigns Slider Styles */
        #campaignsCarousel {
            position: relative;
            padding: 0 50px;
        }

        #campaignsCarousel .carousel-inner {
            padding: 20px 0;
        }

        #campaignsCarousel .carousel-item {
            transition: transform 0.8s ease-in-out;
        }

        #campaignsCarousel .carousel-item.active {
            display: block;
        }

        .campaign-carousel-control {
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: rgba(31, 82, 41, 0.9);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.9;
            transition: all 0.3s;
            z-index: 10;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .campaign-carousel-control:hover {
            opacity: 1;
            background-color: #1f5229;
            transform: translateY(-50%) scale(1.1);
        }

        .campaign-carousel-control.carousel-control-prev {
            left: 0;
        }

        .campaign-carousel-control.carousel-control-next {
            right: 0;
        }

        /* Custom Slider Icons */
        .campaign-slider-icon {
            font-size: 24px;
            color: white;
            font-weight: bold;
            display: block;
        }

        .campaign-carousel-control .carousel-control-prev-icon,
        .campaign-carousel-control .carousel-control-next-icon {
            display: none;
        }

        .campaign-indicators {
            position: relative;
            margin-top: 20px;
            margin-bottom: 0;
        }

        .campaign-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(31, 82, 41, 0.3);
            border: 2px solid #1f5229;
            transition: all 0.3s;
            margin: 0 5px;
        }

        .campaign-indicators button.active {
            background-color: #1f5229;
            border-color: #1f5229;
        }

        /* Responsive Styles for Campaigns Slider */
        @media (max-width: 992px) {
            #campaignsCarousel {
                padding: 0 40px;
            }

            .campaign-carousel-control {
                width: 40px;
                height: 40px;
            }

            .campaign-slider-icon {
                font-size: 20px;
            }

            .campaign-carousel-control.carousel-control-prev {
                left: -10px;
            }

            .campaign-carousel-control.carousel-control-next {
                right: -10px;
            }
        }

        @media (max-width: 768px) {
            #campaignsCarousel {
                padding: 0 35px;
            }

            .campaign-carousel-control {
                width: 35px;
                height: 35px;
            }

            .campaign-slider-icon {
                font-size: 18px;
            }

            .campaign-carousel-control.carousel-control-prev {
                left: -5px;
            }

            .campaign-carousel-control.carousel-control-next {
                right: -5px;
            }

            .campaign-indicators button {
                width: 10px;
                height: 10px;
                margin: 0 3px;
            }
        }

        @media (max-width: 576px) {
            #campaignsCarousel {
                padding: 0 40px;
            }

            #campaignsCarousel .carousel-inner {
                padding: 10px 0;
            }

            /* Mobile: Show only first card per slide, hide others */
            #campaignsCarousel .carousel-item .campaign-slide-item:not(:first-child) {
                display: none;
            }

            #campaignsCarousel .carousel-item .campaign-slide-item:first-child {
                width: 100%;
                max-width: 100%;
            }

            .campaign-carousel-control {
                width: 35px;
                height: 35px;
            }

            .campaign-slider-icon {
                font-size: 18px;
            }

            .campaign-carousel-control.carousel-control-prev {
                left: 5px;
            }

            .campaign-carousel-control.carousel-control-next {
                right: 5px;
            }

            .campaign-indicators {
                margin-top: 15px;
            }

            .campaign-indicators button {
                width: 8px;
                height: 8px;
                margin: 0 2px;
            }

            .campaign-card {
                margin: 0 auto;
                max-width: 100%;
            }
        }

        .card-title {
            color: #040A05;
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 15px;
        }

        .card-text {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .btn-donate {
            background-color: #1f5229;
            color: white;
            border: none;
            padding: 10px 20px;
            font-weight: 500;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .btn-donate:hover {
            background-color: #153a20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        .btn-view-all {
            background-color: transparent;
            color: #1f5229;
            border: 2px solid #1f5229;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
            font-size: 1.1rem;
        }

        .btn-view-all:hover {
            background-color: #1f5229;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(31, 82, 41, 0.3);
        }

        .btn-view-all i {
            margin-left: 8px;
            transition: transform 0.3s;
        }

        .btn-view-all:hover i {
            transform: translateX(5px);
        }

        /* Page Header */
        .page-header {
            background: linear-gradient(135deg, #1f5229 0%, #153a20 100%);
            color: white;
        }

        .page-title {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .page-subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
        }

        /* All Campaigns Section */
        .all-campaigns {
            min-height: 60vh;
        }

        /* Pagination */
        .pagination .page-link {
            color: #1f5229;
            border-color: #dee2e6;
        }

        .pagination .page-item.active .page-link {
            background-color: #1f5229;
            border-color: #1f5229;
            color: white;
        }

        .pagination .page-link:hover {
            color: #1f5229;
            background-color: #f8f9fa;
        }

        /* Responsive Styles for Campaigns */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }

            .page-title {
                font-size: 2rem;
            }

            .campaign-image {
                height: 200px;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 1.75rem;
            }

            .page-title {
                font-size: 1.75rem;
            }

            .campaign-image {
                height: 180px;
            }
        }

        /* About Us Section */
        .about-us-section {
            background-color: #ffffff;
        }

        .about-title {
            color: #040A05;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .about-text {
            color: #6c757d;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .about-text p {
            margin-bottom: 20px;
        }

        .about-text p:last-child {
            margin-bottom: 0;
        }

        .about-image-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(31, 82, 41, 0.15);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .about-image-wrapper:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(31, 82, 41, 0.25);
        }

        .about-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .about-image-wrapper:hover .about-image {
            transform: scale(1.05);
        }

        /* Responsive Styles for About Us */
        @media (max-width: 992px) {
            .about-us-section .row {
                flex-direction: column;
            }

            .about-us-section .col-lg-6:first-child {
                order: 1;
            }

            .about-us-section .col-lg-6:last-child {
                order: 2;
            }
        }

        @media (max-width: 768px) {
            .about-title {
                font-size: 2rem;
                text-align: center;
            }

            .about-text {
                font-size: 1rem;
            }

            .about-image-wrapper {
                margin-top: 30px;
            }
        }

        @media (max-width: 576px) {
            .about-title {
                font-size: 1.75rem;
                text-align: center;
            }

            .about-text {
                font-size: 0.95rem;
            }
        }

        /* Section Divider */
        .section-divider {
            width: 100%;
            height: 6px;
           background:#CCCCCC ;

            margin: 40px 0;
            position: relative;
        }

        .section-divider::before {
            content: '';
            position: absolute;
            top: -1px;
            left: 0;
            right: 0;
            height: 5px;
            background: #CCCCCC;

        }

        /* Counting/Statistics Section */
        .counting-section {
            position: relative;
            background-color: #1f5229;
            background-image: url('../images/count.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: scroll;
            color: white;
            overflow: hidden;
        }

        .counting-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(31, 82, 41, 0.85);
            z-index: 1;
        }

        .counting-section .container {
            position: relative;
            z-index: 2;
        }

        .count-card {
            padding: 30px 20px;
            border-radius: 10px;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .count-card:hover {
            transform: translateY(-5px);
        }

        .count-icon {
            font-size: 3.5rem;
            color: rgba(255, 255, 255, 0.9);
            transition: transform 0.3s, color 0.3s;
        }

        .count-card:hover .count-icon {
            transform: scale(1.1);
            color: #fff;
        }

        .count-number {
            font-size: 3rem;
            font-weight: 700;
            color: #ffffff;
            margin: 15px 0;
            line-height: 0.2;
            font-family: 'Arial', sans-serif;
        }

        .count-label {
            font-size: 1.2rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            text-transform: lowercase;
            letter-spacing: 0.5px;
        }

        /* Responsive Styles for Counting Section */
        @media (max-width: 768px) {
            .counting-section {
                background-attachment: scroll;
            }

            .count-icon {
                font-size: 3rem;
            }

            .count-number {
                font-size: 2.5rem;
            }

            .count-label {
                font-size: 1rem;
            }

            .count-card {
                padding: 25px 15px;
            }
        }

        @media (max-width: 576px) {
            .count-icon {
                font-size: 2.5rem;
            }

            .count-number {
                font-size: 2rem;
            }

            .count-label {
                font-size: 0.9rem;
            }

            .count-card {
                padding: 20px 15px;
                margin-bottom: 15px;
            }
        }

        /* Donations Section */
        .donations-section {
            background-color: #f8f9fa;
        }

        .donation-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #ffffff;
        }

        .donation-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
        }

        .donation-image {
            height: 250px;
            object-fit: cover;
            width: 100%;
        }

        .donation-heading {
            color: #040A05;
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 15px;
            text-transform: capitalize;
        }

        .donation-amount {
            margin-bottom: 15px;
        }

        .amount-prefixed {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1f5229;
        }

        .amount-label {
            font-size: 0.9rem;
            color: #6c757d;
            margin-left: 5px;
        }

        .btn-donate-card {
            background-color: #1f5229;
            color: white;
            border: none;
            padding: 12px 20px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .btn-donate-card:hover {
            background-color: #153a20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        .btn-know-more {
            background-color: #1f5229;
            color: white;
            border: none;
            padding: 12px 12px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
            font-size: 14px;
        }

        .btn-know-more:hover {
            background-color: #153a20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(31, 82, 41, 0.3);
        }

        .btn-know-more i {
            /* margin-left: 8px; */
            transition: transform 0.3s;
        }

        .btn-know-more:hover i {
            transform: translateX(5px);
        }

        /* All Donations Section */
        .all-donations {
            min-height: 60vh;
        }

        /* Responsive Styles for Donations */
        @media (max-width: 768px) {
            .donation-image {
                height: 200px;
            }

            .donation-heading {
                font-size: 1.1rem;
            }

            .amount-prefixed {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 576px) {
            .donation-image {
                height: 180px;
            }

            .donation-heading {
                font-size: 1rem;
            }

            .amount-prefixed {
                font-size: 1.2rem;
            }
        }

        /* Rescues Section */
        .rescues-section {
            background-color: #ffffff;
        }

        .rescue-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #ffffff;
        }

        .rescue-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
        }

        .rescue-image {
            height: 250px;
            object-fit: cover;
            width: 100%;
        }

        .rescue-heading {
            color: #040A05;
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 15px;
        }

        .rescue-content {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        /* All Rescues Section */
        .all-rescues {
            min-height: 60vh;
        }

        /* Responsive Styles for Rescues */
        @media (max-width: 768px) {
            .rescue-image {
                height: 200px;
            }

            .rescue-heading {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 576px) {
            .rescue-image {
                height: 180px;
            }

            .rescue-heading {
                font-size: 1rem;
            }

            .rescue-content {
                font-size: 0.9rem;
            }
        }

        /* How You Can Change Their Lives Section */
        .change-lives-section {
            background-color: #ffffff;
        }

        /* Banner Image Styles */
        .change-lives-banner {
            width: 100%;
            height: 400px;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(31, 82, 41, 0.1);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .change-lives-banner-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
            object-position: center;
            transition: transform 0.3s;
        }

        .change-lives-banner:hover .change-lives-banner-image {
            transform: scale(1.02);
        }

        .change-lives-title {
            color: #040A05;
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 0;
            text-transform: none;
        }

        .title-line {
            display: inline-block;
        }

       .change-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.change-card .btn-change-action {
    align-self: center;
    margin-top: 20px;
}

        .change-card:hover {
            transform: translateY(-5px);
        }

        .change-card-heading {
            color: #040A05;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

        .change-card-text {
            color: #6c757d;
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 0;
            text-align: left;
        }

        .change-actions {
            margin-top: 30px;
        }

        .btn-change-action {
            min-width: 150px;
            padding: 15px 30px;
            font-weight: 600;
            font-size: 1.1rem;
            border-radius: 5px;
            border: none;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-donate-action {
            background-color: #1f5229;
            color: #ffffff;
        }

        .btn-donate-action:hover {
            background-color: #153a20;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        .btn-adopt-action {
            background-color: #1f5229;
            color: #ffffff;
        }

        .btn-adopt-action:hover {
            background-color: #153a20;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        .btn-volunteer-action {
            background-color: #1f5229;
            color: #ffffff;
        }

        .btn-volunteer-action:hover {
            background-color: #153a20;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        /* Responsive Styles for Change Lives Section */
        @media (max-width: 992px) {
            .change-lives-banner {
                border-radius: 8px;
            }

            .change-lives-title {
                font-size: 2.5rem;
            }

            .change-card {
                padding: 25px 20px;
            }

            .btn-change-action {
                min-width: 120px;
                padding: 12px 25px;
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .change-lives-banner {
                border-radius: 6px;
                margin-bottom: 15px;
                height: 300px;
            }

            .change-lives-banner-image {
                object-fit: contain;
            }

            .change-lives-title {
                font-size: 2rem;
            }

            .change-card-heading {
                font-size: 1.3rem;
            }

            .change-card-text {
                font-size: 0.95rem;
            }

            .change-actions {
                flex-direction: column;
                align-items: center;
            }

            .btn-change-action {
                width: 100%;
                max-width: 300px;
                margin-bottom: 10px;
            }
        }

        @media (max-width: 576px) {
            .change-lives-banner {
                border-radius: 5px;
                margin-bottom: 15px;
                height: 250px;
            }

            .change-lives-banner-image {
                object-fit: contain;
            }

            .change-lives-title {
                font-size: 1.75rem;
            }

            .change-card {
                padding: 20px 15px;
            }

            .change-card-heading {
                font-size: 1.2rem;
            }

            .change-card-text {
                font-size: 0.9rem;
                text-align: center;
            }

            .btn-change-action {
                font-size: 0.95rem;
                padding: 12px 20px;
            }
        }

        /* Adopt Modal Styles */
        #adoptModal .modal-dialog {
            max-width: 500px;
        }

        #adoptModal .modal-content {
            border-radius: 10px;
            border: none;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

        #adoptModal .modal-header {
            background-color: #1f5229;
            color: white;
            border-radius: 10px 10px 0 0;
            border-bottom: none;
            padding: 15px 20px;
        }

        #adoptModal .modal-title {
            color: white;
            font-weight: 600;
            font-size: 1.3rem;
        }

        #adoptModal .btn-close {
            filter: brightness(0) invert(1);
            opacity: 1;
        }

        #adoptModal .modal-body {
            padding: 25px;
        }

        #adoptModal .form-label {
            color: #040A05;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }

        #adoptModal .form-control,
        #adoptModal .form-select {
            border: 1px solid #dee2e6;
            border-radius: 5px;
            padding: 10px 12px;
            font-size: 0.95rem;
            transition: all 0.3s;
        }

        #adoptModal .form-control:focus,
        #adoptModal .form-select:focus {
            border-color: #1f5229;
            box-shadow: 0 0 0 0.25rem rgba(31, 82, 41, 0.25);
            outline: none;
        }

        #adoptModal .text-danger {
            color: #dc3545;
        }

        #adoptModal .btn-adopt-virtually {
            background-color: #1f5229;
            color: white;
            border: none;
            padding: 12px 20px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
            width: 100%;
        }

        #adoptModal .btn-adopt-virtually:hover {
            background-color: #153a20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        /* Responsive Styles for Adopt Modal */
        @media (max-width: 768px) {
            #adoptModal .row .col-md-6 {
                margin-bottom: 15px;
            }
        }

        @media (max-width: 576px) {
            #adoptModal .modal-dialog {
                max-width: 95%;
                margin: 10px auto;
            }

            #adoptModal .modal-header {
                padding: 12px 15px;
            }

            #adoptModal .modal-title {
                font-size: 1.1rem;
            }

            #adoptModal .modal-body {
                padding: 20px 15px;
            }

            #adoptModal .form-label {
                font-size: 0.9rem;
            }

            #adoptModal .form-control,
            #adoptModal .form-select {
                padding: 8px 10px;
                font-size: 0.9rem;
            }

            #adoptModal .row .col-md-6 {
                margin-bottom: 15px;
            }
        }

        /* Team Members Section */
        .team-members-section {
            background-color: #f8f9fa;
        }

        .team-member-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #ffffff;
        }

        .team-member-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
        }

        .team-member-image {
            width: 250px;
            height: 250px;
            object-fit: cover;
            border-radius: 50%;
            margin: 20px auto;
            display: block;
            border: 5px solid #1f5229;
            padding: 5px;
        }

        .team-member-name {
            color: #040A05;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .team-member-designation {
            color: #6c757d;
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 15px;
            font-style: italic;
        }

        .team-member-description {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Responsive Styles for Team Members */
        @media (max-width: 992px) {
            .team-member-image {
                width: 200px;
                height: 200px;
            }
        }

        @media (max-width: 768px) {
            .team-member-image {
                width: 180px;
                height: 180px;
            }

            .team-member-name {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 576px) {
            .team-member-image {
                width: 150px;
                height: 150px;
            }

            .team-member-name {
                font-size: 1.2rem;
            }

            .team-member-designation {
                font-size: 0.9rem;
            }

            .team-member-description {
                font-size: 0.85rem;
            }
        }

        /* Adopt Virtually Section */
        .adopt-virtually-section {
            background-color: #ffffff;
        }

        .adopt-virtually-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #ffffff;
        }

        .adopt-virtually-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
        }

        .adopt-pet-image {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 50%;
            border: 5px solid #1f5229;
            padding: 5px;
            display: block;
            margin: 0 auto;
        }

        .adopt-pet-name {
            color: #040A05;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .adopt-heading {
            color: #040A05;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .adopt-content {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .adopt-amount {
            margin-bottom: 15px;
        }

        .adopt-amount .amount-prefixed {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1f5229;
        }

        .adopt-amount .amount-label {
            font-size: 0.9rem;
            color: #6c757d;
            margin-left: 5px;
        }

        .btn-adopt-virtually {
            background-color: #1f5229;
            color: white;
            border: none;
            padding: 12px 20px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .btn-adopt-virtually:hover {
            background-color: #153a20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(31, 82, 41, 0.3);
        }

        /* Responsive Styles for Adopt Virtually */
        @media (max-width: 992px) {
            .adopt-pet-image {
                width: 180px;
                height: 180px;
            }
        }

        @media (max-width: 768px) {
            .adopt-pet-image {
                width: 160px;
                height: 160px;
            }

            .adopt-pet-name {
                font-size: 1.3rem;
            }

            .adopt-heading {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 576px) {
            .adopt-pet-image {
                width: 150px;
                height: 150px;
            }

            .adopt-pet-name {
                font-size: 1.2rem;
            }

            .adopt-heading {
                font-size: 1rem;
            }

            .adopt-content {
                font-size: 0.9rem;
            }
        }

    /* Projects Section */
    .projects-section {
        background-color: #ffffff;
    }

    /* Projects Slider Styles */
    #projectsCarousel {
        position: relative;
        padding: 0 50px;
    }

    #projectsCarousel .carousel-inner {
        padding: 20px 0;
    }

    #projectsCarousel .carousel-item {
        transition: transform 0.8s ease-in-out;
    }

    #projectsCarousel .carousel-item.active {
        display: block;
    }

    .project-carousel-control {
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: rgba(31, 82, 41, 0.9);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.9;
        transition: all 0.3s;
        z-index: 10;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-carousel-control:hover {
        opacity: 1;
        background-color: #1f5229;
        transform: translateY(-50%) scale(1.1);
    }

    .project-carousel-control.carousel-control-prev {
        left: 0;
    }

    .project-carousel-control.carousel-control-next {
        right: 0;
    }

    /* Custom Slider Icons */
    .project-slider-icon {
        font-size: 24px;
        color: white;
        font-weight: bold;
        display: block;
    }

    .project-carousel-control .carousel-control-prev-icon,
    .project-carousel-control .carousel-control-next-icon {
        display: none;
    }

    .project-indicators {
        position: relative;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .project-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(31, 82, 41, 0.3);
        border: 2px solid #1f5229;
        transition: all 0.3s;
        margin: 0 5px;
    }

    .project-indicators button.active {
        background-color: #1f5229;
        border-color: #1f5229;
    }

    /* Responsive Styles for Projects Slider */
    @media (max-width: 992px) {
        #projectsCarousel {
            padding: 0 40px;
        }

        .project-carousel-control {
            width: 40px;
            height: 40px;
        }

        .project-slider-icon {
            font-size: 20px;
        }

        .project-carousel-control.carousel-control-prev {
            left: -10px;
        }

        .project-carousel-control.carousel-control-next {
            right: -10px;
        }
    }

    @media (max-width: 768px) {
        #projectsCarousel {
            padding: 0 35px;
        }

        .project-carousel-control {
            width: 35px;
            height: 35px;
        }

        .project-slider-icon {
            font-size: 18px;
        }

        .project-carousel-control.carousel-control-prev {
            left: -5px;
        }

        .project-carousel-control.carousel-control-next {
            right: -5px;
        }

        .project-indicators button {
            width: 10px;
            height: 10px;
            margin: 0 3px;
        }
    }

    @media (max-width: 576px) {
        #projectsCarousel {
            padding: 0 40px;
        }

        #projectsCarousel .carousel-inner {
            padding: 10px 0;
        }

        /* Mobile: Show only first card per slide, hide others */
        #projectsCarousel .carousel-item .project-slide-item:not(:first-child) {
            display: none;
        }

        #projectsCarousel .carousel-item .project-slide-item:first-child {
            width: 100%;
            max-width: 100%;
        }

        .project-carousel-control {
            width: 35px;
            height: 35px;
        }

        .project-slider-icon {
            font-size: 18px;
        }

        .project-carousel-control.carousel-control-prev {
            left: 5px;
        }

        .project-carousel-control.carousel-control-next {
            right: 5px;
        }

        .project-indicators {
            margin-top: 15px;
        }

        .project-indicators button {
            width: 8px;
            height: 8px;
            margin: 0 2px;
        }

        .project-card {
            margin: 0 auto;
            max-width: 100%;
        }
    }

    .project-card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
        background: #ffffff;
    }

    .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(31, 82, 41, 0.2) !important;
    }

    .project-image-wrapper {
        width: 100%;
        height: 250px;
        overflow: hidden;
        background-color: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .project-card:hover .project-image {
        transform: scale(1.05);
    }

    .project-name {
        color: #040A05;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
    }

    @media (max-width: 992px) {
        .project-image-wrapper {
            height: 220px;
        }

        .project-name {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 768px) {
        .project-image-wrapper {
            height: 200px;
        }

        .project-name {
            font-size: 1rem;
        }
    }

    @media (max-width: 576px) {
        .project-image-wrapper {
            height: 180px;
        }

        .project-name {
            font-size: 0.95rem;
        }
    }

    /* Footer Section */
    .footer-section {
        background-color: #1f5229;
        color: #ffffff;
        margin-top: 60px;
    }

    .footer-logo img {
        filter: brightness(0) invert(1);
    }

    .footer-description {
        color: #adb5bd;
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .footer-heading {
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-link {
        color: #adb5bd;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .footer-link i {
        font-size: 0.8rem;
        color: #1f5229;
        background-color: #ffffff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

    .footer-link:hover {
        color: #ffffff;
        padding-left: 5px;
    }

    .footer-link:hover i {
        background-color: #1f5229;
        color: #ffffff;
        transform: scale(1.1);
    }

    /* Social Media Links */
    .social-icons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 1.2rem;
    }

    .social-icon:hover {
        background-color: #ffffff;
        color: #1f5229;
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .footer-copyright {
        color: #adb5bd;
        font-size: 0.9rem;
        margin-top: 20px;
    }

    /* Responsive Footer */
    @media (max-width: 992px) {
        .footer-heading {
            font-size: 1.2rem;
        }

        .footer-description {
            font-size: 0.9rem;
        }
    }

    @media (max-width: 768px) {
        .footer-section {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .footer-heading {
            font-size: 1.1rem;
            margin-top: 30px;
        }

        .social-icons {
            justify-content: center;
        }
    }

    @media (max-width: 576px) {
        .footer-logo img {
            max-height: 50px;
        }

        .footer-description {
            font-size: 0.85rem;
            text-align: center;
        }

        .footer-heading {
            font-size: 1rem;
            text-align: center;
        }

        .footer-links {
            text-align: center;
        }

        .footer-link {
            justify-content: center;
        }
    }

    /* Mission and Vision Cards */
    .mission-vision-card {
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .mission-vision-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(31, 82, 41, 0.15) !important;
    }

    .mission-title,
    .vision-title {
        color: #040A05;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mission-text,
    .vision-text {
        color: #6c757d;
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    /* Value Cards */
    .value-card {
        background-color: #f8f9fa;
        border-radius: 10px;
        transition: transform 0.3s, box-shadow 0.3s;
        border: 1px solid #e9ecef;
    }

    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(31, 82, 41, 0.15) !important;
        background-color: #ffffff;
    }

    .value-title {
        color: #040A05;
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .value-text {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* FAQ Section */
    .faq-section {
        background-color: #f8f9fa;
    }

    .accordion {
        border-radius: 10px;
        overflow: hidden;
    }

    .accordion-item {
        border: none;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 10px;
        border-radius: 8px !important;
        background-color: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s;
    }

    .accordion-item:hover {
        box-shadow: 0 4px 8px rgba(31, 82, 41, 0.1);
    }

    .accordion-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .accordion-button {
        background-color: #ffffff;
        color: #1f5229;
        font-weight: 600;
        font-size: 1.1rem;
        padding: 20px 25px;
        border: none;
        box-shadow: none;
        transition: all 0.3s;
    }

    .accordion-button:not(.collapsed) {
        background-color: #1f5229;
        color: #ffffff;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
    }

    .accordion-button:focus {
        border-color: #1f5229;
        box-shadow: 0 0 0 0.25rem rgba(31, 82, 41, 0.25);
    }

    .accordion-button:hover {
        background-color: #f8f9fa;
        color: #1f5229;
    }

    .accordion-button:not(.collapsed):hover {
        background-color: #153a20;
        color: #ffffff;
    }

    .accordion-body {
        padding: 25px;
        color: #6c757d;
        font-size: 1rem;
        line-height: 1.7;
        background-color: #ffffff;
    }

    /* Responsive Styles for FAQ */
    @media (max-width: 768px) {
        .accordion-button {
            font-size: 1rem;
            padding: 15px 20px;
        }

        .accordion-body {
            padding: 20px;
            font-size: 0.95rem;
        }

        .mission-title,
        .vision-title {
            font-size: 1.3rem;
        }

        .value-title {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 576px) {
        .accordion-button {
            font-size: 0.95rem;
            padding: 12px 15px;
        }

        .accordion-body {
            padding: 15px;
            font-size: 0.9rem;
        }

        .mission-title,
        .vision-title {
            font-size: 1.2rem;
        }

        .value-title {
            font-size: 1.1rem;
        }

        .value-text {
            font-size: 0.9rem;
        }
    }

    /* Contact Section */
    .contact-section {
        background-color: #ffffff;
    }

    .contact-form-wrapper {
        background-color: #f8f9fa;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .contact-form-title {
        color: #040A05;
        font-size: 2rem;
        font-weight: 600;
    }

    .contact-form .form-label {
        color: #1f5229;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .contact-form .form-control {
        border: 1px solid #dee2e6;
        border-radius: 5px;
        padding: 12px 15px;
        font-size: 1rem;
        transition: all 0.3s;
    }

    .contact-form .form-control:focus {
        border-color: #1f5229;
        box-shadow: 0 0 0 0.25rem rgba(31, 82, 41, 0.25);
        outline: none;
    }

    .contact-form textarea.form-control {
        resize: vertical;
        min-height: 150px;
    }

    .btn-contact-submit {
        background-color: #1f5229;
        color: white;
        border: none;
        padding: 12px 30px;
        font-weight: 600;
        font-size: 1.1rem;
        border-radius: 5px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .btn-contact-submit:hover {
        background-color: #153a20;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(31, 82, 41, 0.3);
    }

    .btn-contact-submit:active {
        transform: translateY(0);
    }

    /* Contact Info Section */
    .contact-info-wrapper {
        background-color: #1f5229;
        color: white;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .contact-info-title {
        color: #ffffff;
        font-size: 2rem;
        font-weight: 600;
    }

    .contact-info-item {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-info-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: #ffffff;
    }

    .contact-info-heading {
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .contact-info-text {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .contact-link {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: color 0.3s;
    }

    .contact-link:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .contact-social-links {
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-social-links .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s;
        font-size: 1.2rem;
    }

    .contact-social-links .social-icon:hover {
        background-color: #ffffff;
        color: #1f5229;
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Map Section */
    .map-section {
        background-color: #f8f9fa;
    }

    .map-wrapper {
        width: 100%;
        height: 450px;
        overflow: hidden;
        border-radius: 0;
    }

    .contact-map {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

    /* Alert Messages */
    .alert {
        border-radius: 8px;
        padding: 15px 20px;
        margin-bottom: 25px;
    }

    .alert-success {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
    }

    .alert-danger {
        background-color: #f8d7da;
        border-color: #f5c6cb;
        color: #721c24;
    }

    /* Responsive Styles for Contact */
    @media (max-width: 992px) {
        .contact-form-wrapper,
        .contact-info-wrapper {
            padding: 30px;
        }

        .contact-form-title,
        .contact-info-title {
            font-size: 1.75rem;
        }
    }

    @media (max-width: 768px) {
        .contact-form-wrapper,
        .contact-info-wrapper {
            padding: 25px;
        }

        .contact-form-title,
        .contact-info-title {
            font-size: 1.5rem;
        }

        .contact-info-wrapper {
            margin-top: 30px;
        }

        .map-wrapper {
            height: 350px;
        }
    }

    @media (max-width: 576px) {
        .contact-form-wrapper,
        .contact-info-wrapper {
            padding: 20px;
        }

        .contact-form-title,
        .contact-info-title {
            font-size: 1.3rem;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            font-size: 1.2rem;
        }

        .contact-info-heading {
            font-size: 1.1rem;
        }

        .contact-info-text {
            font-size: 0.95rem;
        }

        .map-wrapper {
            height: 300px;
        }

        .btn-contact-submit {
            width: 100%;
            padding: 12px 20px;
        }
    }

    /* Blog Section Styles - Green Theme */
    /* Anti Pollution Army Section */
    .anti-pollution-section {
        background-color: #d9d9d9;
    }

    .anti-pollution-content {
        text-align: left;
    }

    .anti-pollution-text {
        color: #6c757d;
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: justify;
    }

    .anti-pollution-text:last-child {
        margin-bottom: 0;
    }

    /* Amount/Money styling in Anti Pollution section */
    .anti-pollution-section .amount-prefixed,
    .anti-pollution-section [class*="amount"],
    .anti-pollution-section [class*="money"],
    .anti-pollution-section .rupee,
    .anti-pollution-section .currency {
        color: #040A05 !important;
        font-weight: 600;
    }

    /* Responsive Styles for Anti Pollution Section */
    @media (max-width: 768px) {
        .anti-pollution-text {
            font-size: 0.95rem;
            line-height: 1.7;
            text-align: left;
        }
    }

    @media (max-width: 576px) {
        .anti-pollution-text {
            font-size: 0.9rem;
            line-height: 1.6;
        }
    }

    .blog-section {
        background-color: #ffffff;
    }

    .blog-card {
        transition: transform 0.3s, box-shadow 0.3s;
        border: 1px solid #e0e0e0;
        overflow: hidden;
    }

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(31, 82, 41, 0.15);
        border-color: #1f5229;
    }

    .blog-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .blog-card:hover .blog-image {
        transform: scale(1.05);
    }

    .blog-heading {
        color: #040A05;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 15px;
        transition: color 0.3s;
    }

    .blog-card:hover .blog-heading {
        color: #153a20;
    }

    .blog-content {
        color: #666;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .blog-author {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .blog-author i {
        color: #1f5229;
    }

    .blog-author small {
        color: #666;
        font-weight: 500;
    }

    .blog-date {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .blog-date i {
        color: #1f5229;
    }

    .blog-date small {
        color: #666;
    }