/* Global Styles */
/* body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #012e4a;
    background-color: #d0e1e7;
} */

.container-juy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Content Section */
.content-section-juy {
    margin-top: 20px;
    background-color: #f4f9f9;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-block-juy {
    margin-bottom: 40px;
}

/* Content Block Styles */
.content-block-juy h3 {
    font-size: 1.8rem;
    color: #012e4a;
    margin-bottom: 10px;
}

.content-block-juy p {
    line-height: 1.8;
    color: #34515e;
    margin-bottom: 20px;
}

/* Cards */
.cards-juy {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.card-juy {
    flex: 1;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, background 0.3s;
}

.card-juy:hover {
    transform: translateY(-5px);
    background: #c3dde6;
}

.card-juy h3 {
    font-size: 1.5rem;
    color: #012e4a;
    margin-bottom: 10px;
}

.card-juy p {
    color: #34515e;
}

/* Container for Icon Box */
.awards-list-juy {
    list-style: none;
    margin-left: 0;
    padding: 0;
    color: #34515e;
    font-size: 1rem;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    gap: 20px; /* Space between items */
}

/* List item structure */
.awards-list-juy li {
    display: flex;
    flex-direction: column; /* Arrange heading and text vertically */
    align-items: center; /* Center the content */
    width: calc(33.333% - 20px); /* 3 items per row, minus the gap */
    margin-bottom: 20px;
    background-color: #f4f7fb; /* Light background for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.awards-list-juy li:hover {
    background-color: #e1ecf4; /* Slightly darker background on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

/* Icon (Bullet) */
.awards-list-juy .custom-bullet-juy {
    width: 40px; /* Icon width */
    height: 40px; /* Icon height */
    background-image: url('https://www.dharmapremipariwar.org/public/front/assets/img/icon/award-icon-svg.svg'); /* Your PNG icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px; /* Space between icon and heading */
}

/* Heading Style */
.awards-list-juy li h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #34515e;
    margin-bottom: 10px; /* Space between heading and text */
    text-align: center; /* Center heading */
}

/* Text Style */
.awards-list-juy li p {
    font-size: 1rem;
    color: #34515e;
    text-align: center; /* Center text */
}

/* Responsive Design for 2 Items Per Row on Smaller Screens */
@media (max-width: 768px) {
    .awards-list-juy li {
        width: calc(50% - 20px); /* 2 items per row on smaller screens */
    }
}

/* Responsive Design for 1 Item Per Row on Mobile */
@media (max-width: 480px) {
    .awards-list-juy li {
        width: 100%; /* 1 item per row on mobile */
    }
}

/* Call to Action */
.cta-juy {
    text-align: center;
    background: #ffffff;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.cta-juy h3 {
    margin-bottom: 10px;
}

.cta-juy p {
    margin-bottom: 20px;
}

.cta-button-juy {
    display: inline-block;
    padding: 10px 20px;
    background: #d0e1e7;
    color: #012e4a;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.cta-button-juy:hover {
    background: #012e4a;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumb-items-juy li {
        display: block;
        text-align: center;
    }

    .cards-juy {
        flex-direction: column;
    }
}
/* Container for Icon Box */
.awards-list-jyc, .awards-list-magazine {
    list-style: none;
    margin-left: 0;
    padding: 0;
    color: #34515e;
    font-size: 1rem;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    gap: 20px; /* Space between items */
}

/* List item structure */
.awards-list-jyc li {
    display: flex;
    flex-direction: column; /* Arrange heading and text vertically */
    align-items: center; /* Center the content */
    width: calc(25% - 20px); /* 3 items per row, minus the gap */
    margin-bottom: 20px;
    background-color: #f4f7fb; /* Light background for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

/* List item structure */
.awards-list-magazine li {
    display: flex;
    flex-direction: column; /* Arrange heading and text vertically */
    align-items: center; /* Center the content */
    width: calc(50% - 20px); /* 2 items per row, minus the gap */
    margin-bottom: 20px;
    background-color: #f4f7fb; /* Light background for the box */
    border-radius: 8px; /* Rounded corners */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.awards-list-jyc li:hover, .awards-list-magazine li:hover {
    background-color: #e1ecf4; /* Slightly darker background on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

/* Icon (Bullet) */
.awards-list-jyc .custom-bullet-jyc-cd {
    width: 40px; /* Icon width */
    height: 40px; /* Icon height */
    background-image: url('https://www.dharmapremipariwar.org/public/front/assets/img/icon/ClarityandDirection.svg'); /* Your PNG icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px; /* Space between icon and heading */
}
.awards-list-jyc .custom-bullet-jyc-ps {
    width: 40px; /* Icon width */
    height: 40px; /* Icon height */
    background-image: url('https://www.dharmapremipariwar.org/public/front/assets/img/icon/PracticalSolutions.svg'); /* Your PNG icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px; /* Space between icon and heading */
}
.awards-list-jyc .custom-bullet-jyc-pg {
    width: 40px; /* Icon width */
    height: 40px; /* Icon height */
    background-image: url('https://www.dharmapremipariwar.org/public/front/assets/img/icon/PersonalGrowth.svg'); /* Your PNG icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px; /* Space between icon and heading */
}
.awards-list-jyc .custom-bullet-jyc-dd {
    width: 40px; /* Icon width */
    height: 40px; /* Icon height */
    background-image: url('https://www.dharmapremipariwar.org/public/front/assets/img/icon/DigitalDetox.svg'); /* Your PNG icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px; /* Space between icon and heading */
}
/* Heading Style */
.awards-list-jyc li h3, .awards-list-magazine li h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #34515e;
    margin-bottom: 10px; /* Space between heading and text */
    text-align: center; /* Center heading */
}

/* Text Style */
.awards-list-jyc li p, .awards-list-magazine li p {
    font-size: 1rem;
    color: #34515e;
    text-align: center; /* Center text */
}

/* Responsive Design for 2 Items Per Row on Smaller Screens */
@media (max-width: 768px) {
    .awards-list-jyc li {
        width: calc(50% - 20px); /* 2 items per row on smaller screens */
    }
    
    .awards-list-magazine li {
        width: 100%; /* 1 items per row on smaller screens */
    }
}

/* Responsive Design for 1 Item Per Row on Mobile */
@media (max-width: 480px) {
    .awards-list-jyc li {
        width: 100%; /* 1 item per row on mobile */
    }
}


