/*
Theme Name: JR Waterproofing ANd Tiling
Author: My Custom Theme
Version: 1.0.1
*/

:root{
    --font-normal:"DM Sans",Arial,sans-serif;
    --font-curly:Georgia, "Times New Roman", serif;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:"Playfair Display",Georgia,serif;color:#fff;}
html,body{
  overflow-x: hidden;
}


.page-banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 320px;
}

.page-banner-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 28px;
}

.page-banner-title {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
  .page-banner-section {
    height: 220px;
  }

  .page-banner-title {
    font-size: 32px;
  }
}


.testimonials-cta-wrapper {
  font-family: 'Poppins', Arial, sans-serif;
}

.testimonials-cta-section {
  position: relative;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
}

.testimonials-cta-overlay {
  background-color: rgba(10, 25, 40, 0.55);
  padding: 30px 0;
}

.testimonials-cta-eyebrow {
  display: block;
  color: #e9c99a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonials-cta-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.testimonials-cta-text {
  color: #cfdbe6;
  font-size: 14px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 0;
}

.testimonials-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e9c99a;
  color: #16294f;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
}

.testimonials-cta-btn:hover {
  background-color: #ddb87f;
  color: #16294f;
}

@media (max-width: 991.98px) {
  .testimonials-slider-section {
    padding: 40px 24px;
  }

  .testimonials-cta-overlay {
    padding: 36px 24px;
  }

  .text-lg-end {
    text-align: left !important;
    margin-top: 8px;
  }
}

.gallery-section {
  padding: 64px 0;
  background-color: #f8fafc;
}

.gallery-heading-wrap {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.gallery-eyebrow {
  display: block;
  color: #3d6fb4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gallery-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.gallery-subheading {
  color: #5b6472;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.pgcsimplygalleryblock-masonry-item video{
    height: auto !important;
}

@media (max-width: 575.98px) {
  .gallery-section {
    padding: 48px 24px;
  }
}


/* #region Services Styles */
.tiling-services-section,
.waterproofing-services-section {
  font-family: 'Poppins', Arial, sans-serif;
}

.tiling-services-section {
  padding: 56px 0;
}

.services-eyebrow {
  display: block;
  color: #3d6fb4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.services-heading {
  font-family: 'Playfair Display', Georgia, serif;
  color: #16294f;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}

.services-text {
  color: #5b6472;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #e9c99a;
  color: #16294f;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
}

.services-btn:hover {
  background-color: #ddb87f;
  color: #16294f;
}

.services-eyebrow.light {
  color: #7ba3c9;
}

.services-heading.light {
  color: #ffffff;
}

.services-text.light {
  color: #cfdbe6;
}

.services-btn.light {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.services-btn.light:hover {
  background-color: #ffffff;
  color: #16294f;
}

.tiling-grid {
  display: grid;
  gap: 16px;
}

.tiling-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 16px;
}

.tiling-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.service-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.service-card-body {
  padding: 14px;
}

.service-icon-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.service-icon-title i {
  color: #3d6fb4;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

.service-icon-title h6 {
  color: #16294f;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0;
}

.service-card-body p {
  color: #6b7684;
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 0;
}

.waterproofing-services-section {
  position: relative;
  background-image: url('waterproofing-bg.jpg');
  background-size: cover;
  background-position: center;
}

.waterproofing-overlay {
  background-color: rgba(12, 25, 40, 0.82);
  padding: 56px 0;
}

.waterproof-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.waterproof-card {
  background-color: #16324f;
  border-radius: 8px;
  overflow: hidden;
}

.waterproof-card img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;
}

.waterproof-card-body {
  padding: 16px 12px;
  text-align: left;
  position: relative;
}

.waterproof-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #16324f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: -34px;
  margin-bottom: 10px;
  border: 3px solid #16324f;
}

.waterproof-card-body h6 {
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}

.waterproof-card-body p {
  color: #b9c7d4;
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .tiling-grid-5,
  .tiling-grid-4,
  .waterproof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiling-services-section,
  .waterproofing-overlay {
    padding: 40px 24px;
  }
}

@media (max-width: 575.98px) {
  .tiling-grid-5,
  .tiling-grid-4,
  .waterproof-grid {
    grid-template-columns: 1fr;
  }
}
/* #endregion Services Styles */

.container-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 991.98px) {
  .container-fluid{
    padding: 0 10px;
  }
}