select {
    text-transform: capitalize;
}
.news-bnr {
    z-index: 2;
    background: url(https://testing.dwssol.com/cld/wp-content/uploads/2026/03/24.12.Pacific-WS-1.jpg) !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center !important;
    background-size: cover !important;
}
.news-bnr:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.post-type-archive-news select#category {
    display:none;
}
#arti-sec .arti-box:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    transform: translate(-50%, -50%) ;
    opacity: 0;
	pointer-events: none;
}
#arti-sec .arti-box {
    position: relative;
}
#arti-sec .arti-box:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}
body *{
    box-sizing:border-box;
}
#cld-new-sec h2 {
    color:#000;
}
p#no-results {
    color:#277fbd;
    text-align:center;
    font-size:30px;
    font-weight:700;
    text-transform:capitalize;
}
	#arti-sec .container {
    max-width: 1440px;
    margin: 0 auto;
}
#arti-sec .arti-sec-r1 {
    display: flex;
    gap: 50px;
    flex-direction: column;
    padding-top: 40px;
}
#arti-sec .arti-sec-r1 .span_4 {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: baseline;
}
#arti-sec .arti-sec-r1 .span_4 input {
    border: 1px solid #979797;
    height: 50px;
    padding: .5rem;
    padding-left: 15px;
    margin-bottom: 0;
    width:425px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
}
#arti-sec .arti-sec-r1 .span_4 h1{
    color:#000;
    font-size:32px;
    line-height:45px;
    font-weight:700;
    font-family:'Playfair';
    margin:0;
}
#arti-sec .arti-sec-r1 .span_4 p{
    color:#000;
    font-size:14px;
    line-height:25px;
    font-weight:700;
    font-family:'inter';
    margin:0;
    padding: 0;    
}
#arti-sec .arti-sec-r1 .span_8 .filter-row {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
#arti-sec .arti-sec-r1 .span_8 select{
    cursor: pointer;
    border: 1px solid #777;
    border-radius: 3px;
    font-weight: 400;
    padding-left: 15px;
    width:405px;
    height:50px;
    font-size:15px;
    line-height:16px;
    font-weight:400;
    font-family:'inter';
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
    -webkit-appearance: none !important;
    -moz-appearance: none!important;
    appearance: none !important;
    background-image: url(https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
}
#arti-sec .arti-sec-r1 .span_8 .select-row {
    display: flex;
    gap: 20px;
}
#arti-sec .arti-sec-r1 .span_8 p{
    margin:0;
    font-size:14px;
    line-height:16px;
    font-weight:400;
    font-family:'inter';
}
#arti-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 6px solid rgba(39, 127, 189, 1);
  border-top: 6px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#arti-sec .arti-sec-r1 .span_4 input::placeholder{
    font-size:16px;
    line-height:18px;
    font-weight:400;
    font-family:'inter';
}
#arti-sec .arti-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#arti-sec .arti-list .span_4 {
    width: 24%;
}
#arti-sec .arti-list img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    object-position: center;
}
#arti-sec .arti-list .span_4 .arti-box{
    display:flex;
    flex-direction:column;
    width: 100%;
}
#arti-sec > a {
    display:block;
    overflow:hidden;
}
#arti-sec .arti-list .span_4 .arti-box a{
    display:block;
    overflow:hidden;
}
#arti-sec .arti-cont{
    display:flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    background: #fff;
    clip-path: polygon(0 0, 100% 16%, 100% 270%, 0% 270%);
    margin: -60px auto 0;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
#arti-sec .arti-cont .arti-li {
    margin-bottom:0;
    padding:0;
    display:flex;
    gap: 30px;
    width: fit-content;
    margin: 0;
}
#arti-sec .arti-cont h3{
    margin:0;
    font-size:18px;
    line-height:22px;
    font-weight:600;
    font-family:'inter';
}
#arti-sec .arti-cont .arti-li li{
    list-style-type:none;
    font-size:12px; 
    line-height:25px;
    font-weight:400;
    text-transform:uppercase;
    font-family:'inter';
    position:relative;
    color:rgba(39, 127, 189, 1);
    position: relative;
    padding-left:20px;
}
#arti-sec .arti-cont .arti-li li:before{
    content:'';
    background:url('https://testing.dwssol.com/cld/wp-content/uploads/2025/08/schedule.png');
    width:20px;
    height:20px;
    background-size:contain;
    position:absolute;
    left:-4px;
    top:2px;
    background-repeat:no-repeat;
}
#arti-sec .arti-cont .arti-li li:nth-child(2){
    padding-left: 5px;
}
#arti-sec .arti-cont .arti-li li:nth-child(2):before{
    content:'';
    background:url('https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/clock.png');
    position:absolute;
    width:16px;
    height:16px;
    left: -15px;
    top:3px;
    transition: all 0.3s ease-in-out;
}
#arti-sec .arti-box:hover .arti-img img{
    transform:scale(1.05);
}
#arti-sec .arti-img {
    width: 100%;
    height: 280px;
    overflow:hidden;
}
#arti-sec .arti-box:hover .arti-cont{
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.15);
}
#arti-sec .span_4 .search-form {
    display:flex;
    flex-direction:column;
    gap:10px;
}
#arti-sec .arti-sec-r1 .span_8{
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media(min-width: 1024px) and (max-width: 1303px){
    #arti-sec .arti-list{
        gap:10px;
    }
}
@media(max-width: 1024px){
	#arti-sec .arti-cont{
		width: 95%;
	}
    #arti-sec .arti-list .span_4 {
    width: 32%;
    margin: 0 auto;
    }
}
@media(max-width: 800px){
	#arti-sec .arti-list .span_4 {
    width: 49%;
	}
	#arti-sec .arti-sec-r1 .span_8 .select-row{
		flex-direction: column;
	}
	#arti-sec .arti-sec-r1 .span_8 select{
		width: 100%;
	}
}
@media(max-width: 800px){
	#arti-sec .arti-sec-r1 .span_4{
		flex-direction: column;
		gap: 10px;
	}
	#arti-sec .arti-sec-r1 .span_4 input{
	width: auto;
}
#arti-sec .span_4 .search-form{
	width: 100%;
}
    #arti-sec .arti-sec-r1 .span_4,
    #arti-sec .arti-sec-r1 .span_8,
    #arti-sec .arti-list{
    width:95%;
    margin:0 auto;
}
}
@media(max-width: 480px){
	#arti-sec .arti-list .span_4 {
        width: 95%;
    }
    #arti-sec .arti-sec-r1{
    	gap:30px;
    }

#arti-sec .arti-sec-r1 .span_8{
    width:95%;
    margin:0 auto;
}
#arti-sec .arti-list .span_4 .arti-box{
    width: 85%;
    margin: 0 auto;
}
}