.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-d9ce268 .tp-core-content .tp-core-title{padding-left:0px;}.elementor-1295 .elementor-element.elementor-element-d9ce268 .tp-core-content .description{padding-left:0px;} .elementor-1295 .elementor-element.elementor-element-d9ce268 .tp-core-content .description{padding-top:0px;}.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-9b07f78{--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-9b07f78.e-con{--align-self:center;}.elementor-1295 .elementor-element.elementor-element-9c8ff97{--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-9c8ff97:not(.elementor-motion-effects-element-type-background), .elementor-1295 .elementor-element.elementor-element-9c8ff97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4CCECB;}.elementor-1295 .elementor-element.elementor-element-75f777f{--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-d537472{text-align:center;}.elementor-1295 .elementor-element.elementor-element-d537472 .elementor-heading-title{color:#FFFFFF;}.elementor-1295 .elementor-element.elementor-element-7b517f3{width:var( --container-widget-width, 74% );max-width:74%;--container-widget-width:74%;--container-widget-flex-grow:0;}.elementor-1295 .elementor-element.elementor-element-7b517f3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-1295 .elementor-element.elementor-element-1d8475b{--spacer-size:10px;}@media(min-width:768px){.elementor-1295 .elementor-element.elementor-element-9c8ff97{--width:85%;}}@media(max-width:767px){.elementor-1295 .elementor-element.elementor-element-9b07f78{--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-9c8ff97{--width:100%;--justify-content:center;}}/* Start custom CSS for tp-contact-form, class: .elementor-element-d9ce268 *//* Main form container styling */
.contactusform {
    max-width: 500px;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
    box-sizing: border-box;
}

/* Labels styling */
.contactusform label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

/* Inputs general styling */
.contactusform input[type="text"],
.contactusform input[type="email"] {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1rem;
    margin-top: 6px;
}

/* Specifically make the "message" input larger like textarea */
.contactusform input[name="your-message"] {
    height: 140px;                 /* Adjust the height as required */
    vertical-align: top;
}

/* Submit button styling */
.contactusform input[type="submit"] {
    background-color: #46c3c6;
    color: #fff;
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
}

.contactusform input[type="submit"]:hover {
    background-color: #151e2b;
}

/* Responsive adjustments for Tablets */
@media (max-width: 900px) {
    .contactusform {
        max-width: 94%;
        padding: 1rem;
    }
}

/* Responsive adjustments for Mobile */
@media (max-width: 600px) {
    .contactusform {
        max-width: 96%;
        padding: 0.7rem;
    }
    .contactusform label {
        font-size: 0.9rem;
    }
    .contactusform input[type="text"],
    .contactusform input[type="email"],
    .contactusform input[name="your-message"] {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7b517f3 */.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 */