/*
Theme Name: Fatties Corporation
Theme URI: https://fatties.vn
Author: Fatties Corporation
Author URI: https://fatties.vn
Description: A modern, vibrant WordPress theme for Fatties Corporation landing page with stunning animations and premium design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fatties-corp
Tags: one-page, portfolio, corporate, animation, modern

This theme, like WordPress, is licensed under the GPL.
*/

/* Base Styles */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: clip;
}

* {
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
}

::selection {
  color: white;
  background: #f10992;
}

/* Typography */
.main-title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 25px 0;
}

.title {
  font-size: 20px;
  font-weight: 700;
  margin: 35px 0;
}

.secondary-text {
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  line-height: 30px;
  transition: all 300ms;
}

/* Layout Utilities */
.w750 {
  max-width: 750px;
}
.w500 {
  max-width: 500px;
}
.w1100 {
  max-width: 1100px;
}
.min-w300 {
  min-width: 300px;
}

.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}

.mg-center {
  margin: 0 auto;
}
.mg-top25 {
  margin-top: 40px;
}
.mg-top60 {
  margin-top: 60px;
}
.mg-top80 {
  margin-top: 80px;
}
.mg-v20 {
  margin: 20px 0;
}
.mg-v60 {
  margin: 60px 0;
}
.mg-b15 {
  margin-bottom: 15px;
}
.mg-b25 {
  margin-bottom: 25px;
}
.mg-b45 {
  margin-bottom: 45px;
}
.mg-b50 {
  margin-bottom: 50px;
}
.mg-h5 {
  margin: 0 5px;
}
.mg-h10 {
  margin: 0 10px;
}
.mg-h20 {
  margin: 0 20px;
}
.mg0 {
  margin: 0 !important;
}

.p25 {
  padding: 0 25px;
}

.d-row {
  display: flex;
  flex-direction: row;
}
.f-wrap {
  flex-wrap: wrap;
}
.j-sa {
  justify-content: space-around;
}
.j-center {
  justify-content: center;
}
.dp-flex {
  display: flex;
}

.center-both {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Colors */
.purple {
  color: #f10992 !important;
}
.white {
  color: white;
}
.bold {
  font-weight: 700;
}
.light {
  font-weight: 200;
}

/* Font Sizes */
.fs18 {
  font-size: 18px;
}
.fs60 {
  font-size: 60px;
}
.fs100 {
  font-size: 100px;
}

/* Sections */
.section-container {
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

#section-hero {
  background: url("assets/images/hero-bg.jpg") center center / cover no-repeat;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

#section-about {
  padding: 40px 0 0 0;
}

#section-mission-vision {
  padding: 40px 0;
}

#section-services {
  background-color: #f5f5f5;
  padding: 40px 0 80px;
}

#section-projects {
  padding: 40px 0;
}

#section-stats {
  background-color: #f10992;
  color: white !important;
  padding: 40px 0;
}

#section-team {
  padding: 40px 0;
}

/* Hero Section */
.scroll-indicator {
  padding-top: 70px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 2;
  display: inline-block;
  transform: translate(0, -25%);
  color: #fff;
  font: normal 200 17px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.scroll-indicator:hover {
  opacity: 0.5;
}

.scroll-indicator span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: scrollDown 1.5s infinite;
  box-sizing: border-box;
}

@keyframes scrollDown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* School Background */
.school-bg {
  margin-top: 65px;
  background: url("assets/images/cbh.jpeg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 360px;
}

.bg-explain {
  font-family: sans-serif;
  padding-top: 330px;
  color: white;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  margin-right: 25px;
  font-size: 10px;
}

/* Mission/Vision Images */
img.mission-img,
img.vision-img {
  max-width: 500px;
  width: 100%;
}

img.mission-img {
  margin: 0 0 0 25px;
}

img.vision-img {
  margin: 0;
  margin-right: 20px;
}

/* Service Cards */
.cards {
  justify-content: space-around;
  margin: 30px auto 0;
  max-width: 1436px;
  padding: 0 100px;
  row-gap: 50px;
  column-gap: 35px;
}

.card {
  background-color: white;
  background-image: linear-gradient(
    180deg,
    rgba(241, 9, 146, 1) 0%,
    rgba(246, 92, 186, 1) 100%
  );
  background-size: 100% 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 60px 30px;
  width: 322px;
  border-radius: 15px;
  transition: all 300ms !important;
}

.card:hover {
  background-size: 100% 100%;
  color: white !important;
}

.card:hover ion-icon,
.card:hover .secondary-text {
  color: white;
}

.card ion-icon {
  font-size: 40px;
  margin-bottom: 20px !important;
  color: #f10992;
  transition: all 300ms;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

/* Stats Section */
.stats-child {
  min-width: 200px;
  margin-bottom: 25px;
}

/* Team Section */
.employee-photo {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}

.e-name {
  font-size: 22px;
  margin: 25px 0 0;
}

.social-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #212121;
  font-size: 22px;
  transition: all 200ms;
}

.social-button:hover {
  background-color: #f10992;
}

.ep-link {
  display: inline-block;
  transition: all 200ms;
  border-radius: 100%;
  outline: 0px solid #f10992;
  margin: 0 auto;
  position: relative;
}

.ep-link:hover {
  outline: 10px solid #f10992;
}

.ep-link img {
  transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ep-link:hover img {
  filter: brightness(0.6);
}

.view-profile {
  position: absolute;
  left: calc(50% - (38 / 100) * 150px);
  top: calc(50 / 100 * 250px - 40 / 100 * 25px);
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 120px;
  opacity: 0;
  z-index: 100;
  transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateY(20px);
}

.ep-link:hover .view-profile {
  transform: translateY(0px);
  opacity: 1;
}

/* Project Cards */
.button {
  background-color: #eeeeee;
  transition: background-color color 200ms;
  min-width: max-content;
  margin-bottom: 1.3em !important;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.button:hover {
  background-color: #f10992 !important;
  color: white !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

.button.active {
  background-color: #f10992;
  color: white;
}

.project-card {
  width: 350px;
  outline: 1px solid #eeeeee;
  margin-bottom: 32pt !important;
  transition: all 200ms;
}

.project-card:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.project-card a {
  text-decoration: none;
  color: inherit;
}

.project-title {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 5px;
  transition: all 200ms;
}

.project-title:hover {
  color: #f10992;
}

.project-category {
  line-height: 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 200;
  color: #999;
}

.below-screenshot {
  padding: 20px;
  height: 125px;
  box-sizing: border-box;
}

.project-screenshot {
  width: 350px;
  height: 230px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f10992;
  opacity: 0.85;
  border-radius: 100%;
  transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: scale(0) translateZ(0);
  bottom: -200px;
  right: -200px;
  z-index: 1;
}

.project-card:hover .bg-overlay {
  transform: scale(10) translateZ(0);
}

.prj-logo {
  filter: brightness(10);
  max-width: 250px;
  max-height: 50px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  opacity: 0;
  transition: all 200ms;
}

.project-card:hover .prj-logo {
  opacity: 1;
  top: 25%;
}

.project-title-fallback {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  opacity: 0;
  transition: all 200ms;
  max-width: 250px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  max-height: 62px;
}

.project-card:hover .project-title-fallback {
  opacity: 1;
  top: 25%;
}

.view-detail {
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: calc(125px + (50 / 100) * 50px) auto 0;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transform: translateY(20px);
  transition: all 200ms;
}

.project-card:hover .view-detail {
  opacity: 1;
  transform: translateY(0);
}

/* Links */
.link {
  text-decoration: none;
  color: rgba(241, 9, 146, 1);
}

.link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
  .school-bg {
    background-attachment: initial;
  }
}

@media only screen and (max-width: 1100px) {
  #text-group2,
  #text-group22 {
    max-width: 100%;
  }

  img.mission-img,
  img.vision-img {
    margin: 0 auto !important;
    margin-top: 55px;
  }

  .cards {
    padding: 0 !important;
  }
}

#section05 {
  background: url(https://picsum.photos/1200/800?image=1037) center center /
    cover no-repeat;
}

#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.demo a {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  color: #fff;
  font: normal 200 17px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.demo a:hover {
  opacity: 0.5;
}

/* Blog Section */
#section-blog {
  background-color: #f5f5f5;
  padding: 40px 0 80px;
}

.blog-cards {
  justify-content: center;
  margin: 60px auto 0;
  max-width: 1200px;
  row-gap: 40px;
  column-gap: 30px;
}

.blog-card {
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(241, 9, 146, 0.2);
}

.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-thumbnail {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transition: all 300ms;
}

.blog-card:hover .blog-overlay {
  background: linear-gradient(
    180deg,
    rgba(241, 9, 146, 0.3) 0%,
    rgba(241, 9, 146, 0.6) 100%
  );
}

.blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #f10992;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #999;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-meta ion-icon {
  font-size: 16px;
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.4;
  color: #212121;
  transition: all 200ms;
}

.blog-card:hover .blog-title {
  color: #f10992;
}

.blog-excerpt {
  margin-bottom: 20px;
  line-height: 1.6;
  min-height: 48px;
}

.blog-read-more {
  color: #f10992;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 200ms;
}

.blog-read-more ion-icon {
  font-size: 18px;
  transition: all 200ms;
}

.blog-card:hover .blog-read-more {
  gap: 10px;
}

.blog-card:hover .blog-read-more ion-icon {
  transform: translateX(5px);
}

.view-all-blog {
  font-size: 16px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Responsive for Blog */
@media only screen and (max-width: 767px) {
  .blog-card {
    width: 100%;
    max-width: 360px;
  }

  .blog-cards {
    padding: 0 20px;
  }
}

/* Testimonials Section */
#section-testimonials {
  background-color: #f5f5f5;
  padding: 40px 0 80px;
}

.testimonials-container {
  justify-content: center;
  margin: 60px auto 0;
  max-width: 1200px;
  row-gap: 40px;
  column-gap: 30px;
}

.testimonial-card {
  width: 360px;
  background-color: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(241, 9, 146, 0.2);
}

.testimonial-content {
  flex: 1;
  margin-bottom: 30px;
}

.testimonial-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  justify-content: center;
}

.testimonial-rating ion-icon {
  font-size: 20px;
  color: #ddd;
  transition: color 200ms;
}

.testimonial-rating .star-filled {
  color: #ffc107;
}

.testimonial-text {
  font-style: italic;
  line-height: 1.8;
  color: #666;
  text-align: center;
  font-size: 15px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #f10992;
  background-color: #f5f5f5;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(241, 9, 146, 1) 0%,
    rgba(246, 92, 186, 1) 100%
  );
}

.testimonial-avatar-placeholder ion-icon {
  font-size: 30px;
  color: white;
}

.testimonial-info {
  flex: 1;
  text-align: left;
}

.testimonial-name {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.testimonial-meta {
  font-size: 13px;
  color: #999;
  line-height: 1.4;
}

/* Responsive for Testimonials */
@media only screen and (max-width: 767px) {
  .testimonial-card {
    width: 100%;
    max-width: 360px;
  }

  .testimonials-container {
    padding: 0 20px;
  }
}

/* Navigation Bar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), pointer-events 0.4s;

  /* Ẩn mặc định - chỉ hiện khi scroll > 50px */
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.navbar.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* Hiệu ứng fade up out khi scroll lên trên cùng */
.navbar.fade-up-out {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* Tắt transition cho các trang khác (không phải trang chủ) */
.navbar.no-transition {
  transition: none !important;
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  flex-shrink: 0;
}

.logo-img {
  height: 45px;
  width: auto;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(241, 9, 146, 0.2));
}

.logo-img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(241, 9, 146, 0.3));
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  position: relative;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f10992, #f65cba);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #f10992;
  background: rgba(241, 9, 146, 0.05);
}

.nav-link:hover::before {
  width: 80%;
}

.nav-cta {
  background: linear-gradient(135deg, #f10992 0%, #f65cba 100%);
  color: white !important;
  padding: 10px 25px;
  border-radius: 25px;
  margin-left: 10px;
  box-shadow: 0 4px 15px rgba(241, 9, 146, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.nav-cta::before {
  display: none;
}

.nav-cta:hover {
  background: linear-gradient(135deg, #d00880 0%, #e04aa8 100%);
  box-shadow: 0 6px 20px rgba(241, 9, 146, 0.4);
  transform: translateY(-2px);
}

/* Dropdown Styles */
.nav-item-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

@media (min-width: 993px) {
  .nav-item-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .nav-item-dropdown:hover .nav-link ion-icon {
    transform: rotate(180deg);
  }
}

.nav-item-dropdown.dropdown-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-item-dropdown.dropdown-open .nav-link ion-icon {
  transform: rotate(180deg);
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dropdown-item:hover {
  background-color: rgba(241, 9, 146, 0.05);
  color: #f10992;
}

/* Maintain nav-link hover state when dropdown is hovered */
.nav-item-dropdown:hover .nav-link {
  color: #f10992;
  background: rgba(241, 9, 146, 0.05);
}

.nav-item-dropdown:hover .nav-link::before {
  width: 80%;
}

/* Icon rotation
.nav-link ion-icon {
  transition: transform 0.3s ease;
}
*/

/* Mobile Toggle Button */
.navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding: 10px;
  z-index: 1001;
}

.navbar-toggle span {
  width: 25px;
  height: 3px;
  background: #f10992;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsive Design */
@media only screen and (max-width: 992px) {
  .navbar-container {
    padding: 15px 25px;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 300px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }

  .navbar-menu.active {
    right: 0;
  }

  .nav-link {
    width: 80%;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
  }

  /* Dropdown wrapper width fix for mobile */
  .nav-item-dropdown {
    width: 80%;
    justify-content: center;
  }

  .nav-item-dropdown .nav-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-cta {
    margin-left: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-container {
    padding: 12px 20px;
  }

  .logo-img {
    height: 35px;
  }

  .navbar-menu {
    width: 100%;
  }

  .nav-link {
    width: 90%;
  }

  .nav-item-dropdown {
    width: 90%;
  }

  .nav-cta {
    width: 90%;
  }
}

/* === Blog Page Layout === */
.blog-page {
  background: #f8f9fc;
  color: #1f2330;
}

.blog-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.blog-hero {
  padding: 120px 0 60px;
  background: radial-gradient(
      120% 120% at 20% 20%,
      rgba(241, 9, 146, 0.08),
      transparent 55%
    ),
    linear-gradient(135deg, #ffffff 0%, #f5f2fb 55%, #efebfa 100%);
  border-bottom: 1px solid #e8e8ef;
}

.blog-hero .breadcrumb {
  color: #6a7080;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-hero h1 {
  font-size: clamp(38px, 5vw, 52px);
  margin: 0 0 12px;
  color: #1f2330;
}

.blog-hero .hero-subtitle {
  color: #4a4f5d;
  max-width: 640px;
  line-height: 1.6;
}

.featured-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  padding: 60px 0 20px;
}

.featured-card {
  background: #ffffff;
  border: 1px solid #e7e7ef;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 320px auto;
  min-height: 100%;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.featured-thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}

.featured-thumb .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f10992;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}

.featured-body {
  padding: 26px;
  display: grid;
  gap: 12px;
}

.featured-body .meta,
.side-body .meta,
.card-body .meta {
  display: flex;
  gap: 14px;
  color: #6a7080;
  font-size: 13px;
  align-items: center;
}

.featured-body .meta ion-icon,
.side-body .meta ion-icon,
.card-body .meta ion-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.featured-body h2 {
  margin: 0;
  font-size: 26px;
}

.featured-body h2 a {
  color: #1f2330;
  text-decoration: none;
}

.featured-body p {
  color: #4a4f5d;
  line-height: 1.7;
}

.text-link {
  color: #f10992;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  text-decoration: none;
}

.featured-side {
  background: #ffffff;
  border: 1px solid #e7e7ef;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 15px 35px rgba(17, 24, 39, 0.08);
}

.side-title {
  margin: 6px 6px 14px;
  color: #1f2330;
}

.side-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 10px;
  border-radius: 14px;
  transition: all 0.2s ease;
}

.side-card:hover {
  background: rgba(241, 9, 146, 0.08);
}

.side-thumb {
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  min-height: 90px;
}

.badge {
  background: #f10992;
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 12px;
}

.badge-outline {
  background: transparent;
  color: #f10992;
  border: 1px solid rgba(241, 9, 146, 0.5);
}

.side-body h4 {
  margin: 6px 0;
}

.side-body a {
  color: #1f2330;
  text-decoration: none;
}

.blog-filters {
  padding: 10px 0 20px;
  position: sticky;
  top: 79px;
  z-index: 5;
  background: linear-gradient(180deg, #f8f9fc 70%, rgba(248, 249, 252, 0.7));
}

.filters-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-chip {
  padding: 10px 16px;
  background: #f2f4f8;
  border: 1px solid #e5e8ef;
  color: #4a4f5d;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.filter-chip:hover,
.filter-chip.active {
  background: #f10992;
  color: #ffffff;
  border-color: #f10992;
}

.blog-grid-section {
  padding: 20px 0 60px;
}

.blog-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.blog-page .blog-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none; /* Removed initial shadow for cleaner look */
}

.blog-page .blog-card:hover {
  transform: translateY(-4px);
}

/* Thumbnail */
.blog-page .card-thumb {
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 12px;
}

/* Card Body */
.blog-page .card-body {
  padding: 20px 0; /* Vertical padding only, align left */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Category Badge */
.blog-page .card-category {
  margin-bottom: 5px;
}

.blog-page .badge-light-purple {
  background-color: #fce7f3; /* Very light pink/purple */
  color: #f10992;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
}

/* Title */
.blog-page .card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.blog-page .card-title a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}

.blog-page .card-title a:hover {
  color: #f10992;
}

/* Excerpt */
.blog-page .card-excerpt {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

/* Meta */
.blog-page .card-body .meta {
  display: flex;
  gap: 20px;
  margin-top: auto; /* Push to bottom if needed */
  padding-top: 10px;
}

.blog-page .card-body .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}

.blog-page .card-body .meta-item ion-icon {
  color: #88c057; /* Green icon color from design */
  font-size: 14px;
}

/* Override sticky pagination to match design (simple numbers) */
.blog-pagination {
  margin-top: 50px;
}

.card-body h3 {
  margin: 0;
}

.card-body h3 a {
  color: #1f2330;
  text-decoration: none;
}

.card-body p {
  margin: 0;
  color: #4a4f5d;
  line-height: 1.6;
}

.blog-pagination {
  margin-top: 36px;
  text-align: center;
}

.blog-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f2f4f8;
  color: #4a4f5d;
  text-decoration: none;
  border: 1px solid #e5e8ef;
}

.blog-pagination .current {
  background: #f10992;
  color: #ffffff;
  border-color: #f10992;
}

.no-posts {
  color: #4a4f5d;
}

/* === Contact CTA (Homepage & Blog) === */
.contact-cta {
  padding: 80px 0;
  background: #ffffff;
  color: #1f2330;
  border-top: 1px solid #eceff5;
  border-bottom: 1px solid #eceff5;
  overflow: hidden;
}

.contact-cta-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: center;
}

.cta-copy .eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #f10992;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.5vw, 36px);
}

.cta-copy .highlight {
  color: #f10992;
}

.cta-copy p {
  color: #4a4f5d;
  margin: 0 0 14px;
}

.cta-alert {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 600;
}

.cta-alert.success {
  background: rgba(241, 9, 146, 0.08);
  color: #b0186f;
  border: 1px solid rgba(241, 9, 146, 0.25);
}

.cta-alert.error {
  background: rgba(255, 92, 92, 0.12);
  color: #c73c3c;
  border: 1px solid rgba(255, 92, 92, 0.35);
}

.cta-form-wrapper {
  background: #ffffff;
  border: 1px solid #e7e7ef;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 15px 35px rgba(17, 24, 39, 0.08);
  position: relative;
  overflow: hidden;
}

#contact-cta::after {
  content: "";
  position: absolute;
  bottom: -111px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(236, 1, 140, 0.3) 0%,
    rgba(236, 1, 140, 0) 70%
  );
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}

.cta-wpforms {
  position: relative;
  z-index: 2;
}

.cta-form {
  display: grid;
  gap: 14px;
}

.cta-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #3b3f4a;
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  background: #f7f8fb;
  border: 1px solid #e0e2ea;
  border-radius: 10px;
  padding: 12px 14px;
  color: #1f2330;
  font-family: "Quicksand", sans-serif;
}

.cta-form input:focus,
.cta-form textarea:focus {
  outline: 2px solid #f10992;
  border-color: #f10992;
  box-shadow: 0 0 0 2px rgba(241, 9, 146, 0.18);
}

.file-upload input[type="file"] {
  padding: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.cta-submit {
  background: linear-gradient(135deg, #f10992 0%, #d10880 100%);
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(241, 9, 146, 0.35);
}

/* WPForms inside CTA */
.cta-wpforms .wpforms-field {
  margin-bottom: 12px;
}

.cta-wpforms input,
.cta-wpforms textarea,
.cta-wpforms select {
  background: #f7f8fb;
  border: 1px solid #e0e2ea;
  color: #1f2330;
}

.cta-wpforms input:focus,
.cta-wpforms textarea:focus,
.cta-wpforms select:focus {
  border-color: #f10992;
  box-shadow: 0 0 0 2px rgba(241, 9, 146, 0.18);
}

.cta-wpforms .wpforms-submit {
  background: linear-gradient(135deg, #f10992 0%, #d10880 100%) !important;
  border: none !important;
  color: #ffffff !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.cta-wpforms .wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(241, 9, 146, 0.35);
}

.cta-wpforms .wpforms-error {
  border-color: #ff7aa6 !important;
}

.cta-wpforms .wpforms-field-label {
  color: #3b3f4a;
  font-weight: 600;
}

.form-footnote {
  font-size: 13px;
  color: #9aa4b5;
}

@media (max-width: 992px) {
  .featured-layout {
    grid-template-columns: 1fr;
  }
  .blog-filters {
    position: static;
  }
}

@media (max-width: 600px) {
  .blog-hero {
    padding: 90px 0 40px;
  }
  .cta-form-wrapper {
    padding: 16px;
  }
}

div.wpforms-container-full input[type="date"]:focus:invalid,
div.wpforms-container-full input[type="datetime"]:focus:invalid,
div.wpforms-container-full input[type="datetime-local"]:focus:invalid,
div.wpforms-container-full input[type="email"]:focus:invalid,
div.wpforms-container-full input[type="month"]:focus:invalid,
div.wpforms-container-full input[type="number"]:focus:invalid,
div.wpforms-container-full input[type="password"]:focus:invalid,
div.wpforms-container-full input[type="range"]:focus:invalid,
div.wpforms-container-full input[type="search"]:focus:invalid,
div.wpforms-container-full input[type="tel"]:focus:invalid,
div.wpforms-container-full input[type="text"]:focus:invalid,
div.wpforms-container-full input[type="time"]:focus:invalid,
div.wpforms-container-full input[type="url"]:focus:invalid,
div.wpforms-container-full input[type="week"]:focus:invalid,
div.wpforms-container-full select:focus:invalid,
div.wpforms-container-full textarea:focus:invalid {
  border: 1px solid #ed098f !important;
  box-shadow: 0 0 0 1px #ed098f, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.wpforms-container .wpforms-field {
  padding: 0 !important;
}

.wpforms-field-email {
  margin: 22px 0 !important;
}

.wpforms-field-layout {
  margin-bottom: 0 !important;
}

.wpforms-field-text {
  margin-bottom: 0 !important;
}

/* === Single Post Page === */
.single-post-page {
  background-color: #ffffff;
  color: #333;
  padding-bottom: 60px;
  margin-top: 70px;
}

.single-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 25px;
}

/* Main Content Column */
.single-main {
  flex: 3;
  min-width: 0; /* Fix flex overflow */
}

/* Header */
.single-header {
  margin-bottom: 30px;
}

.breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #999;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #f10992;
}

.breadcrumb .current {
  color: #333;
}

.single-title {
  font-size: 36px;
  line-height: 1.3;
  margin: 10px 0 20px;
  color: #111;
  font-weight: 800;
}

.single-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #777;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.meta-item ion-icon {
  color: #f10992;
  font-size: 16px;
}

/* Thumbnail */
.single-thumbnail {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.single-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content */
.single-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  color: #111;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.single-content h2 {
  font-size: 28px;
}
.single-content h3 {
  font-size: 24px;
}

.single-content p {
  margin-bottom: 25px;
}

.single-content a {
  color: #f10992;
  text-decoration: underline;
}

.single-content blockquote {
  border-left: 4px solid #f10992;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  font-size: 20px;
  color: #444;
  background: #fff5fa;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

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

/* Footer Tag & Share */
.single-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.post-tags {
  margin-bottom: 20px;
}

.tag-link {
  display: inline-block;
  background: #f7f7f7;
  color: #555;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.tag-link:hover {
  background: #f10992;
  color: #fff;
}

.share-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.share-buttons span {
  font-weight: 700;
  font-size: 15px;
}

.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: transform 0.2s;
}

.share-btn:hover {
  transform: translateY(-3px);
}

.share-btn.fb {
  background: #3b5998;
}
.share-btn.tw {
  background: #1da1f2;
}
.share-btn.li {
  background: #0077b5;
}

/* Sidebar Right */
.single-sidebar {
  flex: 1;
  min-width: 300px;
}

.sidebar-widget {
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.toc-widget {
  position: sticky;
}

.latest-posts-widget {
  position: sticky;
}

.sidebar-inner-sticky {
  position: sticky;
  top: 100px;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f10992;
  display: inline-block;
}

#toc-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#toc-container li {
  margin-bottom: 10px;
}

#toc-container a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}

#toc-container a:hover {
  color: #f10992;
}

#toc-container a.active {
  color: #f10992;
  font-weight: 700;
  border-left: 2px solid #f10992;
  padding-left: 10px;
  background-color: rgba(241, 9, 146, 0.05);
}

.toc-h3 {
  margin-left: 15px;
}
.toc-h4 {
  margin-left: 30px;
  font-size: 13px;
}

/* Latest Posts Widget */
.widget-post-item {
  margin-bottom: 20px;
}

.widget-post-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.widget-post-thumb {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.widget-post-title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 5px;
  font-weight: 600;
  color: #333;
}

.widget-post-link:hover .widget-post-title {
  color: #f10992;
}

.widget-post-date {
  font-size: 12px;
  color: #999;
}

/* Related Section */
.related-section {
  padding: 60px 0;
  background: #fafafa;
  margin-top: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: #f10992;
  border-radius: 4px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.related-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.related-card:hover {
  transform: translateY(-5px);
}

.related-thumb {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.related-body {
  padding: 20px;
}

.related-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.related-body h3 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.related-body h3 a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.related-body h3 a:hover {
  color: #f10992;
}

@media (max-width: 900px) {
  .single-layout {
    flex-direction: column;
  }
  .single-sidebar {
    width: 100%;
    order: 2;
  }
}

/* Sidebar CTA Widget */
.sidebar-cta-widget {
  background-color: #f8f9fa;
  border: 1px solid #e7e7ef;
  text-align: center;
}

.sidebar-cta-widget .widget-title {
  border-bottom: none;
  margin: 0;
  font-size: 18px;
}

.sidebar-cta-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  margin-top: 0;
}

.sidebar-cta-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #f10992;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.2s;
  text-transform: uppercase;
  font-size: 14px;
}

.sidebar-cta-btn:hover {
  background-color: #d00880;
  color: white;
  box-shadow: 0 5px 15px rgba(241, 9, 146, 0.4);
  transform: translateY(-2px);
}

.service-cta {
  color: white;
  background-color: #f10992;
  border: 2px solid #f10992;
}

.card:hover .service-cta {
  color: #f10992 !important;
  background-color: white !important;
  border-color: white !important;
}

/* Comments Section */
.single-comments {
  border-top: 1px solid #f0f0f0;
  margin-top: 60px;
  padding-top: 40px;
}

.comments-area {
  margin-bottom: 40px;
}

.comments-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  color: #333;
}

.comments-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: #f10992;
  border-radius: 4px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list > li {
  margin-bottom: 30px;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 30px;
}

.comment-list > li:last-child {
  border-bottom: none;
}

/* Comment List Structure */
.comment-body {
  display: flex !important;
  gap: 20px;
}

.comment-avatar {
  flex-shrink: 0;
}

.comment-avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.comment-main {
  flex-grow: 1;
}

.comment-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.comment-author .fn {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  font-style: normal;
}

.comment-metadata {
  font-size: 12px;
  color: #999;
}

.comment-metadata a {
  text-decoration: none;
  color: inherit;
}

.comment-awaiting-moderation {
  font-size: 13px;
  color: #f10992;
  font-style: italic;
  display: block;
  margin-top: 5px;
  width: 100%;
}

.comment-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 10px;
}

.comment-reply {
  text-align: left;
}

.comment-reply-link {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #f10992;
  color: #f10992;
  border-radius: 20px;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 600;
  text-transform: uppercase;
}

.comment-reply-link:hover {
  background: #f10992;
  color: white;
  text-decoration: none;
}

/* Threaded Comments */
.children {
  list-style: none;
  padding-left: 80px;
  margin-top: 30px;
  border-left: 2px solid #f9f9f9;
}

@media (max-width: 600px) {
  .children {
    padding-left: 20px;
  }
}

/* Comment Form */
.comment-form-wrapper {
  background: #fdfdfd;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
}

.comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  color: #333;
}

.comment-reply-title small a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #f10992;
  margin-top: 5px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  margin-bottom: 0;
  width: 100%;
}

.form-row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.comment-form input:not([type="checkbox"]):not([type="radio"]),
.comment-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.2s;
  background: #fff;
  color: #333;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #f10992;
  box-shadow: 0 0 0 4px rgba(241, 9, 146, 0.05);
}

.form-submit {
  margin: 10px 0 0;
  width: 100%;
}

.submit-btn {
  background-color: #f10992;
  color: white;
  border: none;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(241, 9, 146, 0.3);
  display: inline-block;
}

.submit-btn:hover {
  background-color: #d00880;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(241, 9, 146, 0.4);
}

.wpforms-field-layout-preset-50-50 {
  row-gap: 20px;
}

/* Logged in as alignment */
.logged-in-as {
  margin-bottom: 20px;
  font-size: 15px;
  color: #555;
}

.logged-in-as a {
  color: #f10992;
  text-decoration: none;
  font-weight: 500;
}

.logged-in-as a:hover {
  text-decoration: underline;
}

.logged-in-as .required-field-message {
  display: block; /* Force new line */
  margin-top: 5px;
  font-size: 13px;
  color: #888;
}

/* Cookies Consent Checkbox */
.comment-form-cookies-consent {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.comment-form-cookies-consent input[type="checkbox"] {
  width: auto !important; /* Force auto width */
  margin: 0;
  flex-shrink: 0; /* Prevent shrinking */
  cursor: pointer;
  accent-color: #f10992; /* Theme color for checkbox */
  width: 18px !important;
  height: 18px !important;
}

.comment-form-cookies-consent label {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
