p, li, span, div, a, button, input, textarea, label, .widget-footer p, .copyright-text {
  font-family: 'Nunito', sans-serif !important;
}

/* Giữ nguyên font cho các header */
h1, h2, h3, h4, h5, h6, .site-logo, .menu, .sub-menu {
  font-family: inherit !important;
}

/* Giảm chiều cao header */
.octf-main-header {
  padding: 3px 0 !important;
}

.octf-mainbar {
  min-height: 35px !important;
}



.main-navigation .menu > li > a {
  padding: 8px 12px !important;
  font-size: 14px !important;
}

.octf-mainbar-row {
  align-items: center !important;
}

/* Thiết kế title cho Introduce Our Projects */
.project-item {
  position: relative !important;
  margin-bottom: 30px !important;
}

/* Style cho social media buttons */
.social-links {
  margin-top: 20px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1877f2;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
}

.social-btn:hover {
  background: #166fe5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
  color: white;
  text-decoration: none;
}

.social-btn i {
  font-size: 18px;
}

.social-btn span {
  display: none;
}

/* Style cho footer company info */
.footer-logo {
  margin-bottom: 20px;
}

.company-info p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}

.contact-info .info-item i {
  color: white;
  margin-right: 10px;
  width: 14px;
  text-align: center;
  font-size: 12px;
}

.contact-info .info-item span {
  font-family: 'Nunito', sans-serif;
}

.project-item .projects-thumbnail {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

.project-item .projects-thumbnail img {
  transition: transform 0.3s ease !important;
}

.project-item:hover .projects-thumbnail img {
  transform: scale(1.05) !important;
}

.project-item .project-title {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(transparent, rgba(0,0,0,0.8)) !important;
  color: white !important;
  padding: 20px 15px 15px !important;
  text-align: center !important;
}

.project-item .project-title h5 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: white !important;
  font-family: 'Nunito', sans-serif !important;
}

.project-item .project-title .project-category {
  font-size: 14px !important;
  color: #ccc !important;
  margin-top: 5px !important;
  font-family: 'Nunito', sans-serif !important;
}

/* Style background gradient cho section technology-v1 */
.technology-v1 {
  position: relative !important;
}

.gradient-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%) !important;
  z-index: 1 !important;
}

.technology-v1 .container {
  position: relative !important;
  z-index: 2 !important;
}

.technology-v1 .ot-heading .main-heading {
  color: white !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;
}

.technology-v1 .ot-heading span {
  color: #e0e0e0 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
}

/* Đổi màu section why choose us sang màu vàng xanh lá mạ */
.bg-dark-primary {
  background: #7cb342 !important;
}

.text-primary-light {
  color: #2f4f2f !important;
}

.serv-box-2.s2 {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Đổi màu footer theo cùng màu vàng xanh lá mạ */
.footer-v1 {
  background-color: #7cb342 !important;
}

/* Đổi màu text trong service box để dễ nhìn */
.serv-box-2.s2 h5 {
  color: #2f4f2f !important;
}

.serv-box-2.s2 .content-box div {
  color: #666666 !important;
}

.serv-box-2.s2 .btn-details {
  color: #7cb342 !important;
}

.serv-box-2.s2 .big-number {
  color: #7cb342 !important;
}

/* Icon-main có background theo màu hover */
.serv-box-2.s2:hover .icon-main {
  background-color: #7cb342 !important;
  color: white !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}













/* Style text trong CTA để dễ đọc */
.cta .ot-heading span {
  color: #e0e0e0 !important;
  font-weight: 500 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
}

.cta .ot-heading .main-heading {
  color: white !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9) !important;
  font-size: 2.5rem !important;
}







/* Ẩn nút next trong slide */
.tp-leftarrow,
.tp-rightarrow,
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows,
.tp-leftarrow.tparrows.default,
.tp-rightarrow.tparrows.default {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Ẩn phần hiển thị số slide (01/03) */
.tp-bullets,
.tp-bullets.tp-thumbs,
.tp-bullets.tp-thumbs .tp-thumb,
.tp-bullets.tp-thumbs .tp-thumb img,
.tp-bullets.tp-thumbs .tp-thumb.selected,
.tp-bullets.tp-thumbs .tp-thumb:hover,
.tp-bullets.tp-thumbs .tp-thumb:focus,
.tp-bullets.tp-thumbs .tp-thumb:active,
.tp-bullets.tp-thumbs .tp-thumb:visited,
.tp-bullets.tp-thumbs .tp-thumb:link,
.tp-bullets.tp-thumbs .tp-thumb:before,
.tp-bullets.tp-thumbs .tp-thumb:after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}