.elementor-38 .elementor-element.elementor-element-f6beb83 > .elementor-container{min-height:400px;}.elementor-38 .elementor-element.elementor-element-f6beb83:not(.elementor-motion-effects-element-type-background), .elementor-38 .elementor-element.elementor-element-f6beb83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-38 .elementor-element.elementor-element-f6beb83{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-38 .elementor-element.elementor-element-f6beb83 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-38 .elementor-element.elementor-element-41404a9{text-align:center;}.elementor-38 .elementor-element.elementor-element-41404a9 .elementor-heading-title{font-family:"Garent Font Book", Sans-serif;font-size:70px;font-weight:300;text-transform:uppercase;color:#FFFFFF;}.elementor-38 .elementor-element.elementor-element-9313d2a{margin-top:80px;margin-bottom:80px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-38 .elementor-element.elementor-element-402e5aa{text-align:left;}.elementor-38 .elementor-element.elementor-element-1d52961 .elementor-heading-title{font-family:"Garent Font Book", Sans-serif;font-size:40px;font-weight:300;text-decoration:none;line-height:1em;color:var( --e-global-color-a1af319 );}.elementor-38 .elementor-element.elementor-element-623120d .elementor-heading-title{font-family:"Garent Font Book", Sans-serif;font-size:30px;font-weight:300;line-height:1em;color:var( --e-global-color-a1af319 );}.elementor-38 .elementor-element.elementor-element-e921540 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-38 .elementor-element.elementor-element-e921540{text-align:left;}.elementor-38 .elementor-element.elementor-element-6d0721a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-38 .elementor-element.elementor-element-a6fd675{text-align:left;}.elementor-38 .elementor-element.elementor-element-e1ec5ed .elementor-heading-title{font-family:"Garent Font Book", Sans-serif;font-size:40px;font-weight:300;text-decoration:none;line-height:1em;color:var( --e-global-color-a1af319 );}.elementor-38 .elementor-element.elementor-element-2d24f6d .elementor-heading-title{font-family:"Garent Font Book", Sans-serif;font-size:30px;font-weight:300;line-height:1em;color:var( --e-global-color-a1af319 );}.elementor-38 .elementor-element.elementor-element-e5c9505 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-38 .elementor-element.elementor-element-e5c9505{text-align:left;}@media(min-width:768px){.elementor-38 .elementor-element.elementor-element-f45ee4a{width:15%;}.elementor-38 .elementor-element.elementor-element-e867fb4{width:35%;}.elementor-38 .elementor-element.elementor-element-287fcb8{width:35%;}.elementor-38 .elementor-element.elementor-element-5ba3302{width:15%;}}@media(max-width:767px){.elementor-38 .elementor-element.elementor-element-f6beb83 > .elementor-container{min-height:250px;}.elementor-38 .elementor-element.elementor-element-41404a9 .elementor-heading-title{font-size:40px;}.elementor-38 .elementor-element.elementor-element-9313d2a{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-6d0721a */.contact-inline {
  display: flex;
  font-family: 'Garent Font Book';
  align-items: center;
  justify-content: start;
  gap: 50px;
  /*margin-top: 10px;*/
}

.contact-inline .phone {
  font-size: 13px;
  color: #333;
}

.contact-inline .phone span {
  color: #00B860;
  font-weight: bold;
}

.contact-inline .linkedin svg {
  transition: transform 0.2s ease;
}

.contact-inline .linkedin a:hover svg {
  transform: scale(1.1);
}
.contact-inline .phone a {
  text-decoration: none;
  color: inherit;
}

.contact-inline .phone a span {
  color: #00B860;
  font-weight: bold;
}

.contact-inline .phone a:hover span {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-e867fb4 *//* 1. Hide phone, LinkedIn, and underline image initially */
.team-hover-box .contact-inline,
.team-hover-box .elementor-element-e921540 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* 2. Show them on hover */
.team-hover-box:hover .contact-inline,
.team-hover-box:hover .elementor-element-e921540 {
  opacity: 1;
  visibility: visible;
}

/* 3. Change text color on hover (name + title) */
.team-hover-box:hover h2.elementor-heading-title {
  color: #00B860 !important;
}

/* 4. Change phone number color (already styled inside) */
.team-hover-box:hover .phone span {
  color: #00B860 !important;
}

/* 5. Change LinkedIn icon color */
.team-hover-box:hover .linkedin svg path {
  fill: #00B860 !important;
}

/* Optional: smooth hover for image scale */
.team-hover-box img {
  transition: transform 0.3s ease;
}

/* Optional: slightly scale image on hover */
.team-hover-box:hover img {
  transform: scale(1.03);
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-287fcb8 *//* Hide underline and contact block initially */
.team-hover-box-two .elementor-element-e5c9505,
.team-hover-box-two .contact-inline {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Show them on hover */
.team-hover-box-two:hover .elementor-element-e5c9505,
.team-hover-box-two:hover .contact-inline {
  opacity: 1;
  visibility: visible;
}

/* Change heading color (name + title) on hover */
.team-hover-box-two:hover h2.elementor-heading-title {
  color: #00B860 !important;
}

/* Phone number color */
.team-hover-box-two:hover .phone span {
  color: #00B860 !important;
}

/* LinkedIn icon color */
.team-hover-box-two:hover .linkedin svg path {
  fill: #00B860 !important;
}

/* Optional: smooth image effect on hover (not required) */
.team-hover-box-two img {
  transition: transform 0.3s ease;
}

.team-hover-box-two:hover img {
  transform: scale(1.03);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Garent Font Book';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://spring-media.talkboxsolutions.com/wp-content/uploads/2025/07/Garet-Book.ttf') format('truetype');
}
/* End Custom Fonts CSS */