.ux-nav-vertical-menu > li > a {
font-weight: 600;
padding: 12px 16px;
}
.ux-nav-vertical-menu > li:hover {
background: #f5f5f5;
} .qctb-recent-thumb {
list-style: none;
padding: 0;
margin: 0;
}
.qctb-recent-thumb li {
margin-bottom: 12px;
}
.qctb-recent-thumb .qctb-item {
display: flex;
gap: 10px;
align-items: center;
text-decoration: none;
}
.qctb-thumb-wrap {
flex: 0 0 60px;
}
.qctb-thumb {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 4px;
}
.qctb-title {
font-size: 14px;
line-height: 1.4;
color: #333;
}
.qctb-item:hover .qctb-title {
color: var(--primary-color);
}  .service-archive-grid,
.project-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
} .service-item,
.project-item {
display: flex;
flex-direction: column;
height: 100%;
} .service-thumb,
.project-thumb {
position: relative;
width: 100%;
aspect-ratio: 4 / 3; overflow: hidden;
border-radius: 6px;
}
.service-thumb img,
.project-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .service-title,
.project-title {
margin-top: 10px;
font-size: 16px;
line-height: 1.4;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
} .service-item,
.project-item {
justify-content: space-between;
}  .project-gallery-slider {
margin-bottom: 30px;
} .project-gallery-slider .flickity-viewport {
overflow: hidden;
} .project-gallery-slider .slide {
width: 100%;
padding: 0 5px;
} .project-gallery-slider a {
display: block;
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
border-radius: 10px;
background: #f5f5f5;
} .project-gallery-slider img {
width: 100%;
height: 100%;
object-fit: cover; transition: transform 0.4s ease;
} .project-gallery-slider a:hover img {
transform: scale(1.05);
} .project-gallery-slider .flickity-prev-next-button { width: 40px;
height: 40px;
}
.project-gallery-slider .flickity-prev-next-button svg {
fill: #fff;
} .project-gallery-slider .flickity-page-dots {
display: none;
}  @media (max-width: 991px) {
.project-gallery-slider a {
aspect-ratio: 4 / 3;
}
} @media (max-width: 576px) {
.project-gallery-slider a {
aspect-ratio: 1 / 1;
}
.project-gallery-slider .flickity-prev-next-button {
width: 32px;
height: 32px;
}
}  .cf7-grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
} .cf7-grid-2 input {
width: 100%;
}
.wpcf7 textarea,
.wpcf7 input {
border-radius: 8px;
} @media (max-width: 768px) {
.cf7-grid-2 {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.service-archive-grid,
.project-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.service-archive-grid,
.project-archive-grid {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 549px) {
.box-vertical .box-image {
width: 100% !important;
}
} .section-about img,
.section-service img {
border-radius: 10px;
}
.section-service h2 {
margin-bottom: 30px;
}
.section-about h2,
.section-service h2,
.section-project h2,
.section-news h2,
.section-news .section-title-main {
color: var(--fs-color-primary);
text-transform: uppercase;
} .section-service a.button,
.section-project a.button {
display: block;
margin: 0 auto;
width: fit-content;
}
.box-image img {
aspect-ratio: 16 / 9;
object-fit: cover;
}
.box-text {
padding-top: 10px;
}
.slider .col {
padding: 0 10px;
}
.box.has-hover:hover {
transform: translateY(-4px);
transition: all 0.3s ease;
}
.footer-wrapper ul {
list-style-type: none;
}
.footer-wrapper li {
margin-left: 0 !important;
}
.contact-page .icon-box img {
filter: brightness(0) saturate(100%) invert(29%) sepia(78%) saturate(420%)
hue-rotate(97deg) brightness(90%) contrast(95%);
}
.contact-page h2 {
color: var(--fs-color-primary);
}
.widget.widget_qctb_recent_cpt_thumb {
background: #f7f7f7;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.widget_qctb_recent_cpt_thumb .widget-title {
text-align: center;
background: var(--fs-color-primary);
color: #fff;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.qctb-recent-thumb {
padding: 0 8px;
}
.archive-title {
color: var(--fs-color-primary);
}
.footer-primary.pull-left {
float: none;
text-align: center;
}
.flickity-prev-next-button {
color: #fff;
}
#footer .section-title-container {
margin-bottom: 0;
}
.entry-content.single-page {
padding-top: 0;
}
input[type="submit"] {
background-color: var(--fs-color-secondary) !important;
}
@media only screen and (max-width: 48em) { }