.brit-sched-page {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: #1c2430;
  background: #eef3f7;
}

.brit-sched {
  width: 100%;
  padding: 72px 0 88px;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(44, 170, 223, 0.12), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
}
.container.loc-hero__inner {
    padding-left: 40px;
}
.our-svc__icon img {
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}
.brit-sched__wrap {
  display: flex;
  align-items: stretch;
  gap: 48px;
  width: 92%;
  max-width: 1367px;
  margin: 0 auto;
}
.postid-786 .loc-hero__media img {
    object-position: center;
}
.brit-sched__media {
  flex: 0 0 44%;
  width: 44%;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #d8e6ef;
  box-shadow:
    0 2px 6px rgba(15, 35, 55, 0.04),
    0 18px 40px rgba(15, 35, 55, 0.1);
	    position: relative;
    align-self: stretch;
}

.brit-sched__media img {
margin: 0;
    padding: 0;
    border: 0;
    display: block;
    border-radius: 16px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.brit-sched__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
	padding:80px 0;
}

.brit-sched__title {
  margin: 0 0 20px;
  color: #0f1a24;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.brit-sched__copy {
  margin: 0 0 28px;
}

.brit-sched__copy p {
  margin: 0 0 16px;
  color: #5a6b7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.brit-sched__copy p:last-child {
  margin-bottom: 0;
}

.brit-sched__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(28, 54, 72, 0.1);
}

.brit-sched__cta-line {
  margin: 16px 0 0;
  color: #0f1a24;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.brit-sched__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  width: 100%;
}

.brit-sched__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  background: #2caadf;
  border: 2px solid #2caadf;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(44, 170, 223, 0.28);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brit-sched__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: none;
  font-size: 16px;
  line-height: 1;
}

.brit-sched__btn-icon i {
  font-size: inherit;
  line-height: 1;
  color: inherit;
}

.brit-sched__btn:hover {
  background: #2497c7;
  border-color: #2497c7;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(44, 170, 223, 0.38);
}


.postid-784 .brit-sched__media img {
    object-position: center;
}
.postid-786 .loc-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to right, #eef3f8 0%, rgba(238, 243, 248, 0.7) 0%, rgba(238, 243, 248, 0.25) 0%, rgba(238, 243, 248, 0) 0%);
}
.postid-786 .loc-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 52%;
    z-index: 1;
    overflow: hidden;
}


/* Our Services — image cards */

.our-svc-page {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #1c2430;
  background: #eef3f7;
}

.our-svc {
  width: 100%;
  padding: 88px 0 100px;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(44, 170, 223, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 100%, rgba(15, 70, 100, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fbfd 0%, #eef3f7 100%);
}

.our-svc__wrap {
  width: 92%;
  max-width: 1367px;
  margin: 0 auto;
}

.our-svc__intro {
  max-width: 780px;
  margin: 0 0 48px;
}

.our-svc__title {
  margin: 0 0 18px;
  color: #0f1a24;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.our-svc__copy {
  margin: 0 0 14px;
  color: #5a6b7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.our-svc__lead {
  margin: 0;
  color: #0f1a24;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.our-svc__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
}

.our-svc__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 16.5px);
  width: calc(25% - 16.5px);
  max-width: calc(25% - 16.5px);
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(28, 54, 72, 0.08);
  border-radius: 18px;
  box-shadow:
    0 2px 6px rgba(15, 35, 55, 0.04),
    0 14px 32px rgba(15, 35, 55, 0.07);
  overflow: visible;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.our-svc__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, #2caadf, #7ec8e8);
  border-radius: 18px 18px 0 0;
}

.our-svc__card--b .our-svc__media::before {
  background: linear-gradient(90deg, #1a7a9c, #2caadf);
}

.our-svc__card--c .our-svc__media::before {
  background: linear-gradient(90deg, #2caadf, #3d9a7a);
}

.our-svc__card--d .our-svc__media::before {
  background: linear-gradient(90deg, #0f4c6e, #2caadf);
}

.our-svc__card:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 170, 223, 0.35);
  box-shadow:
    0 10px 20px rgba(15, 35, 55, 0.06),
    0 28px 48px rgba(15, 35, 55, 0.12);
}

.our-svc__media {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #e8f1f6;
  border-radius: 18px 18px 0 0;
}

.our-svc__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.our-svc__card:hover .our-svc__media img {
  transform: scale(1.06);
}

.our-svc__icon {
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: #2caadf;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 35, 55, 0.16);
  pointer-events: none;
}

.our-svc__icon svg {
  width: 26px;
  height: 26px;
  flex: none;
}

.our-svc__icon i {
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.our-svc__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 40px 22px 22px;
  border-radius: 0 0 18px 18px;
}

.our-svc__card-title {
  margin: 0 0 10px;
  color: #0f1a24;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.our-svc__card-copy {
  margin: 0 0 20px;
  color: #5a6b7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  flex: 1 1 auto;
}

.our-svc__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding: 16px 20px;
  background: #2caadf;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(44, 170, 223, 0.28);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease;
}

.our-svc__link svg {
  width: 15px;
  height: 15px;
  flex: none;
  transition: transform 0.25s ease;
}

.our-svc__link:hover {
  background: #2497c7;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(44, 170, 223, 0.38);
  gap: 12px;
}

.our-svc__link:hover svg {
  transform: translateX(3px);
}





.ss-locts-intro p {
    color: #45566b;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 0px;
}

.descript-locs p {
    color: #45566b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0px;
}

.doctor-section{
    padding:0px 20px;
}

.doctor-section .doctor-card{
    display:flex;
    align-items:flex-start;
    gap:50px;
    background:#fff;
    border-radius:22px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.doctor-section .reverse{
    flex-direction:row-reverse;
}

.doctor-section .doctor-image{
    width: 30%;
    flex-shrink:0;
}

.doctor-section .doctor-image img{
    width:300px;
	height:300px;
    border-radius:50%;
    border:5px solid #2caadf;
    display:block;
    object-fit: cover;
    object-position: top;
}
.doctor-section .doctor-content {
    flex: 1;
    width: 70%;
}

.doctor-section .doctor-content h2{
    font-size:28px;
    color:#000;
    margin-bottom:12px;
    font-weight:800;
}

.doctor-section .badge{
    display:inline-block;
    background:#2caadf;
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.doctor-content p{
    color:#555;
    line-height:1.8;
    font-size:14px;
    margin-bottom:25px;
}

.doctor-section .services{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:30px;
}

.doctor-section .services span{
    display:flex;
    align-items:center;
    gap:8px;
    background:#fff;
    border:1px solid #d7ecf7;
    padding:10px 18px;
    border-radius:40px;
    color:#163a5f;
    font-size:14px;
    font-weight:600;
}

.doctor-section .services i{
    
    width:28px;
    height:28px;
    border-radius:50%;
    background:#2caadf;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

.doctor-section .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    background:#2caadf;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
    font-size:14px;
}

.doctor-section .btn:hover{
    background:#1d98ca;
}

.doctor-description h4 {
    font-size: 16px;
}

.doctor-description ul {
    padding-left: 20px;
    font-size: 14px;
    color: #45566b;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* ---- Hero stage ---- */
.loc-hero {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
	background-color: #eef3f8;
}

.loc-hero__stage {
  position: relative;
}

.loc-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 40px 0px 20px;
}

.loc-hero__content {
  max-width: 560px;
}

/* Logo */
/*.loc-hero__logo {*/
/*  display: inline-flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  gap: 4px;*/
/*  margin-bottom: 26px;*/
/*  padding: 12px 26px;*/
/*  border-radius: 0 0 40px 0;*/
/*  background: #2caadf;*/
/*  color: #ffffff;*/
/*}*/

/*.loc-hero__logo-brand {*/
/*  font-family: "Playfair Display", Georgia, serif;*/
/*  font-size: 26px;*/
/*  font-weight: 700;*/
/*  line-height: 1;*/
/*  letter-spacing: 0.04em;*/
/*}*/

/*.loc-hero__logo-mid {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  font-family: "Playfair Display", Georgia, serif;*/
/*  font-size: 9px;*/
/*  font-weight: 600;*/
/*  letter-spacing: 0.22em;*/
/*  line-height: 1;*/
/*}*/

/*.loc-hero__logo-line {*/
/*  display: block;*/
/*  width: 26px;*/
/*  height: 1.5px;*/
/*  background: #ffffff;*/
/*}*/

/* Headline */
.loc-hero__title {
  margin: 0 0 18px;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0f1c2e;
}

.loc-hero__title-blue {
  color: #2caadf;
}

.loc-hero__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
  margin: 0 0 18px;
}

/* Award badge line */
.loc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 8px;
  width: 80%;
}

.loc-hero__badge-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    color: #2caadf;
    font-size: 60px;
}

.loc-hero__badge-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #0f1c2e;
}

.loc-hero__badge-text strong {
  font-weight: 700;
}

/* Body copy */
.loc-hero__copy {
  max-width: 500px;
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  color: #45566b;
}

/* Buttons */
.loc-hero__actions {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

.loc-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.loc-hero__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.loc-hero__btn--primary {
    background: #2caadf;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(44, 170, 223, 0.3);
    border: 2px solid #2caadf;
    width: max-content;
    font-size: 13px;
}

.loc-hero__btn--primary:hover {
  background: #24a0cf;
  transform: translateY(-1px);
}
.loc-hero__btn--phone {
    background: #ffffff;
    color: #2caadf;
    border: 2px solid #2caadf;
    width: 45%;
    font-size: 18px;
    line-height: 16px;
}

.loc-hero__btn--phone:hover {
  background: #2caadf;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Hero image (right, behind content on left) */
.loc-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  z-index: 1;
  overflow: hidden;
}

.loc-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
    background: linear-gradient(to right, #eef3f8 0%, rgba(238, 243, 248, 0.7) 15%, rgba(238, 243, 248, 0.25) 20%, rgba(238, 243, 248, 0) 25%);
}

.postid-785 .loc-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  z-index: 1;
  overflow: hidden;
}

.postid-785 .loc-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
    background: linear-gradient(to right, #eef3f8 0%, rgba(238, 243, 248, 0.7) 40%, rgba(238, 243, 248, 0.25) 45%, rgba(238, 243, 248, 0) 52%);
}
.postid-78 .loc-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  z-index: 1;
  overflow: hidden;
}

.postid-78 .loc-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
    background: linear-gradient(to right, #eef3f8 0%, rgba(238, 243, 248, 0.7) 40%, rgba(238, 243, 248, 0.25) 45%, rgba(238, 243, 248, 0) 52%);
}
.loc-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.loc-hero__media:hover img {
  transform: scale(1.02);
}

/* Award seal overlay */
.loc-hero__award {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 83%;
    width: 200px;
}

.loc-hero__award img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

/* ---- Bottom feature bar ---- */
.loc-hero__features {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #2caadf 0%, #4cc3ef 100%);
}

.loc-hero__feature-list {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.loc-hero__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 20px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  width:16.66%;
}

.loc-hero__feature:last-child {
  border-right: 0;
}

.loc-hero__feature-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
  font-size: 18px;
}

.loc-hero__feature-label {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
}

/* =========================================
   Welcome Section — Desktop
   ========================================= */
.loc-welcome {
  padding: 80px 40px;
}

.loc-welcome__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}

.loc-welcome__content,
.loc-welcome__media {
  flex: 1 1 calc(50% - 30px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
}

.loc-welcome__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: #ffffff;
  color: #2caadf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(44, 170, 223, 0.16);
}

.loc-welcome__badge i {
  font-size: 14px;
}

.loc-welcome__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1c2e;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  padding-top: 20px;
}

.loc-welcome__title span {
  color: #2caadf;
}

.loc-welcome__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
}

.loc-welcome__text p {
  font-size: 14px;
  margin-bottom: 18px;
  color: #45566b;
  line-height: 1.7;
}

.loc-welcome__text p:last-child {
  margin-bottom: 0;
}

.loc-welcome__text strong {
  color: #0f1c2e;
  font-weight: 600;
}

.loc-welcome__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  padding-top: 10px;
}

.loc-welcome__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.loc-welcome__btn--primary {
  background: #2caadf;
  color: #ffffff;
  border-color: #2caadf;
  padding: 14px 24px;
}

.loc-welcome__btn--primary:hover {
  background: transparent;
  color: #2caadf;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(44, 170, 223, 0.28);
}

.loc-welcome__btn--secondary {
  color: #2caadf;
  border-color: transparent;
  padding: 8px 0;
}

.loc-welcome__btn--secondary i {
  font-size: 18px;
}

.loc-welcome__btn--secondary:hover {
  color: #1f92c6;
  transform: translateY(-2px);
}

.loc-welcome__media {
  gap: 20px;
  padding-top: 20px;
}

.loc-welcome__video {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.loc-welcome__video-embed {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  background: #000;
}

.loc-welcome__video-embed iframe,
.loc-welcome__video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000;
}

.loc-welcome__video-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #ffffff;
  border-top: 1px solid #2caadf;
  font-size: 14px;
  font-weight: 500;
  color: #0f1c2e;
}

.loc-welcome__video-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.loc-welcome__video-footer i {
  color: #2caadf;
}

.loc-welcome__youtube-link {
  color: #0f1c2e;
  font-size: 13px;
  text-decoration: none;
}

.loc-welcome__youtube-link i {
  color: #ff0000;
  font-size: 18px;
}

.loc-welcome__youtube-link:hover {
  color: #2caadf;
}

.loc-welcome__features {
  display: flex;
  padding: 0;
  background: transparent;
  flex-wrap:wrap;
}
.loc-welcome__inners {
    width:33.33%;
    padding:10px;
}
.loc-welcome__feature {
  /*flex: 1;*/
      height: 100%;
  background: #ffffff;
  border: 1px solid #2caadf;
  border-radius: 14px;
  padding: 40px 15px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.loc-welcome__feature-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
  flex-wrap:wrap;
}

.loc-welcome__feature-icon {
  width: 46px;
  height: 46px;
  background: rgba(44, 170, 223, 0.12);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.loc-welcome__feature-icon i {
  font-size: 20px;
  color: #2caadf;
}

.loc-welcome__feature h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0f1c2e;
  line-height: 1.3;
  margin: 0;
}

.loc-welcome__feature p {
  font-size: 12px;
  color: #45566b;
  line-height: 1.6;
  margin-top: 8px;
}

.loc-welcome__feature:hover {
  transform: translateY(-4px);
  border-color: #2caadf;
  background-color: #ffffff;
  box-shadow: 0 12px 28px rgba(44, 170, 223, 0.18);
}

/* =========================================
   Services Section — Desktop
   ========================================= */
.loc-services {
  padding: 0 40px 80px;
}

.loc-services__intro {
  padding: 20px 0px 40px 0px;
}

.loc-services__intro-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.loc-services__intro-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.loc-services__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2caadf;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.loc-services__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f1c2e;
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}

.loc-services__title span {
  color: #2caadf;
}

.loc-services__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
  margin: 0 0 18px;
}

.loc-services__copy {
  font-size: 14px;
  line-height: 1.7;
  color: #45566b;
  max-width: 460px;
  margin: 0;
}

.loc-services__intro-media {
  position: relative;
  flex: 1 1 50%;
  min-width: 300px;
  overflow: hidden;
}

.loc-services__intro-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 46%);
}

.loc-services__intro-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.loc-services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}
a.m-locatos {
    width: 25%;
    padding: 15px;
}
.loc-services__grid--5 {
  margin-top: 40px;
}

.loc-service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0 16px 22px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height:100%;
}

.loc-service-card__media {
  position: relative;
  margin: 12px 0 34px;
}

.loc-service-card__media img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.loc-service-card__icon {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2caadf;
  color: #ffffff;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 14px rgba(44, 170, 223, 0.4);
}

.loc-service-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #2caadf;
  line-height: 1.3;
  margin: 0 0 8px;
}

.loc-service-card__text {
  font-size: 12px;
  line-height: 1.6;
  color: #45566b;
  margin: 0;
}

.loc-service-card:hover {
  transform: translateY(-4px);
  border-color: #2caadf;
  box-shadow: 0 14px 30px rgba(44, 170, 223, 0.16);
}

/* =========================================
   Team Section — Desktop
   ========================================= */
.loc-team {
  padding: 70px 40px;
  background: #f5f9fd;
}

.loc-team__head {
  text-align: center;
}

.loc-team__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: #e8f4ff;
  color: #2caadf;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.loc-team__heading {
  font-size: 40px;
  color: #0f1c2e;
  margin: 10px 0 20px;
  line-height: 1.15;
}

.loc-team__subtext {
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
  color: #45566b;
}

.loc-team__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}

.loc-team__card {
  flex: 0 0 calc(33.333% - 17px);
  max-width: calc(33.333% - 17px);
  background: #ffffff;
  padding: 10px 10px 15px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
  text-align: center;
}

.loc-team__card:hover {
  transform: translateY(-8px);
}

.loc-team__image-box {
  position: relative;
}

.loc-team__image-box img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  display: block;
}

.loc-team__profile-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: #9ABE2C;
  box-shadow: 0 0 2px #000;
}

.loc-team__name {
  font-size: 24px;
  margin-top: 15px;
  color: #0f1c2e;
  line-height: 1.2;
}

.loc-team__role {
  display: block;
  margin-top: 6px;
  color: #9ABE2C;
  font-weight: 600;
}

.loc-team__features {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #f5f5f5;
  position: relative;
}

.loc-team__features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 2px;
  border-radius: 10px;
  background: #9ABE2C;
}

.loc-team__box {
  width: 90px;
}

.loc-team__box i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #2caadf;
  margin-bottom: 8px;
  border: 1px solid #80808036;
}

.loc-team__box p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}

.loc-team__box .fa-heart {
  color: #9ABE2C;
}

.loc-team__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  text-decoration: none;
  border-radius: 10px;
  background: #ffffff;
  color: #2caadf;
  border: 1px solid #2caadf;
  font-weight: 600;
  transition: 0.3s;
}

.loc-team__link:hover {
  background: #2caadf;
  color: #ffffff;
  border-color: #2caadf;
}


/* =========================================
   Conditions Section — Desktop
   ========================================= */
.loc-cond {
  padding: 70px 40px 70px 40px;
}

.loc-cond__intro {
  padding: 10px 0px 40px;
}

.loc-cond__intro-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.loc-cond__intro-content {
    flex: unset;
    min-width: 100%;
    text-align: center;
}

.loc-cond__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: #0f1c2e;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.loc-cond__title span {
  color: #2caadf;
}

.loc-cond__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
  margin: 10px auto;
}

.loc-cond__copy {
  font-size: 14px;
  line-height: 1.7;
  color: #45566b;
  max-width: 70%;
  margin: 0 auto;
}

.loc-green_-copy {
    font-size: 14px;
    line-height: 1.7;
    color: #45566b;
    max-width: 70%;
    margin: 0 auto;
    text-align:center;
}

.loc-cond__intro-media {
  position: relative;
  flex: 1 1 50%;
  min-width: 300px;
  overflow: hidden;
  display:none;
}

.loc-cond__intro-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 46%);
}

.loc-cond__intro-media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.loc-cond__intro-logo {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 48%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
}

.loc-cond__intro-logo img {
  width: 18px;
  height: auto;
}

.loc-cond__intro-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-size: 10px;
  letter-spacing: 1px;
  color: #0f1c2e;
}

.loc-cond__intro-logo-text strong {
  font-size: 13px;
  color: #2caadf;
}

.loc-cond__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
	margin-right: 50px;
}

.loc-cond-card {
  background: #ffffff;
  border: 1px solid #e6ebf1;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 28, 46, 0.05);
}

.loc-cond-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.loc-cond-card__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.loc-cond-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1c2e;
  margin: 0;
}

.loc-cond-card__media {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.loc-cond-card__media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.loc-cond-card__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.loc-cond-card__list--two {
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.loc-cond-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #2b3a4d;
}

.loc-cond-card__list i {
  font-size: 15px;
  flex: 0 0 auto;
}

.loc-cond-card__note-line {
  display: block;
  height: 1px;
  background: #e6ebf1;
  margin: 0 0 14px;
}

.loc-cond-card__note {
  font-size: 12.5px;
  line-height: 1.6;
  color: #6b7c90;
  margin: 0;
  margin-top: auto;
}

.loc-cond-card--blue .loc-cond-card__icon { background: #2caadf; }
.loc-cond-card--blue .loc-cond-card__list i { color: #2caadf; }
.loc-cond-card--blue .loc-cond-card__note-line { background: #2caadf; }

.loc-cond-card--green .loc-cond-card__icon { background: #5a9e2e; }
.loc-cond-card--green .loc-cond-card__list i { color: #5a9e2e; }
.loc-cond-card--green .loc-cond-card__note-line { background: #5a9e2e; }

.loc-cond-card--orange .loc-cond-card__icon { background: #e5872a; }
.loc-cond-card--orange .loc-cond-card__list i { color: #e5872a; }
.loc-cond-card--orange .loc-cond-card__note-line { background: #e5872a; }

.loc-cond-card--purple .loc-cond-card__icon { background: #7b3f9e; }
.loc-cond-card--purple .loc-cond-card__list i { color: #7b3f9e; }
.loc-cond-card--purple .loc-cond-card__note-line { background: #7b3f9e; }

.loc-cond__bar {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 32px;
  padding: 18px 10px;
  background: #f5f9fd;
  border: 1px solid #e6ebf1;
  border-radius: 14px;
	margin-right: 50px;
}

.loc-cond__bar-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 14px;
  border-right: 1px solid #dbe6f0;
}

.loc-cond__bar-item:last-child {
  border-right: 0;
}

.loc-cond__bar-item--lead {
  flex: 1.4;
}

.loc-cond__bar-icon {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2caadf;
    color: #ffffff;
    font-size: 30px;
}

.loc-cond__bar-text {
    align-self: center;
}

.loc-hero__copy ul {
    padding-left: 25px;
}

.loc-cond__bar-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0f1c2e;
  margin: 0 0 4px;
  line-height: 1.25;
}

.loc-cond__bar-text p {
  font-size: 11.5px;
  line-height: 1.5;
  color: #6b7c90;
  margin: 0;
}

/* =========================================
   Reviews Section — Desktop
   ========================================= */
.loc-reviews {
  padding: 70px 40px;
  background: #f5f9fd;
}

.loc-reviews__head {
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
}

.loc-reviews__kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2caadf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.loc-reviews__title {
  font-size: 40px;
  line-height: 1.2;
  color: #0f1c2e;
  font-weight: 800;
  margin: 0 0 8px;
}

.loc-reviews__subtext {
  color: #45566b;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.loc-reviews__shortcode-wrap {
  margin: 0 auto 22px;
}

.loc-reviews__shortcode {
  min-height: 40px;
}

.loc-reviews__foot {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #eef5fd;
  border: 1px solid #e2ecfa;
  border-radius: 12px;
  overflow: hidden;
}

.loc-reviews__note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 28px;
}

.loc-reviews__note:first-child {
  border-right: 1px solid #d9e6f8;
}

.loc-reviews__note i {
  color: #ffffff;
  background: #2caadf;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}

.loc-reviews__note h3 {
  color: #0f1c2e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 3px;
}

.loc-reviews__note p {
  color: #45566b;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.loc-reviews__cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.loc-reviews__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 8px;
  background: #2caadf;
  color: #ffffff;
  border: 1px solid #2caadf;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.loc-reviews__btn:hover {
  background: transparent;
  color: #2caadf;
  transform: translateY(-2px);
}

/* =========================================
   Experience Section — Desktop
   ========================================= */
.loc-exp__row {
  padding: 60px 40px 60px;
}

.loc-exp__row--alt {
  background: #f2f8fd;
}

.loc-exp__row-inner {
  display: flex;
  align-items: center;
  gap: 55px;
}

.loc-exp__content {
  flex: 1 1 50%;
  padding:80px 0;
}

.loc-exp__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: #0f1c2e;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.loc-exp__title span {
  color: #2caadf;
}

.loc-exp__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
  margin: 0 0 26px;
}

.loc-exp__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.loc-exp__item {
  display: flex;
  align-items: center;
  gap: 0px;
}

.loc-exp__icon i.fa-solid{
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2caadf;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 15px;
}

.loc-exp__item p {
  font-size: 14px;
  line-height: 1.65;
  color: #45566b;
  margin: 0;
}

.loc-exp__media {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
 position: relative;
    align-self: stretch;
}

.loc-exp__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 18%, rgba(255, 255, 255, 0) 45%);
}

.loc-exp__row--reverse .loc-exp__media::before {
  display: none;
}

.loc-exp__media img {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.loc-exp__row--reverse .loc-exp__media img {
  border-radius: 16px;
}

/* =========================================
   Why Choose Section — Desktop
   ========================================= */
.loc-why__top {
  padding: 60px 40px 70px 40px;
}

.loc-why__top-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.loc-why__content {
  flex: 3 1 0;
  min-width: 260px;
}

.loc-why__right {
  flex: 7 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.loc-why__kicker {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0f1c2e;
  margin-bottom: 4px;
}

.loc-why__title {
  margin: 0 0 16px;
  line-height: 1.2;
  color: #0f1c2e;
  font-size: 40px;
  font-weight: 800;
}

.loc-why__title-big {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #2caadf;
  letter-spacing: -1px;
}

.loc-why__divider {
  width: 60px;
  height: 3px;
  background: #2caadf;
  border-radius: 2px;
  margin: 18px 0 26px;
}

.loc-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loc-why__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.loc-why__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2caadf;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.loc-why__item-text h3 {
  font-size: 15px;
  font-weight: 700;
  color: #2caadf;
  margin: 0 0 4px;
  letter-spacing: 0.2px;
}

.loc-why__item-text p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #45566b;
  margin: 0;
}

.loc-why__media {
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #2caadf;
  border-radius: 0 0 50% 50% / 0 0 13% 13%;
  box-shadow: 0 16px 26px -18px rgba(15, 28, 46, 0.35);
}

.loc-why__media img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

.loc-why__services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
	margin-right: 50px;
}

.loc-why-serv {
  background: #ffffff;
  border: 1px solid #e6ebf1;
  border-radius: 14px;
  padding: 0 14px 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15, 28, 46, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.loc-why-serv:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(44, 170, 223, 0.16);
}

.loc-why-serv__media {
  position: relative;
  margin: 12px 0 34px;
}

.loc-why-serv__media img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.loc-why-serv__icon {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #2caadf;
  color: #ffffff;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 14px rgba(44, 170, 223, 0.4);
}

.loc-why-serv__title {
  font-size: 14px;
  font-weight: 700;
  color: #2caadf;
  line-height: 1.3;
  margin: 0 0 8px;
}

.loc-why-serv__text {
  font-size: 12px;
  line-height: 1.6;
  color: #45566b;
  margin: 0;
}










/* =========================================
       Consition Cards design
   ========================================= */
   

.brit-tracks-page {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: #1c2430;
  background: #eef3f7;
}

.brit-tracks {
  width: 100%;
  padding: 88px 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(44, 170, 223, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(28, 90, 120, 0.08), transparent 50%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
}

.brit-tracks__wrap {
  width: 92%;
  max-width: 1367px;
  margin: 0 auto;
}

.brit-tracks__intro {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.brit-tracks__title {
  margin: 0 0 16px;
  color: #0f1a24;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.brit-tracks__lead {
  margin: 0;
  color: #5a6b7a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.brit-tracks__lead p {
  margin: 0 0 12px;
}

.brit-tracks__lead p:last-child {
  margin-bottom: 0;
}

.brit-tracks__serve-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.brit-tracks__serve-title {
  margin: 0;
  color: #0f1a24;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.brit-tracks__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}

.brit-tracks__bottom-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #2caadf;
  background: rgba(44, 170, 223, 0.12);
  font-size: 18px;
}

.brit-tracks__note {
  margin: 0;
  color: #4a5a68;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.brit-tracks__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
      padding-bottom: 30px;
}

.brit-tracks__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 18px);
  width: calc(25% - 18px);
  max-width: calc(25% - 18px);
  min-width: 0;
  padding: 28px 26px 26px;
  background: #ffffff;
  border: 1px solid rgba(28, 54, 72, 0.06);
  border-radius: 18px;
  box-shadow:
    0 2px 4px rgba(15, 35, 55, 0.04),
    0 12px 28px rgba(15, 35, 55, 0.08);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.brit-tracks__card:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 170, 223, 0.28);
  box-shadow:
    0 8px 16px rgba(15, 35, 55, 0.06),
    0 24px 48px rgba(15, 35, 55, 0.14);
}

.brit-tracks__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.brit-tracks__card--spine .brit-tracks__accent {
  background: linear-gradient(90deg, #2caadf, #7ec8e8);
}

.brit-tracks__card--pain .brit-tracks__accent {
  background: linear-gradient(90deg, #1a7a9c, #2caadf);
}

.brit-tracks__card--joint .brit-tracks__accent {
  background: linear-gradient(90deg, #2caadf, #3d9a7a);
}

.brit-tracks__card--special .brit-tracks__accent {
  background: linear-gradient(90deg, #0f4c6e, #2caadf);
}

.brit-tracks__card-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

.brit-tracks__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #2caadf;
  background: rgba(44, 170, 223, 0.12);
  box-shadow: inset 0 0 0 1px rgba(44, 170, 223, 0.18);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.brit-tracks__card:hover .brit-tracks__badge {
  transform: scale(1.06);
  color: #ffffff;
  background: #2caadf;
  box-shadow: 0 10px 22px rgba(44, 170, 223, 0.35);
}

.brit-tracks__badge svg,
.brit-tracks__badge i {
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 1;
}

.brit-tracks__card-title {
  margin: 0;
  color: #0f1a24;
  font-family:"Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.brit-tracks__card-lead {
  color: #000;
  font-size: 14px;
  font-weight: 400;
    margin-bottom:20px;
}

.brit-tracks__card-desc {
  margin: 0 0 28px;
  color: #3d4d5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  flex: 1 1 auto;
}

.brit-tracks__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  flex: 1 1 auto;
}

.brit-tracks__list li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-bottom: 1px solid rgba(28, 54, 72, 0.07);
  color: #3d4d5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.brit-tracks__list-extra {
  display: block;
  margin-top: 4px;
  color: #6a7a88;
  font-size: 13px;
  font-weight: 400;
}

.brit-tracks__list li:last-child {
  border-bottom: 0;
}

.brit-tracks__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2caadf;
  box-shadow: 0 0 0 3px rgba(44, 170, 223, 0.18);
}

.brit-tracks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  margin-top: auto;
  padding: 14px 18px;
  background: #2caadf;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #2caadf, 0 8px 18px rgba(44, 170, 223, 0.28);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.brit-tracks__btn svg {
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform 0.25s ease;
}

.brit-tracks__btn:hover {
  background: #2497c7;
  box-shadow: 0 0 0 1px #2497c7, 0 12px 26px rgba(44, 170, 223, 0.4);
  transform: translateY(-2px);
}

.brit-tracks__btn:hover svg {
  transform: translateX(3px);
}

/* =========================================
   ===========  TABLET  ===========
  
   ========================================= */
@media (min-width: 768px) and (max-width: 1024px) {
    .loc-welcome__inners {
    width: 50%;
    padding: 10px;
}
     .brit-tracks {
    padding: 64px 0;
  }

  .brit-tracks__title {
    font-size: 32px;
  }

  .brit-tracks__card {
    flex: 0 0 calc(50% - 9px);
    width: calc(49% - 9px);
    max-width: calc(49% - 9px);
  }
  .brit-sched {
    padding: 56px 0 72px;
  }

  .brit-sched__wrap {
    gap: 32px;
  }

  .brit-sched__media {
    flex: 0 0 40%;
    width: 40%;
  }

  .brit-sched__media img {
    min-height: 360px;
  }

  .brit-sched__title {
    font-size: 30px;
  }

  .brit-sched__copy p {
    font-size: 15px;
  }
    
    
     .our-svc {
    padding: 64px 0 80px;
  }

  .our-svc__title {
    font-size: 30px;
  }

  .our-svc__card {
    flex: 0 0 calc(50% - 11px);
    width: calc(50% - 11px);
    max-width: calc(50% - 11px);
  }

  .our-svc__media {
    height: 200px;
  }

  .our-svc__icon {
    top: 200px;
  }
    
    
  /* Hero */
  .loc-hero {
    padding: 0px 0px;
  }
  .loc-hero__inner {
    padding: 32px 40px 56px;
  }

  .loc-hero__title {
    font-size: 40px;
  }

  .loc-hero__media {
    left: 48%;
  }

  .loc-hero__award {
    top: 20px;
    left: 46%;
    width: 118px;
  }

  .loc-hero__feature {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 18px 8px;
  }

  .loc-hero__feature-label br {
    display: none;
  }

  /* Welcome */
  .loc-welcome {
    padding: 50px 40px;
  }

  .loc-welcome__container {
    flex-direction: column;
    gap: 48px;
    align-items: stretch;
  }

  .loc-welcome__content,
  .loc-welcome__media {
    flex: 1 1 100%;
  }

  .loc-welcome__features {
    flex-direction: row;
    gap: 24px;
  }

  .loc-welcome__feature {
    flex: 1 1 100%;
  }

  .loc-welcome__feature-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .loc-welcome__video-footer {
    padding: 12px 16px;
  }
	
  .loc-hero__feature-list {
		flex-wrap: nowrap;
		justify-content: center;
  }

  /* Services */
  .loc-services__intro {
    padding: 20px 0px 32px;
  }
	
  .loc-services {
    padding: 0 40px 20px;
  }

  .loc-services__intro-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .loc-services__intro-content,
  .loc-services__intro-media {
    flex: 1 1 100%;
  }
	
  a.m-locatos {
    width: 49%;
	padding: 0px;
  }
	
  .loc-services__grid {
    margin-top: 0px;
    gap: 10px;
  }

  /* Team */
  .loc-team {
    padding: 60px 40px;
  }

  .loc-team__heading {
    font-size: 38px;
  }

  .loc-team__container {
    gap: 18px;
  }

  .loc-team__card {
    flex: 0 0 calc(50% - 9px);
    max-width: calc(50% - 9px);
  }

  

  .loc-team__divider {
    width: 100%;
    height: 1px;
  }
	
.doctor-section .doctor-image img {
    width: 190px;
    height: 190px;
}

  /* Conditions */
  .loc-cond {
    padding: 0 40px 60px;
  }

  .loc-cond__intro-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .loc-cond__intro-content,
  .loc-cond__intro-media {
    flex: 1 1 100%;
  }

  .loc-cond__grid {
    grid-template-columns: repeat(2, 1fr);
	margin-right: 0px;
  }

  .loc-cond__bar {
    flex-wrap: wrap;
  }

  .loc-cond__bar-item {
    flex: 1 1 calc(50% - 4px);
    border-right: 0;
    border-bottom: 1px solid #dbe6f0;
  }

  .loc-cond__bar-item--lead {
    flex: 1 1 100%;
  }

  /* Reviews */
  .loc-reviews {
    padding: 60px 40px;
  }

  /* Experience */
  .loc-exp__row {
    padding: 48px 40px;
  }

  .loc-exp__row-inner,
  .loc-exp__row--reverse .loc-exp__row-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .loc-exp__content,
  .loc-exp__media {
    flex: 1 1 100%;
  }

  .loc-exp__media::before,
  .loc-exp__row--reverse .loc-exp__media::before {
    display: none;
  }

  .loc-exp__media img {
    height: 320px;
    border-radius: 16px;
  }

  /* Why Choose */
  .loc-why__top {
    padding: 48px 40px 56px;
  }

  .loc-why__top-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .loc-why__content,
  .loc-why__right {
    flex: 1 1 100%;
  }

  .loc-why__media img {
    height: 340px;
  }

  .loc-why__services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
	margin-right: 0;
  }
     .loc-hero__feature {
  width:50%;
}
}

/* =========================================
   ===========  MOBILE  ===========
  
   ========================================= */
@media (max-width: 767px) {

.container.loc-hero__inner {
    padding-left: 16px;
}
	    .loc-hero__btn {

        white-space: normal;
    }
	.loc-welcome__inners {
    width: 100%;
    padding: 10px;
}
.loc-exp__media img {
    position: unset;
}
   .brit-sched {
    padding: 48px 0 64px;
  }
	
.brit-sched__media img {
    position: unset;
}
  .loc-hero {
    padding: 0px 0px !important;
}

  .brit-sched__wrap {
    flex-direction: column;
    gap: 28px;
  }

  .brit-sched__media {
    flex: none;
    width: 100%;
  }

  .brit-sched__media img {
    min-height: 240px;
    max-height: 320px;
  }

  .brit-sched__title {
    font-size: 24px;
  }

  .brit-sched__copy p,
  .brit-sched__cta-line {
    font-size: 14px;
  }

  .brit-sched__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brit-sched__btn {
    width: 100%;
  }
  

    
  .brit-tracks {
    padding: 48px 0;
  }

  .brit-tracks__intro {
    margin-bottom: 32px;
    text-align: left;
  }

  .brit-tracks__title {
    font-size: 24px;
  }

  .brit-tracks__lead {
    font-size: 15px;
  }

  .brit-tracks__bottom {
    margin-top: 28px;
    justify-content: flex-start;
    text-align: left;
  }

  .brit-tracks__note {
    font-size: 14px;
  }

  .brit-tracks__serve-title {
    font-size: 24px;
  }

  .brit-tracks__grid {
    gap: 18px;
    justify-content: center;
    padding: 20px 20px;
  }

  .brit-tracks__card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 20px;
  }

  .brit-tracks__card-title {
    font-size: 16px;
  }
  
  
    
    .our-svc {
    padding: 48px 0 64px;
  }

  .our-svc__intro {
    margin-bottom: 32px;
  }

  .our-svc__title {
    font-size: 24px;
  }

  .our-svc__copy,
  .our-svc__lead {
    font-size: 15px;
  }

  .our-svc__grid {
    gap: 16px;
    padding:0 20px;
  }

  .our-svc__card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .our-svc__media {
    height: 210px;
  }

  .our-svc__icon {
    top: 210px;
    width: 52px;
    height: 52px;
  }

  .our-svc__icon svg {
    width: 24px;
    height: 24px;
  }

  .our-svc__card-title {
    font-size: 20px;
  }
    
    .loc-cond__copy {
    max-width: 100%;
    }
    
    
    .doctor-section .doctor-image img {
    width: 110px;
    height: 110px;
}
   .doctor-section .doctor-image {
    width: 100%;
} 
    .doctor-section .doctor-card {
    padding:20px;
    gap: 20px;
}
.doctor-section {
    padding: 0px 10px;
}

.doctor-section .btn {
    padding: 14px 10px;
    font-size: 14px;
}
.doctor-section .doctor-content h2 {
    font-size: 24px;
    line-height: 32px;
}
    .doctor-section .doctor-card {
    flex-wrap: wrap;
}
.doctor-section .reverse {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
    .loc-hero__feature {
  width:100%;
}
  /* Hero */
  .loc-hero__stage {
    min-height: 0;
  }
a.m-locatos {
    width: 100%;
	padding: 10px 15px;
}
.loc-service-card {
    padding: 0 16px 40px;
}
  .loc-hero__media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .loc-hero__media::before {
    display: none;
  }

  .loc-hero__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .loc-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }

  .loc-hero__content {
    max-width: 100%;
    order: 2;
  }

  .loc-hero__award {
    order: 1;
    top: 12px;
    left: 12px;
    width: 120px;
    margin: 0 0 8px auto;
  }

  .loc-hero__title {
    font-size: 30px;
  }
	
	.loc-hero__badge {
		width: 100%;
	}
	
	.loc-hero__badge-icon {
		font-size: 50px;
	}

  .loc-hero__badge-text {
    font-size: 14px;
  }

  .loc-hero__copy {
    max-width: 100%;
  }

  .loc-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .loc-hero__btn {
    justify-content: center;
    width: 100%;
  }

  .loc-hero__feature-list {
    flex-wrap: wrap;
  }

  .loc-hero__feature {
    justify-content: flex-start;
	width: 100%;
    gap: 14px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .loc-hero__feature:last-child {
    border-bottom: 0;
  }

  .loc-hero__feature-label br {
    display: none;
  }

  /* Welcome */
  .loc-welcome {
    padding: 20px 16px;
  }

  .loc-welcome__container {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }

  .loc-welcome__content,
  .loc-welcome__media {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .loc-welcome__title {
    font-size: 24px;
	padding-top: 20px;
  }
	
  .loc-cond__title {
    font-size: 24px;
  }
	
  .loc-reviews__title {
    font-size: 24px;
  }
	
  .loc-exp__title {
    font-size: 24px;
  }
	
  .loc-services__title {
    font-size: 24px;
  }
	
  .why-brittian {
    font-size: 24px !important;
  }
	
	.loc-cond__bar-text {
		width: 100%;
	}
	
  .loc-welcome__text p {
    font-size: 14px;
  }

  .loc-welcome__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 24px;
  }

  .loc-welcome__btn--primary,
  .loc-welcome__btn--secondary {
    width: 100%;
    justify-content: center;
  }

  .loc-welcome__features {
    flex-direction: column;
    gap: 14px;
  }

  .loc-welcome__feature {
    min-width: 100%;
    padding: 16px;
  }

  .loc-welcome__feature-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .loc-welcome__video-footer {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 14px;
  }

  /* Services */
  .loc-services {
    padding: 0 0 20px;
  }

  .loc-services__intro {
    padding: 20px 16px;
  }

  .loc-services__intro-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .loc-services__intro-content,
  .loc-services__intro-media {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .loc-services__intro-media img {
    height: 240px;
  }

  .loc-services__grid {
    margin-top: 0px;
  }

  .loc-service-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .loc-service-card__media img {
    height: 180px;
  }

  /* Team */
  .loc-team {
    padding: 20px 16px;
  }

  .loc-team__badge {
    font-size: 12px;
    padding: 7px 14px;
  }

  .loc-team__heading {
    font-size: 24px;
  }

  .loc-team__subtext {
    font-size: 14px;
  }

  .loc-team__container {
    gap: 14px;
    margin-top: 26px;
  }

  .loc-team__card {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 16px;
  }

  .loc-team__image-box img {
    height: 260px;
  }

  .loc-team__features {
    gap: 8px;
  }

  .loc-team__box {
    width: calc(33.33% - 6px);
  }


  /* Conditions */
  .loc-cond {
    padding: 0 0 20px;
  }

  .loc-cond__intro {
    padding: 20px 16px;
  }

  .loc-cond__intro-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .loc-cond__intro-content,
  .loc-cond__intro-media {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .loc-cond__intro-media img {
    height: 240px;
  }

  .loc-cond__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 16px;
	margin-right: 0;
  }

  .loc-cond-card__media img {
    height: 180px;
  }

  .loc-cond__bar {
    flex-direction: column;
    gap: 4px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .loc-cond__bar-item {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 1px solid #dbe6f0;
    flex-wrap: wrap;
  }

  .loc-cond__bar-item:last-child {
    border-bottom: 0;
  }

  /* Reviews */
  .loc-reviews {
    padding: 20px 16px;
  }

  .loc-reviews__subtext {
    font-size: 15px;
  }

  .loc-reviews__foot {
    grid-template-columns: 1fr;
  }

  .loc-reviews__note {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .loc-reviews__note:first-child {
    border-right: 0;
    border-bottom: 1px solid #d9e6f8;
  }

  .loc-reviews__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 16px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }

  /* Experience */
  .loc-exp__row {
    padding: 20px 16px;
  }

  .loc-exp__row-inner,
  .loc-exp__row--reverse .loc-exp__row-inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 26px;
  }

  .loc-exp__content,
  .loc-exp__media {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .loc-exp__item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .loc-exp__media::before,
  .loc-exp__row--reverse .loc-exp__media::before {
    display: none;
  }

  .loc-exp__media img {
    height: 240px;
    border-radius: 16px;
  }

  /* Why Choose */
  .loc-why__top {
    padding: 20px 16px;
  }

  .loc-why__top-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }

  .loc-why__content,
  .loc-why__right {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .loc-why__item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .loc-why__media img {
    height: 240px;
  }

  .loc-why__services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
	margin-right: 0;
  }

  .loc-why-serv__media img {
    height: 180px;
  }
}
