.gallery-col {
    width: 33.33%;
    padding: 1.6vw 0.42vw;
}
.featured-gallery-section {
    padding: 90px var(--left) 0;
}
.gallery-section {
    padding: 20px;
}
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -1.6vw -0.42vw;
    margin-bottom: 50px;
}
.gallery-col {
    width: 33.33%;
    padding: 1.6vw 0.42vw;
}
a.gallery-box {
    text-decoration: none;
    cursor: pointer !important;
}
.gallery-thumb {
    width: 100%;
    /*height: 95%;*/
    margin-bottom: 1.18vw;
    overflow: hidden;
    min-height: 250px;
    background-image: url(https://kult.my/wp-content/uploads/2025/09/bg1.png);
    background-repeat: no-repeat;
    background-position: -35px center;
    background-size: cover;
    margin-top: 8%;
    display: flex;
    aspect-ratio: 1;
}
.gallery-thumb img {
    width: 90%;
    height: 90%;
    transition: .5s;
    margin: auto;
}
.gallery-desc .date {
    margin-bottom: .5vw;
}

.gallery-desc h4 {
    margin-bottom: 0.5vw;
}

.gallery-desc p {
    color: var(--grey);
}
.gallery-inner-section {
    padding: var(--top2) var(--left) 0;
}

.gallery-inner-row {
    display: flex;
    flex-wrap: wrap;
}

.blog-inner-left {
    width: 55.63vw;
}

a.gallery-box:hover .gallery-thumb img {
    transform: scale(1.08);
}

body.page-template-gallery, body.gallery-inner-page{
	cursor: unset!important;
}

.page-template-gallery .cursor, .gallery-inner-page .cursor{
	display: none!important;
}

body.page-template-gallery .menu ul a, body.page-template-gallery .footer-link a,body.page-template-gallery a, body.page-template-gallery button, body.page-template-gallery input[type=submit], body.gallery-inner-page .menu ul a, body.gallery-inner-page .footer-link a,body.gallery-inner-page a, body.gallery-inner-page button, body.gallery-inner-page input[type=submit]{
    cursor: pointer !important;
}
/* for ad benchmark */
.ad-benchmark1 {
  padding: 8px 14px;
  color: #000;
  background-color: rgba(255, 110, 199, 0.7);
  width: 108px;
  height: 35px;
  border-radius: 19px;
  margin-top: 20px;
  display: inline-block;
  z-index: 12;
  position: relative;
}
.ad-benchmark2 {
  font-style: italic;
  padding: 7px 10px 7px 28px;
  display: inline-block;
  margin-left: -29px;
  color: grey;
  border: 1px solid rgba(255, 110, 199, 0.4);
  border-radius: 20px;
  width: 238px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ad-benchmark2.short{
	width:150px;
}

@media only screen and (max-width: 767px) {
.gallery-col {
        width: 100%;
        padding: 3vw;
    }
    .gallery-section {
    	padding: 0px;
	}
    .gallery-section .btn-holder {
        margin-top: 6vw;
        margin-left: 10px;
    }

    /*gallery inner*/
    .gallery-inner-section {
        padding: 90px var(--left) 0;
    }

    .gallery-inner-left {
        width: 100%;
        margin-bottom: 6vw;
    }
}

footer .cta-img, footer .cta{display: none;}