.elementor-4510 .elementor-element.elementor-element-6b45c3f{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4510 .elementor-element.elementor-element-6b45c3f:not(.elementor-motion-effects-element-type-background), .elementor-4510 .elementor-element.elementor-element-6b45c3f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://easitriptours.com/wp-content/uploads/2025/09/about-map-1-1-1.png");}.elementor-4510 .elementor-element.elementor-element-6b45c3f, .elementor-4510 .elementor-element.elementor-element-6b45c3f::before{--border-transition:0.3s;}@media(min-width:1025px){.elementor-4510 .elementor-element.elementor-element-6b45c3f:not(.elementor-motion-effects-element-type-background), .elementor-4510 .elementor-element.elementor-element-6b45c3f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for shortcode, class: .elementor-element-2dc983a *//* Container to hold the loading message and the embed */
.custom-embed-container {
  position: relative;
  min-height: 200px;
  background-color: #f0f0f0;
  border-radius: 8px;
}
/* Style for the 'Loading...' text */
.embed-loading {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #555;
  width: 100%;
  text-align: center;
}
/* Initially, hide the iframe created by EmbedPress */
.custom-embed-container iframe {
  visibility: hidden;
  transition: visibility 0.2s ease-in-out;
}
/* Class to add when the iframe is loaded */
.custom-embed-container iframe.is-loaded {
  visibility: visible;
}/* End custom CSS */