/******* Header ********************************************************************/
#Header {
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.sticky-nav {
  position: fixed;
}
#Header .nabvar-brand img {
  width: 150px;
}
#Header .navbar-nav li a {
  font-size: 20px;
  display: block;
  padding: 10px;
}
#Header .navbar-nav .active > a {
  color: #fff;
  font-weight: bold;
}
main[role="main"] {
  padding-top: 0;
}
#Header .menu-item-has-children .dropdown-menu {
  min-width: 18rem;
}
#Header .menu-item-has-children .dropdown-menu li a {
  display: inline-block;
  color: #353535;
  margin: 0;
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  #Header .navbar {
    padding: 1rem 1rem;
  }
  #Header .navbar-nav li a {
    display: inline;
    font-size: 17px;
    padding: 0;
  }
  #Header .navbar-nav li + li a {
    margin-left: 30px;
  }
  #Header .header-phone-link a, 
  #Header .header-email-link a {
    margin-left: 20px !important;
  }
  #Header .header-search-icon a {
    margin-left: 50px !important;
  }
  #Header .menu-item-has-children .dropdown-menu {
    min-width: 18rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
	#Header .navbar-nav li a{
		font-size: 15px !important;
	}
}
@media(min-width: 1600px) {
	#Header > .navbar > .container-fluid {
		max-width: 1600px;
	}
}
	

/********** Main Banner **************************************************************************************************/
#MainBanner {
  /* max-height: 400px; */
  overflow: hidden;
}
#MainBanner > img.mx-auto {
  object-fit: cover;
  height: 450px;
}
#MainBanner .position-absolute {
  top: 0px;
  z-index: 9;
}
#MainBanner .position-absolute .logo {
  margin: 10% auto 0 auto;
  width: 400px;
}
.page-id-733 #MainBanner {
  display: none;
}
.page-id-733 h1 {
  display: none;
}
#MainCustomBanner {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#MainCustomBanner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}
#MainCustomBanner .logo {
  width: 370px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
#MainCustomBanner .btn-orange {
  background: #e96b10;
  font-size: 15px;
}

/********** Content **************************************************************************************************/
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0 !important;
}
#Categories .title {
  font-size: 120px;
}
#Categories h1 {
  line-height: 0.8;
}
.date {
  color: #5e4f45;
}
.welcome h4 {
  letter-spacing: 8px;
}

/*background: rgba(0,0,0,0.2);border-radius: 9.4px; color: white;padding:10px;*/

#Reviews {
  background: url(../images/bg-img1.jpg) no-repeat center center;
  background-size: cover;
}
#Reviews .left-quote {
  background: url(../images/quote-left.jpg) no-repeat 0 0;
  padding-left: 100px;
}
#Reviews .quote-right {
  background: url(../images/quote-right.jpg) no-repeat 95% 0;
}

/********** Footer ***************************************************************************************************/
#Footer .contact-details {
  background: url(../images/bg-img2.jpg) no-repeat center center;
  background-size: cover;
}
#Footer .contact-details a {
  color: #fff;
}
#Footer .contact-btm {
  background: url(../images/bg-img3.jpg) no-repeat center center;
  background-size: cover;
}

#Footer .form-control {
  background: #efefef;
  border: none;
  border-radius: 0px;
  height: 60px;
  width: 365px;
}
#Footer .btn {
  height: 60px;
}
.page-id-592 #Footer .client-logos-area {
  display: none;
}
#Footer .footer-newsletter-form h4 {
	margin-bottom: 13px;
}
#Footer .footer-newsletter-form .text-before-form {
	color: #767F86;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 13px;
}
#Footer .footer-social-icons img {
	width: 35px !important;
}

/* Homepage */
.home h1 {
  font-size: 52px;
}
.home h2 {
  font-size: 36px;
}
.home h3 {
  font-size: 26px;
}
.home h2,
.home h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #353535;
}
.homepage-hero-banner {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-hero-banner .logo {
  width: 370px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.homepage-hero-banner .btn-orange {
  background: #e96b10;
  font-size: 15px;
}
.homepage-services-section {
  padding: 120px 0;
}
.homepage-services-section .first-service {
  margin-bottom: 120px;
}
.homepage-services-section h2 {
  color: #fff;
  margin-bottom: 20px;
}
.homepage-services-section .first-service .copy-col {
  order: 2;
}
.homepage-services-section .col-lg-6 img {
  margin-bottom: 30px;
}
.homepage-about-section {
  padding: 60px 0;
}
.homepage-advantages-section {
  margin-bottom: 50px;
}
.homepage-advantages-section .icon {
  width: 130px;
  margin-bottom: 20px;
}
.homepage-advantages-section .adv-copy {
  margin-bottom: 30px;
}
.homepage-staff-section {
  padding: 100px 0;
  background: #353535;
}
.homepage-staff-section h2 {
  color: #fff;
}
.homepage-staff-section img {
  margin-bottom: 30px;
}
.homepage-intro-section {
  padding: 80px 0 60px;
}
.homepage-intro-section .lead {
  font-size: 24px;
  font-weight: bold;
}
.homepage-intro-section .video-wrapper {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.homepage-intro-section .video-wrapper:after {
	content: 'Learn More About Our Process';
	position: absolute;
	top: 0%;
	left: 0;
	background: #1a1007;
	color: #fff;
	font-size: 20px;
	width: 100%;
}
.homepage-intro-section .video-wrapper .rll-youtube-player .play {
	z-index: 9;
}

@media(min-width: 768px){
	.homepage-intro-section .video-wrapper:after {
		font-size: 26px;
		top: 37%;
	}
}

@media (min-width: 992px) {
  .home h1 {
    font-size: 72px;
  }
  .home h2 {
    font-size: 56px;
  }
  .home h3 {
    font-size: 36px;
  }
  .homepage-services-section .first-service .copy-col {
    text-align: right;
    order: 0;
  }
  .homepage-services-section .first-service .copy-block {
    padding-right: 40px;
  }
  .homepage-services-section .second-service .copy-block {
    padding-left: 40px;
  }
  .homepage-services-section .col-lg-6 img {
    margin-bottom: 0px;
  }
  .homepage-about-section {
    padding: 30px 0 120px;
  }
  .homepage-about-section .container-fluid {
    padding-right: 0;
  }
  .homepage-about-section .about-copy {
    padding-right: 40px;
    max-width: 660px;
    margin-left: auto;
  }
  .homepage-advantages-section .col-lg-6:first-child {
    padding-right: 40px;
  }
  .homepage-advantages-section .col-lg-6:last-child {
    padding-left: 40px;
  }
  .homepage-staff-section .container-fluid {
    padding-left: 0;
  }
  .homepage-staff-section img {
    margin-bottom: 0;
  }
  .homepage-staff-section .staff-copy {
    padding-left: 40px;
    max-width: 660px;
    margin-right: auto;
  }
}

/* Homepage slider  */
#homepage-hero-slider .carousel-item {
  padding: 180px 0;
	min-height: 680px;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#homepage-hero-slider .carousel-heading {
	font-size: 40px;
}
#homepage-hero-slider .btn {
	font-size: 15px;
	font-weight: 700;
}
#homepage-hero-slider .secondary-btn {
	  display: block;
    color: #000;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
}
#homepage-hero-slider .carousel-control-next, #homepage-hero-slider .carousel-control-prev {
	opacity: .8;
  filter: invert(0%);
}
#homepage-hero-slider .carousel-control-prev {
	left: 0 !important;
}
#homepage-hero-slider .carousel-control-next {
	right: 0 !important;
}
@media(min-width: 401px){
	#homepage-hero-slider .carousel-heading {
	    font-size: 52px;
  }
}
@media(max-width: 768px){
  #homepage-hero-slider .carousel-item {
    padding: 100px 0;
    height: 600px;
    min-height: 600px;
  }
	#homepage-hero-slider .carousel-control-next, #homepage-hero-slider .carousel-control-prev {
		top: 0 !important;
    bottom: 0 !important;
	}
}
@media(max-width: 400px){
  #homepage-hero-slider .carousel-item {
    padding: 100px 0;
    height: 500px;
    min-height: 500px;
  }
}
@media(min-width: 992px){
	#homepage-hero-slider .carousel-heading {
    font-size: 72px;
    width: 850px;
    margin: 0 auto;
  }
}


/* Homepage Intro  */
.homepage-intro-section .video-wrapper {
	width: 100%;
}
.homepage-intro-section p:not(.lead) {
	font-size: 18px;
}
@media(max-width: 1599px){
	.homepage-intro-section .lead {
		font-size: 22px;
	}
}

/*Dropdown Css*/
.desktop_nav {
  display: none;
}
.mobile_nav {
  display: flex;
}
.mobile_nav > .menu-item-has-children > a:after {
  content: "";
  display: none !important;
}
.mobile_nav > .menu-item-has-children > .clickable_caret > .caret {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: white;
  font-weight: bold;
  font-size: 25px;
}
.clickable_caret {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 5px;
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (min-width: 1200px) {
  .desktop_nav {
    display: flex;
  }
  .mobile_nav {
    display: none;
  }
  .desktop_nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .desktop_nav .dropdown-submenu {
    position: relative;
  }
  .desktop_nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  .desktop_nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .desktop_nav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .desktop_nav .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .desktop_nav .dropdown-submenu.pull-left {
    float: none;
  }
  .desktop_nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.author-bio {
  padding-top: 40px;
  padding-bottom: 40px;
}
.author-bio:before {
  content: " ";
  display: table;
}
.author-bio .avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 12px;
  margin-left: 20px;
  float: left;
  border-radius: 50%;
}
.author-box-title {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  clear: none;
  letter-spacing: 1px;
}

.author-box-profession {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  clear: none;
  letter-spacing: 1px;
}

.author-box-content {
  padding-top: 10px;
}

#MainBanner img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .single-post .breadcrumb {
    margin-top: 30px !important;
  }
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -48px;
}

/* Numbers section */
.homepage-numbers-section .numbers-wrapper {
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.homepage-numbers-section .numbers-wrapper .num-block {
  width: 50%;
  padding: 15px;
}
.homepage-numbers-section .icon {
  height: 64px;
}
.homepage-numbers-section .animated-num {
  color: #EE7711;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.homepage-numbers-section .num-copy {
  color: #553828;
  font-size: 22px;
}
.homepage-numbers-section .after-map {
  flex-direction: column;
}
.homepage-numbers-section .map-info p {
  margin-bottom: 5px;
  font-size: 18px;
}
.homepage-numbers-section .map-info p img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 26px;
}
.homepage-numbers-section .closest-locations {
  font-size: 16px;
  margin-top: 30px;
}
.homepage-numbers-section .closest-locations h4 {
  color: #ee7711;
  font-size: 16px;
  font-weight: bold;
}
.homepage-numbers-section .closest-locations a {
  color: #353535;
  font-size: 16px;
}
.certifications-section {
  margin: 70px 0;
}
.certifications-section h2 {
  margin-bottom: 50px;
}
.certifications-list {
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.certificate-block {
  text-align: center;
}
.certificate-block .certif-title {
  font-size: 20px;
  color: #ee7711;
  font-weight: bold;
}
.certificate-block .certificate {
  margin-bottom: 15px;
}
.certificate-block .certificate img {
  height: 70px;
  width: auto;
}
@media(min-width: 500px){
  .homepage-numbers-section .animated-num {
    font-size: 68px;
  }
}
@media(min-width: 768px){
  .homepage-numbers-section .numbers-wrapper .num-block {
    width: 33%;
  }
  .homepage-numbers-section .after-map {
    flex-direction: row;
    margin-top: 30px;
  }
  .homepage-numbers-section .map-info {
    padding-right: 30px;
    padding-top: 10px;
  }
  .homepage-numbers-section .map-info,
  .homepage-numbers-section .closest-locations {
    width: 50%;
  }
  .homepage-numbers-section .closest-locations {
    margin-top: 0;
    padding-left: 20px;
    border-left: 1px solid #ececec;
  }
}
@media(min-width: 992px){
  .homepage-numbers-section .numbers-wrapper .num-block {
    width: 20%;
  }
}

/* HTML Sitemap */
.aioseo-html-sitemap ul li a {
  text-transform: capitalize;
}

/* Search Popup  */
#popmake-1045 {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
#popmake-1045 .pum-content {
  width: 90%;
  display: flex;
  justify-content: center;
}
#popmake-1045 .pum-title {
  padding-bottom: 100px;
  padding-top: 100px;
}
#popmake-1045 .pum-content form {
  width: 100%;
  max-width: 100%;
}
#popmake-1045 form label {
  width: calc(100% - 70px) !important;
}
#popmake-1045 form .is-search-input {
  height: 70px;
  font-size: 22px !important;
}
#popmake-1045 form .is-search-submit {
  height: 70px;
  width: 70px;
}
#popmake-1045 form .is-search-icon {
  height: 70px;
  width: 70px;
  padding-top: 20px !important;
}
#popmake-1045 form .is-search-icon svg {
  width: 28px;
}
#popmake-1045 .pum-close {
  background-color: #e96b10;
}
@media(min-width: 820px){
  #popmake-1045 .pum-content form {
    width: 800px;
  }
}

/* Hello Bar */
.hello-bar {
  background: #141414;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
}
.hello-bar p, 
.hello-bar a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.hello-bar a {
  text-decoration: underline !important;
}
.hello-bar a:hover {
  color: #F96905;
}
.hello-bar img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

/* Homepage Testimonials  */
@media(max-width:767px){
	#Reviews {
		padding-bottom: 4rem !important;
		padding-top: 2rem !important;
		background-position: 59%;
	}
	#Reviews .review-txt {
		padding-right: 200px;
	}
	#Reviews .review-txt .h1 {
		font-size: 50px;
	}
	#Reviews .review-txt .lh-2 {
		line-height: 1.5 !important;
	}
	#Reviews .review-txt .mt-5 {
		margin-top: 0 !important;
	}
	#Reviews .carousel-item p {
		color: #000;
	}
	#Reviews .quote-right {
		padding-top: 0 !important;
	}
	#Reviews .fs-12 {
		color: #000 !important;
	}
	#Reviews .carousel-control-next, #Reviews .carousel-control-prev {
		top: auto;
		bottom: -30px;
		opacity: .7;
		width: 20px;
	}
	#Reviews .carousel-control-next {
		left: 30px;
    right: auto;
	}
	#Reviews .carousel-control-prev {
		left: -5px;
	}
}
@media(max-width:700px){
	#Reviews .review-txt {
		padding-right: 230px;
	}
}
@media(max-width:510px){
	#Reviews {
		background-position: 60%;
		padding-bottom: 3.5rem !important;
	}
	#Reviews .review-txt .h1 {
		font-size: 40px;
	}
	#Reviews .review-txt {
		padding-right: 200px;
	}
	#Reviews .carousel-item p {
		font-size: 18px;
	}
	#Reviews .fs-18{
		font-size: 14px !important;
	}
}
@media(max-width: 460px){
	#Reviews .review-txt .h1 {
		font-size: 34px;
	}
	#Reviews .carousel-item p {
		font-size: 16px;
	}
  h1, .h1 {
    font-size: 40px !important;
  }
  h2, .h2 {
    font-size: 34px !important;
  }
}
@media(max-width: 420px){
	#Reviews {
		padding-bottom: 3rem !important;
	}
	#Reviews .review-txt {
		padding-right: 170px;
	}
	#Reviews .review-txt .h1 {
		font-size: 30px;
	}
	#Reviews .fs-18 {
		font-size: 13px !important;
	}
}
@media(max-width: 370px){
	#Reviews .review-txt {
		padding-right: 160px;
	}
	#Reviews .fs-12 {
		font-size: 11px !important;
	}
}

/* 404 Page */
.main-404-content {
	background: #ECE6E0;
	padding: 80px 0;
	text-align: center;
}
.main-404-content h2 {
	color: #E56910;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.main-404-content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
.main-404-content .buttons {
	gap: 10px;
	justify-content: center;
	margin-bottom: 30px;
}
.main-404-content .buttons .btn {
	text-transform: none;
  font-size: 16px;
  font-weight: 400;
	padding: 6px 23px 8px;
}
.main-404-content img {
	max-width:100%;
}
@media(min-width: 992px){
	.main-404-content {
		text-align: left;
	}
	.main-404-content .buttons {
		justify-content: flex-start;
		margin-bottom: 0;
	}
}
@media(min-width: 1200px){
	.text-col {
		padding-right: 100px;
	}
}

/* Events List  */
.events-section {
	padding-bottom: 80px;
}
.events-section h2 {
	color: #E96B10;
	margin-bottom: 40px;
}
.events-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 35px;
}
.event {
	display: grid;
  grid-template-columns: 43px 1fr;
	gap: 30px;
	color: #000;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 30px;
}
.event .date {
	text-align: center;
}
.event .date .month {
	color: #E96B10;
	font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
	margin-bottom: 0;
}
.event .date .days {
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
}
.event .heading {
	font-weight: 700;
}
.event .address {
	position: relative;
	font-size: 18px;
	padding-left: 18px;
	margin-bottom: 10px;
}
.event .address:before {
	content: '';
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/03/icon-event-address.png') no-repeat center/contain;
	position: absolute;
  top: 6px;
  left: 0;
	width: 11px;
	height: 16px;
}
.event .status {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.48px;
	padding: 10px;
  border-radius: 5px;
	margin-bottom: 20px;
}
.event .status.attending {
	background: #E0F7FF;
}
.event .status.exhibiting {
	background: #E2F7E2;
}
.event .link a {
	font-size: 19px;
	font-weight: 700;
	color: #E96B10;
}
.copy-after-event-list {
  padding-bottom: 60px;
}
@media(min-width:768px){
	.events-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media(min-width:1200px){
	.events-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Mazimizer Form  */
#maximizer-contact-form > p {
  display:flex;
}
#maximizer-contact-form .webformlabel { 
  font-family: Arial; 
  width: 200px; 
  float:left; 
  padding-top:8px;
}
#maximizer-contact-form .webforminput { 
  border: 1px solid #ced4da; 
  height: 38px; 
  width: 100%; 
  margin:2px; 
  padding:0px; 
}
#maximizer-contact-form .webformselect { 
  border: 1px solid black; 
  height: 24px; 
  width: 182px; 
  margin:2px; 
  padding:0px; 
}
#maximizer-contact-form .webformselectm { 
  border: 1px solid black; 
  width: 182px; 
  margin:2px; 
  padding:0px; 
}
#maximizer-contact-form .mandatorymarker { 
  font-family: Arial; 
  color:red; 
}
#maximizer-contact-form .submitbutton { 
  font-family: Arial; 
  margin-top: 10px; 
  height: 50px; 
  width: 200px; 
}
#maximizer-contact-form .warningmessage { 
  font-family: Arial; 
  color:red; 
  margin-top: 8px; 
  margin-bottom: 8px;
}

/* Back To Top */
.back-to-top {
  display: none;
  border-radius: 50%;
  background: #e96b10!important;
  position: fixed;
  bottom: 130px;
  right: 20px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 8px 5px rgba(0, 0, 0, .1);
}
.back-to-top img {
  width: 18px !important;
  height: 18px !important;
}

/* Service Page  */
.service-hero-section {
	text-align: center;
}
.service-hero-section .hero-subheading {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.service-hero-section h1 {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -1.12px;
	margin-bottom: 16px;
}
.service-hero-section .hero-copy {
	margin-bottom: 40px;
}
.service-hero-section .btn {
	margin-bottom: 60px;
}
.service-hero-section .hero-img img {
	width: 100%;
	height: auto;
}
.service-intro-section {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 200px;
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/08/service-intro-bg.png') no-repeat right bottom/cover;
}
.service-intro-section h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 24px;
}
.service-intro-section p {
	margin-bottom: 40px;
}
.requirements-section {
	text-align: center;
	background: #ECE6E0;
	padding: 80px 0;
}
.requirements-section h2 {
	font-size: 20px;
}
.requirements-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  gap: 20px;
	padding-left: 0;
	margin: 30px 0 40px;
}
.requirements-list ul li {
	padding-left: 26px;
	position: relative;
}
.requirements-list li:before {
	content: '';
	position: absolute;
  left: 0;
	top: 3px;
	height: 18px;
	width: 18px;
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/08/ic_check.png') no-repeat center/contain;
}
.requirements-section .link-orange {
	color: #E96B10;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.choose-flavor-section {
	background: linear-gradient(180deg, #FFDA90 9.19%, #FEB420 80.41%);
	padding: 100px 0 80px;
}
.choose-flavor-section .no-gutters {
	gap: 50px;
}
.choose-flavor-section h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 16px;
}
.choose-flavor-section .btn {
	position: relative;
	padding-left: 2rem !important;
}
.choose-flavor-section .btn:after {
	content: '';
	position: absolute;
	top: 18px;
  right: 25px;
	width: 14px;
	height: 17px;
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/08/ic_get_app.png') no-repeat center/contain;
}
.flavors-list {
	padding: 100px 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.flavors-list img {
	width: 100%;
	height: auto;
}
.flavors-list h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  margin-top: -40px;
}
.flavor-desc-section {
	margin-bottom: 100px;
}
.flavor-desc-section .img-col {
	background: #FFEEF6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.fruit-flavor-section .img-col {
	background: #FFEEF6;
}
.brown-notes-flavor-section .img-col {
	background: #FFF3EE;
}
.dairy-flavor-section .img-col {
	background: #FEFDF2;
}
.spicy-flavor-section .img-col {
	background: #F9F6EE;
}
.alcohol-flavor-section .img-col {
	background: #FDFDE8;
}
.flavor-desc-section .img-bg {
	padding: 40px;
}
.flavor-desc-section img {
	width: 100%;
  height: auto;
	max-width: 400px;
}
.flavor-desc-section .text-col {
	margin-bottom: 60px;
}
.flavor-desc-section h3 {
	font-weight: 700;
}
.flavor-desc-section p {
	font-size: 18px;
}
.flavor-desc-section ul {
	padding-left: 20px;
}
.duplicate-flavor-section {
	padding: 80px 0;
	text-align: center;
	background: #ECE6E0;
}
.duplicate-flavor-section h4 {
	font-size: 18px;
	margin-bottom: 16px;
}
.duplicate-flavor-section ul {
	  display: flex;
		flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}
.duplicate-flavor-section ul img {
	width: 16px;
	margin-right: 8px;
}
.cta-section {
	text-align: center;
	padding: 90px 0;
	background: #FEB420;
}
.cta-section h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 24px;
}
.cta-section p {
	margin-bottom: 30px;
}
.faq-section {
	padding: 100px 0;
}
.faq-section h2 {
	font-weight: 700;
}
@media(min-width: 420px){
	.flavors-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.flavors-list h3 {
		font-size: 18px;
	}
}
@media(min-width: 768px){
	.flavors-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.flavors-list h3 {
		font-size: 20px;
	}
	.cta-section .container {
	max-width: 724px;
}
}
@media(min-width: 992px){
	.service-hero-section h1, .service-hero-section .hero-copy, .service-intro-section .container {
		width: 790px;
		margin-right: auto;
		margin-left: auto;
	}
	.service-intro-section {
		background-position: center bottom;
		padding-top: 160px;
	}
	.service-hero-section h1 {
		font-size: 56px;
	}
	.service-intro-section h2 {
		font-size: 40px;
	}
	.flavor-desc-section.reverse .row {
		flex-direction: row-reverse;
	}
	.flavor-desc-section .text-col {
	margin-bottom: 0;
  padding: 0px 40px 0 0;
}
	.flavor-desc-section.reverse .text-col {
  padding: 0 0 0 40px;
}
	.requirements-list ul {
		flex-wrap: nowrap;
		gap: 50px;
		margin: 16px 0 40px;
	}
	.choose-flavor-section {
		padding: 160px 0 80px;
	}
	.choose-flavor-section .no-gutters {
	gap: 0px;
}
	.choose-flavor-section .col-lg-6 {
	padding-right: 50px;
}
	.duplicate-flavor-section ul {
		flex-wrap: nowrap;
		gap: 40px;
	}
	.faq-section {
	  padding: 140px 0;
  }
}
@media(min-width: 1200px){
	.flavor-desc-section .text-col {
	padding: 60px 80px;
}
	.flavors-list {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media(min-width: 1400px){
	.choose-flavor-section .choose-flavor-copy-col {
	padding-left: 50px;
	}
	.choose-flavor-section h2 {
		font-size: 60px;
	}
	.flavor-desc-section h3 {
		font-size: 48px;
	}
}

/* AI Share Buttons */
.ct-ai-share-container {
  margin-bottom: 40px !important;
}
.ct-ai-share-btn:focus {
   outline: 3px solid #fff;
   outline-offset: 3px;
   box-shadow: 0 0 0 3px rgba(0,0,0,0.5);
}

/* Contact Page   */
.page-template-page-contact .breadcrumb {
	margin-bottom: 0;
}
.contact-hero-banner {
  padding: 100px 0;
  background: url('https://www.metaromusa.com/wp-content/uploads/2025/09/contact-hero-banner-bg.jpg') no-repeat right top / contain;
	position: relative;
}
.contact-hero-banner .container {
	position: relative;
  z-index: 10;
}
.contact-hero-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}
.contact-hero-banner h1 {
	margin-bottom: 24px;
}
.contact-hero-banner p {
  font-size: 18px;
}
.contact-form-section {
	padding-bottom: 100px;
}
.contact-form-section .form-col {
	background: #F3F3F3;
	padding: 60px 50px 50px;
	border-radius: 10px;
}
.contact-form-section .form-col .wpcf7-submit {
	width: 100%;
  padding: 13px 24px !important;
 font-size: 18px;
}
.contact-form-section .contact-box {
	padding: 40px;
	border: 2px solid #D5DADF;
	border-radius: 10px;
	margin-top: 60px;
}
.contact-form-section .contact-box a {
  color: #353535;
}
.contact-form-section .contact-box a:after {
  color: #E96B10;
}
.contact-form-section .contact-info-col h4 {
	color: #E96B10;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.contact-form-section .contact-info-col p {
	margin-bottom: 16px;
	display: grid;
    grid-template-columns: 100%;
}
.steps-section {
	padding-bottom: 75px;
}
.steps-section h2 {
	font-size: 24px;
	font-weight: 700;
  line-height: 140%;
	margin-bottom: 10px;
}
.steps-section .step-num {
	margin-bottom: 10px;
}
.map-section {
	padding-bottom: 90px;
}
.contact-cta-section {
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/09/contact-cta-bg.jpg') no-repeat center/cover;
	padding: 100px 0;
}
.contact-cta-section .col {
	background: #fff;
  padding: 40px;
	text-align: center;
}
.contact-cta-section .form-inline p {
	display: flex;
	flex-direction: column;
  justify-content: flex-end;
	width: 100%;
	margin-top: 20px;
}
.contact-cta-section .form-inline .wpcf7-email {
	background: #EFEFEF;
  border: 1px solid #E1E1E1;
  height: 60px;
}
.contact-cta-section .form-inline .wpcf7-submit {
	 height: 60px;
   border-radius: 50px !important;
}
.follow-us-section {
	padding: 100px 0;
	text-align: center;
}
.btn-linkedin {
	display: inline-flex;
	align-items: center;
	position: relative;
	background: #0274B3;
	color: #fff;
	border-radius: 0;
	padding: 20px 40px 20px 20px;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	line-height: 130%; /* 26px */
	letter-spacing: -0.4px;
	margin-top: 10px;
}
.btn-linkedin:hover {
  color: #fff;
  background: #076091;
}
.btn-linkedin img {
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.btn-linkedin span {
	margin-left: 20px;
}
.btn-linkedin:after {
	content: '';
	position: absolute;
	left: 64px;
	top: 10px;
	width: 1px;
	height: 46px;
	background: #fff;
}
@media(min-width: 421px){
	.contact-form-section .contact-info-col p {
    display: grid;
    grid-template-columns: 100px auto;
  }
	.contact-cta-section .col {
		padding: 80px;
	}
}
@media(min-width: 768px){
	.contact-cta-section .form-inline p {
		flex-direction: row;
	}
}
@media(min-width: 992px){
	.contact-hero-banner {
	  background-size: 40%;
	}
	.contact-hero-banner:after {
		display: none;
	}
	.contact-form-section .contact-box {
		margin-top: 0;
		margin-left: 60px;
	}
	.contact-cta-section .col {
	  max-width: 800px;
    margin: 0 auto;
  }
}

/* Gummies QR Code */
.gummies-qr-hero-banner {
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/10/gummies-hero-banner-bg.png') no-repeat center/cover;
	text-align: center;
	padding: 130px 0;
}
.gummies-qr-hero-banner .col-lg-8 {
	margin: 0 auto;
}
.gummies-qr-hero-banner h1 {
	font-size: 56px;
	margin-bottom: 25px;
}
.gummies-qr-hero-banner p {
	font-size: 18px;
	line-height: 27px;
}
.gummies-qr-intro-section {
	padding: 100px 0;
}
.gummies-qr-intro-section h2, .gummies-qr-intro-section h3 {
	margin-bottom: 16px;
}
.gummies-qr-intro-section p {
	font-size: 16px;
	margin-bottom: 8px;
}
.gummies-qr-steps-section {
	background: #ECE6E0;
	padding: 100px 0;
}
.gummies-qr-steps-section .row {
	align-items: center;
}
.gummies-qr-steps-section p {
	font-size: 16px;
}
.qummies-qr-download-section {
	background: #FEB420;
	padding: 100px 0;
}
.qummies-qr-download-section .img-col {
	text-align: center;
}
.qummies-qr-download-section h2, .qummies-qr-download-section p {
	margin-bottom: 16px;
}
.qummies-qr-download-section ul {
	padding-left: 0;
}
.qummies-qr-download-section ul li {
	list-style: none;
	position: relative;
	padding: 8px 0 8px 26px;
}
.qummies-qr-download-section ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/10/ic_check_circle-black.png') no-repeat center/contain;
}
.qummies-qr-download-section .btn {
	position: relative;
}
.qummies-qr-download-section .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('https://www.metaromusa.com/wp-content/uploads/2025/10/download.png') no-repeat center/contain;
}
.gummies-qr-cta-section {
	background: #F9F6EE;
	padding: 80px 0;
	text-align: center;
}
.gummies-qr-cta-section .col-lg-8 {
	margin: 0 auto;
}
.gummies-qr-intro-section img, .gummies-qr-steps-section img, .qummies-qr-download-section img {
	max-width: 100%;
	height: auto;
}
@media(max-width: 991px){
	.gummies-qr-steps-section .col-lg-5 {
		text-align: center;
	}
	.gummies-qr-intro-section .img-col, .gummies-qr-steps-section .col-lg-7, .qummies-qr-download-section .img-col {
		margin-top: 30px;
	}
}
@media(min-width: 1200px){
	.gummies-qr-intro-section .content-col {
		max-width: 540px;
    margin-left: auto;
	}
	.qummies-qr-download-section .content-wrapper {
    padding: 0 60px;
  }
}