@charset "UTF-8";

article {
    width: calc(100% - 40px);
    height: fit-content;
    min-height: 200px;
    filter: drop-shadow(1px 1px 2px #666);
    margin-left: -20px;
    cursor: grab;
}

article:nth-child(even) {
    background-color: white;
}

article:nth-child(odd) {
    background-color: white;
}

article > img.no_pic {
    float:inline-start;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    background: rgb(248, 248, 248) url("../images/no_pic.webp") no-repeat center center;
    background-size: 82%;
    border:rgb(255, 254, 254) solid thin;
    margin-right: 20px;
}

article > h1.subject {
    display:inline-block;
    text-align: left;
    margin-top: 0;
    padding: 10px 10px 20px 0;
    line-height: 150%;
}

article > time.published_date {
    display:inline-block;
    text-align: right;
    padding: 15px 2px 30px 0;
    font-size: 0.8rem;
    font-weight: bold;
    clear: both;
}

article > span.tag {
    float:inline-end;
    width: fit-content;
    height: fit-content;
    padding: 5px 10px 10px 10px;
    font-size: 0.7rem;
    background-color: black;
    color: white;
    margin: 0 10px 20px 0;
    text-transform: uppercase;
    vertical-align: text-bottom;
    min-height: 14px;
}

article > span.tag:first-of-type {
    font-size: 0.7rem;
    margin-right: 0;
}

i.material-symbols-outlined {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.swiper-slide > span.material-symbols-outlined {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: normal;
}

article > p {
    line-height: 2rem;
    text-align: justify;
    word-wrap: normal;
    word-break: keep-all;
    display: list-item;
    list-style: none;
}

a.read_more {
    color: seagreen;
    line-height: 2rem;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0;
    text-transform: uppercase;
    display: list-item;
    list-style: none;
    text-align: right;
	padding-left: 0;
}

a.read_more:hover {
    text-decoration: underline;
}

section.our_services{   
    margin-top: 50px;
}

section.our_services > h3 {   
    line-height: 2rem;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 1.2rem;
}

section.our_services > hr:first-of-type {
    border-top: 1px solid grey;
    margin-bottom: 20px;
}

section.our_services > hr:last-of-type {
    border-top: 1px solid grey;
    margin: 10px 0 20px 0;
}

section.our_services > h4 {   
    line-height: 2rem;
    text-transform: capitalize;
    font-size: large;
    padding-bottom: 10px;
    display: list-item;
    list-style: none;
	padding-left: 6px;
}

section.our_services > h4:last-of-type {
    padding-top: 10px;   
    padding-bottom: 10px;
}

section.our_services > p {
    line-height: 2rem;
    text-transform: capitalize;
    font-size: large;
    text-align: justify;
    display: list-item;
    list-style: none;
	padding: 0 6px 10px 6px;
}

section.our_services > p > span {
    line-height: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

nav.our_services_list {
    display: block;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

nav.our_services_list > button {
    width: fit-content;
    height: fit-content;
    color: black;
    font-size: 0.8rem;
    cursor: pointer;
    border: none;
    margin: 10px;
    padding: 10px;
    background-color: rgb(248, 248, 248);
    border: rgb(148, 148, 148) solid thin;
    text-transform: uppercase;
    min-height: 40px;
}

nav.our_services_list > button > span.material-symbols-outlined {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: normal;
}

button:focus {
    outline: revert;
}

section.detail_our_services > h3 {
    padding: 50px 0 20px 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: normal;
}

section.detail_our_services > p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 20px;
    text-align: justify;
    display: list-item;
    list-style: none;
	padding: 0 6px 0 6px;
}

section.detail_our_services > hr:first-of-type {
    border-top: 1px solid grey;
}

section.detail_our_services > h4 {
    width: 100%;
    margin: -15px 0 0 10px;
    text-transform: capitalize;
    white-space: pre-wrap;
    font-weight: normal;
    font-size: 1.1rem;
    padding-left: 5px;
    display: none;
}

section.detail_our_services > h4 > ul {
    text-transform: none;
    line-height: normal;
    font-size: 1.1rem;
}

section.detail_our_services > h4 > ul > li {
    list-style-type: "- ";
    margin-top: -10px;
    font-weight: bold;
	line-height: 1.6rem;
}

section.detail_our_services > h4 > ul > ul {
    line-height: normal;
    margin-top: -40px;
    padding-left: 20px;
    line-height: 0.5rem;
    margin-bottom: -30px;
}

section.detail_our_services > h4 > ul > ul > li {
    line-height: 1.8rem;
    list-style-type: "· ";
    padding-right: 20px;
}

button.more_views{
    position: relative;
    z-index: 50;
    left: 0;
    width: fit-content;
    height: fit-content;
    background-color: rgb(248, 248, 248);
    color: black;
    cursor: pointer;
    margin: 30px auto 30px auto;
    border: rgb(148, 148, 148) solid thin;
    padding-left: 30px;
    padding-right: 5px;
    line-height: 2rem;
    display: list-item;
    list-style: none;
    min-height: 30px;
}