@charset "UTF-8";
/* CSS Document */
.more-info-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
}
.more-info-btn:hover {
    background-color: #0056b3;
}
.more-info-btn::after {
    content: " →";
    margin-left: 10px;
}

/* Container */
.hirecat2025-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

/* Grid Layout */
.hirecat2025-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 10px;
    box-sizing: border-box;
}

/* Individual Category */
.hirecat2025-category {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hirecat2025-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.hirecat2025-category-header {
    background-color: #1a1d26;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 1rem;
}
.hirecat2025-category img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-color: #e9e9e9;
    display: block;
}

/* Link Styling */
.hirecat2025-category-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.hirecat2025-category-link:hover .hirecat2025-category {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive Grid for Small Devices */
@media (max-width: 600px) {
    .hirecat2025-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
        padding: 10px 5px;
    }
}

/* CTA Section */
.cat-hite-cta {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('https://www.pegasussoundandlight.co.uk/wp-content/uploads/2025/04/booth-av.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}
.cat-hite-cta--party {
    background-image: url('https://www.pegasussoundandlight.co.uk/wp-content/uploads/2025/04/background-disco-setup.jpeg');
}
.cat-hite-cta--staging {
    background-image: url('https://www.pegasussoundandlight.co.uk/wp-content/uploads/2025/04/backgroud-displayboards.jpeg');
}
.cat-hite-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}

/* CTA Content */
.cat-hite-cta .cta-content {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.cat-hite-cta .cta-content h2 {
    margin-top: 0;
    font-size: 2rem;
}
.cat-hite-cta .cta-content p {
    font-size: 1.2rem;
}

.event-type-cat {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

.event-type-cat-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.event-type-cat-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
}

.event-type-cat-card:hover {
    transform: scale(1.05);
}

.event-type-cat-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-type-cat-card-content {
    padding: 15px;
}

.event-type-cat-card h3 {
    margin: 10px 0;
}

.event-type-cat-card p {
    color: #555;
}

.event-type-cat-button {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.event-type-cat-button:hover {
    background: #0056b3;
}
.event-type-cat a {
    text-decoration: none;
    color: black;
}

.event-type-cat a:hover {
    color: black;
}
/* Mobile CTA Fixes */
@media (max-width: 768px) {
    .cat-hite-cta {
        height: auto;
        padding: 40px 20px;
        flex-direction: column;
    }
    .cat-hite-cta .cta-content h2 {
        font-size: 1.5rem;
    }
    .cat-hite-cta .cta-content p {
        font-size: 1rem;
    }
}
        .hire-services-information-cat {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 20px;
            background-color: #111;
            color: #fff;
            font-family: Arial, sans-serif;
			border-radius: 8px;
        }
        .hire-box {
            background: #222;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        }
		.hire-services-information-cat .hire-box a {
 			color: white !important;
		}
        .hire-image-placeholder img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }
        .hire-content {
            padding: 15px;
        }
        .hire-content h3 {
            margin: 0 0 10px;
            font-size: 18px;
        }
        .hire-content p {
            font-size: 14px;
            line-height: 1.5;
            margin: 0;
        }
.hire-id-required .id-container {
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  text-align: center;
}

.hire-id-required h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hire-id-required p {
  margin: 0.3rem 0;
  font-size: 1rem;
}

.hire-id-required .id-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hire-id-required .id-box {
  flex: 1 1 250px;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f1f5fb;
  text-align: left;
}

.hire-id-required .address-id {
  background-color: #eaf7f0;
}

.hire-id-required h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.hire-id-required ul {
  padding-left: 1.2rem;
}

.hire-id-required li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.hire-id-required .id-warning {
  background-color: #fbeaea;
  color: #a94442;
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 6px;
  font-size: 0.95rem;
}
.hire-id-required .id-header-image {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 10px;
}

.hire-id-required .id-header-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}