/*
Theme Name: Oakmont - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

html a.btn {
    color: #fff;
    font-size: 15px;
    background: rgb(0,0,0);
    background: var(--sColor) !important;
    color: #fff !important;
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#header a.btn {
    padding: 20px 30px;
    background: var(--aColor) !important;
}

.container {
    width:  100%;
    max-width: 1300px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}

/* Header */
.header-spacer {max-height: 90%;min-height: 114px;}

div#regular-header {
    padding: 7px 0px;
    background: var(--pColor);
}

.dm-third.social-header > * {
    display: inline-block;
    margin: 0px;
}

.dm-third.social-header {
    text-align: center;
    margin: 0px;
}

.container-wide.dm-flex {
    margin: 0px auto;
}

.container-wide.dm-flex {}

.social-icons a {
    margin-right: 7px;
}

.regular_header #secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#pull {
    display: none;
}

div#mobile-menu-overlay {
    display: none;
}

.logo-wrap {
    float: none;
    overflow: visible;
}

.container-wide {
    padding: 0px 15px;
    margin: 0px auto;
}

div#header {
    float: none;
    background: #fff;
    padding: 15px 0px;
}

#logo img {
    display: block;
    float: none;
    max-width: 250px;
    /* filter: brightness(0) invert(1); */
}

#header .logo-wrap {
    padding: 10px 0px;
    margin: 0px auto;
    margin-left: 0px;
}

#header .logo-wrap a {
    padding: 0px !important;
    display: block;
}

.dm-third.social-header p {
    font-size: 15px;
}

.dm-third.social-header p:after {
    right: -14px;
    height: 80%;
    width: 1px;
    background: var(--pColor);
    position: absolute;
    bottom: 2px;
}

.dm-third.social-header p {
    position: relative;
}

.dm-third.social-header p:last-of-type:after {
    display: none;
}

/* Slider */
.half-caption h2 {
    font-size: 76px;
    font-size 76pxfont-weight FONT-WEIGHT: 700;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 76px;
    margin-bottom: 33px;
    line-height: 1;
}

div#slider-primary {
    max-width: 100%;
    margin: 0px auto;
}

.half-caption h2:after {
    content: "";
    height: 30px;
    margin-top: -21px;
    background: var(--sColor);
    position: relative;
    display: block;
    z-index: -1;
    opacity: 0.3;
}

.slide-content h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

div#slider-primary .dm-half {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

html .dm-slide-main .newCon {
    position: absolute;
}

div#slider-primary .dm-half:nth-child(1) {
    flex: 1 1 55%;
}

div#slider-primary .dm-half:nth-child(2) {
    flex: 1 1 45%;
}

.dm-half .slick-slide img {
    margin: 0px auto;
}

img {}

.slick-slide .dm-half img {
    margin: 0px auto;
    display: block;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    nac: #fff;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    display: none;
}

.container-wide {
    max-width: 100%;
}

@media screen and (min-width: 2000px) {
    .container-wide, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2000px;
    }
}

section.boston-welcome > div {
    padding: 0px;
}

section.boston-welcome .dm-half {
    padding: 0px;
}

@media screen and (min-width: 500px) {
    .home h2 {
        font-size:2.5rem
    }
}

@media screen and (min-width: 992px) {
    .home h2 {
        font-size:3rem;
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    .home h2 {
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 1400px) {
    .home h2 {
        font-size: 3.7rem;
    }
}

@media screen and (min-width: 1700px) {
    .home h2 {
        font-size: 3rem;
    }
}

section.boston-welcome .dm-half:nth-child(2) {
    padding-left: 40px;
    /* margin-top: 70px; */
    padding-right: 40px;
}

@media screen and (min-width: 992px) {
    .home h3 {
        font-size:2rem;
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    .home h3 {
        font-size:2.3rem
    }
}

@media screen and (min-width: 1500px) {
    .home h3 {
        font-size:2rem
    }
}

@media screen and (min-width: 1700px) {
    .home h3 {
        font-size: 2.1rem;
    }
}

/* Welcome */

html a.btn img {
    vertical-align: middle;
}

section.boston-welcome h2 {
    color: #000;
    margin: 0px 0px 26px;
    line-height: 1.1;
}

section.boston-welcome h3 {
    color: var(--pColor);
    margin-bottom: 15px;
}

section.boston-welcome h3 + p {
    margin-bottom: 30px;
}

html #slider-primary .dm-slide-main {
    height: auto;
    max-height: initial !important;
    background: #000;
}

/**/
section.new-service-section {
    background: var(--sColor);
    padding: 5vh 0px;
    color: #fff;
}

section.boston-welcome {
    padding: 7vh 0px 5vh;
}

section.new-service-section .container-wide {
    max-width: 1700px;
}

section.new-service-section {}

section.new-service-section h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 16px;
}

section.new-service-section h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
}

section.new-service-section a.btn {
    background: #fff !important;
    color: var(--sColor) !important;
}

html a.btn {
    padding: 5px 35px;
    border-radius: 50px;
}

section.new-service-section .dm-half:nth-child(2) {
    color: #fff;
}

section.new-service-section .dm-half:nth-child(2) p {
    max-width: 85%;
}

.dm-slider-servicesa {
    margin-top: 30px;
}

.dm-slider-servicesa img {
    border-radius: 60px;
    display: block;
}

.dm-slider-servicesa .slick-slide a {
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 40px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-slider-servicesa .nss-img {
    height: 30vw;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
}

.dm-slider-servicesa .nss-img:after {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--sColor);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 69, 96, 0)), to(rgba(53, 69, 96, .451418)));
    background: -o-linear-gradient(top,rgba(53,69,96,0) 0,rgba(53,69,96,.451418) 100%);
    background: linear-gradient(180deg, rgba(53, 69, 96, 0), rgb(0 0 0 / 45%));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354560",endColorstr="#354560",GradientType=1);
    height: 100%;
    border-radius: 20px;
}

section.half-half-classy {
    padding: 9vh 0px 9vh;
    background: whitesmoke;
    justify-content: center;
}

section.half-half-classy > div {
    padding: 0px;
}

section.half-half-classy .dm-half:nth-child(2) {
    padding: 0px;
}

section.half-half-classy .dm-half:nth-child(1) {
    padding-left: 75px;
}

section.half-half-classy .dm-half:nth-child(1) h2 {
    text-transform: uppercase;
    line-height: 1;
    color: var(--sColor);
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 30px;
    font-size: 2.5rem;
}

section.half-half-classy .dm-half:nth-child(1) h2 + p {
}

section.half-half-classy h2:after {
    content: "";
    height: 30px;
    margin-top: -21px;
    background: var(--aColor);
    position: relative;
    display: block;
    z-index: -1;
    width: 105%;
}

.nss-img {
    position: relative;
}

.dm-slidea {
    margin: 0px 10px;
}

.dm-slider-servicesa .slick-arrow {
    display: none !important;
}

.dm-slider-servicesa .slick-slide a svg {
    max-width: 60px;
    margin-left: 20px;
    fill: var(--aColor) !important;!i;!;
}

section.random-title h3 {
    text-align: center;
    font-family: Playfair Display;
    color: var(--sColor);
    text-transform: uppercase;
    font-size: 65px;
    max-width: 1000px;
    margin: 10px auto 40px;
    line-height: 1.2;
}

section.random-title h3 span {
    color: var(--aColor);
}

section.cta-classic {
    padding: 15vh 0px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 70px;
}

section.cta-classic:after {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #354560;
    background: -webkit-gradient(linear, left top, right top, from(rgba(53, 69, 96, 0)), to(#0b1e3e));
    background: -o-linear-gradient(left,rgba(53,69,96,0) 0,#0b1e3e 100%);
    background: linear-gradient(90deg, rgba(53, 69, 96, 0), #0b1e3e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#354560",endColorstr="#0b1e3e",GradientType=1);
    border-radius: 70px;
}

.cta-carrier {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0px auto;
    margin-right: 5%;
}

.cta-carrier * {
    color: #fff;
}

.cta-carrier h3 {
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 40px;
}

.cta-carrier h3 + p {
    margin-bottom: 45px;
}

.cta-carrier a.btn {
    background: var(--aColor) !important;
    color: var(--sColor) !important;
}

.cta-carrier a.btn img {
    filter: brightness(0);
}

section.wda-visual-block h2 {
    text-transform: uppercase;
    color: var(--sColor);
    line-height: 1;
    border-left: 10px solid var(--aColor);
    padding-left: 15px;
    padding-bottom: 9px;
}

section.wda-visual-block h4 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.wda-visual-block .newbtn {
    background: var(--sColor) !important;
    border-radius: 20px;
    text-transform: none;
    font-weight: bold;
    padding: 20px 30px;
}

section.wda-visual-block.welcomeright .dm-flex {
    flex-direction: row-reverse;
}

section.wda-visual-block .dm-half:nth-child(1) {
    /* padding: 0px; */
}

section.wda-visual-block.welcomeright {}

section.wda-visual-block .container-wide {
    padding: 0px;
}

.middle {
    max-width: 90%;
    margin: 0px auto;
}

.welcome-image img {
    border-radius: 20px;
}

.boston-testimonials-wrapper.dm-flex {
    position: relative;
}

.boston-testimonials:after {
    content: close-quote;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #354560;
    background: #000;
    background: -o-linear-gradient(left,rgba(53,69,96,0) 0,#0b1e3e 100%);
    background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=
    "#354560",endColorstr="#0b1e3e",GradientType=1);
    opacity: 0.7;
}

section.boston-testimonials {
    background-size: cover;
    background-position: 50% 60%;
    position: relative;
    border-right: 25px solid var(--aColor);
    background: var(--aColor);
}

.boston-testimonials-wrapper.dm-flex > * {
    position: relative;
    z-index: 1;
}

.boston-testimonials-wrapper.dm-flex > img {
    max-width: 87px;
    display: block;
    margin: 0px auto;
    margin-left: 0px;
    margin-bottom: 35px;
    display: none;
}

.boston-testimonials-wrapper.dm-flex > h3 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.2;
    text-align: center;
}

.boston-testimonials-wrapper.dm-flex {
    max-width: 45%;
    margin: 0px auto;
    z-index: 1;
    padding: 10vh 50px;
    display: block;
}

.boston-testimonials-wrapper.dm-flex * {
    color: #fff;
}

.boston-testimonials-wrapper.dm-flex > h3 strong {
    color: var(--aColor);
}

.central-testimonial-slider {
    padding-left: 50px;
}

section.boston-testimonials:before {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    background-image: url(../boston-child/assets/grwhite.png);
    width: 100px;
    background-size: cover;
    z-index: 1;
}

.central-text-wrapper h4 {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

section.constulation {
    padding: 5vh 0px;
}

section.constulation > div {
    max-width: 90%;
    background: var(--sColor);
    border-radius: 60px;
    text-align: center;
    padding: 40px;
}

section.constulation h3 {
    text-align: center;
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}

.copyrights {
    float: none;
    padding: 3vh 0px;
    text-align: left;
    background: transparent;
}

.bottom-footer p {
    display: inline-block;
    margin: 0px auto;
}

.bottom-footer {
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-footer * {
    color: #fff;
}

.copyrights * {
    color: var(--sColor) !important;
}

.copyrights h3 {
    font-family: 'Playfair Display';
    font-size: 29px;
}

.copyrights .dm-flex {
    align-items: flex-start;
}

.bottom-footer p:nth-child(1),.bottom-footer p:nth-child(2) {
    flex: 1 1 50%;
    text-align: left;
}

.bottom-footer p:nth-child(3) {
    flex: 1 1 100%;
    text-align: right;
}

.bottom-footer {
    max-width: 90%;
    margin: 0px auto;
}

.bottom-footer p:nth-child(2) {
    text-align: right;
}

.bottom-footer p a {
    font-weight: bold;
}

.copyrights > div {
    max-width: 90%;
    margin: 0px auto;
}

section.constulation li input {
    height: 50px !important;
}

section.constulation p {
    color: #fff;
}

.constulation li#field_2_5 {
    display: none !important;
}

section.constulation label {
    color: #fff;
}

.constulation li#field_2_6 li input {
    height: auto !important;
}

.constulation li#field_2_6 li {
    color: #fff !important;
}

section.constulation div#gfield_description_2_6 {
    color: #fff;
}

section.constulation a {
    color: #fff;
    font-weight: bold;
}

.wda-visual-block .newbtn img {
    vertical-align: middle;
}

.half-caption a img {
	display: none !important;
}

section.half-half-classy .dm-half:nth-child(2) {
    position: relative;
}

section.half-half-classy .dm-half:nth-child(2) p {
    position: relative;
    z-index: u1;
}

section.half-half-classy img {
    border-radius: 20px;
}

body#blog.home {
    position: relative;
}

body#blog.home:before {
    left: 45%;
    position: fixed;
    content: "";
    width: 1px;
    height: 100vh;
    background: var(--sColor);
    opacity: 0.1;
    top: 0px;
}

body#blog.home:after {
    left: 65%;
    position: fixed;
    content: "";
    width: 1px;
    height: 100vh;
    background: var(--sColor);
    opacity: 0.1;
    top: 0px;
}

.main-container {
    position: relative;
    z-index: 1;
}

footer#site-footer {/* background: transparent; */margin: 0px;}

.dm-full.bottom-full.footer-creds {
    background: var(--aColor);
}

.nss-slide {
    display: flex;
    justify-content: flex-end;
    max-width: 85%;
}

.nss-slide > div {
    flex: 0;
}

ul#menu-main-menu > li {
    border-radius: 50px;
}

section.boston-welcome:before {
    border-right: 18px solid var(--aColor);
    content: "";
    position: absolute;
    right: 0px;
    height: 80%;
    bottom: 0px;
}

section.boston-welcome {
    position: relative;
    background: whitesmoke;
}

.nss-slide .dm-half:nth-child(1) {
    transform: scaleX(-1);
}

.nss-slide svg {
    cursor: pointer;
}
@media (min-width: 881px) {
	nav.navigation.clearfix.mobile-menu-wrapper {
		float: none;
		width: auto;
	}
}

html a.btn:hover {
    transform: scale(0.9);
    opacity: 0.9;
}

html a.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out !important;
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 880px) {
	#header a.btn {
		display: none;
	}

	html a#pull:after {
		position: relative;
		top: 0px;
		right: 0px;
		margin: 0px auto !important;!I;!;
		display: block !important;!i;!;
	}

	.dm-third.social-header p:nth-child(1),.dm-third.social-header p:nth-child(2) {
		display: none;
	}

	div#regular-header .dm-third {
		flex: 1 1 50%;
	}

	.header-spacer {
		min-height: 80px;
	}

	html a#pull {
		width: 40px;
		margin: 0px !important;
		display: block;
		padding: 0px !important;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#header .logo-wrap {
		max-width: 250px;
		margin: initial;
	}

	.regular_header #secondary-navigation {
		justify-content: space-between;
		height: auto;
	}

	#header h1, #header h2 {
		display: block;
		float: none;
	}

	section.random-title h3 {
		font-size: 40px;
	}

	.boston-testimonials-wrapper.dm-flex {
		max-width: 100%;
		margin: 0px;
	}

	.boston-testimonials-wrapper.dm-flex > h3 {
		font-size: 40px;
		line-height: 1;
		text-align: center;
	}

	section.constulation h3 {
		font-size: 40px;
		margin: 30px 0px;
	}

	section.constulation > div {
		padding: 20px;
		max-width: 100%;
		border-radius: 0px;
	}

	.copyrights li {list-style: none !important;}

	section.boston-testimonials:before {
		display: none;
	}

	section.boston-testimonials {
		border: 0px;
		background-position: 0% 50%;
	}

	.central-testimonial-slider {
		padding: 0px;
		text-align: center;
	}

	.boston-testimonials-wrapper.dm-flex > img {
		max-width: 40px;
		margin: 20px auto 10px;
	}

	h3 {}

	.boston-testimonials:after {
		background: var(--sColor);
		opacity: 0.7;
	}

	section.wda-visual-block h4 {
		font-size: 25px;
		text-align: center;
	}

	section.wda-visual-block h2 {
		text-align: center;
		border: 0px;
	}

	.middle p {
		text-align: center;
	}

	.middle {
		text-align: center;
	}

	html a.btn,html .newbtn {
		padding: 15px 25px !important;
	}

	.cta-carrier {
		max-width: 100%;
		margin: 0px auto;
		padding: 0px 20px;
		text-align: center;
	}

	section.cta-classic {
		padding: 9vh 0px;
		background-position: 25% 50%;
	}

	section.half-half-classy .dm-half:nth-child(1) {
		padding: 0px 20px;
	}

	.hhc {
		text-align: center;
	}

	section.half-half-classy .dm-half:nth-child(1) {
		order: 2;
		padding-top: 40px;
	}

	.dm-slider-servicesa .nss-img {
		min-height: 450px;
	}

	section.new-service-section h2 {
		font-size: 30px;
		text-align: center;
	}

	section.new-service-section h3 {
		font-size: 25px;
		text-align: center;
	}

	section.new-service-section .dm-half:nth-child(2) {
		text-align: center;
	}

	section.new-service-section .dm-half:nth-child(2) p {
		max-width: 100%;
	}

	section.new-service-section .dm-flex {
		text-align: center;
	}

	section.boston-welcome:before {
		opacity: 0;
	}

	section.boston-welcome .dm-half:nth-child(2) {
		text-align: center;
		padding: 0px;
	}

	.half-caption h2 {
		line-height: 40px;
		font-size: 40px;
	}

	.slide-content h4 {margin-bottom: 30px;font-size: 25px;}

	div#slider-primary .dm-half:nth-child(1) {order: 2;margin-top: 50px;}

	section.boston-welcome h3 {
		margin-bottom: 30px;
	}
}

.slick-aninmated-line {
    height: 20px;
    background: var(--sColor);
    margin-top: 35px;
    width: 30%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

#header a.btn {
	padding: 15px 10px;}

#secondary-navigation a {
 padding: 8px 18px;
 }


  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding: 20px;
	  border-radius: 8px;
	   border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-box-dm blockquote:after {
	font-size: 40px;
	color: #0e070714;
} 

section.constulation > div {
	display: flex;
	flex-wrap: wrap;
}

img.apt-img {
	    height: 100% !important;
    object-fit: cover !important;
	border-radius: 50px;
}

@media screen and (min-width: 881px) 

{
.dm-service-section.half-blue .dm-flex {
	align-items: normal;
}
	
	.blue-box {
			background: #354560;
		height: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;

		
	}

.dm-service-section.half-blue .dm-half {
	padding-bottom: 10px;
	padding-top: 10px;
	}

	.dm-service-section.half-blue .dm-half * {
		color: #FFF;
	}
	
}

@media (max-width: 880px) {
	div#regular-header {
		display: none;
	}
	.mobile_cta_buttons.hide-d.mobile-btn {
		display: block;
	}

	.mobile_cta_buttons.hide-d.mobile-btn {
		text-align: center;
	}

	.mobile_cta_buttons.hide-d.mobile-btn a {
		display: block;
		width: 100%;
		color: #fff;
		padding: 10px 0px;
	}

	.mobile_cta_buttons.hide-d.mobile-btn p {
		margin-bottom: 5px;
	}

	.mobile_cta_buttons.hide-d.mobile-btn {
		padding: 10px 0px;
	}

	.mobile_cta_buttons.hide-d.mobile-btn .header-social-icons {
		float: none;
		background: transparent;
		display: flex !important;!i;!;
		align-items: center;
		justify-content: center;
	}

	.mobile_cta_buttons.hide-d.mobile-btn .header-social-icons a {
		margin: 0px 5px;
	}

	.mobile_cta_buttons.hide-d.mobile-btn .dm-rate-us a {
		color: #ffe200 !important;!i;!;
	}
}

@media screen and (min-width: 880px) {
	ul.sub-menu.toggle-submenu.wda-long-menu {
	  max-height: 300px;
	  overflow-y: auto; 
	  overflow-x: hidden; 
	}
}

.dm-third.social-header p {
    margin-left: 10px;!;!im;!;
}

#regular-header .dm-rate-us span {
    font-size: 15px;
}

#regular-header .dm-rate-us a {
    font-size: 15px;
}

.dm-slider-servicesa .slick-slide a svg * {
    fill: inherit;
}

.dm-slider-servicesa .slick-slide a svg g > g {
    fill: #fff;
}

section.constulation li:before {
    opacity: 0;
}
.nss-slide svg {fill: #00000054 !important;!I;!;}

.nss-slide svg * {
    fill: inherit;
}

.nss-slide svg g g {
    fill: #fff;
}

.head-btn img {
    display: none;
}

html .dm-slide-main .newCon img {
    !I;!;
    margin: 0px auto;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    object-position: 50% 50%;
    position: relative;
    opacity: 0.4;
}

footer#site-footer a.btn img {
    display: none;
}

.logo-wrap {
    display: none;
}

li.meunLogo img {max-width: 350px;}

ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: uce;
}

.dm-third.social-header > * {
    margin: 0px 5px;
}


div#slider-primary .dm-flex {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    padding: 155px 0px;
}

h2.slide-title {
    font-size: 3rem;
    color: #fff;
}

.slide-content {
    color: #fff;
}

h2.slide-title span {
    display: block;
    font-family: Roboto;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.main-head-wrap {
    background: #fff;
}

html a.btn img {
    filter: brightness(0) invert(1);
    max-width: 65px;
}

.welcome-image video {
    border-radius: 10px;
    height: 900px !important;
    object-fit: cover;
    width: 100%;
}

/* Marquee animation keyframes (50% for smoothness) */
.marquee-content {
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

section.inline-rotation.marquee-content ul {
    padding: 0px;
    display: flex;
    /* flex-wrap: wrap; */
    list-style: none;
    margin: 0px;
    will-change: transform;
    animation-duration: 45s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: marquee;
    margin-inline: calc(-40px/2);
}

section.inline-rotation.marquee-content svg {
    max-width: 20px;
    fill: #fff;
    vertical-align: middle;
}

section.inline-rotation.marquee-content {
    background: var(--aColor);
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    vertical-align: middle;
    padding: 25px 0px;
    white-space: nowrap;
    overflow: hidden;
}

section.inline-rotation.marquee-content li {
    margin-inline: calc(40px/2);
}

span.elementor-icon-list-text {
    font-size: 17px;
}

.copyrights * {
    color: #fff !important;
}

.copyrights a.btn {
    background: var(--aColor) !important;
}

div#secondary-navigation {}

.caption-form {
    padding: 20px;
    border-radius: 10px;
    background: #0000007d;
}

.caption-form label,.caption-form p,.caption-form h3 {
    color: #fff;
}

.caption-form div#field_2_5 {
    color: #fff;
    font-size: 14px;
}

.caption-form div input,.caption-form div textarea {
    border-radius: 12px;
}

.caption-form .gform-body div input {
    width: 100% !important;
}

section.c-classic {
    padding: 14vh 0px;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

section.c-classic * {
    color: #ffffff;
}

section.c-classic h3 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

section.c-classic h2 {
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.central-testimonial-slider {
	padding: 0px;
}

.central-text-wrapper * {
	text-align: center;
}

.central-test-content {
	padding-top: 40px;
}

@media (max-width: 880px) {

	#header .logo-wrap {
		display: block;
	}

	div#slider-primary .dm-flex {
		padding: 55px 0px;
	}

	.half-caption {
		width: 100%;
	}

	h2.slide-title {
		font-size: 32px;
		line-height: 32px;
	}

	.welcome-image {
		padding: 0px 15px;
	}

	.welcome-image video {
		height: auto !important;
	}

	section.boston-welcome > div {
		padding: 0px 15px;
	}
}

.dm-modal-backdrop.show-dm-drop {visibility: hidden;}

.half-caption a.btn {background: #3BB4C3 !important;font-size: 20px !important;}

.footer-form {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-form::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.footer-form * {
    position: relative;
    z-index: 2;
    color: #fff;
}

@media screen and (min-width: 881px) 

{
.footer-form h2 {
	font-size: 3rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	}


	.footer-form h4 {
	font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
    color: #FFFFFF;
}
}




@media screen and (max-width: 881px) {
	section.half-half-classy .dm-half:nth-child(2) {
		padding: 0px 15px;
	}
	.footer-form h4 {
		color: #FFFFFF;
	}
	.footer-form h2 {
		color: #fff;
	}
}



section.half-half-classy.vsc h2 {
    color: #000;
    line-height: 1.2;
}

section.half-half-classy.vsc .dm-half:before {
    opacity: 0;
    display: none;
}

.btn-class {text-align: center;}

.video_holder video {
    opacity: 0.5;
}

section.half-half-classy .dm-flex {
    align-items: center;
}

section.half-half-classy img {
    /* height: 100% !important; */
    /* object-fit: cover; */
    /* width: 100%; */
}

section.half-half-classy .dm-half:nth-child(2) p {
    height: 100%;
    margin: 0px;
    text-align: center;
}

.video_holder {
    height: 750px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-las .dm-flex {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
}

.half-caption span,.half-caption h2 {
    color: #fff;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #fff;
}

section.inline-rotation.marquee-content p {
    margin: 0px;
}

.caption-form textarea {
    height: 80px !important;
}

.caption-form .gform-footer.gform_footer.top_label {
    padding: 10px 0px 0px;
}

div#regular-header * {
    color: #fff;
}

html .video_holder {
    height: auto;
    padding: 50px 0px;
}

.half-caption h2 p {
    font-family: 'Roboto';
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
}

.half-caption h2 {
    font-size: 38px;
}

.caption-form {
    color: #fff;
}

.caption-form #field_2_6 input {
    height: auto;
    width: auto !important;
}


section.half-half-classy.vsc .dm-half {
    /* flex: 1 1 100%; */
}

.home li#field_2_5 {
    font-size: 15px;
}

.home #field_2_6 a {
    font-weight: bold;
    color: #fff;
}

section.half-half-classy.vsc img {
    max-width: 150px;
}
.caption-form li input {
    height: 40px;
}
section.half-half-classy .dm-half:nth-child(2) img {
    margin: 10px;
    border-radius: 0px;
    vertical-align: middle;
}

section.half-half-classy.vsc .dm-half {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    flex: initial;
    width: auto;
}

.welcome-image {
    height: 100%;
}

.welcome-image img {
    /* height: 100% !important; */
    object-fit: cover;
    display: block;
}

section.boston-welcome .dm-flex {
    align-items: center;
}

section.new-service-section + section img {
    width: 100%;
    border-radius: 10px !important;
}

@media (max-width: 880px) {
	.meunLogo {
		display: none !important;
	}
}

li.meunLogo a {
    font-family: 'Playfair Display' !important;
    font-size: 33px !important;
}

span.eyebrow {
    background: var(--pColor);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
}

html #logo a {
    font-family: 'Playfair Display';
}


.half-half-classy.vsc {
  --ccs-ink:        #0F2A33;  /* deep petrol — panel + headings          */
  --ccs-ink-2:      #1B3E4A;  /* panel gradient foot                     */
  --ccs-body:       #43616C;  /* body copy on light                      */
  --ccs-ground:     #F1F5F6;  /* section background                       */
  --ccs-line:       #D2DEE1;  /* hairlines on light                       */
  --ccs-line-dark:  rgba(255, 255, 255, .16);
  --ccs-accent:     #4FB3C4;  /* accent on dark                           */
  --ccs-accent-dp:  #14707E;  /* accent on light (AA contrast)            */
  --ccs-radius:     4px;

  background: var(--ccs-ground);
  /* delete this line if .vsc already supplies vertical rhythm */
  padding-block: clamp(56px, 8vw, 104px);
}

.half-half-classy.vsc .dm-flex {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  align-items: center;
}

.half-half-classy.vsc .hhc {
  position: relative;
  background: var(--aColor);
  color: #DCE7EA;
  border-radius: var(--ccs-radius);
  padding: clamp(28px, 3.6vw, 52px);
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}

.half-half-classy.vsc .hhc::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--ccs-accent);
}

.half-half-classy.vsc .eyebrow {
  display: inline-block;
  font-family: ui-monospace, "SFMono-Regular", "Roboto Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ccs-accent);
}

.half-half-classy.vsc p:has(> .eyebrow) { margin: 0 0 14px; }

.half-half-classy.vsc .hhc h2 {
  margin: 0 0 16px;
  color: #FFFFFF;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.28;
  letter-spacing: -.01em;
  word-spacing: .06em;   /* lets the › separators breathe */
  text-wrap: balance;
}

.half-half-classy.vsc .hhc > p {
  margin: 0 0 26px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #B7CBD1;
  max-width: 46ch;
}

.half-half-classy.vsc .hhc ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 26px;
}

.half-half-classy.vsc .hhc ul::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: var(--ccs-line-dark);
}

.half-half-classy.vsc .hhc li {
  position: relative;
  margin: 0;
  border-top: 1px solid var(--ccs-line-dark);
}
.half-half-classy.vsc .hhc li:first-child { border-top: 0; }

.half-half-classy.vsc .hhc li::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #ffffff;
  border: 1px solid var(--ccs-accent);
  transform: rotate(45deg);
  transition: background .18s ease;
}
.half-half-classy.vsc .hhc li:hover::before { background: var(--ccs-accent); }

.half-half-classy.vsc .hhc li a {
  display: block;
  padding: 15px 0;
  color: #EAF2F4;
  font-size: 1.01rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .005em;
  transition: color .18s ease, transform .18s ease;
}
.half-half-classy.vsc .hhc li a:hover,
.half-half-classy.vsc .hhc li a:focus-visible {
  color: var(--ccs-accent);
  transform: translateX(5px);
}

.half-half-classy.vsc .hhc li a[target="_blank"]::after {
  content: "↗";
  margin-left: .45em;
  font-size: .85em;
  opacity: .65;
}

.half-half-classy.vsc .dm-half:last-child {
  padding-top: clamp(6px, 1.6vw, 22px);
}

.half-half-classy.vsc .dm-half:last-child h2 {
  margin: 0 0 14px;
  color: var(--ccs-ink);
  font-size: clamp(1.35rem, 2.1vw, 2.9rem);
  line-height: 1.28;
  letter-spacing: -.01em;
}

.half-half-classy.vsc .dm-half:last-child > p {
  margin: 0 0 22px;
  color: var(--ccs-body);
  font-size: 1.02rem;
  line-height: 1.7;
  text-align: left;
}

.half-half-classy.vsc .dm-half:last-child ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ccs-line);
}

.half-half-classy.vsc .dm-half:last-child li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid var(--ccs-line);
  color: var(--ccs-ink);
  font-size: 1.02rem;
  line-height: 1.55;
}

.half-half-classy.vsc .dm-half:last-child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 16px;
  height: 2px;
  background: var(--ccs-accent-dp);
}

.half-half-classy.vsc .dm-half:last-child li:nth-last-child(-n + 2) {
  color: var(--ccs-body);
  font-size: .97rem;
}


@media (max-width: 900px) {
  .half-half-classy.vsc .dm-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .half-half-classy.vsc .dm-half:last-child { padding-top: 0; }
}

.half-half-classy.vsc a:focus-visible {
  outline: 2px solid var(--ccs-accent);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .half-half-classy.vsc * {
    transition: none !important;
  }
}

.half-half-classy.vsc .hhc * {
    color: #fff !important;
}

.group-content {
  --ccs-ink: #0F2A33;
  --ccs-body: #43616C;
  --ccs-ground: #F1F5F6;
  --ccs-tint: #E7EEF0;
  --ccs-line: #D2DEE1;
  --ccs-accent-dp: #14707E;

  position: relative;
  background: #FFFFFF;
  padding-block: clamp(56px, 7vw, 100px);
}

.wda-visual-block.welcomeright {
  background: var(--ccs-ground);
}

.wda-visual-block .dm-flex {
  /* display: grid; */
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  /* gap: clamp(24px, 4vw, 64px); */
  align-items: initial;
  gap: 2%;
  column-gap: 2%;
  row-gap: 2%;
}

.wda-visual-block .dm-half {
  grid-column: 1;
  background: whitesmoke;
  padding: 30px;
  border-radius: 10px;
  flex: 1 1 48%;
  margin-bottom: 2%;
}

.wda-visual-block.welcomeright .dm-half {
  grid-column: 2;
}

.wda-visual-block .middle {
  max-width: 34rem;
}

.wda-visual-block h2 {
  margin: 0 0 18px;
  color: var(--ccs-ink);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: -.015em;
  text-wrap: balance;
}

.wda-visual-block .wda-content p {
  margin: 0 0 20px;
  color: var(--ccs-body);
  font-size: 1.03rem;
  line-height: 1.72;
}

.wda-visual-block .wda-content p:last-child {
  margin-bottom: 0;
}

.wda-visual-block .wda-content ol {
  list-style: none;
  counter-reset: ccs-step;
  margin: 0 0 24px;
  padding: 0;
  border-top: 1px solid var(--ccs-line);
}

.wda-visual-block .wda-content ol li {
  counter-increment: ccs-step;
  position: relative;
  margin: 0;
  padding: 12px 0 12px 52px;
  border-bottom: 1px solid var(--ccs-line);
  color: var(--ccs-ink);
  font-size: 1.02rem;
  letter-spacing: .02em;
}

.wda-visual-block .wda-content ol li::before {
  content: counter(ccs-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 13px;
  font-family: ui-monospace, "SFMono-Regular", "Roboto Mono", Menlo, monospace;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--ccs-accent-dp);
}

.wda-visual-block .wda-content ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  border-top: 1px solid var(--ccs-line);
}

.wda-visual-block .wda-content ul li {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--ccs-line);
  color: var(--ccs-ink);
  font-size: 1.02rem;
  line-height: 1.5;
  word-spacing: .08em;
}

.wda-visual-block .wda-content ul li strong {
  display: inline-block;
  margin-left: .15em;
  color: var(--ccs-accent-dp);
  font-size: .82em;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wda-visual-block .wda-content p.sequence {
  margin: 0 0 22px;
  padding: 20px 22px;
  background: var(--ccs-tint);
  border-left: 3px solid var(--ccs-accent-dp);
  color: var(--ccs-ink);
  font-family: ui-monospace, "SFMono-Regular", "Roboto Mono", Menlo, monospace;
  font-size: clamp(.74rem, 1.05vw, .86rem);
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: .13em;
  word-spacing: .28em;
  text-transform: uppercase;
}

.wda-visual-block .btn {
  display: inline-flex;
  align-items: center;
  gap: .65em;
  margin-top: 30px;
  padding: 14px 28px;
  background: var(--ccs-ink);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease;
}

.wda-visual-block .btn img {
  width: 14px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform .2s ease;
}

.wda-visual-block .btn:hover,
.wda-visual-block .btn:focus-visible {
  background: var(--ccs-accent-dp);
}

.wda-visual-block .btn:hover img,
.wda-visual-block .btn:focus-visible img {
  transform: translateX(4px);
}

.wda-visual-block a:focus-visible {
  outline: 2px solid var(--ccs-accent-dp);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .wda-visual-block .dm-flex {
    grid-template-columns: 1fr;
  }

  .wda-visual-block .dm-half,
  .wda-visual-block.welcomeright .dm-half {
    grid-column: 1;
  }

  .wda-visual-block .middle {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wda-visual-block .wow.animated {
    animation: none !important;
    visibility: visible !important;
  }

  .wda-visual-block * {
    transition: none !important;
  }
}

section.wda-visual-block {
    max-width: 1500px;
    margin: auto;
}

.btn-class {
    text-align: left;
}

.btn-class a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 12px;
}

span.eyebrow {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

  :root {
      --bg: #f6f8f7;
      --card: #ffffff;
      --text: #24302c;
      --muted: #66736e;
      --accent: #004ffe;
      --accent-soft: #e9f1ee;
      --border: #dfe7e3;
      --shadow: 0 16px 45px rgba(24, 47, 40, 0.07);
      --radius: 18px;
    }


 .glossary {
      width: min(100% - 40px, 1000px);
      margin: 70px auto;
    }

    .glossary-header {
      max-width: 700px;
      margin-bottom: 38px;
    }

    .glossary-eyebrow {
      display: inline-block;
      margin-bottom: 12px;
      color: var(--accent);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .glossary-title {
      margin: 0 0 12px;
      font-size: clamp(2rem, 5vw, 3.5rem);
      line-height: 1.05;
      letter-spacing: -0.04em;
    }

    .glossary-intro {
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .glossary-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .glossary-item {
      position: relative;
      padding: 24px 26px;
      overflow: hidden;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    }

    .glossary-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: var(--accent);
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    .glossary-item:hover {
      transform: translateY(-3px);
      border-color: #c8d8d2;
      box-shadow: 0 20px 50px rgba(24, 47, 40, 0.11);
    }

    .glossary-item:hover::before {
      opacity: 1;
    }

    .glossary-term {
      display: block;
      margin-bottom: 8px;
      color: var(--accent);
      font-size: 1.03rem;
      font-weight: 700;
      line-height: 1.35;
    }

    .glossary-definition {
      margin: 0;
      color: var(--muted);
      font-size: 0.96rem;
    }

    @media (max-width: 720px) {
      .glossary {
        width: min(100% - 28px, 1000px);
        margin: 45px auto;
      }

      .glossary-grid {
        grid-template-columns: 1fr;
      }

      .glossary-item {
        padding: 21px 22px;
      }
    }

.clinical-quote {
  position: relative;
  max-width: 100%;
  margin: 60px auto;
  padding: 64px 70px;
  overflow: hidden;
  border: 1px solid rgba(22, 57, 63, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(73, 145, 143, 0.12),
      transparent 38%
    ),
    linear-gradient(145deg, #f8fbfa 0%, #ffffff 100%);
  box-shadow: 0 24px 70px rgba(20, 47, 52, 0.08);
}

.clinical-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background:linear-gradient(to bottom, #004ffe, #adf1ff);
}

.clinical-quote__mark {
  position: absolute;
  top: 10px;
  right: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 150px;
  line-height: 1;
  color: rgba(29, 109, 112, 0.08);
  pointer-events: none;
}

.clinical-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
}

.clinical-quote p {
  margin: 0 0 22px;
  color: #263b3d;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.75;
  letter-spacing: -0.015em;
}

.clinical-quote p:first-child {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.55;
  color: #173b3e;
}

.clinical-quote strong {
  color: #004ffe;
  font-weight: 650;
}

.clinical-quote footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.clinical-quote__line {
  width: 46px;
  height: 2px;
  background: #1d6d70;
}

.clinical-quote cite {
  color: #173b3e;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .clinical-quote {
    margin: 30px 16px;
    padding: 42px 28px 38px 34px;
    border-radius: 18px;
  }

  .clinical-quote__mark {
    top: 8px;
    right: 18px;
    font-size: 100px;
  }

  .clinical-quote p {
    line-height: 1.65;
  }
}

.clinical-quote footer {background-color: unset !important;}

.wda-visual-block .btn {display: none;}
section.new-service-section {display: none;}

/* ===========================
   Continuous Feedback Loop
=========================== */

.feedback-loop {
  --bg: #f6f5ef;
  --text: #18312b;
  --muted: #69766f;

  --green: #376c55;
  --green-dark: #214c3a;
  --green-soft: #e7f0e9;

  --earth: #945c4e;
  --earth-dark: #6d3e34;
  --earth-soft: #f3e7e2;

  padding: 90px 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(83, 132, 105, 0.08), transparent 32%),
    radial-gradient(circle at 90% 85%, rgba(148, 92, 78, 0.07), transparent 30%),
    var(--bg);

  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  color: var(--text);
}

.feedback-loop__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.feedback-loop__header {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.feedback-loop__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(55, 108, 85, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
}

.feedback-loop__header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #18352d;
}

.feedback-loop__header p {
  max-width: 620px;
  margin: 20px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2.2vw, 23px);
  font-style: italic;
  line-height: 1.55;
  color: #65726c;
}

.feedback-loop__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

/* CARD */

.loop-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(24, 49, 43, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 24px 60px rgba(24, 49, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.loop-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 4px;
  border-radius: 0 0 99px 99px;
}

.loop-card--regeneration::before {
  background: linear-gradient(90deg, #86b69a, var(--green));
}

.loop-card--degeneration::before {
  background: linear-gradient(90deg, #c99a8e, var(--earth));
}

.loop-card__top {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.loop-card__icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  font-size: 28px;
  font-weight: 600;
}

.loop-card--regeneration .loop-card__icon {
  background: var(--green-soft);
  color: var(--green-dark);
}

.loop-card--degeneration .loop-card__icon {
  background: var(--earth-soft);
  color: var(--earth-dark);
}

.loop-card__label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.loop-card--regeneration .loop-card__label {
  color: var(--green);
}

.loop-card--degeneration .loop-card__label {
  color: var(--earth);
}

.loop-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.loop-card__subtitle {
  margin: 7px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.loop-card__intro {
  margin: 0 0 27px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(24, 49, 43, 0.09);

  font-size: 15px;
  line-height: 1.7;
  color: #53625c;
}

/* FLOW */

.loop-flow {
  display: flex;
  flex-direction: column;
}

.flow-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(24, 49, 43, 0.07);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.flow-item:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 22px rgba(24, 49, 43, 0.07);
}

.loop-card--regeneration .flow-item:hover {
  border-color: rgba(55, 108, 85, 0.22);
}

.loop-card--degeneration .flow-item:hover {
  border-color: rgba(148, 92, 78, 0.22);
}

.flow-number {
  display: grid !important;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.loop-card--regeneration .flow-number {
  background: var(--green-soft);
  color: var(--green-dark);
}

.loop-card--degeneration .flow-number {
  background: var(--earth-soft);
  color: var(--earth-dark);
}

.flow-item strong,
.flow-item span {
  display: block;
}

.flow-item strong {
  margin-bottom: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.flow-item div > span {
  font-size: 13px;
  line-height: 1.4;
  color: #748079;
}

.flow-arrow {
  height: 23px;
  margin-left: 30px;
  display: grid;
  place-items: center;

  font-size: 14px;
  opacity: 0.48;
}

.loop-card--regeneration .flow-arrow {
  color: var(--green);
}

.loop-card--degeneration .flow-arrow {
  color: var(--earth);
}

/* SUMMARY */

.loop-summary {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 18px;
}

.loop-card--regeneration .loop-summary {
  background: linear-gradient(
    135deg,
    rgba(231, 240, 233, 0.95),
    rgba(231, 240, 233, 0.48)
  );
}

.loop-card--degeneration .loop-summary {
  background: linear-gradient(
    135deg,
    rgba(243, 231, 226, 0.95),
    rgba(243, 231, 226, 0.48)
  );
}

.loop-summary > span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loop-card--regeneration .loop-summary > span {
  color: var(--green);
}

.loop-card--degeneration .loop-summary > span {
  color: var(--earth);
}

.loop-summary p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #35463f;
}

/* RESPONSIVE */

@media (max-width: 850px) {
  .feedback-loop {
    padding: 64px 18px;
  }

  .feedback-loop__grid {
    grid-template-columns: 1fr;
  }

  .loop-card {
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .feedback-loop {
    padding: 50px 14px;
  }

  .loop-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .loop-card__top {
    align-items: flex-start;
  }

  .loop-card__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 23px;
  }

  .flow-item {
    grid-template-columns: 35px 1fr;
    padding: 12px;
  }
}

section.boston-welcome {background: white;}