.sdpromise .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sdpromise .col-md-6, .sdpromise .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.sdpromise .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.sdpromise .block:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.sdpromise .card {
    margin-bottom: 30px;
    background-color: #fff; /* Use a light color for the card */
}

.sdpromise .card-body {
    padding: 20px;
}

.sdpromise .h-100 {
    height: 100%;
}

.sdpromise .no-highlight-pulse {
    outline: none;
    box-shadow: none;
}

.sdpromise .bg-sky-blue {
    background-color: #E3F2FD; /* Light blue background */
}

.sdpromise .bg-white {
    background-color: #FFFFFF; /* White background */
}

.sdpromise .shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.sdpromise .rounded {
    border-radius: 8px;
}

.sdpromise .text-start {
    text-align: start;
}

.sdpromise .pulsing-circle {
    /* Style for pulsing circle if needed */
}

.sdpromise .arrow-list {
    list-style-type: none;
    padding-left: 0;
}

.sdpromise .arrow-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.sdpromise .arrow-list li:before {
    content: '►';
    position: absolute;
    left: 0;
    color: #1976D2; /* Material blue for arrows */
}

.tab-content {
    display: none;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    padding: 10px;
}

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

/* Additional styling as needed */


/* Styling for specific elements in the content */
.tab-content ul {
    list-style-type: disc;
    padding-left: 20px;
}


.sdpromise .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px; /* Aligns right padding with the boxes above */
    padding-left: 15px;  /* Aligns left padding with the boxes above */
}

/* Styles for .block, .card, etc., remain unchanged */

.sdpromise-box {
    display: flex;
    align-items: stretch; /* Adjust to stretch for equal height */
    background-color: #009999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 20px 0;
    overflow: hidden; /* To keep the image within the border */
}

.sdpromise-image {
    width: 90%; /* Adjust the width as needed */
    background: url('https://www.sdccd.edu/about/departments-and-offices/student-services-department/images/promise.apply2.jpg') center / cover no-repeat;
    border-radius: 8px 0 0 8px; /* Rounded corners on left side only */
}

.sdpromise-content {
    flex-grow: 1;
    background: linear-gradient(to right, transparent, #009999 70%);
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sdpromise-content h2 {
    margin-bottom: 10px;
}

.sdpromise-content p {
    margin-bottom: 20px;
}

.sdpromise-apply-btn {
    background-color: #fff;
    color: #009999;
    padding: 10px 20px;
    border: 2px solid #009999;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.sdpromise-apply-btn:hover {
    background-color: #f0f0f0;
    color: #fff;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .sdpromise-box {
        flex-direction: column;
    }

    .sdpromise-image {
        width: 100%;
        height: 500px; /* Fixed height for smaller screens */
    }

    .sdpromise-content {
        background: none;
    }
}

/* Previous styles remain unchanged */

.sdpromise-application-dates {
    background-color: #fff;
    color: #000;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.sdpromise-application-dates strong {
    font-size: 1.2em;
    color: #009999; /* To make the text stand out */
    margin-bottom: 10px;
    display: inline-block; /* To align with the icon */
}

.sdpromise-application-dates ul {
    list-style-type: none;
    padding: 0;
}

.sdpromise-application-dates ul li {
    padding-left: 1.5em;
    position: relative;
}

/* Font Awesome Icons */
.fas {
    margin-right: 10px;
}

.fas.fa-seedling {
    color: #77b300; /* Spring icon color */
}

.fas.fa-leaf {
    color: #ff7518; /* Fall icon color */
}

.material-design {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #333;
}

.tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #009999;
    border-radius: 4px 4px 0 0;
}

.tab {
    padding: 10px 15px;
    cursor: pointer;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: background-color 0.3s;
}

.tab.active, .tab:hover {
    background-color: #007777;
}

.tab-main {
    text-decoration: underline;
    font-weight: bold;
}

.tab-sub {
    font-size: 0.8em;
    line-height: 1.2;
}

.tab-content {
    /* Previous styles remain */
}
.exception-section {
    background-color: #fff9c4; /* Yellow background */
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.exception-section h4 {
    font-size: 1.2em;
    color: #f57c00; /* Make it stand out */
    display: flex;
    align-items: center;
}

.fas.fa-exclamation-triangle {
    margin-right: 10px;
    color: #f57c00;
}

/* Additional styling as needed */

