#content .shoptimizer-archive .col-full {
    max-width: 100%;
    padding: 0;
    background-color: #f0f2f5;
}

.blog-container {
    padding: 80px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.blog-container .blog-content-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-content-top .left-box,
.blog-content-top .right-box {
    width: 630px;
    height: 740px;
    overflow: hidden;
}

.blog-content-top .right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-content-top .left-box {
    border-radius: 40px;
}

.right-box .blog-item:hover img,
.left-box:hover img {
    transform: scale(1.2);
}

.right-box .blog-item:hover i,
.left-box:hover .thumb a i {
    left: 50%; 
}

.blog-content-top .left-box .thumb {
    height: 415px;
    overflow: hidden;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}

.elementor-post__thumbnail,
.overlay-img {
    position: relative;
}

.elementor-post__thumbnail::after,
.overlay-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.search-results .overlay-img::after,
.blog-content-bottom .overlay-img::after {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.owl-item article:hover .elementor-post__thumbnail::after,
.blog-content-top .left-box:hover .overlay-img::after,
.search-results .blog-item:hover .overlay-img::after,
.blog-content-bottom .blog-item:hover .overlay-img::after,
.blog-content-top .right-box .blog-item:hover .overlay-img::after {
    opacity: 1;
}

.content-bottom-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.right-box .blog-item i,
.blog-content-top .left-box .thumb i {
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 50%;
    left: -30px;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.3s ease;
}

.blog-content-top .left-box img {
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 100%;
    width: 100%;
}

.blog-content-top .left-box .desc {
    background-color: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 20px;
    height: 325px;
}

.blog-content-top .left-box .desc h3 {
    height: 100px;
}

.short-text {
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content-top .left-box .desc h3 a {
    font-size: 39px;
    line-height: 47.2px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 20px;
    -webkit-line-clamp: 2;
}

.blog-content-top .right-box img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.right-box .blog-item {
    height: 340px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.right-box .blog-item h3 {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 10px;
    padding: 0 20px;
}

.right-box .blog-item h3 a {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    text-shadow: 2px 2px 0 black;
    line-height: 38px !important;
    -webkit-line-clamp: 2;
}

.blog-content-top .left-box .desc p {
    font-size: 25px;
    line-height: 30.26px !important;
    font-weight: 400;
    color: #656565;
    -webkit-line-clamp: 3;
    margin-bottom: 40px;
    min-height: 90px;
}

.blog-content-top .left-box .desc a {
    font-size: 25px;
    font-weight: 400;
    line-height: 30.26px;
    color: #353535;
}

.search-results .blog-item:hover .desc i,
.blog-content-bottom .blog-item:hover .desc i,
.blog-content-top .left-box:hover .desc i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.search-results .blog-item a:not(:hover) i,
.blog-content-bottom .blog-item a:not(:hover) i,
.blog-content-top .desc a:not(:hover) i {
    transition: transform 0.3s ease;
}

.blog-content-top .desc i {
    transform: rotate(45deg);
}

.blog-item a {
    color: #353535;
}

.search-results .blog-item a:hover,
.search-results .blog-item h3 a:hover,
.blog-content-bottom .blog-item a:hover,
.blog-content-bottom .blog-item h3 a:hover,
.blog-content-top .desc a:hover,
.blog-content-top .desc h3 a:hover {
    color: #2268AE;
}

.search-results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.blog-content-bottom {
    padding: 60px 0 30px 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.search-results .blog-item,
.blog-content-bottom .blog-item {
    height: 495px;
    background-color: #fff;
    border-radius: 30px;
    transition: transform 0.3s ease;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.search-results .blog-item img,
.blog-content-bottom .blog-item img {
    height: 265px;
    width: 100%;
}

.search-results .blog-item>a 
.blog-content-bottom .blog-item>a {
    position: relative;
    overflow: hidden;
}

.search-results  .blog-item:hover,
.blog-content-bottom .blog-item:hover {
    transform: translateY(-10px);
}

.search-results .desc,
.blog-content-bottom .desc {
    padding: 20px;
}

.search-results .desc h3 a,
.blog-content-bottom .desc h3 a {
    font-size: 25px;
    line-height: 30.26px !important;
    font-weight: 700;
    color: #353535;
    margin-bottom: 0;
    height: 60px;
    -webkit-line-clamp: 2;
}

.search-results .desc p,
.blog-content-bottom .desc p {
    font-size: 18px;
    line-height: 21.78px!important;
    font-weight: 400;
    color: #656565;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
    min-height: 60px;
}

.search-results .desc a
.blog-content-bottom .desc a {
    font-size: 16px;
    line-height: 19.36px;
    font-weight: 400;
    color: #353535;
}

.search-results .desc i,
.blog-content-bottom .desc i {
    transform: rotate(45deg);
}

.blog-see-more {
    margin: 40px auto;
}

.blog-see-more button {
    border-radius: 3rem;
    padding: 15px 60px;
    color: #fff;
    background-color: #137DEF;
}

.coolBeans {
    overflow: hidden;
    position: relative;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
}

.coolBeans::after {
    background-color: #222222;
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(0deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.coolBeans:hover::after {
    transform: translate(0, 0);
}

.blog-search {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.blog-search .blog-search-select {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.blog-search .blog-search-select span {
    font-size: 16px;
    line-height: 19.36px;
    font-weight: 400;
    color: #333;
}

.blog-search .blog-search-select div {
    width: 154px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.blog-search .blog-search-select div:not(.focus):hover {
    background-color: #ADD5FE;
    border-radius: 40px;
}

.blog-search .blog-search-select .focus {
    background-color: #137DEF;
    border-radius: 40px;
}

.blog-search .blog-search-select .focus span {
    color: #fff;
}

.blog-container .blog-search-input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.blog-container .blog-search-input input:focus {
    background: #ccc;
}

.blog-container .blog-search-input input {
    width: 579px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50px;
    padding-left: 52px;
    font-size: 18px;
}

.blog-container .blog-search-input input::placeholder {
    color: #fff;
}

.blog-container .blog-search-input i {
    position: absolute;
    left: 20px;
    font-size: 26px;
    color: white;
    top: 16px;
    outline: none;
}

.blog-detail .blog-single {
    padding: 40px 0;
}

.blog-detail .blog-single .slide-owl-post .elementor-post__title {
    height: 80px;
}

.blog-detail .blog-single .slide-owl-post .elementor-post__title a {
    color: #353535;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.blog-detail .blog-single .slide-owl-post .elementor-post__title a:hover {
    color: #2268AE;
}

.owl-stage-outer {
    z-index: 1;
}

.owl-next, .owl-prev {
    z-index: 1;
}

.search-results .no-result {
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #137def;
    background: aqua;
}

.search-results .no-result span {
    margin-left: 10px;
}