.elementor-206 .elementor-element.elementor-element-655bf3c5:not(.elementor-motion-effects-element-type-background), .elementor-206 .elementor-element.elementor-element-655bf3c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8C8C8C;}.elementor-206 .elementor-element.elementor-element-655bf3c5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 40px 0px;}.elementor-206 .elementor-element.elementor-element-655bf3c5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-206 .elementor-element.elementor-element-6a4e6a43{padding:0px 0px 0px 0px;}.elementor-206 .elementor-element.elementor-element-7cf76c49 .elementor-button{background-color:#02010187;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;border-radius:50px 50px 50px 50px;}.elementor-206 .elementor-element.elementor-element-37ff12c5 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-206 .elementor-element.elementor-element-37ff12c5 .aux-modern-heading-primary{font-family:"Montserrat", Sans-serif;font-size:75px;font-weight:900;text-transform:uppercase;line-height:68px;color:#FFFFFF;max-width:819px;}.elementor-206 .elementor-element.elementor-element-37ff12c5 .aux-modern-heading-description{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:600;max-width:580px;}.elementor-206 .elementor-element.elementor-element-633a35d7{padding:40px 0px 0px 0px;}.elementor-206 .elementor-element.elementor-element-6c919bd3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-206 .elementor-element.elementor-element-6c919bd3 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-206 .elementor-element.elementor-element-6c919bd3 .aux-modern-heading-primary{font-family:"Montserrat", Sans-serif;font-size:20px;color:#000000;}.elementor-206 .elementor-element.elementor-element-57a610b2 > .elementor-widget-container{margin:-21px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-206 .elementor-element.elementor-element-57a610b2 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-206 .elementor-element.elementor-element-57a610b2 .aux-modern-heading-primary{font-family:"Montserrat", Sans-serif;font-size:15px;color:#000000;}@media(max-width:767px){.elementor-206 .elementor-element.elementor-element-6a4e6a43{padding:-30px 0px 0px 0px;}.elementor-206 .elementor-element.elementor-element-37ff12c5 .aux-modern-heading-primary{font-size:40px;line-height:40px;}.elementor-206 .elementor-element.elementor-element-37ff12c5 .aux-modern-heading-description{font-size:22px;}}/* Start custom CSS for button, class: .elementor-element-7cf76c49 *//* Hide the default icon if any */
.custom-button .elementor-button-icon {
    display: none;
}

/* Style the button to be smaller */
.custom-button .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 10px; /* Smaller padding */
    font-size: 12px; /* Smaller font size */
    min-width: 100px; /* Minimum width of the button */
    height: 50px; /* Height of the button */
    margin: 0 auto; /* Center align the button */
}

/* Add GIF as background image to the button */
.custom-button .elementor-button:before {
    content: "";
    position: absolute;
    left: 15px; /* Adjust based on where you want the GIF positioned */
    width: 15px; /* Adjust to the width of your GIF */
    height: 15px; /* Adjust to the height of your GIF */
    background-image: url('https://hiadvise.com/wp-content/uploads/2024/06/red-circle-blink-1.gif'); /* Replace with the URL of your GIF */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Adjust padding to ensure text and GIF don't overlap */
.custom-button .elementor-button {
    padding-left: 40px; /* Adjust based on the size of your GIF */
}

/* Center the button container */
.elementor-widget-button {
    display: flex;
    justify-content: center;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    .custom-button .elementor-button {
        padding: 10px 20px; /* Larger padding for mobile */
        font-size: 14px; /* Larger font size for mobile */
        min-width: 150px; /* Minimum width of the button for mobile */
        height: 80px; /* Height of the button for mobile */
    }

    /* Adjust padding for mobile to accommodate larger GIF */
    .custom-button .elementor-button {
        padding-left: 50px; /* Adjust based on the size of your GIF */
    }
}/* End custom CSS */
/* Start custom CSS for aux_modern_heading, class: .elementor-element-6c919bd3 *//* Keyframes for blinking animation */
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

/* Apply animation to the header */
.blink {
  animation: blink 1s infinite; /* Adjust timing as needed */
}/* End custom CSS */