/* DEXTER ADDED CSS */
.card-50 {
    background-color: transparent;
    border-radius: 12px;
    padding: 20px;
    max-width: 90%;
    box-shadow: 0 4px 15px grey;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-yellow {
    background-color: transparent;
    max-width: 90%;
    box-shadow: 0 4px 15px grey;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-title{
    background-color: #fcd613;
    color: #863c99;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 2rem;
    font-weight: 400;
}
.frame-50 {
    background-color: black;
    max-width: 100%;
    box-shadow: 0 4px 15px grey;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* optional */
}

.col-md-12{
    width: 100%;
    box-sizing: border-box;
}

.col-md-6{
    width: 50%;
    box-sizing: border-box;
}

.title-border{
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #fde20f 50%, #863c99 50%);
    border-image-slice: 1;
    border-width: 0 0 5px 0;
    border-style: solid;
    margin-bottom: 1rem;
    max-width: 100%;
    width: max-content;
}
.fw-600{
    font-weight: 600;
}
.fw-400{
    font-weight: 400;
}

.mb-3{
    margin-bottom: 10px;
}
.justify-400{
    font-weight: 400;
    text-align: justify;
}
.li-content {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.pad-2rem{
    padding: 2rem;
}
.pad-left-right{
    padding: 0 2rem 0 2rem;
}
.cols-div{
    padding: 2rem;
}
.col1-margin-right{
    margin-right: 2rem;
}

.header-text {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #863c99;
  }
  .header-subcontent {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  /* FOR SITEMAP */
  .anc-color{
    text-decoration: none;
    color: #863c99;
    font-weight: 600;

}
.li-anchor{
margin-top: 1rem;
}
/* END FOR SITEMAP */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .col-md-6{
        width: 100%;
        border-right: none;
    }
    .card-50 {
        margin-bottom: 1rem;
        max-width: 100%;
    }
    .card-50 img{
        height: 100% !important;
        width: max-content;
    }
    .frame-50 {
        margin: 1rem 0 1rem;
        max-width: 100%;
    }
    .frame-50 img{
        height: 100% !important;
        width: max-content;
    }
    .title-border{
        width: fit-content;
    }
    .card-yellow {
        max-width: 100%;
    }
    .col-md-6:nth-child(2){
        margin: 2rem 0 2rem;
    }
    .cols-div{
        padding: 0;
    }
    .col1-margin-right{
        margin-right: 0;
    }
    .pad-left-right{
        padding: 0 0 0 2rem;
    }
}
/* END CSS ADDED BY DEXTER */
