/*
Theme Name: Custom Theme
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Custom Theme.
Version: 1.0
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecommerce, blog, company profile, landing page
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.about-page-tab > p {
  margin-bottom: 20px;
}

.img-logo {
  max-height: 70px;
}

.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 5px;
}

.page-numbers li a,
.page-numbers li span {
  padding: 8px 14px;
  border: 1px solid #dee2e6;
  color: #b78d65;
  text-decoration: none;
  border-radius: 6px;
}

.page-numbers li .current {
  background: #b78d65;
  color: #fff;
  border-color: #b78d65;
}

.post-content p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.whatsapp-float {
  position: fixed;
  bottom: 85px;
  right: 30px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999;
  animation: wa-pulse 2s infinite;
}

/* Efek lingkaran denyut */
@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Hover tetap ada efek */
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float:hover {
  animation: none;
}

.team-card {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.team-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
}

.team-social a {
  font-size: 18px;
  color: #6c757d;
  transition: 0.2s;
}

.team-social a:hover {
  color: #0d6efd;
}

.text-777 {
  color: #777 !important;
}
