/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 18:22:42 */
/* Buttons bullet icon */ 
.bullet-heading::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #36f130;
	border-radius: 50%;
}
/* Header */
button.elementskit-menu-hamburger > .ekit-menu-icon {
	fill:#1B1917;
}
.ekit-wid-con svg {
	width: 1.5em;
	height: 1.5em;
}
button.elementskit-menu-hamburger {
	box-shadow:none;
}
.page-header {
	background: #F5F2EB;
}
.type-page .bullet-heading {
	text-align:left;
}
.page-header h1.entry-title {
	font-weight: 900;
	font-size: 25px;
	color: #172862;
	text-transform: uppercase;
	padding: 35px 15px 0px 15px;
	background: #F5F2EB;
	margin-bottom: 0;
	margin-top:0;
}
/* Footer */
.footer-width-fixer .hfe-site-logo-img {
	max-width:200px;
}
@media (min-width: 768px) {
	.footer-width-fixer .hfe-site-logo-container {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left !important;
	}
}
@media (max-width: 767px) {
	.elementor .header-v1 {
	    padding-inline-start: 10px !important;
    padding-inline-end: 10px !important;
		}
	.elementskit-single-testimonial-slider p::after {
		bottom:-20px !important;
	}
	.section-c, .secton-d {
		max-width: 100% !important;
	}
	.section-c .elementor-widget-button {
		text-align: center;
		margin-top: 50px;
	}
	.section-c h2 {
		font-size: 28px;
	}
	.open-calendly a {
		max-width: 220px !important;
	}
}
/* Contact Form 7 */
/* Contact Form 7 Container */
.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
/* Labels */
.wpcf7 label {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	color: #1B1917;
	/* Primary Color */
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* Text Inputs and Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 12px 16px;
	font-size: 16px;
	color: #757066;
	/* Text Color */
	background-color: #fcfcfc;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
/* Input Focus States */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	color: #1B1917;
	background-color: #ffffff;
	border-color: #172862;
	/* Secondary Color */
	outline: none;
	box-shadow: 0 0 0 3px rgba(23, 40, 98, 0.1);
}
/* Textarea height adjustment */
.wpcf7 textarea {
	height: 130px;
	resize: vertical;
}
/* Submit Button styling */
.wpcf7 input[type="submit"] {
	display: inline-block;
	width: 100%;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background-color: #172862;
	/* Secondary Color for primary action */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background-color 0.2s ease, transform 0.1s ease;
}
/* Submit Button Hover State */
.wpcf7 input[type="submit"]:hover {
	background-color: #06abfd;
	/* Hover/Accent Color */
}
/* Submit Button Active (Click) State */
.wpcf7 input[type="submit"]:active {
	transform: scale(0.98);
}
/* Validation & Response Messages */
.wpcf7 .wpcf7-not-valid-tip {
	color: #d9534f;
	font-size: 13px;
	margin-top: 5px;
	font-weight: normal;
}
.wpcf7 .wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
}
/* Testimonials */
/* Opening Quote */
.elementskit-single-testimonial-slider p::before {
	content: "“";
	font-size: 60px;
	position: absolute;
	left: 0;
	top: 20px;
	color: #ccc;
}
/* Closing Quote */
.elementskit-single-testimonial-slider p::after {
	content: "”";
	font-size: 60px;
	position: absolute;
	right: 0;
	bottom: -10px;
	color: #ccc;
}
.elementskit-commentor-content {
	display:inline-block;
}
.elementskit-commentor-content p {
	padding: 0 30px;
}
.ekit-wid-con .ekit_accordion_icon_group {
	margin-right:15px !important;
}

/* Custom Calendly */
#custom-calendly-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: sans-serif;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* JavaScript dynamic trigger styles */
#custom-calendly-container.widget-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Custom Floating Icon Styling */
#custom-calendly-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: sans-serif;
	  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}


/* Custom Floating Icon Styling */
#custom-calendly-icon {
  background-color: #172862;
  color: #ffffff;
  border: 2px solid #1B1917;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-flex;
	flex-shrink: 0;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px #1B1917;
  transition: transform 0.3s ease, opacity 0.3s ease;
  animation: glow-pulse 2s infinite ease-in-out;
}

#custom-calendly-icon:hover {
  transform: scale(1.05);
}

/* Glowing Animation Effect */
@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(23, 40, 98, 0.7), 0 10px 25px #1B1917;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(23, 40, 98, 0), 0 10px 25px #1B1917;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(23, 40, 98, 0), 0 10px 25px #1B1917;
  }
}

/* Desktop Speech Bubble */
#calendly-speech-bubble {
  position: relative;
  background: #ffffff;
  border: 1px solid #1B1917;
  border-radius: 8px;
  padding: 15px 30px 15px 15px;
  margin-bottom: 15px;
  max-width: 250px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  color: #1b1917;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* Speech Bubble Arrow pointing down to the icon */
.bubble-arrow {
  position: absolute;
  bottom: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.bubble-arrow::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1B1917;
  z-index: -1;
}

/* Close Cross Icon */
.close-speech {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.close-speech:hover {
  color: #1B1917;
}

#calendly-speech-bubble {
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* JavaScript dynamic trigger styles */
#custom-calendly-container.widget-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#calendly-speech-bubble.bubble-visible {
  opacity: 1;
  pointer-events: auto;
}