/*
Theme Name: Pyramid International Manpower
Theme URI: https://pyramidmanpower.com
Author: Pyramid International Employment Service
Author URI: https://pyramidmanpower.com
Description: A professional WordPress theme for Pyramid International Employment Service - Manpower Recruitment Agency. Features include custom sliders, service listings, industry categories, testimonials, and contact forms.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pyramid-manpower
Tags: business, employment, recruitment, agency, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, translation-ready

Pyramid International Manpower WordPress Theme, Copyright 2024
Pyramid International Manpower is distributed under the terms of the GNU GPL
*/

/* Tailwind CSS will be loaded via CDN or compiled */
@import url('https://cdn.jsdelivr.net/npm/tailwindcss@3.4.1/dist/tailwind.min.css');

/* Custom CSS for WordPress specific elements */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  padding: 0.5em;
}

.sticky {
  /* Sticky post styles */
}

.gallery-caption {
  /* Gallery caption styles */
}

.bypostauthor {
  /* Post author styles */
}

/* Screen reader text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* WordPress blocks compatibility */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

/* Custom slider styles */
.hero-slider .slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

/* Animation utilities */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* Client carousel animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.client-carousel {
  animation: scroll 30s linear infinite;
}

.client-carousel:hover {
  animation-play-state: paused;
}

/* WordPress admin bar spacing */
body.admin-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
  }
}
