/* 
Theme: Medimed
Loaded after Bootstrap + Theme styles
Use this file for all custom styling
*/

/* =========================
   ROOT / GLOBAL
========================= */

:root {
	--bs-warning: #701a3d;

	--medimed-blue: #123c73;
	--medimed-blue-dark: #072f67;
	--medimed-blue-mid: #0b4f8a;
	--medimed-blue-light: #29a1d8;
	--medimed-maroon: #7b1f47;
	--medimed-maroon-dark: #641938;
	--medimed-green: #1d8b43;
	--medimed-bg-light: #f3f5f9;
	--medimed-border: #dbe2ea;
	--medimed-text: #51698d;
	--medimed-muted: #667892;
}

html,
body {
	overflow-x: hidden !important;
}

/*.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}*/





/* =========================================================
   Medimed AGM / Download Documents Section
   Works with existing rst-agm PHP structure
========================================================= */

:root {
    --medimed-navy: #101b46;
    --medimed-blue: #162f5f;
    --medimed-dark-blue: #0b1844;
    --medimed-maroon: #76133f;
    --medimed-maroon-dark: #5b0f31;
    --medimed-light-bg: #f4f7fb;
    --medimed-border: #dbe3ef;
    --medimed-text: #2f3340;
    --medimed-muted: #6f7685;
    --medimed-white: #ffffff;
}

.no-pads{
	padding:0px !important;
}

/* Main page spacing */
.rst-agm-page {
    background: var(--medimed-light-bg);
}

.rst-agm-page > section.py-5:first-child {
    background: var(--medimed-white);
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}

.rst-agm-page h1 {
    color: var(--medimed-maroon) !important;
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.rst-agm-page .lead {
    color: var(--medimed-text);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    max-width: 900px;
}

.rst-agm-page .text-success {
    color: var(--medimed-maroon) !important;
}

.rst-agm-page .text-primary {
    color: var(--medimed-maroon) !important;
}

/* Library wrapper */
.rst-agm-library {
    padding: 2.5rem 0 5rem;
    background: var(--medimed-light-bg);
}

/* =========================================================
   Mobile Category Dropdown
========================================================= */

.rst-agm-mobile-select-wrap {
    display: none;
    margin-bottom: 1rem;
}

.rst-agm-mobile-select-label {
    display: block;
    color: var(--medimed-navy);
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.rst-agm-mobile-select {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--medimed-border);
    border-radius: 12px;
    background: var(--medimed-white);
    color: var(--medimed-navy);
    font-weight: 700;
    padding: 0 1rem;
    outline: none;
    box-shadow: 0 8px 24px rgba(16, 27, 70, 0.08);
}

.rst-agm-mobile-select:focus {
    border-color: var(--medimed-maroon);
    box-shadow: 0 0 0 3px rgba(118, 19, 63, 0.15);
}

/* =========================================================
   Tabs with Scroll Arrows
========================================================= */

.rst-agm-tabs-scroll-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--medimed-white);
    border: 1px solid var(--medimed-border);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(16, 27, 70, 0.08);
}

.rst-agm-tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--medimed-maroon) #edf1f7;
}

.rst-agm-tabs::-webkit-scrollbar {
    height: 10px;
}

.rst-agm-tabs::-webkit-scrollbar-track {
    background: #edf1f7;
}

.rst-agm-tabs::-webkit-scrollbar-thumb {
    background: var(--medimed-maroon);
    border-radius: 999px;
    border: 2px solid #edf1f7;
}

.rst-agm-tabs .nav-item {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.rst-agm-tabs .nav-link {
    padding: 1.45rem 2rem;
}

.rst-agm-tabs .nav-link {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    border: 0;
    border-right: 1px solid var(--medimed-border);
    border-radius: 0;
    background: var(--medimed-white);
    color: var(--medimed-navy);
    font-weight: 800;
    font-size: 1.1rem;
    transition: all 0.25s ease;
    position: relative;
    white-space: nowrap;
}

.rst-agm-tabs .nav-link svg {
    width: 30px;
    height: 30px;
    color: currentColor;
    flex: 0 0 auto;
}

.rst-agm-tabs .nav-link:hover {
    color: var(--medimed-maroon);
    background: #fbf7fa;
}

.rst-agm-tabs .nav-link.active {
    color: var(--medimed-maroon);
    background: #fff8fb;
}

.rst-agm-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: var(--medimed-maroon);
}

/* Arrows */
.rst-agm-tab-arrow {
    flex: 0 0 58px;
    width: 58px;
    border: 0;
    background: var(--medimed-white);
    color: var(--medimed-maroon);
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
}

.rst-agm-tab-arrow:hover {
    background: #fff8fb;
    color: var(--medimed-maroon-dark);
}

.rst-agm-tab-arrow.is-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.rst-agm-tab-arrow-left {
    border-right: 1px solid var(--medimed-border);
}

.rst-agm-tab-arrow-right {
    border-left: 1px solid var(--medimed-border);
}

/* =========================================================
   Content Area
========================================================= */

.rst-agm-content {
    background: var(--medimed-white);
    border: 1px solid var(--medimed-border);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    padding: 2.75rem 2.2rem;
    box-shadow: 0 18px 40px rgba(16, 27, 70, 0.08);
}

.rst-agm-section-title {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 2.2rem;
}

.rst-agm-section-icon {
    width: 82px;
    height: 82px;
    min-width: 82px;
    border-radius: 50%;
    background: rgba(118, 19, 63, 0.08);
    color: var(--medimed-maroon);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rst-agm-section-icon svg {
    width: 34px;
    height: 34px;
}

.rst-agm-section-title h2 {
    color: var(--medimed-maroon);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.rst-agm-heading-line {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--medimed-maroon);
    opacity: 0.75;
}

.rst-agm-intro {
    color: var(--medimed-muted);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    max-width: 850px;
}

/* =========================================================
   Document Rows
========================================================= */

.rst-document-list {
    border-top: 1px solid var(--medimed-border);
}

.rst-document-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.7rem 0;
    border-bottom: 1px solid var(--medimed-border);
}

.rst-document-main {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-width: 0;
}

.rst-document-icon {
    color: var(--medimed-navy);
    min-width: 42px;
    display: flex;
}

.rst-document-title {
    margin: 0;
    color: var(--medimed-navy);
    font-size: 1.1rem;
    font-weight: 800;
}

.rst-document-description {
    margin: 0.45rem 0 0;
    color: var(--medimed-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.rst-document-size {
    color: var(--medimed-text);
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

/* Download button */
.rst-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.75rem 1.45rem;
    border: 1px solid var(--medimed-maroon);
    border-radius: 10px;
    background: var(--medimed-white);
    color: var(--medimed-maroon);
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.rst-download-btn svg {
    width: 24px;
    height: 24px;
}

.rst-download-btn:hover,
.rst-download-btn:focus {
    background: var(--medimed-maroon);
    color: var(--medimed-white);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(118, 19, 63, 0.22);
}

/* Empty state */
.rst-empty-state {
    padding: 2rem;
    border: 1px dashed var(--medimed-border);
    border-radius: 12px;
    background: #f9fbfe;
    color: var(--medimed-muted);
    font-weight: 700;
    text-align: center;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 991.98px) {
    .rst-agm-mobile-select-wrap {
        display: block;
    }

    .rst-agm-tabs-scroll-wrap {
        display: none;
    }

    .rst-agm-content {
        border-top: 1px solid var(--medimed-border);
        border-radius: 14px;
        padding: 2rem 1.35rem;
    }

    .rst-agm-section-title {
        gap: 1rem;
        margin-bottom: 1.75rem;
    }

    .rst-agm-section-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
    }

    .rst-agm-section-title h2 {
        white-space: normal;
    }

    .rst-agm-heading-line {
        display: none;
    }

    .rst-document-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem 0;
    }

    .rst-document-size {
        padding-left: 58px;
    }

    .rst-download-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .rst-agm-page > section.py-5:first-child {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }

    .rst-agm-library {
        padding: 1.5rem 0 3rem;
    }

    .rst-agm-content {
        padding: 1.6rem 1rem;
    }

    .rst-agm-section-title {
        align-items: flex-start;
    }

    .rst-agm-section-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    .rst-agm-section-icon svg {
        width: 28px;
        height: 28px;
    }

    .rst-document-main {
        align-items: flex-start;
    }

    .rst-document-size {
        padding-left: 0;
    }
}












.plan-comparison-fixed-head {
  position: fixed;
  top: 190px;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  pointer-events: none;
  box-shadow: 0px -200px 0px 200px rgba(238,243,248,1);
  -webkit-box-shadow: 0px -200px 0px 200px rgba(238,243,248,1);
  -moz-box-shadow: 0px -200px 0px 200px rgba(238,243,248,1);
}

@media only screen and (min-width: 600px) {
.plan-comparison-fixed-head.is-visible {
  display: block;
}
}

.plan-comparison-fixed-head .container {
  padding-left: 12px;
  padding-right: 12px;
}

.plan-comparison-fixed-head table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}



.text-grey1{
    color: #b5b4b4 !important;
}

.text-blue-new{
	color: #223367 !important;
	padding-left:10%;
	padding-right:10%;
}

.smaller-text{
    font-size: 13px !important;
}

.section-divider {
    width: 98%;
    margin: 0 auto;
    height: 1px;
    background-color: #d6dce8;
}

hr {
	opacity: 1 !important;
	margin: 0 !important;
}

.text-blue {
	color: #223367 !important;
}

.text-black {
	color: rgb(18 33 82) !important;
}

.bg-warning {
	background-color: rgb(112 26 61) !important;
}

.border-black {
	--bs-border-opacity: 0;
	border-bottom: 3px solid rgb(34 51 103) !important;
}

.header-whatsapp-box span{
    font-size:1rem !important;
}

/* Wellness page */



.highlight-circle img{
    max-height:40px
}
@media(max-width: 600px){
    .highlight-circle img{
        max-height:30px
    }
}
.highlight-icon img{
    min-height:50px;
    max-height:50px
}

#programmes a{
    text-decoration: none !important;
}


.page-template-wellness .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 5rem !important;
    background: #f4f6fa;
    margin: 0px !important;
}

.page-template-wellness #programmes {
	margin: 0 !important;
	padding-top: 99px !important;
	padding-bottom: 0px !important;
}

.prog-bg-white {
    background-color: #fff !important;
}
.prog-border{
    border: 2px solid #223367 !important;
}

.btn-maroon{
    background-color: rgb(125 31 71) !important;
    color: #fff !important; 
}

.bleed-box {
	position: relative;
	z-index: 1;
	overflow: visible;
	background-color: #fff;
	border-radius: 1rem; 
    border:1px solid rgb(18 33 82) !important;
}

/* LEFT BLEED */
.bleed-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 90%;
	width: 100vw;
	z-index: -1;

	/* 🔥 This fixes your rounding */
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.bleed-maroon::before {
	background-color: #7D2249;
}

.bleed-blue::before {
	background-color: #2D49A0;
}

.bleed-navy::before {
	background-color: #223367;
}


/* INNER CARD */
.programme-toggle-title {
	color: #223367;
	font-size: 1.25rem;
}

.programme-toggle-title::before {
	content: "›";
	display: inline-block;
	margin-right: 0.75rem;
	transition: transform 0.2s ease;
}

.programme-toggle-title[aria-expanded="true"]::before {
	transform: rotate(90deg);
}


.programme-photo-main,
.programme-photo-secondary{
	max-height: 300px;
    min-height: 300px;
}

.programme-photo-main {
	clip-path: polygon(
		0 0,       
		100% 0,     
		100% 100%, 
		15% 100%,  
		0 0%       
	);
}

.programme-photo-secondary {
	clip-path: polygon(
		15% 0%,        
		100% 0%,     
		100% 100%,     
		100% 100%,  
		0% 100%,     
		0% 100%       
	)
}



/* =========================
   HEADER / NAVBAR
========================= */

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
	padding: 20px !important;
}

.col-logo {
	flex: 0 0 auto;
	width: auto;
	margin-right: 20px;
}

#main-menu > li:last-child {
	display: none !important;
}

/*#home-contact-main .col-lg-6 {
    padding-top: 40px;
}*/

#main-nav {
  .header-whatsapp-box {
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
  }

  .header-whatsapp-box--hidden {
    opacity: 0;
    transform: translateY(-10px); 
    pointer-events: none; 
  }
}

#main-nav .header-whatsapp-box {
	background-color: #25ce66;
	border: 2px solid #15783a;
	position: absolute;
	right: 0;
	bottom: -75px;
	font-weight: 600;
	z-index: 10;
	white-space: nowrap;
    padding: 5px 11px !important;
}

#main-nav .header-whatsapp-box:hover {
	color: #fff;
	text-decoration: none;
}

#main-nav .header-whatsapp-box img {
	display: block;
}

@media (max-width: 600px) {
    #main-nav.navbar .navbar-nav li .nav-link {
        text-align: center;
    }
}

@media (max-width: 1399px) and (min-width: 768px) {
	#main-nav.navbar .navbar-nav li .nav-link {
		font-size: 12px !important;
		padding-left: 0.5rem !important;
		margin: 0 !important;
	}

	.ms-md-auto {
		margin-right: 28px !important;
	}
}

@media (max-width: 990px) and (min-width: 768px) {
	.text-end {
		margin-top: -40px !important;
	}

	.ms-md-auto {
		margin-top: -50px !important;
	}
}

@media (max-width: 767.98px) {
	#main-nav {
		padding-top: 10px;
		transition: transform 0.3s ease, opacity 0.3s ease;
		will-change: transform;
	}

	#main-nav.nav-hidden {
		transform: translateY(-100%);
		opacity: 0;
	}

	#main-nav.nav-visible {
		transform: translateY(0);
		opacity: 1;
	}

	.text-end {
		text-align: center !important;
	}

	#wrapper-navbar {
		position: relative;
		z-index: 1050;
	}

	#wrapper-navbar #main-nav.navbar {
		margin-top: -0.7rem !important;
	}

	#main-nav .container {
		padding: 12px 16px 20px !important;
		border-radius: 0 !important;
        border: 0px !important;
	}

	#main-nav .row {
		row-gap: 12px;
	}

	#main-nav .col-lg-2,
	#main-nav .col {
		width: 100%;
	}

	#main-nav .navbar-brand img,
	#main-nav .custom-logo {
		width: auto;
		height: auto;
	}

	#main-nav .navbar-toggler {
		margin-left: auto;
		padding: 6px 10px;
		border: 0;
		box-shadow: none;
	}

	#main-nav .navbar-toggler:focus {
		box-shadow: none;
	}

	#navbarNavDropdown {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		text-align: left;
	}

	#main-menu {
		gap: 0;
	}

	#main-menu .nav-item {
		width: 100%;
	}

	#main-menu .nav-link {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		line-height: 1.4;
	}

	#main-menu .dropdown-menu {
		border: 0;
		box-shadow: none;
		padding: 0 0 8px 12px;
		margin: 0;
		background: transparent;
	}

	#main-menu .dropdown-item {
		padding: 8px 0;
		font-size: 15px;
	}

	#main-nav .col-md-auto {
		width: 100%;
		text-align: center !important;
		margin-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#main-nav .col-md-auto .d-flex {
		justify-content: center !important;
		gap: 14px;
		flex-wrap: wrap;
	}

	#main-nav .col-md-auto a {
		font-size: 14px;
	}

	#main-nav .col-md-auto a img {
		max-height: 18px !important;
		width: auto;
	}

	#main-nav .header-whatsapp-box {
		position: relative !important;
		right: auto !important;
		bottom: -8px !important;
		z-index: 5;
		margin-top: 12px !important;
		display: inline-flex !important;
		align-items: center;
		gap: 8px;
		padding: 10px 16px !important;
	}

	#main-nav .header-whatsapp-box span {
		font-size: 18px;
		line-height: 1.2;
	}

	#main-nav .header-whatsapp-box img {
		max-height: 24px !important;
		width: auto;
	}
}

/* =========================
   MASTHEAD / SHARED PAGE STYLES
========================= */

#masthead.masthead {
	padding-top: 200px !important;
}

.mast-text {
	margin-top: 1em;
	margin-bottom: 3em;
}

.display-5 {
	font-size: 2.5rem !important;
	font-weight: 600 !important;
}

h2.display-6.mb-0.ms-4 {
	font-size: 22px;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	#masthead {
		padding-top: 200px !important;
	}

	#masthead.masthead {
		min-height: 420px;
		background-position: left center !important;
		background-size: cover !important;
		padding-top: 80px !important;
		padding-bottom: 50px;
		margin-bottom: 0px;
	}

	#masthead.masthead.small {
		min-height: 200px;
		padding-top: 100px;
		padding-bottom: 30px;
	}

	#masthead .display-1 {
		font-size: 2rem !important;
		line-height: 1.15;
		margin-top: 0 !important;
	}

	#masthead .mast-text {
		font-size: 1rem;
		line-height: 1.5;
	}

	#masthead .btn {
		width: 100%;
		max-width: 280px;
		padding: 12px 20px !important;
	}

	#masthead .text-center,
	#masthead .text-md-start {
		text-align: center !important;
	}

	#masthead .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/* =========================
   CONTACT US
========================= */

.page-template-contact-us p {
	margin: 0 !important;
}

.home-contact-cards,
.home-contact-main,
.home-map-section {
	background: #1A284D;
}

.home-contact-cards {
	padding: 40px 0;
}

.home-contact-cards .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

.contact-top-card {
	width: 100%;
	height: 100%;
	padding: 1.75rem 1.5rem;
	background: #fff;
	border: 1px solid var(--medimed-border);
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-top-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.contact-top-icon {
	width: 58px;
	height: 58px;
	min-width: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}

.contact-top-icon i {
	font-size: 22px;
	color: #fff;
}

.contact-top-icon-blue {
	background: var(--medimed-blue);
}

.contact-top-icon-maroon {
	background: var(--medimed-maroon);
}

.contact-top-icon-green {
	background: var(--medimed-green);
}

.contact-top-content {
	flex: 1;
	min-width: 0;
}

.contact-top-label {
	font-size: 0.95rem;
	color: var(--medimed-muted);
	margin-bottom: 0.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.contact-top-value,
.contact-top-value a {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--medimed-blue);
	text-decoration: none;
	line-height: 1.2;
	word-break: break-word;
}

.contact-top-value a:hover {
	text-decoration: underline;
}

/* Contact directory */
.contact-directory__title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 700;
	color: #163a5f;
	margin-bottom: 12px;
    line-height:0px;
}

.contact-directory__icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	flex-shrink: 0;
}

.contact-directory__icon i {
	font-size: 12px;
}

.contact-directory__icon-purple {
	background: #A76CF8;
}

.contact-directory__icon-blue {
	background: #3497FF;
}

.contact-directory__icon-green {
	background: #1EAB6F;
}

.contact-directory__icon-pink {
	background: #DE348F;
}

.contact-directory__icon-teal {
	background: #00CEE1;
}

.contact-directory__icon-red {
	background: #CE3541;
}

/* Contact content blocks */
.home-section-block {
	height: 100%;
}

.home-section-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 18px;
}

.home-section-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 5px;
	border-radius: 999px;
	background: var(--medimed-maroon);
}

.home-section-content {
	color: var(--medimed-text);
	font-size: 1rem;
	line-height: 1.55;
}

.home-section-content p:last-child {
	margin-bottom: 0;
}

.home-section-content h3,
.home-section-content h4,
.home-section-content h5,
.home-section-content h6 {
	color: var(--medimed-blue);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.home-section-content a {
	color: var(--medimed-blue);
	text-decoration: none;
}

.home-section-content a:hover {
	text-decoration: underline;
}

.home-section-content ul,
.home-section-content ol {
	padding-left: 1.25rem;
}

.home-section-content .department-item,
.home-section-content .contact-department {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e2e7ef;
}

/* Contact form */
.home-section-content input,
.home-section-content textarea,
.home-section-content select {
	width: 100%;
	border: 1px solid #d9e0e8;
	border-radius: 8px;
	background: #fff;
	padding: 0.9rem 1rem;
	color: var(--medimed-blue);
	margin-bottom: 1rem;
	box-shadow: none;
}

.home-section-content textarea {
	min-height: 220px;
	resize: vertical;
}

.home-section-content input:focus,
.home-section-content textarea:focus,
.home-section-content select:focus {
	outline: none;
	border-color: var(--medimed-blue);
	box-shadow: 0 0 0 2px rgba(18, 60, 115, 0.08);
}

.home-section-content button,
.home-section-content input[type="submit"],
.home-section-content .wpcf7-submit {
	background: var(--medimed-maroon);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 0.95rem 2.5rem;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.2s ease;
}

.home-section-content button:hover,
.home-section-content input[type="submit"]:hover,
.home-section-content .wpcf7-submit:hover {
	background: var(--medimed-maroon-dark);
}

/* Map */
.home-map-wrapper {
	border-radius: 18px;
	overflow: hidden;
	background: #dfe7f1;
	min-height: 380px;
}

.home-map-wrapper iframe,
.home-map-wrapper img,
.home-map-wrapper > div {
	width: 100%;
	display: block;
}

.contact-directory__item {
    background: #fff;
    padding: 20px;
	margin-bottom:20px;
}

@media (min-width: 1200px) {
	.home-contact-cards {
		padding: 72px 0;
	}

.contact-directory__item {
    margin: 0px 20% 20px 0px;
}
}

@media (max-width: 991.98px) {
	.home-section-title {
		font-size: 1.5rem;
	}

	.contact-top-value,
	.contact-top-value a {
		font-size: 1.05rem;
	}
}

@media (max-width: 767.98px) {
	.contact-top-card {
		padding: 1.25rem 1rem;
		gap: 1rem;
	}

	.contact-top-icon {
		width: 52px;
		height: 52px;
		min-width: 52px;
	}

	.home-section-title {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	.home-map-wrapper {
		min-height: 260px;
	}
}

/* =========================
   DOWNLOADS
========================= */

.download-section-wrapper {
    margin-bottom: 50px;
}

.download-section-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--medimed-blue);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	position: relative;
	padding-left: 14px;
}

.download-section-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 4px;
	background: #8d2647;
}

.download-card {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.25rem;
	border-radius: 0;
	background: #f6f7f9;
	border: 1px solid #d8dee9;
	position: relative;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: var(--medimed-blue);
	border-radius: 0;
}

.download-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.download-icon {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: #e3e7ed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--medimed-blue);
	font-size: 0.9rem;
}

.download-card-content {
	flex: 1;
}

.download-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--medimed-blue);
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
	min-height: calc(1.3em * 2);
}

.download-link {
	color: #8d2647;
	font-weight: 300;
	text-decoration: none;
	font-size: 0.95rem;
}

#downloads .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

/*#downloads .col-md-6{
    margin-bottom: 30px !important;
}*/

@media (max-width: 767.98px) {
	.download-card {
		padding: 1rem;
	}

	.download-title {
		font-size: 1rem;
	}
}

/* =========================
   FAQ
========================= */

.faq-item {
	border-bottom: 1px solid #dde5ef;
	background: #fff;
	transition: background 0.25s ease;
	border-left: 4px solid transparent;
}

.faq-item.is-open {
	border-left-color: var(--medimed-blue);
	background: #eef3fb;
}

.faq-toggle {
	width: 100%;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
	padding: 1.25rem 1rem;
	cursor: pointer;
	color: var(--medimed-blue);
	transition: background 0.25s ease;
}

.faq-toggle:hover,
.faq-toggle:focus {
	background: #eef3fb;
	outline: none;
}

.faq-question {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 600;
	color: var(--medimed-blue);
	max-width: 90%;
}

.faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-icon::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #6b7d99;
	border-bottom: 2px solid #6b7d99;
	transform: rotate(-45deg);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.faq-icon::after {
	display: none;
}

.faq-item.is-open .faq-icon::before {
	transform: rotate(45deg);
	border-color: var(--medimed-blue);
}

.faq-answer {
	background: #eef3fb;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.25s ease;
}

.faq-item.is-open .faq-answer {
	opacity: 1;
}

.faq-answer-inner {
	padding: 0 1rem 1.25rem;
	color: var(--medimed-text);
	font-size: 0.98rem;
	line-height: 1.5;
}

.faq-group-title {
	background: #f3f6fb;
	color: var(--medimed-blue);
	font-weight: 700;
	font-size: 0.95rem;
	text-transform: uppercase;
	padding: 0.95rem 1rem;
	margin-top: 1.5rem;
	border-left: 4px solid #8d2647;
}

@media (max-width: 767.98px) {
	.faq-toggle {
		padding: 1rem 0.85rem;
	}

	.faq-question {
		font-size: 0.95rem;
	}

	.faq-answer-inner {
		padding: 0 0.85rem 1rem;
	}
}

/* =========================
   BENEFITS / PROGRAMMES
========================= */



.plan-badge {
	display: block;
	text-align: center;
	margin: 4px auto 0;
	font-size: 0.7rem;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.15);
	color: #d7d7d7;
	padding: 2px 8px;
	border-radius: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text-benefits {
	color: #fff !important;
	font-size: 30px;
	background: #5f1835;
	padding: 10px;
	margin: 0 !important;
}

.text-benefits:first-child {
	font-size: 3.5rem !important;
	color: rgb(112 26 61) !important;
	background: transparent !important;
	padding: 0 !important;
}

.btn-benefits {
	background-color: #fff;
	color: #7d224a;
	border-radius: 10px;
	padding: 10px 30px;
}

.btn-benefits:hover {
	background-color: #7d224a;
	color: #fff;
}

#programmes,
section#programme-sections {
	background: #f4f6fa !important;
	margin-top: 0 !important;
}

#programmes {
	margin: 0 !important;
	padding-top: 99px !important;
	padding-bottom: 99px !important;
}

#programmes .container {
	padding-top: 0 !important;
}


.pharmacy-bottom-callout {
    padding-left: 60px !important;
}


.pharmacy-bottom-callout {
  position: relative;
  padding-left: 60px; 

  &::before {
    content: "!";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    background-color: #7a1f2b; 
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    font-size: 20px;
    line-height: 1;
  }
}





.page-template-pharmacy #programmes .programme-nav-card {
	transition: 
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		background-color 0.25s ease;
	will-change: transform;
}


.page-template-pharmacy #programmes .programme-nav-card:hover {
	background-color: #fff;
    color: #042e5d;
	transform: scale(1.05) !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

#programmes a .programme {
	transition: 
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease;
	will-change: transform;
}

#programmes a:hover .programme {
	transform: scale(1.05);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    color: #042e5d;
}

#programme {
	background: #fff;
}

#medicine-formulary a,
#vaccines a,
#over-the-counter-otc-medication a,
#chronic-medication a,
#acute-medication a {
	color: var(--medimed-blue-light) !important;
}

/* Programme / pharmacy cards */

/*#programmes .col-md-6{
    margin-bottom: 30px !important;
}*/

.programme-nav-card {
	position: relative;
	background: #fff;
}

.pharmacy-programme-card {
	overflow: visible;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.pharmacy-top-row {
	width: 100%;
	align-items: stretch;
}

.pharmacy-programme-description {
	color: var(--medimed-text);
	font-size: 15px !important;
	line-height: 1.45;
}

.pharmacy-photo-col {
	display: flex;
	flex-direction: column;
	height: auto;
}

.pharmacy-photo-main {
	flex: 0 0 auto;
}

.pharmacy-photo-main img {
	border-radius: 0 15px 0 0 !important;
	width: 100%;
	height: auto;
	display: block;
}

.pharmacy-photo-secondary {
	margin-top: auto;
}

.pharmacy-photo-secondary img {
	border-radius: 0 0 15px 0 !important;
	width: 100%;
	height: auto;
	display: block;
}

.pharmacy-bg-image.pharmacy-photo-main {
	border-radius: 0 15px 15px 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 320px;
	flex: 1 1 auto;
}

.pharmacy-why {
	max-width: 980px;
	margin-bottom: 2rem;
}

.pharmacy-why p:last-child {
	margin-bottom: 0;
}

.pharmacy-why strong:first-child,
.pharmacy-why p strong:first-child {
	display: inline-block;
	padding-left: 14px;
	border-left: 4px solid #8d2647;
	color: var(--medimed-blue);
	font-weight: 700;
}

.pharmacy-info-blocks {
	counter-reset: pharmacyStep;
}



.pharmacy-info-blocks .col-12.col-md-4 {
	counter-increment: pharmacyStep;
}

.pharmacy-info-card {
	border: 1px solid #d8dee9;
	border-radius: 0 0 13px 13px;
	padding: 1.75rem 1.5rem;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.blue-col1 {
	border-top: 5px solid #072f67;
}

.blue-col2 {
	border-top: 5px solid #0b4f8a;
}

.blue-col3 {
	border-top: 5px solid #4a6080;
}


#partner p{
    line-height: 22px !important;
}

.pharmacy-info-blocks .pharmacy-info-card::before {
	position: absolute;
	content: counter(pharmacyStep);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 1.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.pharmacy-info-blocks .pharmacy-info-card.blue-col1::before {
	background: var(--medimed-blue);
}

.pharmacy-info-blocks .pharmacy-info-card.blue-col2::before {
	background: var(--medimed-blue-mid);
}

.pharmacy-info-blocks .pharmacy-info-card.blue-col3::before {
	background: #4a6080;
}

.pharmacy-info-card h1,
.pharmacy-info-card h2,
.pharmacy-info-card h3,
.pharmacy-info-card h4,
.pharmacy-info-card h5,
.pharmacy-info-card h6 {
	color: var(--medimed-blue);
	font-size: 1em;
	padding-left: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.35rem;
}

.pharmacy-info-card em {
	color: #5d6f93;
	font-style: italic;
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.95rem;
	font-weight: 300;
}

.pharmacy-info-card p {
	color: var(--medimed-text);
	font-size: 0.95rem;
	line-height: 1.35;
	margin-bottom: 0;
}

.pharmacy-info-card-topbar {
	height: 12px;
	background: #0d4f93;
	border-radius: 14px 14px 0 0;
}

.pharmacy-info-card-inner {
	padding: 1.75rem 1.5rem;
}

.pharmacy-step-badge {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border-radius: 50%;
	background: #113f7a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
}

.pharmacy-info-title {
	color: var(--medimed-blue);
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.1;
}

.pharmacy-info-subtitle {
	color: #6f5871;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.2;
}

.pharmacy-info-text,
.pharmacy-info-text p,
.pharmacy-bottom-description,
.pharmacy-bottom-description p,
.pharmacy-why,
.pharmacy-why p {
	color: var(--medimed-text);
	font-size: 15px !important;
	line-height: 1.35;
}

.pharmacy-info-text p:last-child,
.pharmacy-bottom-description p:last-child {
	margin-bottom: 0;
}

/* Pharmacy bottom callout */
.pharmacy-bottom-callout {
	background: var(--medimed-blue-dark);
	border-radius: 18px;
	padding: 1.5rem;
	position: relative;
}

.pharmacy-bottom-callout,
.pharmacy-bottom-callout p,
.pharmacy-bottom-callout strong,
.pharmacy-bottom-callout a,
.pharmacy-bottom-callout h1,
.pharmacy-bottom-callout h2,
.pharmacy-bottom-callout h3,
.pharmacy-bottom-callout h4,
.pharmacy-bottom-callout h5,
.pharmacy-bottom-callout h6 {
	color: #fff;
}

.pharmacy-bottom-callout p {
	color: #dbe6f5;
	margin-bottom: 0.5rem;
	line-height: 18px;
}

.pharmacy-bottom-callout a,
.pharmacy-bottom-btn {
	display: inline-block;
	background: #8d2647;
	color: #fff;
	border-radius: 999px;
	padding: 0.55rem 1.2rem;
	border: none;
	font-weight: 600;
	text-decoration: none;
	margin-top: 0.5rem;
}

.pharmacy-bottom-callout a:hover,
.pharmacy-bottom-callout a:focus,
.pharmacy-bottom-btn:hover,
.pharmacy-bottom-btn:focus {
	background: #731d39;
	color: #fff;
}

#chronic-medication .pharmacy-bottom-callout a {
	color: #fff !important;
}

.pharmacy-bottom-icon,
.pharmacy-bottom-icon-fallback {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #8d2647;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.75rem;
	overflow: hidden;
}

.pharmacy-bottom-icon img {
	max-width: 28px;
	max-height: 28px;
}

.pharmacy-bottom-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}

.pharmacy-bottom-description,
.pharmacy-bottom-description p {
	color: #d3deef;
}

@media (max-width: 991.98px) {
	.pharmacy-info-title,
	.pharmacy-bottom-title {
		font-size: 1.5rem;
	}

	.pharmacy-info-subtitle {
		font-size: 1.2rem;
	}
}

@media (max-width: 767.98px) {
	.pharmacy-info-card,
	.pharmacy-info-card-inner,
	.pharmacy-bottom-callout {
		padding: 1.25rem 1rem;
	}

	.pharmacy-step-badge {
		width: 42px;
		height: 42px;
		min-width: 42px;
		font-size: 1.2rem;
	}

	.pharmacy-photo-col {
		justify-content: flex-start;
	}

	.pharmacy-photo-secondary {
		margin-top: 1rem;
	}
}

/* =========================
   PLAN COMPARISON
========================= */





.plan-one {
	background: rgb(110, 115, 156) !important;
}

.plan-two {
    background: rgb(65, 63, 64) !important;
}

.plan-three {
	background: rgb(0, 15, 76) !important;
}

.plan-four {
	background: rgb(106, 0, 53) !important;
}

.plan-comparison-section {
	background: #f0f4f9;
}

.plan-comparison-section .table-container {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 40px rgba(4, 46, 93, 0.18);
}

.plan-comparison-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.plan-comparison-table .header-row th {
	background: #042e5d;
	color: #fff;
	padding: 18px 20px;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	width: 20%;
}

.plan-comparison-table .header-row th:first-child {
	text-align: left;
	width: 20%;
	background: #4a1428;
}

.plan-comparison-table .plan-one {
	background: #0d3b6e;
}

.plan-comparison-table .plan-two {
	background: #0a4f8a;
}

.plan-comparison-table .plan-three {
	background: #0a5e9e;
}

.plan-comparison-table .plan-four {
	background: #1069b4;
}

.plan-comparison-table .cat-row td {
	background: #6b1f3a;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	border-top: 3px solid #4a1428;
	letter-spacing: 1px;
}

.plan-comparison-table .data-row td {
	padding: 14px 18px;
	vertical-align: top;
	border-right: 1px solid #d8e2ef;
	line-height: 1.55;
	background: #fff;
}

.plan-comparison-table .data-row:nth-child(even) td {
	background: #f4f6fa;
}

.plan-comparison-table .data-row td:last-child {
	border-right: none;
}

.plan-comparison-table .data-row .label-cell {
	background: #162b4a !important;
	color: #fff;
	font-weight: 600;
	width: 180px;
}

@media (min-width: 991px) {
	.plan-comparison-table .data-row td {
		width: 20% !important;
	}
}

@media (max-width: 991px) {
	.plan-comparison-section .table-container {
		overflow-x: auto;
	}
}

@media (max-width: 768px) {
	.plan-comparison-table .data-row .label-cell {
		width: 100% !important;
	}

	.plan-comparison-table thead {
		display: none;
	}

	.plan-comparison-table,
	.plan-comparison-table tbody,
	.plan-comparison-table tr,
	.plan-comparison-table td {
		display: block;
		width: 100%;
	}

	.plan-comparison-table tr {
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
		background: #fff;
	}

	.plan-comparison-table .cat-row td {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 0.85rem;
	}

	.plan-comparison-table .label-cell {
		background: #162b4a !important;
		color: #fff;
		font-size: 0.9rem;
		padding: 14px 16px;
		font-weight: 700;
	}

	.plan-comparison-table td {
		padding: 12px 16px;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	.plan-comparison-table td:last-child {
		border-bottom: none;
	}

	.plan-comparison-table td:not(.label-cell)::before {
		content: attr(data-label);
		display: block;
		font-size: 0.7rem;
		font-weight: 700;
		text-transform: uppercase;
		color: #0a3d7a;
		margin-bottom: 6px;
		letter-spacing: 0.5px;
	}
}

/* =========================
   ABOUT / GENERAL SECTIONS
========================= */

.bg-about {
	background: linear-gradient(180deg, #1e3270 0%, #0f1938 100%);
	padding-top: 80px !important;
	padding-bottom: 100px !important;
}

.service-icon {
	height: 11rem !important;
	width: 11rem !important;
}

.bg-round {
	background-color: #223367;
	padding: 40px;
}

#what-is-medimed {
	background-color: #f4f6fa;
}

.blocks-text {
	font-size: 1rem !important;
	padding: 5px;
	background: rgb(0 0 0 / 37%);
	display: block;
	width: 100%;
}

.link-text {
	padding-left: 20px;
	padding-right: 20px;
}

/* =========================
   CAROUSEL
========================= */

.carousel-item {
    max-height: inherit !important;
    min-height: auto !important;
}

.custom-carousel {
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
}

.custom-carousel .carousel-inner {
	border-radius: 0px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.custom-carousel .carousel-item {
	width: 100% !important;
}

.custom-carousel .carousel-item img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 400px !important;
	object-fit: cover !important;
	
}

.custom-carousel .carousel-control-prev,
.custom-carousel .carousel-control-next {
	width: 8% !important;
	top: 0 !important;
	bottom: 0 !important;
}

.custom-carousel .carousel-control-prev {
	left: 0 !important;
}

.custom-carousel .carousel-control-next {
	right: 0 !important;
}

.custom-carousel .carousel-control-prev-icon,
.custom-carousel .carousel-control-next-icon {
	background-size: 70% 70% !important;
}

@media (max-width: 767.98px) {
	.custom-carousel {
		overflow: hidden !important;
	}

	.custom-carousel .carousel-inner {
		border-radius: 0 !important;
	}

	.custom-carousel .carousel-control-prev,
	.custom-carousel .carousel-control-next {
		width: 44px !important;
	}

	.custom-carousel .carousel-control-prev-icon,
	.custom-carousel .carousel-control-next-icon {
		transform: scale(0.75) !important;
		background-size: 65% 65% !important;
	}
}

/* =========================
   FOOTER
========================= */

.wrapper.footer {
	background: url(../img/medimed-footer-bg.webp), #DCAEC2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-logo img {
	max-width: 160px !important;
}

.wrapper.footer a {
	color: #b5b4b4 !important;
	font-weight: 300 !important;
}

.wrapper.footer p {
	margin-bottom: 0.4rem !important;
	font-weight: 300 !important;
}

.wrapper.footer strong {
	font-weight: 600 !important;
}

.wrapper.footer h3 {
	font-size: 1em !important;
	text-transform: uppercase !important;
}

.wrapper.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper.footer ul li {
	margin: 0;
	padding-left: 10px;
	position: relative;
}

.wrapper.footer ul li::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 2px;
	width: 10px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
	transform: scaleX(0.4);
	transform-origin: left;
	color: #b5b4b4 !important;
}



@media (min-width: 768px) {
.page-template-wellness .row>*{
    padding-right: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-expand-md .navbar-collapse {
    display: inline-block !important;
    margin-right: 20px !important;
}
}

@media (max-width: 767px) {
#programmes a .programme {
    height: 140px !important;
    margin-bottom: 50px !important;
}
#programmes .container {
    padding: 25px !important;
}
#home-contact-cards,
#home-contact-main, 
#home-map{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.bg-about,
.footer .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.masthead h1, .masthead .h1,
#masthead .mast-text {
    text-align: center !important;
}
.service-icon {
    height: 8rem !important;
    width: 8rem !important;
}
#partner .container-fluid {
    padding: 25px !important;
}


  .fixed-top {
  position: relative !important;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: center !important;
}
}

@media (max-width: 1240px) {
.text-start {
    width: 100% !important;
}
}



.plan-pdf-button {
    display: block;
    align-items: center;
    justify-content: center;
	text-align: center;
	margin: 0 auto;
    min-width: 130px;
    padding: 12px 20px;
    background: #192F5E;
    border: 2px solid #192F5E;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.plan-pdf-button:hover,
.plan-pdf-button:focus {
    background: transparent;
    border-color: #162648;
    color: #162648;
    text-decoration: none;
    transform: translateY(-1px);
}

.plan-pdf-button:focus-visible {
    outline: 3px solid rgba(0, 109, 119, 0.2);
    outline-offset: 3px;
}




/* Drop this to activate function on the wellness page */
.page-template-wellness .collapse:not(.show) {
    display: block !important;
}
.page-template-wellness .programme-toggle-title{
	pointer-events:none !important;
}
.page-template-wellness .programme-toggle-title::before {
    display: none !important;
}