.elementor-kit-6362{--e-global-color-primary:#967143;--e-global-color-secondary:#D7C9AA;--e-global-color-text:#3A3A3A;--e-global-color-accent:#5F7480;--e-global-color-df42a9f:#FFFFFF;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#3A3A3A;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.5em;}.elementor-kit-6362 button,.elementor-kit-6362 input[type="button"],.elementor-kit-6362 input[type="submit"],.elementor-kit-6362 .elementor-button{background-color:#D2CEBD;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:600;color:var( --e-global-color-text );border-style:none;border-radius:5px 5px 5px 5px;padding:15px 30px 15px 30px;}.elementor-kit-6362 button:hover,.elementor-kit-6362 button:focus,.elementor-kit-6362 input[type="button"]:hover,.elementor-kit-6362 input[type="button"]:focus,.elementor-kit-6362 input[type="submit"]:hover,.elementor-kit-6362 input[type="submit"]:focus,.elementor-kit-6362 .elementor-button:hover,.elementor-kit-6362 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6362 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6362 p{margin-block-end:0px;}.elementor-kit-6362 a{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;}.elementor-kit-6362 h1{font-family:"Cinzel", Sans-serif;line-height:1.5em;}.elementor-kit-6362 h2{font-family:"Cinzel", Sans-serif;line-height:1.5em;}.elementor-kit-6362 h3{font-family:"Cinzel", Sans-serif;}.elementor-kit-6362 h4{font-family:"Cinzel", Sans-serif;}.elementor-kit-6362 h5{font-family:"Cinzel", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Wrapper */
.btn {
  display: inline-block;
}

/* Actual Elementor button */
.btn .elementor-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;

  padding: 0.7em 1.7em;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 0.5em;

  color: #090909 !important;
  background: #e8e8e8 !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;

  transition: all 0.2s ease-in;
}

/* Keep content above animation */
.btn .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

/* First blob */
.btn .elementor-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 140%;
  height: 180%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Second blob */
.btn .elementor-button::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  background-color: #3A3A3A;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Hover */
.btn .elementor-button:hover {
  color: #ffffff !important;
  border: 1px solid #3A3A3A !important;
}

.btn .elementor-button:hover::before {
  top: -35%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn .elementor-button:hover::after {
  top: -45%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* Active */
.btn .elementor-button:active {
  color: #666 !important;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

/* Icon */
.btn .elementor-button-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}



/* Wrapper */
.btn-alt {
  display: inline-block;
}

/* Button base */
.btn-alt .elementor-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;

  padding: 0.7em 1.7em;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 0.5em;

  color: #ffffff !important;
  background: #3A3A3A !important;
  border: 1px solid #3A3A3A !important;

  box-shadow: 6px 6px 12px #2a2a2a, -6px -6px 12px #4a4a4a;

  transition: all 0.2s ease-in;
}

/* Keep content above animation */
.btn-alt .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

/* First blob */
.btn-alt .elementor-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 140%;
  height: 180%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Second blob */
.btn-alt .elementor-button::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  background-color: #D2CEBD;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Hover = light beige */
.btn-alt .elementor-button:hover {
  color: #3A3A3A !important;
  border: 1px solid #D2CEBD !important;
}

.btn-alt .elementor-button:hover::before {
  top: -35%;
  background-color: #D2CEBD;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-alt .elementor-button:hover::after {
  top: -45%;
  background-color: #D2CEBD;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* Active */
.btn-alt .elementor-button:active {
  box-shadow: inset 4px 4px 12px #2a2a2a, inset -4px -4px 12px #4a4a4a;
}

/* Icon */
.btn-alt .elementor-button-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}



/* Wrapper */
.btn-plain {
  display: inline-block;
}

/* Base button */
.btn-plain .elementor-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;

  padding: 0.7em 1.7em;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 0.5em;

  color: #ffffff;
  background: transparent !important;
  border: 1px solid #ffffff !important;

  box-shadow: none !important;

  transition: all 0.2s ease-in;
}

/* Keep content above animation */
.btn-plain .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

/* FIRST blob */
.btn-plain .elementor-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 140%;
  height: 180%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* SECOND blob */
.btn-plain .elementor-button::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  background-color: #3A3A3A;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Hover (same behavior as .btn / .btn-alt) */
.btn-plain .elementor-button:hover {
  color: #ffffff !important;
  border: 1px solid #3A3A3A !important;
}

.btn-plain .elementor-button:hover::before {
  top: -35%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-plain .elementor-button:hover::after {
  top: -45%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* Active */
.btn-plain .elementor-button:active {
  transform: scale(0.97);
}

/* Icon */
.btn-plain .elementor-button-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}


/* Wrapper */
.btn-soft {
  display: inline-block;
}

/* Button */
.btn-soft .elementor-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;

  padding: 0.7em 1.7em;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 8px;

  color: #2c2c2c;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.05);

  /* ✨ Premium soft shadow (not overpowering) */
  box-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.04);

  transition: all 0.3s ease;
}

/* Keep content above animation */
.btn-soft .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

/* SAME blob animation system */
.btn-soft .elementor-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 140%;
  height: 180%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  background-color: rgba(0, 0, 0, 0.04);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

.btn-soft .elementor-button::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  z-index: 0;

  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  background-color: #3A3A3A;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Hover */
.btn-soft .elementor-button:hover {
  color: #ffffff !important;

  /* slightly elevated but still subtle */
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.06);
}

.btn-soft .elementor-button:hover::before {
  top: -35%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-soft .elementor-button:hover::after {
  top: -45%;
  background-color: #3A3A3A;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* Active */
.btn-soft .elementor-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Icon */
.btn-soft .elementor-button-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}


/* Base container */
.animated-container {
  transition: all 0.35s ease;
  border-radius: 12px;
  position: relative;

  /* subtle default shadow */
  box-shadow: 
    0 2px 6px rgba(0, 0, 0, 0.04),
    0 6px 14px rgba(0, 0, 0, 0.03);

  background: #ffffff;
}

/* Hover effect */
.animated-container:hover {
  transform: translateY(-6px);

  /* premium layered shadow */
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.06);

  border-color: rgba(0,0,0,0.06);
}

/* Subtle glow overlay (luxury touch) */
.animated-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: radial-gradient(
    circle at top,
    rgba(255,255,255,0.4),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* Activate glow on hover */
.animated-container:hover::after {
  opacity: 1;
}/* End custom CSS */