/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774462291
Updated: 2026-03-25 18:11:31

*/
.wp-block-button__link {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 14px 28px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    margin-bottom:20px;
}

.wp-block-button__link strong {
    font-weight: 700;
    letter-spacing: 0.15em;
}
.fancy-numbers ol {
    list-style: none;
    counter-reset: fancy-counter;
    padding-left: 0;
    margin: 0;
}

.fancy-numbers ol li {
    counter-increment: fancy-counter;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding-top:20px;
    border-top: solid 1px #E5E5E5;
}

.fancy-numbers ol li::before {
    content: counter(fancy-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    flex-shrink: 0;
    margin-top: -2px;
    padding-top:2px;
}
nav .btn-black{
	padding-left: 20px !important;
}
nav .btn-black a{
	color: white !important;
	background-color: black;
	border-radius: 5px;
	margin: 10px;
	margin-bottom: 5px;
}
nav .btn-black a{
	color: white !important;
}
.mill-slider .elementor-slide-button {
  display: none !important;
}

.mill-slider .elementor-slides-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
	nav .btn-black{
		padding-left: 5px !important;
		padding: 5px;
	}
}
/* Gradient overlay on each slide */
.mill-slider .swiper-slide-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.15) 50%,
    transparent 100%
  );
  pointer-events: none;
}

/* Make sure the bg div allows ::after to show */
.mill-slider .swiper-slide-bg {
  position: absolute;
  inset: 0;
}

/* Location label (description field) */
.mill-slider .elementor-slide-description {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.85);
  order: -1; /* push it above the heading */
  margin-bottom: 4px;
}

/* Big title */
.mill-slider .elementor-slide-heading {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
}

/* Reorder contents so description appears above heading */
.mill-slider .swiper-slide-contents {
  display: flex;
  flex-direction: column;
}

/* Move pagination inside, align bottom right */
.mill-slider .swiper-pagination {
  position: absolute !important;
  bottom: 2.75rem !important;
  right: 2rem !important;
  left: auto !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 1px !important;
}

/* Dash style bullets */
.mill-slider .swiper-pagination-bullet {
  display: inline-block !important;
  width: 40px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,0.4) !important;
  opacity: 1 !important;
}

.mill-slider .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 120px !important;
}

@media (max-width: 767px) {
  .mill-slider .swiper-pagination {
    bottom: 1rem !important;
    right: 1rem !important;
  }

  .mill-slider .swiper-pagination-bullet {
    width: 20px !important;
    height: 2px !important;
  }

  .mill-slider .swiper-pagination-bullet-active {
    width: 60px !important;
  }
}

/* All other sliders ----*/

.elementor-image-carousel-wrapper {
  position: relative !important;
  display: block !important;
}

.elementor-image-carousel {
  display: flex !important;
}

.elementor-image-carousel-wrapper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
}

.elementor-image-carousel-wrapper .swiper-slide-inner {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 6 / 4 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.elementor-image-carousel-wrapper .swiper-slide-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.elementor-image-carousel-wrapper .swiper-pagination {
  position: absolute !important;
  bottom: 3.75rem !important;
  right: 2rem !important;
  left: auto !important;
  width: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 3px !important;
  z-index: 10 !important;
}

.elementor-image-carousel-wrapper .swiper-pagination-bullet {
  display: inline-block !important;
  width: 24px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,0.4) !important;
  opacity: 1 !important;
}

.elementor-image-carousel-wrapper .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 70px !important;
}
.single-slide-widget {
  display: block !important;
  width: 100% !important;
}

.single-slide-widget .elementor-image-carousel-wrapper,
.single-slide-widget .elementor-image-carousel,
.single-slide-widget .swiper-slide {
  display: block !important;
  width: 100% !important;
}

/* ─── Loop Items ─────────────────────────────────────────────────── */

.loop-grid-with-arrow .arrow {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.loop-grid-with-arrow a:hover .arrow {
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* ─── Reset ─────────────────────────────────────────────────── */

#mc_embed_signup {
  background: transparent !important;
  font-family: inherit !important;
  width: 100% !important;
}

/* ─── Two Column Layout ──────────────────────────────────────── */

#mc_embed_signup_scroll {
  display: flex !important;
  gap: 60px !important;
  align-items: flex-start !important;
}

#mc_embed_signup .mc-left,
#mc_embed_signup .mc-right {
  flex: 1 !important;
}

/* ─── Headings ───────────────────────────────────────────────── */

#mc_embed_signup .headings h2 {
  display: block !important;
  font-family: Bourton, sans-serif !important;
  font-size: 66px !important;
  font-weight: 300 !important;
  letter-spacing: 1.5px !important;
  line-height: 1 !important;
  color: rgb(10, 10, 10) !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
}

#mc_embed_signup .headings p {
  font-size: 14px !important;
  color: #555 !important;
  margin: 0 0 24px !important;
}

/* ─── Checkboxes ─────────────────────────────────────────────── */

#mc_embed_signup .mc-field-group.input-group strong {
  display: none !important;
}

#mc_embed_signup .mc-field-group.input-group ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

#mc_embed_signup .mc-field-group.input-group ul li label {
  display: block !important;
  font-size: 14px !important;
  color: #111 !important;
  margin: 0 !important;
}

#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #464646 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* ─── Input Fields ───────────────────────────────────────────── */

#mc_embed_signup .mc-field-group {
  padding: 0 !important;
  margin-bottom: 16px !important;
  width: 100% !important;
}

#mc_embed_signup .mc-field-group label {
  display: none !important;
}

#mc_embed_signup .mc-field-group input[type="email"],
#mc_embed_signup .mc-field-group input[type="text"] {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-size: 15px !important;
  color: #111 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#mc_embed_signup .mc-field-group input::placeholder {
  color: #aaa !important;
}

#mc_embed_signup .mc-field-group input:focus {
  border-bottom-color: #464646 !important;
}

/* ─── Submit Button ──────────────────────────────────────────── */

#mc_embed_signup .clear {
  margin-top: 24px !important;
}

#mc_embed_signup input[type="submit"] {
  width: 100% !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  height: auto;
}

#mc_embed_signup input[type="submit"]:hover {
  background: #464646 !important;
}

/* ─── Hide Cruft ─────────────────────────────────────────────── */

#mc_embed_signup .indicates-required,
#mc_embed_signup h2,
#mc_embed_signup #mce-responses {
  display: none !important;
}

/* ─── Mobile ─────────────────────────────────────────────────── */

@media (max-width: 767px) {
  #mc_embed_signup_scroll {
    flex-direction: column !important;
  }
}



/* ─── Gravity Form Reset ─────────────────────────────────────── */

#gform_wrapper_1 {
  background: transparent !important;
  font-family: inherit !important;
}

#gform_wrapper_1 .gform_heading {
  display: none !important;
}

/* ─── Field Labels ───────────────────────────────────────────── */

#gform_wrapper_1 .gfield_label,
#gform_wrapper_1 .gform-field-label--type-sub {
  display: none !important;
}

#gform_wrapper_1 .gfield_required {
  display: none !important;
}

/* ─── Inputs & Textarea ──────────────────────────────────────── */

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 textarea {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-size: 15px !important;
  font-family: inherit !important;
  color: #111 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  resize: none !important;
}

#gform_wrapper_1 input[type="text"]:focus,
#gform_wrapper_1 input[type="email"]:focus,
#gform_wrapper_1 textarea:focus {
  border-bottom-color: #29ABE2 !important;
}

/* ─── Name Field Sublabels as Placeholders ───────────────────── */

#gform_wrapper_1 #input_1_1_3::placeholder { content: "First Name"; }
#gform_wrapper_1 #input_1_1_6::placeholder { content: "Last Name"; }

/* ─── Name Field Side by Side ────────────────────────────────── */

#gform_wrapper_1 .ginput_container--name {
  display: flex !important;
  gap: 20px !important;
}

#gform_wrapper_1 .ginput_container--name .gform-grid-col {
  flex: 1 !important;
}

/* ─── Field Spacing ──────────────────────────────────────────── */

#gform_wrapper_1 .gfield {
  margin-bottom: 16px !important;
  padding: 0 !important;
}

/* ─── Submit Button ──────────────────────────────────────────── */

#gform_wrapper_1 .gform_footer {
  margin-top: 24px !important;
  padding: 0 !important;
}

#gform_wrapper_1 input[type="submit"] {
  width: 100% !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  font-family: inherit !important;
}

#gform_wrapper_1 input[type="submit"]:hover {
  background: #29ABE2 !important;
}



/* Layout - horizontal on desktop */
#menu-1-f19eaac {
  display: flex !important;
  flex-direction: row !important;
  gap: 60px !important;
  align-items: flex-start !important;
}

#menu-1-f19eaac > li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

#menu-1-f19eaac .sub-arrow {
  display: none !important;
}

#menu-1-f19eaac > li > a.has-submenu {
  display: block !important;
  pointer-events: none !important;
  font-size: 14px !important;
  color: #aaa !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
}

#menu-1-f19eaac .sub-menu {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  min-width: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#menu-1-f19eaac .sub-menu li {
  padding: 0 !important;
  margin: 0 !important;
  
}
#menu-1-f19eaac .sub-menu li a{
  border-inline-start: none !important;
}
#menu-1-f19eaac .elementor-sub-item {
  display: block !important;
  padding: 0 0 0px 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

#menu-1-f19eaac .elementor-sub-item:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  color: inherit !important;
  background-color: none !important;
}
#menu-1-f19eaac .elementor-sub-item:hover,
#menu-1-f19eaac .elementor-sub-item:focus,
#menu-1-f19eaac .elementor-sub-item.elementor-item-active,
#menu-1-f19eaac .elementor-sub-item.highlighted {
  background-color: transparent !important;
  color: inherit !important;
  opacity: 0.5 !important;
}
#menu-1-f19eaac .sub-menu li a::before,
#menu-1-f19eaac .sub-menu li a::after {
  display: none !important;
}

@media (max-width: 767px) {
  #menu-1-f19eaac {
    flex-direction: column !important;
    gap: 32px !important;
  }
}#menu-1-f19eaac ul.sub-menu {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
}