/* Start General CSS */
@font-face {
    font-family: 'Script';
    src: url('../fonts/script.eot');
    src: url('../fonts/script.eot?#iefix') format('embedded-opentype'),
         url('../fonts/script.woff2') format('woff2'),
         url('../fonts/script.woff') format('woff'),
         url('../fonts/script.ttf') format('truetype'),
         url('../fonts/script.svg#allison_fonts/scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    max-width: 1366px;
    margin: auto;
	font-family: 'Gabriela', Arial, serif;
	background-color: #3D464F;
	border-right: 1px solid #F8B1B0;
    border-left: 1px solid #F8B1B0;
}

/* Mods for update */

/* .tck-logo-img {
    height: 80px;
} */

/* #row1 > .inner {
    background: #F8B1B0;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -o-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    box-shadow: rgba(248,177,176,0.5) 0px 1px 10px 10px;
    -moz-box-shadow: rgba(248,177,176,0.5) 0px 1px 10px 10px;
    -webkit-box-shadow: rgba(248,177,176,0.5) 0px 1px 10px 10px;
} */

/* ------------ */

a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 18px 0;
    border-left: 5px solid #F8B1B0;
    color: #F8B1B0;
    font-size: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-t-50 {
	margin-top: 50px;
}
/* End General CSS */

/* Start General Button CSS */
.ld-button-wrapper {
	margin-right: 30px;
}
.ld-button {
    font-size: 16px;
	font-family: Arial, Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #F8B1B0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F8B1B0;
    border-radius: 30px 30px 30px 5px;
    padding: 15px 30px 14px 30px;
}
.ld-button {
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ld-button span {
    text-decoration: inherit;
}
.ld-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ld-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}
.ld-button:hover, .ld-button:focus {
    color: #F8B1B0;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F8B1B0;
    border-radius: 30px 5px 30px 30px;
	text-decoration: none;
}










.request-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    /* background: #FFFFFF; */
    /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%); */
}
.request-loader span {
    position: relative;
    font-size: 30px;
    top: 0px;
    left: 4px;
    z-index: 1;
}
.request-loader:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: -4px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 4px solid rgba(248,177,176, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  22z-index: -1;
}
.request-loader:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: -4px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 4px solid rgba(248,177,176, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  22z-index: -1;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
.flex-1 {
    display: flex;
    align-items: center;
}
.flex-buttons {
    display: flex;
    align-items: center;
}
.flex-buttons .ld-button-text-1 {
    font-size: 1.4em;
    margin-left: 10px;
}

/* End General Button CSS */

/* Start main Menu CSS */

#row1 > .inner {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

section#row1.tck-row.istopfixed {
    background: #F8B1B0b8;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: rgb(248 177 176 / 0%) 0px 1px 10px 10px;
    -moz-box-shadow: rgba(248,177,176,0) 0px 1px 10px 10px;
    -webkit-box-shadow: rgb(248 177 176 / 0%) 0px 1px 10px 10px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin: 0 auto;
    max-width: 1366px;
}


section#row1.tck-row.istopfixed > .inner {
    background: #F8B1B000;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    box-shadow: rgb(248 177 176 / 0%) 0px 1px 10px 10px;
    -moz-box-shadow: rgba(248,177,176,0) 0px 1px 10px 10px;
    -webkit-box-shadow: rgb(248 177 176 / 0%) 0px 1px 10px 10px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.istopfixed #logo > div > img {
    height: 40px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.istopfixed #logo > div > div > div {
	display: none;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.istopfixed .brand-logo img {
	height: 50px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social {
    display: flex;
    justify-content: flex-end;
    font-size: 1.1em;
    flex-wrap: wrap;
}
.social div {
	margin-right: 20px;
}
.social a {
	text-decoration: none;
}
.social i {
	padding-right: 6px;
}
/* End Manu Menu CSS */


/* Start Footer CSS */

#block13 > div > div > div {
    display: flex;
    justify-content: space-between;
}

.ld-contacts {
    margin-left: 20px;
}
.ld-contacts-item {
    padding-bottom: 6px;
    word-wrap: break-word;
}
.ld-contacts span {
    margin-left: -20px;
}
.ld-contacts-item span.fa {
    margin-right: 5px;
}

.footer-menu li {
	padding-bottom: 10px;
}
.footer-logos {
    display: flex;
    flex-wrap: wrap;
    margin-top: -230px;
}
.footer-logos img {
	width: 150px;
	padding: 10px 0px;
}

/* End Footer CSS */

/* Start Homepage CSS */
.itemid-101 #wrapper > .inner {
    color: #ffffff;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.hp-header h2, .hp-header p {
	margin-bottom: 30px;
}
.main-welcome {
    margin: 50px 0px;
}
.main-welcome-heading {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    color: #F8B1B0;
    margin-bottom: 10px;
	font-family: 'Script', Arial, sans-serif;
}
.main-welcome-heading div:first-of-type {
    margin-right: 10px;
}
.main-welcome-heading img {
    width: auto;
	height:40px;
}
.main-welcome-content h1 {
	margin-bottom: 30px;
}
.main-welcome-content p:last-of-type {
	margin-bottom: 20px;
}





.main-services-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    color: #F8B1B0;
    margin-bottom: 10px;
    font-family: 'Script', Arial, sans-serif;
    position: relative;
    z-index: 2;
}
.main-services-heading div:first-of-type {
    margin-right: 10px;
}
.main-services-heading img {
    width: auto;
	height:40px;
}
.main-services h2 {
	margin-bottom: 30px;
}
.main-services-block {
    margin-bottom: 50px;
}
.main-services-block-img-1 {
    width: 130px;
    float: left;
}
.main-services-block-img-2 {
	width: 130px;
	float: left;
}
.main-services-h2 {
	z-index: 2;
    position: relative;
}
.main-services-h2 h2 {
    font-size: 3em;
    line-height: 1em;
}
.main-services-image {
    position: absolute;
    left: 0;
    top: 100px;
    right: 0;
}
.main-services-image img {
    width: 500px;
}







.main-procedures {
	margin: 50px 0px;
}
.main-procedures-heading {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    color: #F8B1B0;
    margin-bottom: 10px;
	font-family: 'Script', Arial, sans-serif;
}
.main-procedures-heading div:first-of-type {
    margin-right: 10px;
}
.main-procedures-heading img {
    width: auto;
	height:40px;
}
.main-procedures-content {
    margin-bottom: 30px;
}
.main-procedures-content h2 {
	margin-bottom: 30px;
}
.main-procedures-content p:last-of-type {
	margin-bottom: 20px;
}
ul.procedures-list {
	list-style: none;
}
.main-procedures-content > ul > li {
	margin-bottom: 20px;
}
.main-procedures-content > ul > li > span > i {
	color: #F8B1B0;
}
.main-procedures-content > ul > li > span:last-of-type {
    margin-left: 10px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.pop-serv-img-1 {
    float: right;
    margin-right: 20px;
}
.pop-serv-img-2 {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 450px;
}

.consultation h2 {
	margin-bottom: 30px;
}
.consultation p:last-of-type {
	margin-bottom: 20px;
}

/* === */

#wrapper4 {
    background: url(../../../images/goddess-lindford-fat-freeze-lipo-suction-testimonials-left.png) bottom right no-repeat scroll, url(../../../images/goddess-lindford-fat-freeze-lipo-suction-testimonials-right.png) bottom left no-repeat scroll;
    background-size: contain, contain;
    background-color: #3D464F;
}
.jmm-testimonials-in {
    min-height: 360px;
}
.jmm-testimonials.default .jmm-author:before {
	content: '';
}
.jmm-testimonials.default .jmm-comment {
    font-size: 1.2em;
    line-height: 2em;
}
.jmm-row.item {
	22width: 60%;
	margin: 0 auto;
}
.jmm-profession {
	color: #F8B1B0;
}
.jmm-testimonials.default .jmm-author {
    margin: 0 0 20px;
}
.jmm-testimonials.default .jmm-rows > div > .jmm-item {
    padding: 30px;
    min-height: 230px;
}
.jmm-testimonials.default .jmm-author {
    color: #ffffff;
}
.jmm-testimonials.default .carousel-indicators li:hover, .jmm-testimonials.default .carousel-indicators .active {
    background-color: #F8B1B0;
}
.jmm-testimonials.default .carousel-indicators li {
	border: 1px solid #444;
	background-color: #888;
}

.jmm-testimonials.default .carousel-indicators li:hover,
.jmm-testimonials.default .carousel-indicators .active {
	background-color: #F8B1B0;
}
/* End Homepage CSS */

/* Start About Us CSS */
/* .therapy-single {
    padding-right: 50px;
}
.therapy-single > p > span:nth-child(3) {
	margin-left: 20px;
}
.therapy-single > p {
    display: flex;
    justify-content: space-between;
}
.therapy-single > p > span:nth-child(1) {
    flex-grow: 1;
} */

.therapy-single {
    padding-right: 50px;
}

/* Base row: label column + content column */
.therapy-single > p {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    margin-bottom: 8px;
}

/* Left column: treatment name */
.therapy-single .therapy-label {
    flex: 0 0 190px; /* adjust if you want wider/narrower label column */
    font-weight: 600;
}

/* Right column: prices, wrapping nicely */
.therapy-single .therapy-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.therapy-single .therapy-prices > span {
    white-space: nowrap; /* keep each “1 Treatment - £70.00” together */
}

/* Notes rows share same column structure so they align with prices */
.therapy-single > p.therapy-notes {
    margin-top: 0;
    margin-bottom: 16px;
}

.therapy-single .therapy-notes-text {
    flex: 1;
    font-size: 0.95em;
    line-height: 1.4;
}

/* Mobile: labels above content; hide empty label on notes */
@media (max-width: 600px) {
    .therapy-single > p {
        flex-direction: column;
    }

    .therapy-single .therapy-label {
        flex: 0 0 auto;
        margin-bottom: 4px;
    }

    .therapy-single > p.therapy-notes .therapy-label {
        display: none; /* notes go full width on small screens */
    }
}




.tck-article.item-page a:hover {
	color: #ffffff;
	text-decoration: none;
}
.row-fluid.therapy {
    padding-bottom: 20px;
}
.sp-accordion.sp-accordion-style4 .toggler, .sp-accordion.sp-accordion-style4 .toggler span, .sp-accordion.sp-accordion-style4 .toggler span span {
    height: auto;
}
div.therapy-single > p > span:first-of-type {
	padding-right:5px;
}
/* End About Us CSS */

/* Start Gallery CSS */

/* End Gallery CSS */

/* Start Services CSS */
.itemid-109 #wrapper > .inner {
    background: url(../../../images/goddess-lindford-body-sculpting-services.png) bottom right no-repeat scroll;
    background-size: contain;
}
.itemid-109 #wrapper > .inner {
    padding: 80px 20px 10px 20px;
}
.services-page {
    margin-right: 200px;
    padding-bottom: 130px;
}
ul.our-services-list {
	list-style: none;
}
ul.our-services-list li {
	padding-bottom: 5px;
}
/* End Services CSS */

/* Start Contact Us CSS */
#wrapper1 > .inner {
    padding-bottom: 30px;
}
.itemid-110 #wrapper > .inner {
    padding: 80px 10px;
}
.get-in-touch .contact-total .contact-content {
    margin-bottom: 23px;
}
.get-in-touch .contact-total .contact-content .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    background: #F8B1B0;
    color: #fff;
    float: left;
}
.get-in-touch .contact-total .contact-content .contact-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	font-size: 25px;
    font-weight: 500;
}
.get-in-touch .contact-total .contact-content .contact-info {
    margin-left: 65px;
}
.get-in-touch .contact-total .contact-content .contact-info p {
    font-size: 16px;
    margin-bottom: 1px;
    padding: 1px;
}
.convertforms .cf-checkbox-group label.cf-label, .convertforms .cf-radio-group label.cf-label {
    color: #ffffff !important;
}
/* End Contact Us CSS */

/* Other CSS */
.cookie-policy li, .terms-conditions li {
    line-height: 20px;
    padding-bottom: 10px;
}

/* Fusion Section CSS */

.fusion-banner {
max-width: 1200px;
margin: 0 auto;
background: #3d4f5c;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
position: relative;
}

.fusion-banner-content {
padding: 50px 40px;
position: relative;
z-index: 1;
}

.fusion-header-section {
text-align: center;
margin-bottom: 40px;
}

.fusion-badge {
display: inline-block;
background: #e89ba6;
color: #fff;
padding: 6px 20px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 15px;
}

.fusion-banner h2 {
color: #e89ba6;
font-size: 42px;
font-weight: 400;
margin-bottom: 12px;
line-height: 1.2;
font-family: Georgia, serif;
font-style: italic;
}

.fusion-subtitle {
color: #fff;
font-size: 20px;
font-weight: 300;
margin-bottom: 20px;
}

.fusion-intro-text {
color: rgba(255, 255, 255, 0.85);
font-size: 15px;
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
}

.fusion-main-content {
max-width: 900px;
margin: 0 auto;
}

.fusion-treatments-section {
background: rgba(0, 0, 0, 0.15);
padding: 30px;
border-radius: 8px;
margin-bottom: 30px;
}

.fusion-treatments-section h2 {
color: #e89ba6;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
text-align: center;
}

.fusion-treatments-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
color: #fff;
}

.fusion-treatment-item {
padding: 8px 0;
font-size: 14px;
display: flex;
align-items: center;
gap: 10px;
}

.fusion-treatment-item::before {
content: '\2713';
color: #e89ba6;
font-weight: bold;
font-size: 16px;
}

.fusion-key-benefits {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin: 30px 0;
}

.fusion-benefit-box {
text-align: center;
color: #fff;
}

.fusion-benefit-title {
font-size: 14px;
font-weight: 600;
color: #e89ba6;
margin-bottom: 5px;
}

.fusion-benefit-text {
font-size: 13px;
opacity: 0.85;
line-height: 1.4;
}

.fusion-cta {
text-align: center;
margin-top: 35px;
}

.fusion-availability {
display: inline-block;
background: #e89ba6;
color: #fff;
padding: 14px 40px;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
box-shadow: 0 4px 15px rgba(232, 155, 166, 0.3);
transition: all 0.3s ease;
text-decoration: none;
}

.fusion-availability:hover {
background: #d88794;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(232, 155, 166, 0.4);
}

@media (max-width: 768px) {
.fusion-banner-content {
padding: 30px 20px;
}

.fusion-banner h1 {
font-size: 32px;
}

.fusion-subtitle {
font-size: 18px;
}

.fusion-treatments-grid {
grid-template-columns: 1fr;
}

.fusion-key-benefits {
grid-template-columns: 1fr;
gap: 20px;
}
}