.elementor-9084 .elementor-element.elementor-element-4b71a53{--spacer-size:80px;}.elementor-9084 .elementor-element.elementor-element-4ec0b64 img{width:300px;}.elementor-9084 .elementor-element.elementor-element-1632982{text-align:center;}.elementor-9084 .elementor-element.elementor-element-1632982 .elementor-heading-title{font-size:2.6rem;font-weight:400;color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-9084 .elementor-element.elementor-element-f3ea05c{padding:0px 0px 0px 0px;}.elementor-9084 .elementor-element.elementor-element-4b71a53{--spacer-size:20px;}}@media(max-width:767px){.elementor-9084 .elementor-element.elementor-element-f3ea05c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-9084 .elementor-element.elementor-element-24a93a9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-9084 .elementor-element.elementor-element-4b71a53{--spacer-size:80px;}.elementor-9084 .elementor-element.elementor-element-4ec0b64 img{width:200px;}.elementor-9084 .elementor-element.elementor-element-1632982 .elementor-heading-title{font-size:2rem;}}/* Start custom CSS for shortcode, class: .elementor-element-d1a6250 */input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width:10px;
    height:10px;
   cursor:pointer;
    background-image: url('/wp-content/uploads/2025/01/cancel-icon-transparent-0.png'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
input[type=search] {
    -webkit-appearance: textfield;
    outline-offset: 0px;
}
.category-filte-main{
    display: none;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-24a93a9 */#dealNote{
    display: grid;
    justify-content: stretch;
    min-height: 300px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
}
#dealNote .dealnote-item{
    min-height: 210px;
}

#dealNote .dealnote-item-container{
    display: flex;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 20px;
    flex-direction: column ;
   
    overflow: hidden;
    background-position: center;
    transition: all 200ms linear;
    border-radius: 15px;
    justify-content: center;
    align-content: space-between;
    z-index: 1;
}
#dealNote .dealnote-item-container:before {
    background-color: #00000080;
        position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    transition: all 200ms linear;
}
  #dealNote .dealnote-item-container .item-date{
          width: 100%;
          text-align: right;
     
  }
#dealNote .dealnote-item-container .item-date span{
     width: 110px;
    text-align: center;
    border-radius: 30px;
    margin-left: auto;
    margin-bottom: 25px;
    background-color: #104980;
    color: #FFFFFF;
        font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
  text-align: center;
            display: inline-block;
            line-height: 30px;
    }
#dealNote .dealnote-item-container .item-title {
    
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0px 0px -9px 0px;
    text-align: left;
        vertical-align: baseline;display: inline-block;
    }
#dealNote .dealnote-item-container .subtitle{
        font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 5px 0px 0px 0px;
    text-align: left;
        vertical-align: baseline;display: inline-block;
        
    }
    #dealNote .dealnote-item-container .item-category{
        width: 100%;
          font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    background-color: #FFFFFF00;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin-bottom: 37px;
    }
    
     #dealNote .dealnote-item-container .item-link{
         position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
     } 
     #dealNote .dealnote-item-container:hover::before {
    background-color: #00000033 !important;
       
}
     #dealNote .dealnote-item-container .plain-item-date{
    color: #FFFFFF;
       font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}
#dealNote .post-excerpt{
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
}
     @media (max-width: 1024px) and (min-width: 768px) {
         #dealNote{
              grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);}
    .searchinput{
         width:40% !important;
     }
     }
     @media (max-width: 767px) and (min-width: 320px) {
         #dealNote{
              grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);}
     .searchinput{
         width:100% !important;
     }
     }
     .searchinput{
         width:32%;
     }/* End custom CSS */