/* Premium Service Pages - British Professional Design */

/* Hero Section - Refined 50% Height */
.service-hero {
  position: relative;
  height: 50vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.service-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(25, 42, 61, 0.85) 0%,
    rgba(44, 62, 80, 0.75) 100%
  );
  z-index: 2;
}

.service-hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* British Premium Badge */
.service-hero__badge {
  display: inline-block;
  background: linear-gradient(135deg, #c9b037 0%, #e6cc5a 100%);
  color: #1a1a1a;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 12px rgba(201, 176, 55, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-hero__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: Raleway;
}

.service-hero__subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

/* Professional Social Proof Section */
.service-hero__social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.social-proof__rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.rating-stars {
  display: flex;
  gap: 0.2rem;
}

.rating-stars .star {
  color: #c9b037;
  font-size: 1.3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.rating-text strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.rating-text span {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 300;
}

.social-proof__divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.3) 80%,
    transparent 100%
  );
}

.social-proof__experience,
.social-proof__projects {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.experience-badge,
.projects-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.experience-badge i,
.projects-badge i {
  color: #c9b037;
  font-size: 1.3rem;
}

.experience-badge strong,
.projects-badge strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.experience-badge span,
.projects-badge span {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 300;
}

/* Sophisticated Button Design */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn--primary {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  border-color: #2c3e50;
  box-shadow: 0 3px 12px rgba(44, 62, 80, 0.25);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(44, 62, 80, 0.3);
}

.btn--premium {
  background: linear-gradient(135deg, #c9b037 0%, #e6cc5a 100%);
  color: #1a1a1a;
  border-color: #c9b037;
  box-shadow: 0 3px 12px rgba(201, 176, 55, 0.25);
  font-weight: 600;
}

.btn--premium:hover {
  background: linear-gradient(135deg, #e6cc5a 0%, #c9b037 100%);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(201, 176, 55, 0.3);
}

.btn--outline {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #2c3e50;
  border-color: white;
}

.btn--outline-white {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn--outline-white:hover {
  background: white;
  color: #2c3e50;
}

.btn--large {
  padding: 1.2rem 2.4rem;
  font-size: 1rem;
}

.btn--full {
  width: 100%;
  justify-content: center;
}

/* Main Content - Professional Layout */
.service-content {
  padding: 4rem 0;
  background: #f8fafb;
}

.service-content__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-content__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.service-content__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* Service Overview - Clean Content */
.service-overview {
  background: white;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  border: 1px solid #e8ecef;
}

.service-overview__title {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: Raleway;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.service-overview__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c9b037 0%, #e6cc5a 100%);
  border-radius: 2px;
}

/* Section Titles */
.section-title {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  font-family: Raleway;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c9b037 0%, #e6cc5a 100%);
  border-radius: 2px;
}

/* Professional Content Styling */
.service-description {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #495057;
  font-family: Raleway;
}

.service-description h2 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: Raleway;
}

.service-description h3 {
  color: #2c3e50;
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: Raleway;
}

/* Content Image Breaks */
.content-image-break {
  margin: 3rem 0;
  text-align: center;
}

.content-image-break img {
  width: 100%;
  max-width: 800px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.content-image-break img:hover {
  transform: scale(1.02);
}

.image-caption {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  font-family: Raleway;
}

/* Gallery Section */
.service-gallery-section {
  background: white;
  padding: 3rem;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecef;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c9b037 0%, #e6cc5a 100%);
  color: #1a1a1a;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  box-shadow: 0 3px 12px rgba(201, 176, 55, 0.25);
}

.section-header .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Modern Case Studies */
.case-studies-section {
  background: white;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  border: 1px solid #e8ecef;
  position: relative;
  overflow: hidden;
}

.case-studies-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.case-study-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.case-study-card--reverse {
  direction: rtl;
}

.case-study-card--reverse .case-study-card__content {
  direction: ltr;
}

.case-study-card__media {
  position: relative;
  overflow: hidden;
}

.case-study-card__image-wrapper {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.case-study-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-card__image-wrapper img {
  transform: scale(1.05);
}

.case-study-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(44, 62, 80, 0.8) 0%,
    rgba(52, 73, 94, 0.6) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-study-card:hover .case-study-card__overlay {
  opacity: 1;
}

.case-study-card__zoom {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.case-study-card__content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-study-card__header {
  margin-bottom: 2rem;
}

.case-study-card__location {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.case-study-card__location i {
  color: #c9b037;
}

.case-study-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.case-study-card__description {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.case-study-card__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.case-study-detail {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.case-study-detail__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.case-study-detail__icon--challenge {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
}

.case-study-detail__icon--solution {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
}

.case-study-detail__content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.case-study-detail__content p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.5;
}

.case-study-card__footer {
  margin-top: auto;
}

.case-study-card__success-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #27ae60;
  font-weight: 500;
  font-size: 0.9rem;
}

.case-study-card__success-indicator i {
  font-size: 1.1rem;
}

/* Sophisticated Gallery */
.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-gallery__item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.service-gallery__item:hover .service-gallery__overlay {
  opacity: 1;
}

.service-gallery__item:hover img {
  transform: scale(1.05);
}

.service-gallery__item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-gallery__zoom-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.service-gallery__item:hover .service-gallery__zoom-icon {
  transform: scale(1);
}

.service-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(44, 62, 80, 0.85));
  color: white;
  padding: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  z-index: 1;
}

/* Modern Lightbox Styling */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lightbox-prev {
  left: 2rem;
}

.lightbox-next {
  right: 2rem;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.lightbox-image-container {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.lightbox-image.loaded {
  opacity: 1;
  transform: scale(1);
}

.lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
}

.lightbox-caption {
  margin-top: 1.5rem;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.5;
}

.lightbox-counter {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: white;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .lightbox-content {
    padding: 1rem;
  }

  .lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .lightbox-prev {
    left: 1rem;
  }

  .lightbox-next {
    right: 1rem;
  }

  .lightbox-counter {
    top: 1rem;
    left: 1rem;
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }

  .lightbox-image-container {
    max-width: 95%;
    max-height: 75%;
  }
}

/* British Professional USPs */
.service-usps {
  background: white;
  padding: 3rem;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecef;
}

.service-usps h2 {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  font-family: Raleway;
}

.service-usps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.service-usp {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fafb 0%, #e9ecef 100%);
  border-radius: 6px;
  border-left: 4px solid #c9b037;
  transition: all 0.3s ease;
}

.service-usp:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-usp__icon {
  color: #c9b037;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.service-usp__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.service-usp__description {
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
  font-size: 0.95rem;
}

/* Modern Testimonials Section */
.service-reviews {
  background: white;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  border: 1px solid #e8ecef;
  position: relative;
  overflow: hidden;
}

.testimonials-carousel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.testimonial-card__quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #c9b037, #e6cc5a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.testimonial-card__rating {
  text-align: right;
}

.rating-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
}

.rating-stars .star {
  color: #ddd;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.rating-stars .star--filled {
  color: #c9b037;
}

.rating-number {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.testimonial-card__content blockquote {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2c3e50;
  margin: 0 0 2rem 0;
  font-style: italic;
  position: relative;
  font-family: Raleway;
}

.testimonial-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-card__avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.testimonial-card__author-info {
  flex: 1;
}

.testimonial-card__author-name {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}

.testimonial-card__company {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #6c757d;
}

.testimonial-card__company i {
  font-size: 0.8rem;
}

.testimonial-card__verified {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #27ae60;
  font-weight: 500;
}

.testimonial-card__verified i {
  font-size: 1rem;
}

.testimonials-navigation {
  text-align: center;
  margin-bottom: 1rem;
}

.testimonials-dots {
  display: inline-flex;
  gap: 0.5rem;
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dot.active,
.testimonial-dot:hover {
  background: #c9b037;
  transform: scale(1.2);
}

/* Professional Sidebar - No Sticky */
.service-content__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* British Business Consultation Form */
.service-consultation-form {
  background: white;
  border-radius: 6px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid #e8ecef;
}

.consultation-form__header {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 2rem;
  text-align: center;
}

.consultation-form__header h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Raleway;
  color: white;
}

.consultation-form__header p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
  font-weight: 300;
}

.consultation-form__benefits {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.benefit i {
  color: #c9b037;
}

.form-placeholder {
  padding: 2rem;
  text-align: center;
  color: #6c757d;
  background: #f8fafb;
  border-radius: 6px;
  margin: 2rem;
}

/* Professional Contact Card */
.service-premium-contact {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 2rem;
  border-radius: 6px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.premium-contact__icon {
  color: #c9b037;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.service-premium-contact h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Raleway;
  color: white;
}

.service-premium-contact p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
  font-size: 0.9rem;
  font-weight: 300;
}

.premium-contact__hours {
  margin-top: 1rem;
  opacity: 0.7;
  font-size: 0.8rem;
}

/* Related Services - Professional Style */
.service-related {
  background: white;
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecef;
}

.service-related h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Raleway;
}

.service-related__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-related__item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e8ecef;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-related__item:hover {
  border-color: #c9b037;
  background: #f8fafb;
  transform: translateX(3px);
}

.service-related__image {
  flex-shrink: 0;
}

.service-related__image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.service-related__content strong {
  display: block;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.service-related__content span {
  color: #6c757d;
  font-size: 0.8rem;
  line-height: 1.4;
}

/* British Professional CTA */
.service-premium-cta {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-premium-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9b037 0%, #e6cc5a 100%);
}

.premium-cta__content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.premium-cta__icon {
  color: #c9b037;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.service-premium-cta h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: Raleway;
}

.service-premium-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  font-weight: 300;
}

.premium-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.premium-cta__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #c9b037;
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0.9;
}

.premium-cta__guarantee i {
  font-size: 1rem;
}

/* Responsive Design - British Professional */
@media (max-width: 768px) {
  .service-hero {
    height: 60vh;
    min-height: 400px;
  }

  .service-hero__title {
    font-size: 2.2rem;
  }

  .service-hero__social-proof {
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem;
  }

  .social-proof__divider {
    width: 40px;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(255, 255, 255, 0.3) 20%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.3) 80%,
      transparent 100%
    );
  }

  .service-content__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-usps__grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .case-study-card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .case-study-card--reverse {
    direction: ltr;
  }

  .case-study-card__image-wrapper {
    min-height: 300px;
  }

  .testimonial-card__header {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .testimonial-card__rating {
    text-align: center;
  }

  .service-premium-cta h2 {
    font-size: 1.8rem;
  }

  .premium-cta__actions {
    flex-direction: column;
  }

  .service-overview,
  .service-gallery-section,
  .case-studies-section,
  .service-usps,
  .service-reviews {
    padding: 2rem;
  }

  .consultation-form__header {
    padding: 1.5rem;
  }

  .content-image-break img {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .service-hero {
    height: 50vh;
    min-height: 350px;
  }

  .service-hero__title {
    font-size: 1.8rem;
  }

  .service-hero__subtitle {
    font-size: 1rem;
  }

  .service-overview,
  .service-gallery-section,
  .case-studies-section,
  .service-usps,
  .service-reviews {
    padding: 1.5rem;
  }

  .consultation-form__header {
    padding: 1.5rem;
  }

  .service-usp,
  .testimonial-card {
    padding: 1.5rem;
  }

  .case-study-card {
    padding: 1.5rem;
  }

  .case-study-card__content {
    padding: 1.5rem;
  }

  .content-image-break img {
    height: 200px;
  }
}

/* Icon Consistency - Fluid Design */
.fas,
.far,
.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Ensure consistent icon spacing and alignment */
.service-usp__icon,
.case-study-detail__icon i,
.testimonial-card__quote-icon i,
.testimonial-card__verified i,
.testimonial-card__company i,
.case-study-card__location i,
.benefit i {
  transition: all 0.3s ease;
}

/* Remove any icon transform effects that may cause alignment issues */
* {
  box-sizing: border-box;
}

/* Smoother animations for better fluidity */
.case-study-card,
.testimonial-card,
.service-usp {
  will-change: transform;
}

/* Modern Gravity Form Styling */
.service-consultation-form .gform_wrapper {
  max-width: 100%;
  margin: 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 0 0 6px 6px;
}

.service-consultation-form .gform_wrapper form {
  margin: 0;
  padding: 0;
}

/* Form Fields */
.service-consultation-form .gfield {
  margin-top: -1rem;
  position: relative;
}

.service-consultation-form .gfield_label {
  display: block;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-consultation-form .gfield_required {
  color: #e74c3c;
  margin-left: 3px;
}

/* Input Fields */
.service-consultation-form input[type="text"],
.service-consultation-form input[type="email"],
.service-consultation-form input[type="tel"],
.service-consultation-form input[type="url"],
.service-consultation-form input[type="number"],
.service-consultation-form textarea,
.service-consultation-form select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e8ecef;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #495057;
  background: white;
  transition: all 0.3s ease;
  font-family: inherit;
}

.service-consultation-form input[type="text"]:focus,
.service-consultation-form input[type="email"]:focus,
.service-consultation-form input[type="tel"]:focus,
.service-consultation-form input[type="url"]:focus,
.service-consultation-form input[type="number"]:focus,
.service-consultation-form textarea:focus,
.service-consultation-form select:focus {
  outline: none;
  border-color: #c9b037;
  box-shadow: 0 0 0 3px rgba(201, 176, 55, 0.1);
  background: white;
}

/* Textarea specific */
.service-consultation-form textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}

/* Select dropdown */
.service-consultation-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 10px;
  padding-right: 2.5rem;
}

/* Radio buttons and checkboxes */
.service-consultation-form .gchoice {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.service-consultation-form input[type="radio"],
.service-consultation-form input[type="checkbox"] {
  width: auto;
  margin: 0;
  accent-color: #c9b037;
}

.service-consultation-form .gchoice label {
  font-weight: normal;
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

/* Submit Button */
.service-consultation-form .gform_footer {
  padding: 0;
  margin-top: 2rem;
  border: none;
}

.service-consultation-form .gform_button,
.service-consultation-form input[type="submit"] {
  background: linear-gradient(135deg, #c9b037 0%, #e6cc5a 100%);
  color: #1a1a1a;
  border: none;
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.service-consultation-form .gform_button:hover,
.service-consultation-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #b8a532 0%, #d4bb52 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(201, 176, 55, 0.3);
}

.service-consultation-form .gform_button:active,
.service-consultation-form input[type="submit"]:active {
  transform: translateY(0);
}

/* Validation */
.service-consultation-form .gfield_error {
  background: rgba(231, 76, 60, 0.05);
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}

.service-consultation-form .gfield_error input,
.service-consultation-form .gfield_error textarea,
.service-consultation-form .gfield_error select {
  border-color: #e74c3c;
}

.service-consultation-form .validation_message {
  color: #e74c3c;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Success Message */
.service-consultation-form .gform_confirmation_message {
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: white;
  padding: 2rem;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

/* Form Progress (Multi-page forms) */
.service-consultation-form .gf_progressbar_wrapper {
  margin-bottom: 2rem;
}

.service-consultation-form .gf_progressbar {
  background: #e8ecef;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.service-consultation-form .gf_progressbar_percentage {
  background: linear-gradient(90deg, #c9b037, #e6cc5a);
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* File Upload */
.service-consultation-form .ginput_container_fileupload {
  position: relative;
}

.service-consultation-form input[type="file"] {
  padding: 0.75rem;
  border: 2px dashed #c9b037;
  background: rgba(201, 176, 55, 0.05);
  border-radius: 6px;
}

/* Form Container */
.service-consultation-form .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Hidden fields */
.service-consultation-form .gfield_visibility_hidden {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-consultation-form .gform_wrapper {
    padding: 1.5rem;
  }

  .service-consultation-form input,
  .service-consultation-form textarea,
  .service-consultation-form select {
    font-size: 16px; /* Prevents zoom on mobile */
  }
}

/* Loading State */
.service-consultation-form .gform_ajax_spinner {
  margin-left: 10px;
  vertical-align: middle;
}

/* Form Title (if needed) */
.service-consultation-form .gform_title {
  display: none; /* We're using our own title in the header */
}

.service-consultation-form .gform_description {
  display: none; /* We're using our own description */
}
