:root {
    --teal: #13bfb10d;
    --test: rgb(40, 66, 51);
    --white: #ffffff;
    --light_grey: #f3f6f9;
    --main-color_rgb: 40, 66, 51;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--main-color);
}

.m-0 {
    margin: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .mt-5 {
    margin-top: 3rem !important;
  }
  
  .mt-auto {
    margin-top: auto !important;
  }
  
  .me-0 {
    margin-right: 0 !important;
  }
  
  .me-1 {
    margin-right: 0.25rem !important;
  }
  
  .me-2 {
    margin-right: 0.5rem !important;
  }
  
  .me-3 {
    margin-right: 1rem !important;
  }
  
  .me-4 {
    margin-right: 1.5rem !important;
  }
  
  .me-5 {
    margin-right: 3rem !important;
  }
  
  .me-auto {
    margin-right: auto !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-5 {
    margin-bottom: 3rem !important;
  }

  .mb-6 {
    margin-bottom: 6rem !important;
  }

  .mb-7 {
    margin-bottom: 7rem !important;
  }
  
  .mb-auto {
    margin-bottom: auto !important;
  }
  
  .ms-0 {
    margin-left: 0 !important;
  }
  
  .ms-1 {
    margin-left: 0.25rem !important;
  }
  
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  
  .ms-3 {
    margin-left: 1rem !important;
  }
  
  .ms-4 {
    margin-left: 1.5rem !important;
  }
  
  .ms-5 {
    margin-left: 3rem !important;
  }
  
  .ms-auto {
    margin-left: auto !important;
  }

  .p-0 {
    padding: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  
  .pt-3 {
    padding-top: 1rem !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .pe-0 {
    padding-right: 0 !important;
  }
  
  .pe-1 {
    padding-right: 0.25rem !important;
  }
  
  .pe-2 {
    padding-right: 0.5rem !important;
  }
  
  .pe-3 {
    padding-right: 1rem !important;
  }
  
  .pe-4 {
    padding-right: 1.5rem !important;
  }
  
  .pe-5 {
    padding-right: 3rem !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  
  .ps-0 {
    padding-left: 0 !important;
  }
  
  .ps-1 {
    padding-left: 0.25rem !important;
  }
  
  .ps-2 {
    padding-left: 0.5rem !important;
  }
  
  .ps-3 {
    padding-left: 1rem !important;
  }
  
  .ps-4 {
    padding-left: 1.5rem !important;
  }
  
  .ps-5 {
    padding-left: 3rem !important;
  }

  .h-100 {
    height:100%;
  }

  img {
    width: auto;
    height: auto;
  }

/*h1, h2, h3, h4, h5, h6 {*/
/*    font-weight: 500;*/
/*    text-wrap: balance;*/
/*}*/

.list {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 16px;
	padding-left: 32px;
	margin-bottom: 25px;
	line-height: 25px;
}
.tick {
	list-style-type:decimal;
	list-style-position: outside;
	font-size: 16px;
	padding-left: 32px;
	margin-bottom: 25px;
	line-height: 25px;
}
.tick li::marker {
	content:"\f00c";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tick > li {
	padding-left:1rem;
}

a,
.condition {
    transition:all ease .3s;
}

picture img {
    display: block;
}

.position-relative {
    position:relative;
}

.bg-image {
    position: absolute;
    inset:0;
    z-index: -1;
}

.bg-image img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}

.d-flex {
    display:flex;
    flex-wrap:wrap;
}

.align-items-center {
    align-items:center;
}

.no-underline:after {
    content:unset;
}

.pm-shadow {
    box-shadow: 0 0 1rem rgba(var(--main-color_rgb), 0.1);
}

/* Thick underline */
.underline-title {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 5px;
}
.underline-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10%; /* Adjust the span */
    border-bottom: 4px solid var(--main-color);
    transform: translateX(-50%);
    padding: 0 10px;
}

/* Border radius */
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-top-5{
    border-radius: 5px 5px 0 0;
}

/* Containers */

.custom-padding {
    padding: 3rem 1rem;
}

/* Banner */
.container-banner{
    padding: 150px 0;
}

section[data-overlay="true"] {
    position: relative;
}

section[data-overlay="true"]:before {
    content:"";
    position: absolute;
    inset: 0;
    background-color: var(--_overlay);
}
section[data-overlay="true"] .container {
    position: relative;
    z-index: 1;
}

section:has(.bg-image) {
  isolation: isolate;
}

.banner-text[data-colour="true"] > *:not(a) {
  color: var(--_colour);
}

/* Reviews */

.container-reviews {
    background-color: var(--teal);
}

/* Spotlight */
.container-spotlight{
    background-color: var(--teal);
}



/* Conditions */
.container-conditions{
    background-color: var(--light_grey);
}
.condition {
    color: var(--main-color-faded);
    background-color: var(--white);
    border-radius: 5px;
    position: relative;
}
.condition-content{
    padding: 3rem;
}
.condition-content:has(.icon-wrapper) {
    padding-top:5rem;
}
.icon-wrapper {
    position: absolute;
    width:8rem;
    aspect-ratio: 1;
    background: #eee;
    border-radius: 100%;
    left: 50%;
    top: 0;
    transform:translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: solid thin var(--main-color);
    transition: all ease .3s;
    overflow: hidden;
}
.condition i {
    font-size: 35px;
    color: var(--main-color-faded);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.condition h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.condition h4::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 80px;
    border-bottom: 3px solid var(--main-color);
    transform: translateX(-50%);
    padding: 0 10px;
}
.condition:hover {
    background-color: var(--main-color-faded);
    box-shadow: 0 0 1rem rgba(var(--main-color_rgb), 0.2);
}
.condition:hover .icon-wrapper {
    background: var(--white);
    transform:translate(-50%, calc(-50% - .5rem));
}
.condition:hover h4::after {
    border-color: var(--white);
}

.container-conditions a:hover {
    text-decoration: none;
}

.condition-description p {
    text-align: left;
}

.condition-description p:last-child {
    margin-bottom:0;
}

/* Cards */
.card-title{
    color: var(--main-color);
}

/* Calender */
/* .container-calender{
    background-color: var(--light_grey);
} */

/* Responsive  */
@media (min-width: 576px) {
    /* Small devices (576px and up) */
    .custom-padding {
        padding: 3rem 6rem;
    }
}
@media (min-width: 768px) {
    /* Medium devices (768px and up) */
    .custom-padding {
        padding: 3rem 6rem;
    }
}
@media (min-width: 992px) {
    /* Large devices (992px and up) */
    .custom-padding {
        padding: 3rem 8rem;
    }
    .order-lg-2 {
        order:2;
    }
    .text-lg-left {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    /* Extra large devices (1200px and up) */
    .custom-padding {
        padding: 3rem 0;
    }
}