.elementor-1295 .elementor-element.elementor-element-5e05e64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1295 .elementor-element.elementor-element-5e05e64:not(.elementor-motion-effects-element-type-background), .elementor-1295 .elementor-element.elementor-element-5e05e64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6F7;}.elementor-1295 .elementor-element.elementor-element-ef6be37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1295 .elementor-element.elementor-element-189cc8d iframe{height:600px;}.elementor-1295 .elementor-element.elementor-element-ba65d45{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:10px;--margin-bottom:25px;--margin-left:25px;--margin-right:25px;--padding-top:0px;--padding-bottom:75px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-1295 .elementor-element.elementor-element-ba65d45.e-con{--align-self:center;}.elementor-1295 .elementor-element.elementor-element-744293e{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:15px 15px 15px 15px;}.elementor-1295 .elementor-element.elementor-element-744293e:not(.elementor-motion-effects-element-type-background), .elementor-1295 .elementor-element.elementor-element-744293e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7F2024;}.elementor-1295 .elementor-element.elementor-element-c69fa61{--spacer-size:40px;}.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-1295 .elementor-element.elementor-element-6ddeb9b{text-align:center;}.elementor-1295 .elementor-element.elementor-element-6ddeb9b .elementor-heading-title{color:#FFFFFF;}.elementor-1295 .elementor-element.elementor-element-74c94bb{width:var( --container-widget-width, 74% );max-width:74%;--container-widget-width:74%;--container-widget-flex-grow:0;}.elementor-1295 .elementor-element.elementor-element-74c94bb.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1295 .elementor-element.elementor-element-489aa6a{--spacer-size:10px;}@media(min-width:768px){.elementor-1295 .elementor-element.elementor-element-744293e{--width:85%;}}@media(max-width:767px){.elementor-1295 .elementor-element.elementor-element-ba65d45{--width:500px;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1295 .elementor-element.elementor-element-744293e{--width:100%;--justify-content:center;}}/* Start custom CSS for tp-contact-form, class: .elementor-element-d9ce268 */.cmn-btn {
  color: #fff !important;
}
.cmn-btn span,
.cmn-btn i {
  color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-74c94bb */.subscribeform {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 500px;    /* maximum container width */
  width: 100%;
  margin: 0 auto;      /* center horizontally */
  box-sizing: border-box;
}

.subscribeform input[type="email"] {
  flex: 1;                    /* flexibly fill available space */
  min-width: 250px;           /* minimum sensible width */
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  padding: 8px 12px;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.subscribeform input[type="email"]::placeholder {
  color: #dddddd;
}

.subscribeform input[type="email"]:hover,
.subscribeform input[type="email"]:focus {
  border-color: #dddddd;
}

.subscribeform button,
.subscribeform input[type="submit"] {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

/* Hover effect */
.subscribeform button:hover,
.subscribeform input[type="submit"]:hover {
  background-color: #eeeeee !important;
}

/* Tablet view */
@media (max-width: 900px) {
  .subscribeform {
    flex-direction: column;
    max-width: 90%;
  }
  
  .subscribeform input[type="email"],
  .subscribeform button,
  .subscribeform input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .subscribeform {
    max-width: 95%;
    gap: 8px;
  }

  .subscribeform input[type="email"],
  .subscribeform button,
  .subscribeform input[type="submit"] {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}/* End custom CSS */