/*
 Theme Name: Mofulyrics
 Theme URI: https://mofulyrics.com
 Description: Tema Mofulyrics
 Author: Admin Mofu
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: mofulyrics
*/

*,
*::before,
*::after,
html {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background-color: #f5f5f5;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: 2rem;
}

@media (max-width: 992px) {
  h1 {
    font-size: 1.25rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.button {
  background: rgba(25, 118, 210, 0.9);
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  line-height: 14px;
  column-gap: 4px;
  justify-content: center;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.button:hover {
  background: #1976d2;
}

.outlined {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  color: #121212;
}

.outlined:hover {
  background: #e7e7e7;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
  width: 100%;
  height: 38px !important;
  padding: 8px 10px;
  border: 1px solid #93c5fd !important;
  border-radius: 8px !important;
  font-size: 14px;
  color: #475569 !important;
  background: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7-text:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus {
  outline: none !important;
  border-color: #60a5fa !important;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1) !important;
}

.wpcf7-textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-submit {
  padding: 10px 16px;
  background: #60a5fa !important;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background: #3b82f6 !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(30, 58, 138, 0.12);
}

.wpcf7-response-output {
  margin-top: 0.5rem !important;
  font-size: 0.9rem !important;
  color: #dc2626 !important;
  border: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #16a34a !important;

}

.depth-2 {
  margin-left: 1rem;
}

.dynamic-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.dynamic-bg::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  inset: 0;
}

/* Layout Content */
.body-container {
  max-width: 1332px;
  display: grid;
  grid-template-columns: minmax(0, 955px) minmax(0, 336px);
  gap: 20px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 992px) {
  .body-container {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 0;
  }
  
  .body-content,
  .body-sidebar {
    max-width: 100%;
  }
}