
body {
  background: #fff;
  color: #666666;
  font-family: poppinsregular, sans-serif;
}

 .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

@font-face {
    font-family:poppinsregular;  
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;}
 

 
@font-face {
     
	font-family: "poppins-black-webfont";	    
    font-weight: normal;
    font-style: normal;
	src:  url("fonts/poppins-black-webfont.woff") format('woff2'),
			url("fonts//poppins-black-webfont.woff2") format('woff');	
}

a {
  color: #ff6600;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
	font-family:poppinsregular;
}

h1, h2, h3, h4, h5, h6 {
  font-family: poppinsregular, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h2 {
  margin: 0 0 10px 0 !important;
}

h3 {
  color: #ff6600;
	font-family: "poppins-black-webfont";	    
    font-weight: normal;
    font-style: normal;
}
#testimonials h4 {
  color: #ff6600;
	font-family: "poppins-black-webfont";	    
    font-weight: normal;
    font-style: normal;
}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ff6600;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
/* NOTE: the old plain #hero markup (.hero-container, .hero-logo,
   .rotating, bare h1/h2/h4, .actions) has been fully replaced by the
   #hero.hero-carousel component below. That legacy block was removed
   from here because #hero h1 (an ID+tag selector) was unintentionally
   overriding .hero-headline's font-size for slide 1's real <h1> —
   the two other slides use a non-h1 heading and were unaffected,
   which is what caused the mismatched title sizes across slides. */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #111;
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "poppinsregular", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.is-sticky #header {
  background: rgba(0, 0, 0, 0.85);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'poppinsregular', sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #ff6600;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #e8e8e8;
	color: #000 !important;
}

.nav-menu ul li ul li:hover {
  background: #222 !important;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff6600;
}

#mobile-nav ul .menu-item-active {
  color: #ff6600;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
   
	font-family:"poppins-black-webfont", 'poppins-black-webfont';
	font-size: 48px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-title_inner {
   
	font-family:"poppins-black-webfont", 'poppins-black-webfont';
	font-size: 48px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
	padding-top: 80px;
}
.section-sub-title {
  font-size: 22px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
	
 font-family: 'poppinsregular' poppinsregular ;
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #ff6600;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
	font-family:poppinsregular;
}

#about .about-container {background: url(../img/about-img.jpg) left top no-repeat;}
#about .about-container2 {background: url(../img/hero-bg_2.jpg) center top no-repeat; height: 300px; text-align: center; vertical-align: middle;} 



#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* About — editorial image + content grid (new layout; the
   .about-container / .about-content background-image rules above
   are superseded here but left in place for safety) */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 60px;
}

.about-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}

.about-media-backdrop,
.about-media-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.about-media-backdrop {
  z-index: 0;
  background-image: linear-gradient(160deg, #ff6600 0%, #7a2f00 48%, #0a0a0d 100%);
}

.about-media-photo {
  z-index: 1;
  background-color: transparent;
}

#about .about-content {
  background: none;
}

.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 18px;
}

.about-eyebrow-rule {
  width: 34px;
  height: 1px;
  background: #ff6600;
  display: inline-block;
}

#about .about-title {
  font-family: "poppins-black-webfont", sans-serif;
  color: #111;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 22px;
}

.about-em { color: #ff6600; }

#about .about-text {
  font-family: poppinsregular, sans-serif;
  line-height: 1.8;
  color: #666;
  font-size: 15.5px;
  margin-bottom: 18px;
}

.about-stats {
  display: flex;
  gap: 44px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.about-stat {
  display: flex;
  flex-direction: column;
}

.about-stat-num {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 38px;
  color: #ff6600;
  line-height: 1;
  margin-bottom: 6px;
}

.about-stat-label {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  color: #666;
  max-width: 140px;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-media { aspect-ratio: 16 / 10; }
}

@media (max-width: 576px) {
  #about .about-title { font-size: 26px; }
  .about-stats { gap: 30px; }
}

#about_2 {
  background: #fff;
  padding: 0px 0 00px 0;
	font-family:poppinsregular;
	width: 100%;
}

#about_2 .about-container {  background: url(../img/home-about-img.jpg) left top no-repeat;}
#about_2 .about-container2 {  background: url(../img/hero-bg_2.jpg) center top no-repeat; height: 300px;}
#about_2 .about-container3 {  background: url(../img/land-img.jpg) left top no-repeat;  }
#about_2 .about-container4 {  background: url(../img/construction-img.jpg) left top no-repeat;  }
#about_2 .about-container55 {  background: url(../img/renovision-img.jpg) left top no-repeat;  }
#about_2 .about-container_roi {background: url(../img/Rate-of-interest.jpg) left top no-repeat;height: 100%;padding-bottom: 30px; border-bottom: solid 2px #f1f0f0;}
#about_2 .about-container_zero {background: url(../img/zero.jpg) left top no-repeat; height: 100%; padding-bottom: 50px;padding-top: 30px; border-bottom: solid 2px #f1f0f0;}



#about_2 .headers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(160deg, rgba(255, 102, 0, .35) 0%, rgba(10, 10, 13, .55) 55%, rgba(10, 10, 13, .8) 100%),
    url(../img/hero-bg_3.jpg) center center;
  background-size: cover;
  height: 320px;
  font-family: "poppins-black-webfont", 'poppins-black-webfont';
  font-size: 48px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .4);
}

@media (max-width: 768px) {
	
	#about_2 .headers {
  font-size: 32px;
  height: 240px;
}
}

#about_2 .headers_2 {
  background: url(../img/hero-bg_2.jpg) center top no-repeat; 
    font-size: 48px;
    color: #fff; 
    text-align: center;
    font-weight: 700;
    padding:20px 0px;
}

#about_2 .headers_2 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:220px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}

@media (max-width: 768px) {
	#about_2 .headers_2 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:10px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}
}
#about_2 .headers_2 h2 {      font-size: 28px;    color: #fff;     text-align: left;    font-weight: 700;    padding:0px 0px 0px 0px;}
 
#about_2 .about-content {
  background: #fff;
}

#about_2 .about-title2 {
  color: #333;
  font-weight: 700;
  font-size: 28px;
	padding-top: 80px;
}

#about_2 .about-text {
  line-height: 26px;
}

#about_2 .about-text:last-child {
  margin-bottom: 0;
}

/* Current Offers — editorial feature panels (new; the
   .about-container_roi / .about-container_zero / .about-content /
   .action-off rules above are superseded here but left in place in
   case other pages still reference that older layout) */
.offer-feature {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 50px;
  align-items: center;
  margin: 70px 0;
}

.offer-feature-reverse .offer-feature-media {
  order: 2;
}
.offer-feature-reverse .offer-feature-content {
  order: 1;
}

.offer-feature-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}

.offer-feature-backdrop,
.offer-feature-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.offer-feature-backdrop { z-index: 0; }
.offer-feature-backdrop-1 { background-image: linear-gradient(155deg, #ff6600 0%, #7a2f00 48%, #0a0a0d 100%); }
.offer-feature-backdrop-2 { background-image: linear-gradient(155deg, #ffb27a 0%, #7a2f00 45%, #0a0a0d 100%); }

.offer-feature-photo {
  z-index: 1;
  background-color: transparent;
}

.offer-feature-stat {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: -16px;
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 170px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
  user-select: none;
  pointer-events: none;
}

.offer-feature-content {
  padding: 10px 0;
}

.offer-feature-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 16px;
}

.offer-feature-rule {
  width: 34px;
  height: 1px;
  background: #ff6600;
  display: inline-block;
}

.offer-feature-title {
  font-family: "poppins-black-webfont", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.25;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: none;
}

#about_2 .offer-feature-text {
  font-family: poppinsregular, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0 0 16px 0;
}

.offer-feature-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.offer-feature-cta-label {
  font-family: poppinsregular, sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.offer-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.offer-feature-btn-primary,
.offer-feature-btn-secondary {
  font-family: poppinsregular, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 13px 26px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
}

.offer-feature-btn-primary {
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}
.offer-feature-btn-primary:hover {
  background: transparent;
  color: #ff6600;
}

.offer-feature-btn-secondary {
  border: 1px solid rgba(0, 0, 0, .2);
  color: #333;
}
.offer-feature-btn-secondary:hover {
  border-color: #25D366;
  color: #25D366;
}

@media (max-width: 992px) {
  .offer-feature {
    grid-template-columns: 1fr;
    margin: 46px 0;
    gap: 30px;
  }
  .offer-feature-reverse .offer-feature-media { order: 1; }
  .offer-feature-reverse .offer-feature-content { order: 2; }
  .offer-feature-stat { font-size: 120px; }
}

@media (max-width: 576px) {
  .offer-feature-title { font-size: 24px; }
  .offer-feature-cta { flex-direction: column; align-items: flex-start; gap: 14px; }
}

#about_2 .headers_3 {
  background: url(../img/hero-bg_4.jpg) center top no-repeat; 
    font-size: 48px;
    color: #fff; 
    text-align: center;
    font-weight: 700;
    padding:20px 0px;
}



#about_2 .headers_3 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:220px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}

@media (max-width: 768px) {
	#about_2 .headers_2 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:10px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}
}
#about_2 .headers_3 h2 {      font-size: 28px;    color: #fff;     text-align: left;    font-weight: 700;    padding:0px 0px 0px 0px;}  





#about_2 .headers_2 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:220px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}

@media (max-width: 768px) {
	#about_2 .headers_2 h1 {      font-size: 58px;    color: #fff;     text-align: left;    font-weight: 700;    padding:10px 0px 0px 0px; margin-bottom: 0px; text-transform: uppercase;}
}
#about_2 .headers_2 h2 {      font-size: 28px;    color: #fff;     text-align: left;    font-weight: 700;    padding:0px 0px 0px 0px;}
 
#about_2 .about-content {
  background: #fff;
}

#about_2 .about-content a:link {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}
#about_2 .about-content a:hover {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}

#about_2 .about-title2 {
  color: #333;
  font-weight: 700;
  font-size: 28px;
	padding-top: 80px;
}

#about_2 .about-text {
  line-height: 26px;
}

#about_2 .about-text:last-child {
  margin-bottom: 0;
}

.paddingbuttom80{padding-bottom: 120px;}



/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #ff6600;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #ff6600;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #ff6600;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}
#services .col-lg-4  button[type="submit"] {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}

#services .col-lg-4  h3 {
    
    color: #222; }

/* Why Hallmark Consultancy — editorial feature card grid (new;
   the .service-item / .callout.height420 rules above are left in
   place in case other pages still reference that older layout) */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 10px;
}

.why-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .36);
  border-radius: 12px;
  padding: 34px 30px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .31);
  border-color: rgba(255, 102, 0, .35);
}

.why-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 102, 0, .08);
  border: 1px solid rgba(255, 102, 0, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background .3s ease, border-color .3s ease;
}

.why-card:hover .why-card-icon {
  background: rgba(255, 102, 0, .14);
  border-color: #ff6600;
}

.why-card-icon img {
  max-width: 38px;
  max-height: 38px;
}

.why-card-title {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #111;
  margin: 0 0 12px 0;
}

.why-card-desc {
  font-family: poppinsregular, sans-serif;
  font-size: 14.5px;
  line-height: 1.75;
  color: #666;
  margin: 0 0 22px 0;
  flex-grow: 1;
}

.why-card-link {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #ff6600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.why-card-link span {
  transition: transform .3s ease;
  display: inline-block;
}

.why-card:hover .why-card-link span {
  transform: translateX(4px);
}

@media (max-width: 992px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-card { padding: 28px 24px; }
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe ul  {
  text-align: left;
	color: #fff;
}
#subscribe h3  {
  text-align: left;
	color: #fff;
}


#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "poppinsregular", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #ff6600;
  border: 2px solid #ff6600;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



#portfolio .portfolio-item .details_more {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details_more h4 {
  font-size: 16px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}






/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #ff6600;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
	padding: 20px;
}

/* Team — editorial card grid (new; .member rules above left in place
   in case other pages still use the old plain layout) */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 10px;
}

.team-card {
  position: relative;
}

.team-card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.team-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .6s ease;
}
.team-card:hover .team-card-img { transform: scale(1); }

.team-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 6, .9) 0%, rgba(4, 4, 6, .25) 50%, rgba(4, 4, 6, 0) 78%);
}

.team-card-info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 20px 22px;
  color: #fff;
}

.team-card-rule {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #ff6600;
  margin-bottom: 10px;
}

.team-card-name {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 2px 0;
  color: #fff;
}

.team-card-role {
  font-family: poppinsregular, sans-serif;
  font-style: italic;
  font-size: 13px;
  color: #ffb27a;
  display: block;
}

.team-card-social {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.team-card:hover .team-card-social,
.team-card:focus-within .team-card-social {
  opacity: 1;
  transform: translateY(0);
}

.team-card-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .25s;
}
.team-card-social a:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.team-card-social i { font-size: 13px; }

@media (max-width: 992px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .team-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
}



/* Contact Section
--------------------------------*/
#contact {
  
  padding: 80px 0;
	background: url(../img/map-image.png) #222 center center;
     
}

@media (max-width: 768px) {
	#contact .col-md-4{padding-left: 45px;}
}

#contact h2 {
	margin-top: 35px!important; font-size: 22px;
}

@media (max-width: 768px) {
	
	#contact h2 {
	margin-top: 25px;
		padding-top: 25px !important;
}
	
}

#contact .info {
  color: #fff;
}

#contact .info i {
  font-size: 32px;
  color: #ff6600;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #ff6600;
  border: 1px solid #ff6600;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact  .section-title {
     
    color: #fff; }

#contact .section-description{         color: #999; }
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 4;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #ff6600;
  border: 0;
border-radius: 4px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}


#contact ul li ul{padding: 0px 0px 0px 20px; margin: 0px;}
#contact a {  color: #D0D0D0;  transition: 0.5s;}
#contact a:hover {  opacity: 0.7;	color: #FF6600; font-weight: bold;}


/*******/


#contact_new {
  
  padding: 80px 0;
	background: url(../img/feedback.jpg) #222 center center;
     
}

 #contact_new .fa {  padding: 0px!important;  font-size: 20px!important;  width: 50px!important;  text-align: center!important;  text-decoration: none!important; }

/* Add a hover effect if you want */
#contact_new .fa:hover {  opacity: 0.7;	color: #FF0000;}

#contact_new .fa a {  color: #222;  transition: 0.5s;}

#contact_new .section-sub-title {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
	#contact_new .col-md-4{padding-left: 45px;}
}

#contact_new h2 {
	margin-top: 35px!important; font-size: 22px;
}

@media (max-width: 768px) {
	
	#contact_new h2 {
	margin-top: 25px;
		padding-top: 25px !important;
}
	
}

#contact_new .info {
  color: #fff;
}

#contact_new .info i {
  font-size: 32px;
  color: #ff6600;
  float: left;
}

#contact_new .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact_new .form #sendmessage {
  color: #ff6600;
  border: 1px solid #ff6600;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact_new .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact_new  .section-title {
     
    color: #fff; }

#contact_new .section-description{         color: #999; }
#contact_new .form #sendmessage.show, #contact_new .form #errormessage.show, #contact_new .form .show {
  display: block;
}

#contact_new .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact_new .form input, #contact_new .form textarea {
  border-radius: 4;
  box-shadow: none;
}

#contact_new .form button[type="submit"] {
  background: #ff6600;
  border: 0;
border-radius: 4px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact_new .form button[type="submit"]:hover {
  background: #25d8fc;
}

/*******/
 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}
#footer .pad20{padding-top: 30px;}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer .fa {
  padding: 24px!important;
  font-size: 20px!important;
  width: 50px!important;
  text-align: center!important;
  text-decoration: none!important; 
}

/* Add a hover effect if you want */
#footer .fa:hover {
  opacity: 0.7;
	color: #FF0000;
}

#footer .fa a {
  color: #222;
  transition: 0.5s;
}
.card-header {
    padding: 0.75rem 1.25rem!important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
font-family: 'poppinsregular';}
	
	.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
		font-family: 'poppinsregular';
		background: #f5f5f5;
		align-items: center;
		padding: 5px 10px;
		margin: -10px 0px 15px 0px;
}

.height25{clear:both; height:25px;padding:25px 5px;}
.height50{clear:both; height:50px;padding:25px 5px;}

#subscribe .col-lg-6  button[type="submit"] {
    background: #ff6600;
    border: 0;
	border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}
#subscribe .col-lg-6 {}



#subscribe .section-sub-title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	font-weight: 700;}

#subscribe p{color: #fff;}

#faq{margin:0px 0px 0px 0px;background: #e8e7e8;padding: 80px 0 60px 0;}
#offers{margin:0px 0px 0px 0px;background: #e8e7e8; padding: 00px 0 60px 0; padding: 42px 0;   font-family: poppinsregular;}
#offers p{margin: 50px;}
.processing{padding: 00px 0px; background-image: url("../img/0_processing.png");background-repeat: no-repeat; background-position: center top;}
.toppadding280{padding-top:360px;}
.automargin{margin: 0px 50px;}

/* Ongoing Offers — editorial card grid (new; .processing /
   .toppadding280 rules above are superseded here but left in place
   in case other pages still reference that older layout) */
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 30px;
}

.offer-card {
  position: relative;
  border-radius: 14px;
  padding: 46px;
  min-height: 480px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-card-1 { background: linear-gradient(155deg, #ff6600 0%, #7a2f00 48%, #0a0a0d 100%); }
.offer-card-2 { background: linear-gradient(155deg, #ffb27a 0%, #7a2f00 45%, #0a0a0d 100%); }

.offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .31);
  border-color: rgba(255, 102, 0, .35);
}

/* giant translucent numeral bleeding off the corner, echoing the
   numeral motif used in the hero and about-section stats */
.offer-card-giant {
  position: absolute;
  right: -18px;
  bottom: -40px;
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 260px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .12);
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.offer-card-top,
.offer-card-bottom {
  position: relative;
  z-index: 1;
}

.offer-card-badge {
  display: inline-block;
  font-family: poppinsregular, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px;
  padding: 6px 16px;
  margin-bottom: 22px;
}

.offer-card-stat {
  display: flex;
  align-items: center;
  gap: 20px;
}

.offer-card-num {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 84px;
  line-height: 1;
  color: #fff;
}

.offer-card-label {
  font-family: poppinsregular, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(255, 255, 255, .85);
  border-left: 1px solid rgba(255, 255, 255, .35);
  padding-left: 18px;
}

/* perforated coupon-style divider between the stat and the loan list */
.offer-card-divider {
  position: relative;
  border-top: 2px dashed rgba(255, 255, 255, .3);
  margin: 30px 0;
}
.offer-card-divider::before,
.offer-card-divider::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8e7e8;
}
.offer-card-divider::before { left: -46px; }
.offer-card-divider::after { right: -46px; }

#offers .offer-card-desc {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  margin: 0 0 16px 0;
}

.offer-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}

.offer-card-list a {
  font-family: poppinsregular, sans-serif;
  font-size: 14.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  transition: .25s;
}

.offer-card-list a span {
  color: rgba(255, 255, 255, .55);
  transition: transform .25s ease, color .25s ease;
}

.offer-card-list a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .5);
}
.offer-card-list a:hover span {
  color: #fff;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .offers-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 34px; min-height: 0; }
  .offer-card-num { font-size: 60px; }
  .offer-card-giant { font-size: 170px; }
  .offer-card-list { grid-template-columns: 1fr; }
  .offer-card-divider::before { left: -34px; }
  .offer-card-divider::after { right: -34px; }
}

 
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
 
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #ff6600;
    text-align: left;
    background-color: #f5f5f5;
	border: solid 1px #222;
    border: 0;
    border-radius: 2px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
    color: #db4a03;
    background-color: #f5f5f5;
	font-weight: bold;
	/*box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);*/}



.height420 {height:420px;}
.height420 a { color: #ffffff;    background-color: #ff6600;	font-weight: bold; padding: 10px 24px; border-radius:  20px;}
.height420 a:hover { color: #222222;    background-color: #FF2700;	font-weight: bold; padding: 10px 24px; border-radius:  20px;}

#service .col-lg-6 button[type="submit"] {
    background: #ff6600;
    border: 0;
    border-radius: 4px;
    padding: 10px 24px;
    color: #fff;
	transition: 0.4s;}





 
#crmWebToEntityForm.zcwf_lblLeft {
	width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
	margin-bottom: 25px;
 
background: #FFFFFF;
background: linear-gradient(0deg, #FFFFFF, #D6D6D6);
}
#crmWebToEntityForm.zcwf_lblLeft * {
	box-sizing: border-box;
	 
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblLeft .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 60%;
	border: 1px solid #c0c6cc !important;
	resize: vertical;
	border-radius: 2px;
	float: left;
}
.zcwf_lblLeft .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
	float: left;
	width: 68%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 2px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	resize: vertical;
	padding: 2px 5px;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 12px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #c0c6cc;
	color: #c1c1c1;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {margin: 2px 0px;}
.zcwf_lblLeft .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: var(--baseColor);
	font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
	width: 90%;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: var(--baseColor);
	padding-top: 2px;
	margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
	font-size: 12px;
	color: var(--baseColor);
	border: 1px solid #c0c6cc;
	padding: 3px 9px;
	border-radius: 4px;
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcwf_lblLeft .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-word;
	min-width: 100px;
	max-width: 150px;
	color: var(--baseColor);
	z-index: 100;
}
.zcwf_lblLeft .zcwf_ckbox{
	float: left;
}
.zcwf_lblLeft .zcwf_file{
	width: 55%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all and (max-width: 600px) {
	.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblLeft .zcwf_col_help {width: 40%;}
}
.zcwf_title{
color: #3c4d6b;
    font-size: 24px;}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 300px;

    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;
}

 .zcwf_lblLeft .zcwf_col_fld input[type=number] {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}

.zcwf_lblLeft .zcwf_col_fld select {
    width: 300px; 
    border: 1px solid #999 !important;
    resize: vertical; 
    float: left;
    height: 40px;
    padding: 6px 16px;
    color: #555;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    margin-bottom: 10px; 
	font-weight: 500;   
    font-size: 15px;
	line-height: 25px;}


.zcwf_lblLeft .zcwf_button {
    padding: 13px 9px;    
    width: 124px;
    border-radius: 25px;
    background-color: #F0843A;
    color: #fff;
}
@media only screen and (max-width: 768px) {
	
	div#crmWebToEntityForm{width: 263px;}
	
	.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {width: 284px;}	
}


#contact .copyright .col-md-6 .social a { color: #b3b3b3!important;}

#contact .fa {
  padding: 20px!important;
  font-size: 20px!important;
  width: 50px!important;
  text-align: center!important;
  text-decoration: none!important; 
}

/* Add a hover effect if you want */
#contact .fa:hover {
  opacity: 0.7;
	color: #FF0000;
}

#contact .fa a {
  color: #222;
  transition: 0.5s;
}
/* Set a specific color for each brand */

/* Facebook */

.margin-30{margin-bottom: 60px!important;}

.borders{border:solid 1px #e4e4e4; background: #e4e4e4; padding: 80px 40px;  }

.col-md-3 .awards {text-align:center; padding-top:115px;background:#f6f6f6;height: 258px; font-size:16px;}



/************************************************************************/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
#faq .faq .faq-list {
  padding: 0 100px;
}

#faq .faq .faq-list ul {
  padding: 0;
  list-style: none;
}

#faq .faq .faq-list li+li {
  margin-top: 15px;
}

#faq .faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

#faq .faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

#faq .faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

#faq .faq .faq-list .icon-show,
#faq .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

#faq .faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

#faq .faq .faq-list .icon-show {
  display: none;
}

#faq .faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

#faq .faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

#faq .faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

#faq .faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  #faq .faq .faq-list {
    padding: 0;
  }
}

.php-email-form{}
 

.modal-dialog {
    width: 600px;
	margin: 25% auto !important;}

@media only screen and (max-width: 768px) {
	
	.modal-dialog {
    width: 95%;
	margin: 85% auto 0% auto !important;}
}

.action-offers{margin: 125px auto 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 50%;
    border-radius: 4px;
    border: solid 0px #ffffff;}

.action-offers  a{ color: #ffffff!important;  transition: 0.5s;}
.action-offers  a:visited {color: #03c5ec;  outline: none;  text-decoration: none;}
.action-offers  a:hover { color: #03c5ec;  outline: none;  text-decoration: none;}


 

@media only screen and (max-width: 768px) {
	
	
.action-offers{margin: 125px auto 0px auto; background-color: #E4E4E4;  width: 50%;  border-radius: 4px; border: solid 0px #ffffff;}
	
.action-offers  a{ color: #ffffff!important;  transition: 0.5s;}
.action-offers  a:visited {color: #03c5ec;  outline: none;  text-decoration: none;}
.action-offers  a:hover { color: #03c5ec;  outline: none;  text-decoration: none;}

	
}



.alignleft{align-items: center; text-align: left;}



.action-off {margin: 5px;  border-radius: 4px; border: solid 0px #ffffff;}

.action-off  a{ color: #ffffff!important;  transition: 0.5s;}
.action-off  a:visited {color: #03c5ec;  outline: none;  text-decoration: none;}
.action-off  a:hover { color: #03c5ec;  outline: none;  text-decoration: none;}


 

@media only screen and (max-width: 768px) {
	
	
.action-off{margin: 125px auto 0px auto; background-color: #E4E4E4;  width: 50%;  border-radius: 4px; border: solid 0px #ffffff;}
	
.action-off  a{ color: #ffffff!important;  transition: 0.5s;}
.action-off  a:visited {color: #03c5ec;  outline: none;  text-decoration: none;}
.action-off  a:hover { color: #03c5ec;  outline: none;  text-decoration: none;}

	
}

.eligibility-text{font-size: 18px; font-weight: 700;}
.eligibility-amount {font-size: 28px; color:#fe8b15; font-family: "poppins-black-webfont";	    
    font-weight: normal;
    font-style: normal;}

.control-label .smm{ing: 57px 10px!important; }

/*--------------------------------------------------------------
# Hero — Full-bleed Editorial Loan Carousel (HALLMARK Consultancy)
# Fully scoped to #hero.hero-carousel so it never touches the
# plain #hero rules above (used by the simple hero on other pages).
--------------------------------------------------------------*/
#hero.hero-carousel {
  --hc-bg: #0a0a0d;
  --hc-orange: #ff6600;
  --hc-orange-soft: #ffb27a;
  --hc-cream: #f5f3ee;
  --hc-muted: #d8d6d2;
  --hc-duration: 6000ms;

  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  background: var(--hc-bg);
  overflow: hidden;
  isolation: isolate;
}

/* ---- corner logo, fixed above every slide ---- */
.hero-logo {
  position: absolute;
  top: 84px;
  left: 114px;
  z-index: 30;
  display: inline-block;
  line-height: 0;
}

.hero-logo img {
  max-width: 150px;
  height: auto;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .55));
}

/* ---- vertical eyebrow along the right edge ---- */
.hero-vertical-label {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: poppinsregular, sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(245, 243, 238, .55);
  z-index: 20;
}

/* ---- slide track: every slide is a full-bleed background ---- */
.hero-carousel-track {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  padding: 0 80px 130px 120px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide-backdrop,
.hero-slide-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-slide-backdrop { z-index: 0; }

.hero-media-home     { background-image: linear-gradient(160deg, #ff6600 0%, #7a2f00 45%, #0a0a0d 100%); }
.hero-media-mortgage { background-image: linear-gradient(160deg, #ffb27a 0%, #7a2f00 42%, #0a0a0d 100%); }
.hero-media-personal { background-image: linear-gradient(160deg, #ff8a3d 0%, #4a1c00 45%, #0a0a0d 100%); }

.hero-slide-photo {
  z-index: 1;
  background-color: transparent;
  transform: scale(1.1);
  transition: transform 7s linear;
}
.hero-slide.is-active .hero-slide-photo { transform: scale(1); }

.hero-slide-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(4, 4, 6, .92) 0%, rgba(4, 4, 6, .45) 42%, rgba(4, 4, 6, .1) 68%, rgba(4, 4, 6, .18) 100%),
    linear-gradient(100deg, rgba(4, 4, 6, .55) 0%, rgba(4, 4, 6, .1) 46%, rgba(4, 4, 6, 0) 68%);
}

/* ---- slide content, bottom-left over the photo, widened to
   cover more of the frame instead of a narrow left-edge column ---- */
.hero-slide-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-numeral {
  position: absolute;
  left: -6px;
  bottom: 100%;
  margin-bottom: -30px;
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 150px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 243, 238, .18);
  z-index: -1;
  user-select: none;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hc-orange-soft);
  margin: 0 0 20px 0 !important;
}

.hero-eyebrow-rule {
  width: 34px;
  height: 1px;
  background: var(--hc-orange);
  display: inline-block;
}

.hero-headline {
  font-family: "poppins-black-webfont", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--hc-cream);
  font-size: 74px;
  line-height: 1.1;
  letter-spacing: .5px;
  margin: 0 0 24px 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
}

.hero-em { color: var(--hc-orange); }

.hero-sub {
  font-family: poppinsregular, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--hc-muted);
  max-width: 480px;
  margin: 0 0 34px 0;
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

#hero.hero-carousel .btn-get-started,
#hero.hero-carousel .btn-services {
  font-family: poppinsregular, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 15px 32px;
  border-radius: 30px;
  display: inline-block;
  transition: .35s;
  margin: 0;
}

#hero.hero-carousel .btn-get-started {
  background: var(--hc-orange);
  border: 1px solid var(--hc-orange);
  color: #fff;
}
#hero.hero-carousel .btn-get-started:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#hero.hero-carousel .btn-services {
  border: 1px solid rgba(245, 243, 238, .5);
  color: var(--hc-cream);
}
#hero.hero-carousel .btn-services:hover {
  border-color: var(--hc-cream);
  background: rgba(245, 243, 238, .1);
}

/* text entrance: fade + rise on the active slide only.
   The headline is excluded here — it gets its own word-by-word
   reveal animation below instead of a single block-level fade. */
.hero-slide-content > *:not(.hero-headline) { opacity: 0; transform: translateY(16px); }
.hero-slide.is-active .hero-slide-content > *:not(.hero-headline) {
  animation: heroTextIn .8s cubic-bezier(.19, 1, .22, 1) forwards;
}
.hero-slide.is-active .hero-slide-content > *:nth-child(1) { animation-delay: .05s; }
.hero-slide.is-active .hero-slide-content > *:nth-child(2) { animation-delay: .12s; }
.hero-slide.is-active .hero-slide-content > *:nth-child(4) { animation-delay: .62s; }
.hero-slide.is-active .hero-slide-content > *:nth-child(5) { animation-delay: .7s; }

@keyframes heroTextIn {
  to { opacity: 1; transform: translateY(0); }
}

/* headline word-reveal: each word slides up out of a hidden mask,
   staggered via the inline animation-delay set per word in the markup */
.hero-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: .12em;
  margin-bottom: -.12em;
}

.hero-word > span {
  display: inline-block;
  transform: translateY(115%);
  opacity: 0;
}

.hero-slide.is-active .hero-word > span {
  animation: heroWordIn .75s cubic-bezier(.19, 1, .22, 1) forwards;
}

@keyframes heroWordIn {
  to { transform: translateY(0); opacity: 1; }
}

/* ---- carousel controls, bottom bar spanning the padded frame ---- */
.hero-carousel-nav {
  position: absolute;
  left: 120px;
  right: 80px;
  bottom: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(245, 243, 238, .35);
  background: rgba(10, 10, 13, .25);
  color: var(--hc-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  flex: none;
  backdrop-filter: blur(2px);
}
.hero-arrow svg { width: 16px; height: 16px; }
.hero-arrow:hover {
  border-color: var(--hc-orange);
  background: rgba(255, 102, 0, .25);
  color: var(--hc-orange-soft);
}
.hero-arrow:focus-visible {
  outline: 2px solid var(--hc-orange);
  outline-offset: 2px;
}

.hero-carousel-progress {
  display: flex;
  gap: 10px;
}

.hero-progress-item {
  width: 46px;
  height: 3px;
  background: rgba(245, 243, 238, .3);
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.hero-progress-item:focus-visible {
  outline: 2px solid var(--hc-orange);
  outline-offset: 3px;
}

.hero-progress-fill {
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--hc-orange);
}
.hero-progress-item.is-active .hero-progress-fill {
  animation: heroProgress var(--hc-duration) linear forwards;
}

@keyframes heroProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.hero-counter {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--hc-muted);
  margin-left: auto;
}
.hero-counter-current { color: var(--hc-cream); font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  #hero.hero-carousel * { animation: none !important; transition: none !important; }
}

/* ---- tablet ---- */
@media (max-width: 992px) {
  .hero-slide { padding: 0 40px 120px; }
  .hero-carousel-nav { left: 40px; right: 40px; }
  .hero-headline { font-size: 42px; }
  .hero-numeral { font-size: 110px; }
  .hero-vertical-label { display: none; }
  .hero-logo { top: 24px; left: 28px; }
  .hero-logo img { max-width: 130px; }
}

/* ---- mobile ---- */
@media (max-width: 768px) {
  #hero.hero-carousel { height: 100vh; min-height: 620px; }
  .hero-slide { padding: 0 22px 130px; }
  .hero-headline { font-size: 30px; line-height: 1.15; }
  .hero-sub { font-size: 15px; max-width: none; }
  .hero-numeral { font-size: 74px; margin-bottom: -16px; }
  .hero-actions { gap: 12px; }
  #hero.hero-carousel .btn-get-started,
  #hero.hero-carousel .btn-services { padding: 13px 22px; font-size: 12px; }
  .hero-carousel-nav { left: 22px; right: 22px; bottom: 26px; flex-wrap: wrap; gap: 14px; }
  .hero-counter { margin-left: 0; order: 3; width: 100%; }
  .hero-logo { top: 18px; left: 18px; }
  .hero-logo img { max-width: 100px; }
}

/*--------------------------------------------------------------
# FAQ — category filter + refined accordion
# Scoped to #faq so it layers on top of the sitewide .accordion-button
# rules without touching any other accordion instance on the site.
--------------------------------------------------------------*/
#faq .faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 34px 0;
}

#faq .faq-cat-btn {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: .5px;
  color: #666;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 30px;
  padding: 9px 20px;
  cursor: pointer;
  transition: .25s;
}

#faq .faq-cat-btn:hover {
  border-color: #ff6600;
  color: #ff6600;
}

#faq .faq-cat-btn.is-active {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

#faq .faq-cat-btn:focus-visible {
  outline: 2px solid #ff6600;
  outline-offset: 2px;
}

#faq .faq-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

#faq .faq-accordion .accordion-item.faq-is-hidden {
  display: none;
}

#faq .faq-accordion .accordion-button {
  font-family: poppinsregular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 22px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

#faq .faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

#faq .faq-accordion .card-body {
  padding: 4px 22px 22px 22px;
  background: #fff;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}

.card-body:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, .31);
  border-color: rgba(255, 102, 0, .35);
}

#faq .faq-accordion .card-body ul {
  margin: 10px 0 14px 0;
  padding-left: 20px;
}

#faq .faq-accordion .card-body li {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  #faq .faq-categories { gap: 8px; margin-bottom: 26px; }
  #faq .faq-cat-btn { font-size: 12px; padding: 8px 16px; }
  #faq .faq-accordion .accordion-button { font-size: 14px; padding: 15px 18px; }
}

/*--------------------------------------------------------------
# Awards — bento grid with layered photo/backdrop tiles
# New classes (.award-tile*) — the old #portfolio .portfolio-item
# rules above are left untouched in case other pages still use them.
--------------------------------------------------------------*/
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  gap: 20px;
}

.award-tile {
  position: relative;
  display: block;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.award-tile-featured { grid-column: span 2; grid-row: span 2; }
.award-tile-tall { grid-row: span 2; }

.award-tile-backdrop,
.award-tile-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.award-tile-backdrop-1 { background-image: linear-gradient(150deg, #ff6600 0%, #7a2f00 55%, #1a1a1a 100%); }
.award-tile-backdrop-2 { background-image: linear-gradient(150deg, #ffb27a 0%, #7a2f00 50%, #111 100%); }
.award-tile-backdrop-3 { background-image: linear-gradient(150deg, #ff8a3d 0%, #4a1c00 55%, #1a1a1a 100%); }

.award-tile-photo {
  z-index: 1;
  background-color: transparent;
  transform: scale(1.06);
  transition: transform .6s ease;
}
.award-tile:hover .award-tile-photo { transform: scale(1); }

.award-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .15) 55%, rgba(0, 0, 0, 0) 75%);
}

.award-tile-laurel {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  color: rgba(255, 255, 255, .55);
  z-index: 3;
}

.award-tile-info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  transform: translateY(8px);
  opacity: .92;
  transition: transform .35s ease, opacity .35s ease;
}
.award-tile:hover .award-tile-info { transform: translateY(0); opacity: 1; }

.award-tile-year {
  font-family: poppinsregular, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffb27a;
  margin-bottom: 6px;
}

.award-tile-title {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.3;
}

.award-tile-featured .award-tile-title { font-size: 22px; }

.award-tile-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: .3s;
}

.award-tile-cta-label {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.award-tile-cta-arrow {
  width: 20px;
  height: 20px;
  transition: transform .3s;
}

.award-tile-cta:hover {
  background: #ff6600;
  border-color: #ff6600;
}
.award-tile-cta:hover .award-tile-cta-arrow { transform: translateX(4px); }

@media (max-width: 992px) {
  .awards-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .award-tile-featured { grid-column: span 2; grid-row: span 2; }
  .award-tile-tall { grid-column: span 1; grid-row: span 2; }
}

@media (max-width: 576px) {
  .awards-grid { grid-template-columns: 1fr; grid-auto-rows: 190px; gap: 14px; }
  .award-tile-featured,
  .award-tile-tall { grid-column: span 1; grid-row: span 1; }
}

/*--------------------------------------------------------------
# Awards Gallery (awards.html) — bigger tiles + click-to-enlarge
# lightbox with prev/next carousel navigation. New classes
# (.award-gallery-*, .award-lightbox*); the old #portfolio
# .portfolio-item rules above are left in place in case other
# pages still reference that older layout.
--------------------------------------------------------------*/
.award-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.award-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  background: #111;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.award-gallery-item:focus-visible {
  outline: 3px solid #ff6600;
  outline-offset: 3px;
}

.award-gallery-backdrop,
.award-gallery-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.award-gallery-backdrop-1 { background-image: linear-gradient(150deg, #ff6600 0%, #7a2f00 55%, #1a1a1a 100%); }
.award-gallery-backdrop-2 { background-image: linear-gradient(150deg, #ffb27a 0%, #7a2f00 50%, #111 100%); }
.award-gallery-backdrop-3 { background-image: linear-gradient(150deg, #ff8a3d 0%, #4a1c00 55%, #1a1a1a 100%); }

.award-gallery-photo {
  z-index: 1;
  background-color: transparent;
  transform: scale(1.06);
  transition: transform .6s ease;
}
.award-gallery-item:hover .award-gallery-photo,
.award-gallery-item:focus-visible .award-gallery-photo {
  transform: scale(1);
}

.award-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .15) 55%, rgba(0, 0, 0, 0) 78%);
}

.award-gallery-laurel {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, .55);
  z-index: 3;
}

.award-gallery-expand {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 38px;
  height: 38px;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}
.award-gallery-item:hover .award-gallery-expand,
.award-gallery-item:focus-visible .award-gallery-expand {
  opacity: 1;
  transform: scale(1);
}
.award-gallery-item:hover .award-gallery-expand {
  background: #ff6600;
  border-color: #ff6600;
}

.award-gallery-info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: translateY(8px);
  opacity: .95;
  transition: transform .3s ease, opacity .3s ease;
}
.award-gallery-item:hover .award-gallery-info,
.award-gallery-item:focus-visible .award-gallery-info {
  transform: translateY(0);
  opacity: 1;
}

.award-gallery-year {
  font-family: poppinsregular, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffb27a;
  margin-bottom: 6px;
}

.award-gallery-title {
  font-family: "poppins-black-webfont", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .award-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .award-gallery-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ---- Lightbox ---- */
.award-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.award-lightbox[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.award-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 8, .93);
  backdrop-filter: blur(6px);
}

.award-lightbox-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(1100px, 92vw);
  max-height: 92vh;
}

.award-lightbox-media {
  position: relative;
  max-width: 100%;
  max-height: 68vh;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
  background: #111;
}

.award-lightbox-img {
  display: block;
  max-width: min(1100px, 92vw);
  max-height: 68vh;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity .25s ease;
}
.award-lightbox-img.is-loaded {
  opacity: 1;
}

.award-lightbox-caption {
  text-align: center;
  margin-top: 22px;
}

.award-lightbox-year {
  display: block;
  font-family: poppinsregular, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff6600;
  margin-bottom: 8px;
}

.award-lightbox-title {
  font-family: "poppins-black-webfont", sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff;
  margin: 0 0 8px 0;
}

.award-lightbox-counter {
  font-family: poppinsregular, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .5);
}

.award-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
}
.award-lightbox-close svg { width: 18px; height: 18px; }
.award-lightbox-close:hover {
  background: #ff6600;
  border-color: #ff6600;
}

.award-lightbox-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
}
.award-lightbox-arrow svg { width: 20px; height: 20px; }
.award-lightbox-arrow:hover {
  background: #ff6600;
  border-color: #ff6600;
}
.award-lightbox-prev { left: 24px; }
.award-lightbox-next { right: 24px; }

@media (max-width: 768px) {
  .award-lightbox-close { top: 10px; right: 10px; }
  .award-lightbox-arrow { width: 42px; height: 42px; }
  .award-lightbox-prev { left: 10px; }
  .award-lightbox-next { right: 10px; }
  .award-lightbox-title { font-size: 17px; }
}



.lap-form-feedback {
      margin-top: 14px;
      padding: 14px 16px;
      border-radius: 6px;
      font-family: Arial, sans-serif;
      line-height: 1.5;
		
    }
    .lap-form-feedback.is-loading {
    /*  background: #f0f0f0;
      color: #555;
		font-size: 12px;
    }
    .lap-form-feedback.is-success {
	/*background: #e8f7ed;*/
    color: #1e7e34;
    border: 0px solid #b7e4c7;
	height: 330px;
	font-size: 26px;
	text-align: center;
		margin-top: 20%;
    }
    .lap-form-feedback.is-error {
  /*  background: #fdecea;*/
    color: #b02a1e;
    border: 0px solid #f5c2c0;
	height: 330px;
	font-size: 26px;
	text-align: center;
		margin-top: 20%;
    }
