/* Location page styles — brit-loc-* scoped, no CSS variables */
/* Prevent horizontal page scroll on laptop/tablet */
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Page-local base */
.brit-loc-hero,
.brit-loc-find,
.brit-loc-why-section,
.brit-loc-better-section,
.brit-loc-trust-section,
.brit-loc-exp-section,
.brit-loc-appt,
.brit-loc-hero *,
.brit-loc-find *,
.brit-loc-why-section *,
.brit-loc-better-section *,
.brit-loc-trust-section *,
.brit-loc-exp-section *,
.brit-loc-appt * {
  box-sizing: border-box;
}
img{max-width:100%;display:block}
a{text-decoration:none}

.brit-loc-find,
.brit-loc-why-section,
.brit-loc-better-section,
.brit-loc-trust-section,
.brit-loc-appt {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.brit-loc-exp-inner {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.brit-loc-better-intro {
  font-size: 14px;
  line-height: 1.9;
  color: #000;
  margin-bottom: 20px;
}
.brit-loc-btn-text {
  display: inline;
}

.brit-loc-container {
		max-width: 1367px;
		width: 100%;
		margin: auto;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

    /* ====== HERO SECTION (original, unchanged) ====== */
    .brit-loc-hero {
      position: relative;
      min-height: 720px;
      overflow: hidden;
    }
    .brit-loc-hero img.brit-loc-hero__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      max-width: 100%;
      padding: 0;
      object-fit: cover;
      object-position: 72% center;
    }
    .brit-loc-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.97) 45%, rgba(255, 255, 255, 0.75) 58%, rgba(255, 255, 255, 0.35) 72%, rgba(255, 255, 255, 0) 88%);
    }
    .brit-loc-hero__inner {
      position: relative;
      z-index: 2;
      padding: 70px 20px;
      min-height: 720px;
      height: auto;
      display: flex;
      align-items: center;
    }
    .brit-loc-hero__content {
      max-width: 640px;
      background: transparent;
    }
    .brit-loc-hero h1 {
      font-size: 50px;
      line-height: 1.35;
      color: #000;
      font-weight: 800;
    }
    .brit-loc-hero h1 span {
      display: block;
      color: #2ca9e1;
      font-size: 28px;
    }
    .brit-loc-line {
      width: 70px;
      height: 4px;
      background: #2ca9e1;
      border-radius: 10px;
      margin: 26px 0;
    }
    .brit-loc-hero h2 {
      font-size: 40px;
      color: #000;
      margin-bottom: 18px;
    }
    .brit-loc-hero h2 span {
      color: #2ca9e1;
    }
    .brit-loc-hero p {
      color: #000;
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 18px;
    }
    p.para1 {
      width: 77%;
    }
    p.para2 {
      width: 80%;
    }
    .brit-loc-hero-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 48px;
      border-top: 1px solid transparent;
    }
    .brit-loc-hero-feature {
      padding: 0px 25px;
      border-right: 1px solid #d8dde4;
    }
    .brit-loc-hero-feature:first-child {
      padding-left: 0;
    }
    .brit-loc-hero-feature:last-child {
      border: none;
    }
    .brit-loc-hero-icon {
      width: 56px;
      height: 56px;
      border: 2px solid #2ca9e1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2ca9e1;
      font-size: 24px;
      margin-bottom: 14px;
    }
    .brit-loc-hero-feature h3 {
      font-size: 14px;
      color: #2ca9e1;
      margin-bottom: 8px;
    }
    .brit-loc-hero-feature p {
      font-size: 13px;
      line-height: 1.5;
      margin: 0;
    }
    .brit-loc-note {
      position: absolute;
      bottom: 20px;
      left: 40px;
      background: rgba(255, 255, 255, .85);
      padding: 10px 14px;
      border-radius: 8px;
      font-size: 13px;
    }

    /* ====== TRANSFERRED SECTION – pure CSS from style.css ====== */
    .brit-loc-wrapper {
		display: grid;
		grid-template-columns: 38% 62%;
		background: #fff;
		overflow: hidden;
		max-width: 100%;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
	}

    /* left panel */
    .brit-loc-left {
      background: #e9edf4;
      display: flex;
      flex-direction: column;
	  position: relative;
    }
	.brit-loc-left-text {
		position: absolute;
		z-index: 55;
		width: 100%;
		background: linear-gradient(180deg, #e9edf4 0%, rgba(233, 237, 244, 0.95) 55%, rgba(233, 237, 244, 0) 100%);
		padding-bottom: 40px;
	}
    .brit-loc-left h2 {
	  text-align: center;
	  font-size: 40px;
	  line-height: 52px;
	  font-weight: 800;
	  margin-top: 60px;
	  color: #000;
	  padding: 0px 20px 10px;
	}
		.brit-loc-script {
		  text-align: center;
		  font: 700 28px "Poppins", sans-serif;
			font-style: normal;
			line-height: normal;
		  color: #2CA9E1;
		  line-height: 1.2;
		  margin-bottom: 10px;
		  font-style: italic;
		}

    .brit-loc-left img {
		width: 100%;
		flex: 1;
		object-position: 30%;
		object-fit: cover;
		margin-top: 0px;
		background: #e9edf4;
	}
    .brit-loc-left-bottom {
      background: #23a5e7;
      color: #fff;
      padding: 10px 20px 30px 20px;
      display: flex;
      justify-content: space-around;
    }
    .brit-loc-left-feature {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
	  border-right: 3px solid #ffffff60;
	  padding: 0 20px;
    }
	.brit-loc-left-feature:last-child {
		border: none;
	}
    .brit-loc-left-feature span:first-child {
      font-size: 28px;
      line-height: 1;
    }

    /* ---- Right Panel ---- */
    .brit-loc-panel {
      background: #FFF;
      padding: 20px;
    }

    .brit-loc-panel__intro {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.65;
      color: #000;
      max-width: 65%;
      margin-bottom: 32px;
	  padding-left: 20px;
    }

    .brit-loc-panel__heading {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin-bottom: 28px;
    }

    .brit-loc-panel__heading::before,
    .brit-loc-panel__heading::after {
      content: "";
      flex: 1;
      height: 2px;
	  background: #000;
      max-width: 215px;
    }

    .brit-loc-panel__heading h2 {
      font-size: 22px;
      font-weight: 700;
      color: #000;
      white-space: nowrap;
    }

    .brit-loc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .brit-loc-card {
      background: #FFF;
      border: 1.5px solid #2CA9E1;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 8px rgba(20, 52, 90, 0.06);
    }

    .brit-loc-card__header {
		background: #2CA9E1;
		color: #FFF;
		padding: 10px 20px 0px 15px;
		font-size: 15px;
		font-weight: 700;
		text-align: left;
	}

    .brit-loc-card__body {
		padding: 14px 8px 12px;
		flex: 1;
		display: flex;
		flex-direction: column;
		background-color: #2CA9E1;
	}

    .brit-loc-card__info {
      margin-bottom: 12px;
    }

    .brit-loc-card__row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 11.5px;
      line-height: 1.5;
      color: #FFF;
      margin-bottom: 6px;
    }

    .brit-loc-card__row i {
      color: #FFF;
      font-size: 13px;
      margin-top: 2px;
      flex-shrink: 0;
      width: 14px;
      text-align: center;
    }

    .brit-loc-card__actions {
      display: flex;
      gap: 8px;
      margin-bottom: 8px;
    }

    .brit-loc-card__btn {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 6px;
      border-radius: 4px;
      font-size: 10px;
      font-weight: 600;
      text-decoration: none;
      text-align: center;
      line-height: 1.3;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease;
      border: 1.5px solid #2CA9E1;
    }

    .brit-loc-card__btn--outline {
      background: #FFF;
      color: #000;
    }

    .brit-loc-card__btn--outline:hover {
      background: #f0f4f8;
    }

    .brit-loc-card__btn--green {
      background: #8bc53f;
      color: #FFF;
      border-color: #8bc53f;
    }

    .brit-loc-card__btn--green:hover {
      background: #7ab332;
    }

    .brit-loc-card__btn--full {
      width: 100%;
    }

    .brit-loc-card--centered {
      grid-column: 2;
    }

    .brit-loc-panel__footer {
		margin-top: 28px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.75;
		color: #000;
		width: 75.9%;
	}

	.brit-loc-appt-section{width:100%;overflow:hidden;}
	.brit-loc-appt-container{
		max-width:1367px;
		margin:auto;
		display:grid;
		grid-template-columns:40% 60%;
		align-items:stretch;
	}
	.brit-loc-appt-content{
		padding:120px 40px;
		background: #e7eef4;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.brit-loc-appt-title {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 800;
        color: #000;
    }
	.brit-loc-appt-title span{display:block;color:#2ca9e1}
	.brit-loc-title-divider {
		position: relative;
		width: 400px;
		height: 3px;
		background: #2ca9e1;
		border-radius: 50px;
		margin: 20px 0px;
	}

	.brit-loc-title-divider::after {
		content: "";
		position: absolute;
		right: -4px;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		background: #2ca9e1;
		border-radius: 50%;
	}
	.brit-loc-appt-text {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.9;
		width: 95%;
	}
	.brit-loc-appt-btn{margin-top:36px;display:inline-flex;align-items:center;gap:14px;background:#2ca9e1;color:#fff;padding:10px 20px;border-radius:12px;font-weight:700;transition:.3s}
	.brit-loc-appt-btn:hover{transform:translateY(-2px)}
	.brit-loc-btn-icon {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #fff;
		color: #2ca9e1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
	}
	.brit-loc-appt-image {
		position: relative;
		min-height: 100%;
		align-self: stretch;
		overflow: hidden;
	}
	.brit-loc-appt-image img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	.brit-loc-appt-features{display:grid;grid-template-columns:repeat(4,1fr);background:#2ca9e1}
	.brit-loc-feature-card{padding:42px 20px;text-align:center;color:#fff;position:relative}
	.brit-loc-feature-card:not(:last-child):after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);height:140px;width:2px;background:rgba(255,255,255,.35)}
	.brit-loc-feature-icon {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #fff;
		color: #2ca9e1;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 18px;
		font-size: 25px;
	}
	.brit-loc-feature-card h4{font-size:16px;font-weight:700;margin-bottom:8px}
	.brit-loc-feature-card p{font-size:14px}
	.brit-loc-btn-text {
        font-size: 14px;
    }



	.brit-loc-ic {
		display: flex;
		flex-direction: column;
		gap: 10px;
		min-height: 0;
		margin-bottom: 10px;
	}

	/* --- Main image --- */
	.brit-loc-ic-main {
	  overflow: hidden;
	  flex: 0 0 auto;
	  position: relative;
	}

	.brit-loc-ic-main img {
	  display: block;
	  width: 100%;
	  height: 650px;
	  object-fit: cover;
	  object-position: top;
	  transition: opacity 0.35s ease;
	}

	.brit-loc-ic-main img.is-fading {
	  opacity: 0.35;
	}

	/* --- Thumbnail strip --- */
	.brit-loc-ic-viewport { /* how many thumbs are visible at once */
	  container-type: inline-size;
	  width: 100%;
	  overflow: hidden;
	  flex: 0 0 auto;
	  margin-top: 10px;
	}

	.brit-loc-ic-track {
	  display: flex;
	  gap: 10px;
	  width: max-content;
	  animation: brit-loc-ic-scroll 28s linear infinite;
	  will-change: transform;
	}

	.brit-loc-ic-track.is-paused {
	  animation-play-state: paused;
	}

	@keyframes brit-loc-ic-scroll {
	  0%   { transform: translateX(0); }
	  100% { transform: translateX(-50%); }
	}

	.brit-loc-ic-thumb {
	  display: block;
	  flex: 0 0 calc((100cqw - 20px) / 3);
	  width: calc((100cqw - 20px) / 3);
	  aspect-ratio: 1;
	  padding: 0;
	  border: 2px solid transparent;
	  overflow: hidden;
	  cursor: pointer;
	  background: none;
	  text-decoration: none;
	  color: inherit;
	  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	}

	.brit-loc-ic-thumb img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: center top;
	  pointer-events: none;
	}

	.brit-loc-ic-thumb:hover,
	.brit-loc-ic-thumb.is-active {
	  border-color: #2caadf; /* change to your brand color */
	  box-shadow: 0 4px 14px rgba(44, 170, 223, 0.28);
	}

	.brit-loc-ic-thumb:hover {
	  transform: translateY(-2px);
	}
	.brit-loc-why{
		background-color: #f3f5f7;
		width:100%;
		max-width: 100%;
		display:flex;
		gap: 20px;
		overflow: hidden;
	}

	.brit-loc-why-left > * {
		position: relative;
		z-index: 2;
	}

	.brit-loc-why-left{
		width:43%;
		padding:45px 0px 35px 40px;
		background: #f3f5f7;
		position: relative;
		overflow: hidden;
	}
	.brit-loc-why-left::after {
		content: "";
		position: absolute;
		left: 55%;
		right: 0;
		top: 0;
		z-index: 1;
		background: linear-gradient(90deg, #f3f5f7 0%, rgba(243, 245, 247, 0.85) 40%, rgba(243, 245, 247, 0) 100%);
		height: 61%;
		width: auto;
		pointer-events: none;
	}

	.brit-loc-why-left h2{
		font-size:40px;
		line-height:1.2;
		font-weight:800;
		color:#000;
		letter-spacing:-1px;
		margin-bottom:10px;

	}

	.brit-loc-why-left h2 span{
		display:block;
		color:#2ca9e1;

	}

	.brit-loc-why-intro {
		position: relative;
		font-size: 14px;
		line-height: 1.9;
		color: #000;
		margin-bottom: 40px;
		margin-right: 0;
		z-index: 2;
	}

	.brit-loc-why-item{

		display:flex;
		align-items:flex-start;
		gap:22px;
		margin-bottom:34px;

	}

	.brit-loc-icon-circle{

		width:74px;
		height:74px;
		min-width:74px;
		border-radius:50%;
		background:#2ca9e1;
		color:#fff;
		display:flex;
		align-items:center;
		justify-content:center;
		font-size:32px;

	}

	.brit-loc-why-content{
		flex:1;
	}

	.brit-loc-why-content h3{
		color:#000;
		font-size:16px;
		margin-bottom:10px;
		font-weight:700;
	}

	.brit-loc-why-content p {
		font-size: 14px;
		line-height:22px;
		color: #000;
		width: 100%;
		padding-right:40px;
	}



	/* --- Responsive --- */








	.brit-loc-why-right{
		width:57%;
		display:flex;
		flex-direction:column;
	}

	.brit-loc-logo-box{
		position:absolute;
		top:22px;
		right:22px;
		background:#2ca9e1;
		padding:15px;
		display:flex;
		align-items:center;
		justify-content:center;
		height: 100px;
	}

	.brit-loc-logo-box img {
		width: 180px;
		height: 180px;
	}

	.brit-loc-bottom-features{
		display:grid;
		grid-template-columns:repeat(4,1fr);
		background:#2ca9e1;
		padding: 40px 0px;
	}

	.brit-loc-b-feature {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		font-size: 14px;
		font-weight: 500;
		border-right: 3px solid #ffffff60;
		padding: 0px 15px;
	}

	.brit-loc-b-feature:last-child{
		border:none;
	}

	.brit-loc-b-feature-icon {
		width: 55px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 40px;
		color: #fff;
	}

	.brit-loc-b-feature span {
		color: #fff;
		font-size: 14px;
	}





	.brit-loc-better {
		width: 100%;
		max-width: 100%;
		display: flex;
		gap: 20px;
		justify-content: space-between;
		overflow: hidden;
	}

	.brit-loc-better-left {
		width: 43%;
		padding: 45px 0px 4px 40px;
	}

	.brit-loc-better-left h2 {
		font-size: 40px;
		line-height: 1.2;
		font-weight: 800;
		color: #000;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}

	.brit-loc-better-left h2 span {
		display: block;
		color: #2ca9e1;
	}

	.brit-loc-better-divider {
		position: relative;
		width: 500px;
		height: 3px;
		background: #2ca9e1;
		border-radius: 50px;
		margin: 20px 0px;
	}

	.brit-loc-better-divider::after {
		content: "";
		position: absolute;
		right: -4px;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		background: #2ca9e1;
		border-radius: 50%;
	}

	.brit-loc-better-item {
		display: flex;
		align-items: flex-start;
		gap: 22px;
		margin-bottom: 10px;
	}

	.brit-loc-better-left h3 {
		margin: 20px 0px 20px 0px;
		font-size: 16px;
	}

	.brit-loc-better-content {
		align-self: center;
	}

	.brit-loc-better-content h4 {
		color: #000;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 500;
	}

	.brit-loc-better-icon {
		width: 40px;
		height:40px;
		border-radius: 50%;
		background: #2ca9e1;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}

	.brit-loc-better-right {
		width: 57%;
	}

	.brit-loc-better-carousel {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
	  height: 100%;
	  min-height: 0;
	}

	/* --- Main image --- */
	.brit-loc-better-main {
	  overflow: hidden;
	  flex: 0 0 auto;
	}

	.brit-loc-better-main img {
	  display: block;
	  width: 100%;
	  height: 450px;
	  object-fit: cover;
	  object-position: top;
	  transition: opacity 0.35s ease;
	}

	.brit-loc-better-main img.is-fading {
	  opacity: 0.35;
	}

	/* --- Thumbnail strip --- */
	.brit-loc-better-viewport { /* how many thumbs are visible at once */
	  container-type: inline-size;
	  width: 100%;
	  overflow: hidden;
	  flex: 0 0 auto;
	  margin-top: 10px;
	}

	.brit-loc-better-track {
	  display: flex;
	  gap: 10px;
	  width: max-content;
	  animation: brit-loc-better-scroll 28s linear infinite;
	  will-change: transform;
	}

	.brit-loc-better-track.is-paused {
	  animation-play-state: paused;
	}

	@keyframes brit-loc-better-scroll {
	  0% {
		transform: translateX(0);
	  }

	  100% {
		transform: translateX(-50%);
	  }
	}

	.brit-loc-better-thumb {
	  display: block;
	  flex: 0 0 calc((100cqw - 20px) / 3);
	  width: calc((100cqw - 20px) / 3);
	  aspect-ratio: 1;
	  padding: 0;
	  border: 2px solid transparent;
	  overflow: hidden;
	  cursor: pointer;
	  background: none;
	  text-decoration: none;
	  color: inherit;
	  transition: border-color 0.25s ease, transform 0.25s ease,
		box-shadow 0.25s ease;
	}

	.brit-loc-better-thumb img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: center top;
	  pointer-events: none;
	}

	.brit-loc-better-thumb:hover,
	.brit-loc-better-thumb.is-active {
	  border-color: #2caadf; /* change to your brand color */
	  box-shadow: 0 4px 14px rgba(44, 170, 223, 0.28);
	}

	.brit-loc-better-thumb:hover {
	  transform: translateY(-2px);
	}



	/* --- Responsive --- */




	.brit-loc-trust {
		width: 95%;
		background: #2ca9e1;
		color: #fff;
		justify-self: center;
		border-radius: 20px;
		margin-bottom: 40px;
		margin-top:20px;
	}

	.brit-loc-trust-container{
		width:100%;
		display:grid;
		grid-template-columns:2.8fr 1fr 1fr 1fr;
	}

	.brit-loc-trust-item{
		display:flex;
		align-items:center;
		justify-content: center;
		gap:14px;
		padding:18px 22px;
		border-right:1px solid rgba(255,255,255,.25);
	}

	.brit-loc-trust-item:last-child{
		border-right:none;
	}

	.brit-loc-trust-icon {
		font-size: 45px;
	}

	.brit-loc-trust-icon img{
		width:34px;
		height:34px;
		object-fit:contain;
		filter:brightness(0) invert(1);
	}

	.brit-loc-trust-text{
		font-size:14px;
		line-height:1.5;
		color:#fff;
	}

	.brit-loc-trust-item:not(:first-child) .brit-loc-trust-text{
		font-size:14px;
		font-weight:500;
	}
	.exp-subtitle {
        font-size: 16px;
    }
    
    .exp-title, .exp-script {
        font-size: 40px;
        line-height: 1.2;
    }


/* exp section stylesheet */
.brit-loc-exp-section{position:relative;overflow:hidden;background:#FFF;max-width:100%;}
.brit-loc-exp-content {
    padding: 80px 0px 0px 10px;
}
.brit-loc-exp-heading .brit-loc-exp-subtitle {
    font-size: 24px;
    font-weight: 600;
}
.brit-loc-exp-heading .brit-loc-exp-title {
    font-size: 40px;
}
.brit-loc-exp-script {
    font-size: 60px;
    font-family: 'Caveat';
}

.brit-loc-exp-section:before{content:"";position:absolute;left:0;top:-160px;width:480px;height:480px;border-radius:50%;background:#fff;pointer-events:none;}
.brit-loc-exp-container {
    padding: 0px 20px 0;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.brit-loc-exp-description{margin:20px 0;}
.brit-loc-exp-description p {
    line-height: 1.8;
    color: #000;
    width: 70%;
    font-size: 14px;
}
.brit-loc-exp-line{width:220px;height:3px;background:#9ABE2C;margin:18px 0 24px}
.brit-loc-exp-title,.brit-loc-exp-subtitle,.brit-loc-exp-script,.brit-loc-exp-feature h4{color:#000}
.brit-loc-exp-title span,.brit-loc-exp-feature p{color:#9ABE2C}
.brit-loc-exp-features{display:flex;gap:10px;justify-content:space-between;margin-top:20px}
.brit-loc-exp-feature{text-align:center;flex:1}
.brit-loc-exp-feature-icon{width:66px;height:66px;border-radius:50%;background:#2CAADF;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;transition:.3s}
.brit-loc-exp-feature-icon i {
    color: #fff;
    font-size: 25px;
}
.brit-loc-exp-feature p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.34px;
}
.brit-loc-exp-line2 {
    width: 100%;
    height: 3px;
    background: #cdcdcd69;
}
.brit-loc-exp-feature-icon img{width:30px;filter:brightness(0) invert(1)}
.brit-loc-exp-feature:hover .brit-loc-exp-feature-icon{background:#9ABE2C;transform:translateY(-5px)}
.brit-loc-exp-media{position:relative;height:690px}
.brit-loc-exp-main-image {
    height: 720px;
    overflow: hidden;
}
.brit-loc-exp-main-image img{width:100%;height:100%;object-fit:cover}
.brit-loc-exp-gallery {
    position: absolute;
    left: 35px;
    bottom: -40px;
    width: 72%;
    display: flex;
    gap: 14px;
    z-index: 3;
}
.brit-loc-exp-gallery-item{flex:1;background:#fff;padding:5px;border-radius:16px;box-shadow:0 12px 28px rgba(0,0,0,.15);transition:.3s}
.brit-loc-exp-gallery-item img{height:145px;width:100%;object-fit:cover;border-radius:12px}
.brit-loc-exp-gallery-item:hover{transform:translateY(-8px)!important}
.brit-loc-exp-footer{background:linear-gradient(90deg,#2699cb,#2CAADF,#2699cb);padding:35px 20px;color:#fff;margin-top:30px;position:relative;}
.brit-loc-exp-footer-content {
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    width: 55%;
}
.brit-loc-exp-footer-pattern {
    position: absolute;
    top: 0;
    left: 100px;
    height: 100%;
    width: 200px;
    z-index: 999;
}
.brit-loc-exp-footer-pattern img {
    height: 100%;
    width: auto;
	opacity: 0.7;
}

/* ===== MOBILE: max 767 ===== */
@media (max-width: 767px) {
    
    	.brit-loc-why-content p {
		width: 100%;
		padding-right:0px;
	}
  .brit-loc-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* Hero */
  .brit-loc-hero {
    min-height: auto;
  }
  .brit-loc-hero__inner {
    height: auto;
    padding: 40px 16px;
    display: block;
  }
  .brit-loc-hero__content {
    max-width: 100%;
    text-align: center;
  }
  .brit-loc-hero img.brit-loc-hero__bg {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: auto;
    min-height: 260px;
    object-fit: cover;
    object-position: center top;
  }
  .brit-loc-hero::before {
    display: none;
  }
  .brit-loc-hero h1 {
    font-size: 34px;
  }
  .brit-loc-hero h1 span {
    font-size: 22px;
  }
  .brit-loc-hero h2 {
    font-size: 24px;
  }
  .brit-loc-hero p,
  p.para1,
  p.para2 {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .brit-loc-line {
    margin-left: auto;
    margin-right: auto;
  }
  .brit-loc-hero-features {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }
  .brit-loc-hero-feature {
    border: none;
    padding: 0;
    justify-items: center;
    text-align: center;
  }
  .brit-loc-hero-feature h3 {
    font-size: 16px;
  }
  .brit-loc-hero-feature p {
    font-size: 15px;
    line-height: 1.5;
  }
  .brit-loc-note {
    left: 16px;
    bottom: 10px;
    font-size: 11px;
    padding: 6px 12px;
  }

  /* Find location */
  .brit-loc-wrapper {
    grid-template-columns: 1fr;
  }
  /* Find location — text above image (readable, no overlay) */
  .brit-loc-left-text {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #e9edf4;
    padding: 24px 16px 12px;
  }
  .brit-loc-left h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 0;
    color: #000;
    padding: 0 8px 8px;
  }
  .brit-loc-script {
    font-size: 34px;
    color: #2CA9E1;
    margin-bottom: 8px;
    text-shadow: none;
  }
  .brit-loc-left img {
    min-height: 220px;
    height: 260px;
    flex: none;
    object-fit: cover;
    object-position: center top;
  }
  .brit-loc-left-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }
  .brit-loc-left-feature {
    border-right: none;
    padding: 8px 12px;
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .brit-loc-b-feature {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .brit-loc-panel {
    padding: 24px 16px 32px;
  }
  .brit-loc-panel__intro {
    max-width: 100%;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
  .brit-loc-panel__heading h2 {
    white-space: normal;
    text-align: center;
  }
  .brit-loc-panel__heading::before,
  .brit-loc-panel__heading::after {
    max-width: 40px;
  }
  .brit-loc-grid {
    grid-template-columns: 1fr;
  }
  .brit-loc-card--centered {
    grid-column: auto;
    max-width: 100%;
  }
  .brit-loc-card__actions {
    flex-direction: column;
  }
  .brit-loc-card__row {
    font-size: 13px;
  }
  .brit-loc-card__btn {
    font-size: 12px;
  }
  .brit-loc-panel__footer {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  /* Why choose — image top, content bottom; icon top, text bottom */
  .brit-loc-why {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .brit-loc-why-right {
    order: 1;
  }
  .brit-loc-why-left {
    order: 2;
  }
  .brit-loc-why-left,
  .brit-loc-why-right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .brit-loc-why-left {
    padding: 32px 16px;
    text-align: center;
  }
  .brit-loc-why-left::after {
    display: none;
  }
  .brit-loc-why-left h2 {
    font-size: 30px;
  }
  .brit-loc-why-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .brit-loc-why-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
  }
  .brit-loc-why-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    margin-bottom: 28px;
  }
  .brit-loc-why-content {
    flex: none;
    width: 100%;
    min-width: 0;
  }
  .brit-loc-why-content h3 {
    font-size: 16px;
  }
  .brit-loc-why-content p {
    width: 100%;
    font-size: 14px;
  }
  .brit-loc-icon-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    font-size: 22px;
    margin: 0 auto;
  }
  .brit-loc-ic-main img {
    height: 280px;
  }
  .brit-loc-ic-thumb {
    flex: 0 0 calc((100cqw - 10px) / 2);
    width: calc((100cqw - 10px) / 2);
  }
  .brit-loc-logo-box {
    padding: 10px;
    height: auto;
  }
  .brit-loc-logo-box img {
    width: 100px;
    height: auto;
  }
  .brit-loc-bottom-features {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
  .brit-loc-b-feature {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .brit-loc-b-feature:last-child {
    border-bottom: none;
  }
  .brit-loc-b-feature span {
    font-size: 14px;
  }

  /* Better patients — image top, content bottom; icon top, text bottom */
  .brit-loc-better {
    display: flex;
    flex-direction: column;
  }
  .brit-loc-better-right {
    order: 1;
  }
  .brit-loc-better-left {
    order: 2;
  }
  .brit-loc-better-left,
  .brit-loc-better-right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .brit-loc-better-left {
    padding: 32px 16px;
    text-align: center;
  }
  .brit-loc-better-left h2 {
    font-size: 32px;
  }
  .brit-loc-better-divider {
    width: 100%;
  }
  .brit-loc-better-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .brit-loc-better-icon {
    margin: 0 auto;
  }
  .brit-loc-better-main img {
    height: 280px;
  }
  .brit-loc-better-thumb {
    flex: 0 0 calc((100cqw - 10px) / 2);
    width: calc((100cqw - 10px) / 2);
  }

  /* Trust */
  .brit-loc-trust {
    width: auto;
    margin: 16px;
    border-radius: 16px;
  }
  .brit-loc-trust-container {
    grid-template-columns: 1fr;
  }
  .brit-loc-trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: flex-start;
    padding: 16px;
  }
  .brit-loc-trust-item:last-child {
    border-bottom: none;
  }
  .brit-loc-trust-icon {
    font-size: 36px;
    width: auto;
  }

  /* Exp — image top, content bottom */
  .brit-loc-exp-container {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 24px;
  }
  .brit-loc-exp-media {
    order: 1;
  }
  .brit-loc-exp-content {
    order: 2;
  }
  .brit-loc-exp-content {
    padding: 32px 0 16px;
  }
  .brit-loc-exp-heading .brit-loc-exp-title {
    font-size: 28px;
  }
  .brit-loc-exp-script {
    font-size: 40px;
  }
  .brit-loc-exp-line {
    width: 140px;
  }
  .brit-loc-exp-description p {
    width: 100%;
  }
  .brit-loc-exp-features {
    flex-direction: column;
  }
  .brit-loc-exp-feature {
    flex: none;
    width: 100%;
  }
  .brit-loc-exp-media {
    height: auto;
    margin-top: 0;
  }
  .brit-loc-exp-main-image {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
  }
  .brit-loc-exp-gallery {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 16px;
    flex-direction: column;
  }
  .brit-loc-exp-gallery-item img {
    height: 160px;
  }
  .brit-loc-exp-footer {
    padding: 20px 16px;
    margin-top: 16px;
  }
  .brit-loc-exp-footer-pattern {
    left: 0;
    top: 0;
  }
  .brit-loc-exp-footer-pattern img {
    height: auto;
    max-height: 100%;
    display:none;
  }
  .brit-loc-exp-footer-content {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  /* Appointment — image top, content bottom */
  .brit-loc-appt-container {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .brit-loc-appt-image {
    order: 1;
  }
  .brit-loc-appt-content {
    order: 2;
  }
  .brit-loc-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brit-loc-exp-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brit-loc-hero-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brit-loc-appt-content {
    padding: 32px 16px;
  }
  .brit-loc-appt-title {
    font-size: 30px;
    text-align: center;
  }
  .brit-loc-title-divider {
    width: 100%;
  }
  .brit-loc-appt-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .brit-loc-appt-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .brit-loc-appt-btn-wrap {
    justify-self: center;
    width: 100%;
  }
  .brit-loc-appt-image img {
    position: static;
    height: auto;
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
  }
  .brit-loc-appt-image {
    position: relative;
    min-height: 0;
    height: auto;
  }
  .brit-loc-appt-features {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .brit-loc-feature-card {
    padding: 20px 12px;
  }
  .brit-loc-feature-card:not(:last-child):after {
    display: none;
  }
}

/* ===== TABLET / LAPTOP: 768–1024 — keep side-by-side, only tighten ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .brit-loc-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* Hero — readable text + image */
  .brit-loc-hero {
    min-height: 560px;
  }
  .brit-loc-hero__inner {
    min-height: 560px;
    height: auto;
    padding: 48px 24px;
  }
  .brit-loc-hero__content {
    max-width: 52%;
  }
  .brit-loc-hero img.brit-loc-hero__bg {
    object-fit: cover;
    padding-left: 0;
    object-position: 70% center;
  }
  .brit-loc-hero::before {
    background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255, 255, 255, 0.96) 52%, rgba(255, 255, 255, 0.65) 68%, rgba(255, 255, 255, 0.2) 82%, rgba(255, 255, 255, 0) 95%);
  }
  .brit-loc-hero h1 {
    font-size: 40px;
  }
  .brit-loc-hero h1 span {
    font-size: 26px;
  }
  .brit-loc-hero h2 {
    font-size: 24px;
  }
  .brit-loc-hero-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .brit-loc-hero-feature {
    padding: 0 10px;
  }
  .brit-loc-hero-feature h3 {
    font-size: 13px;
  }
  .brit-loc-hero-feature p {
    font-size: 12px;
  }

  /* Find locations — keep 2 columns */
  .brit-loc-wrapper {
    grid-template-columns: 36% 64%;
  }
  .brit-loc-left-text {
    position: absolute;
    z-index: 55;
    width: 100%;
    background: linear-gradient(180deg, #e9edf4 0%, rgba(233, 237, 244, 0.95) 60%, rgba(233, 237, 244, 0) 100%);
    padding-bottom: 36px;
  }
  .brit-loc-left h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 36px;
  }
  .brit-loc-script {
    font-size: 34px;
  }
  .brit-loc-left img {
    min-height: 280px;
    height: auto;
    flex: 1;
    object-fit: cover;
  }
  .brit-loc-panel {
    padding: 20px 16px;
  }
  .brit-loc-panel__intro {
    max-width: 100%;
    font-size: 15px;
    padding-left: 0;
  }
  .brit-loc-panel__footer {
    width: 100%;
    font-size: 14px;
  }
  .brit-loc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .brit-loc-card__btn {
    font-size: 10px;
    padding: 7px 4px;
  }

  /* Why — keep row (content left, image right) */
  .brit-loc-why {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .brit-loc-why-left,
  .brit-loc-why-right {
    order: unset;
    flex: none;
  }
  .brit-loc-why-left {
    width: 45%;
    max-width: 45%;
    padding: 36px 20px 36px 24px;
    text-align: left;
  }
  .brit-loc-why-right {
    width: 55%;
    max-width: 55%;
  }
  .brit-loc-why-left::after {
    display: none;
  }
  .brit-loc-why-left h2 {
    font-size: 30px;
  }
  .brit-loc-why-intro {
    margin-right: 0;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
  }
  .brit-loc-why-list {
    display: block;
  }
  .brit-loc-why-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    margin-bottom: 22px;
  }
  .brit-loc-why-content h3 {
    font-size: 16px;
  }
  .brit-loc-why-content p {
    width: 100%;
    font-size: 13px;
  }
  .brit-loc-icon-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
    font-size: 22px;
  }
  .brit-loc-ic-main img {
    height: 380px;
  }
  .brit-loc-bottom-features {
    grid-template-columns: repeat(4, 1fr);
    padding: 28px 0;
  }
  .brit-loc-b-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 8px;
    border-bottom: none;
  }

  /* Better — keep row */
  .brit-loc-better {
    display: flex;
    flex-direction: row;
  }
  .brit-loc-better-left,
  .brit-loc-better-right {
    order: unset;
    flex: none;
  }
  .brit-loc-better-left {
    width: 43%;
    max-width: 43%;
    padding: 36px 16px 20px 24px;
    text-align: left;
  }
  .brit-loc-better-right {
    width: 57%;
    max-width: 57%;
  }
  .brit-loc-better-left h2 {
    font-size: 28px;
  }
  .brit-loc-better-divider {
    width: 100%;
  }
  .brit-loc-better-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
  }
  .brit-loc-better-main img {
    height: 360px;
  }

  .brit-loc-trust {
    width: 97%;
  }
  .brit-loc-trust-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
  .brit-loc-trust-item {
    gap: 10px;
    padding: 12px 10px;
  }
  .brit-loc-trust-icon {
    font-size: 32px;
  }

  /* Exp — keep 2 columns */
  .brit-loc-exp-container {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 16px;
    padding: 0 12px;
  }
  .brit-loc-exp-media,
  .brit-loc-exp-content {
    order: unset;
  }
  .brit-loc-exp-heading .brit-loc-exp-title {
    font-size: 28px;
  }
  .brit-loc-exp-script {
    font-size: 42px;
  }
  .brit-loc-exp-description p {
    width: 100%;
  }
  .brit-loc-exp-features {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .brit-loc-exp-feature {
    flex: 1;
  }
  .brit-loc-exp-media {
    height: 520px;
  }
  .brit-loc-exp-main-image {
    height: 520px;
    width: 100%;
  }
  .brit-loc-exp-main-image img {
    height: 100%;
  }
  .brit-loc-exp-gallery {
    left: 20px;
    bottom: 12px;
    width: 78%;
  }
  .brit-loc-exp-footer {
    padding: 24px;
    margin-top: 16px;
  }
  .brit-loc-exp-footer-content {
    width: 70%;
    font-size: 15px;
  }

  /* Appointment — keep 2 columns */
  .brit-loc-appt-container {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .brit-loc-appt-image,
  .brit-loc-appt-content {
    order: unset;
  }
  .brit-loc-appt-content {
    padding: 60px 24px 40px 28px;
  }
  .brit-loc-appt-title {
    font-size: 34px;
  }
  .brit-loc-title-divider {
    width: 100%;
  }
  .brit-loc-appt-text {
    width: 100%;
    font-size: 15px;
  }
  .brit-loc-appt-features {
    grid-template-columns: repeat(4, 1fr);
  }
  .brit-loc-appt-image {
    position: relative;
    min-height: 100%;
    align-self: stretch;
    overflow: hidden;
  }
  .brit-loc-appt-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .brit-loc-feature-card {
    padding: 28px 12px;
  }
  .brit-loc-feature-card h4 {
    font-size: 15px;
  }
  .brit-loc-feature-card p {
    font-size: 13px;
  }
}
