.elementor-kit-5988{--e-global-color-primary:#1FA9E1;--e-global-color-secondary:#4083A0;--e-global-color-text:#4083A0;--e-global-color-accent:#99CC33;--e-global-color-4c1aa2f:#F26924;--e-global-color-73295dc:#F8B490;--e-global-color-fcce6bd:#FFFFFF;--e-global-color-3591ffb:#FDFAF2;--e-global-color-782fcc6:#8CD2EE;--e-global-color-9332f4b:#CAE197;--e-global-color-bf96e1f:#F9F5EA;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5988 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5988 a{color:var( --e-global-color-primary );}.elementor-kit-5988 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}:root { --Big-Orange:#f16924; --Big-Orange_1:#f16924; }
/* Start custom CSS *//* Large laptops */
@media (max-width: 1600px) {
    .hero-title h1 {
        font-size: 32px !important;
    }

    .hero-copy {
        font-size: 17px !important;
    }

    .elementor-button-text {
        font-size: 15px !important;
    }
}

/* Smaller laptops */
@media (max-width: 1366px) {
    .hero-title h1 {
        font-size: 28px !important;
    }

    .hero-copy {
        font-size: 16px !important;
    }

    .elementor-button-text {
        font-size: 15px !important;
    }
}


.hero-section{
    position: relative;
    overflow: hidden;
   
}

.hero-video-overlay {
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    overflow: hidden;
}

.hero-video-overlay iframe {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

    width: 100%;
    height: 100%;

    border: 0;
}

.hero-section::after{
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0px;
    width: 100%;
    height: 400px;

    background-image: url('https://imagineelc.com.au/wp-content/uploads/2026/07/Hero-Rocket-ONE4.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;

    pointer-events: none;
   
}

/* Large desktops */
@media (min-width: 1600px) {
    .hero-section {
        min-height: 75vh;
    }
}




/* Smaller from 1600px down */
@media (max-width: 1600px) {
    .hero-section::after {
        height: 320px;
        bottom: -15px;
    }
}

/* Optional: smaller again for laptops/tablets */
@media (max-width: 1200px) {
    .hero-section::after {
        height: 260px;
        bottom: -10px;
    }
}


@media (max-width: 767px) {

    .hero-section {
        position: relative;
        min-height: 620px;
        padding-bottom: 150px;
    }

    .hero-section::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -55px;
        width: 100%;
        height: 190px;

        background-image: url('https://imagineelc.com.au/wp-content/uploads/2026/07/Hero-Rocket-TWO22.png');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;

        pointer-events: none;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    .hero-section {
        min-height: 580px;
        padding-bottom: 130px;
    }

    .hero-section::after {
        height: 165px;
        bottom: 120px;
    }
}



/* Tablet portrait only */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .hero-section::after {
        background-image: url('https://imagineelc.com.au/wp-content/uploads/2026/07/Hero-Rocket-TWO22.png');
        height: 260px;
        bottom: -0;
        background-position: bottom center;
        background-size: contain;
        display:none;
    }

}



.hero-content{
    max-width:650px;
}

html {
    scroll-behavior: smooth;
}

.entry-title,
.page-title,
h1.entry-title {
    display:none !important;
}





.launch-search-btn:hover .launch-search-btn__rocket::after{
  opacity:.85;
  transform:translate(-40%,52px) scale(3.2);
  transition:all 1.1s ease;

}

.launch-search-btn:hover .launch-search-btn__rocket span{
  opacity:.7;
  transform:translate(-50%,80px) scale(3.8);
  transition:all 1.3s ease;

}

/* ROCKET LAUNCH */

.launch-search-btn:hover .launch-search-btn__rocket{
  transform:translateY(-110px) scale(.85);
  opacity:0;
  transition-delay:.35s;

}

/* ENGINE VIBRATION 

@keyframes rocket-rumble{

  0%{transform:translate(0,0)}
  20%{transform:translate(-1px,1px)}
  40%{transform:translate(1px,-1px)}
  60%{transform:translate(-1px,-1px)}
  80%{transform:translate(1px,1px)}
  100%{transform:translate(0,0)}

}*/

/* ROCKET BUTTON END */




.info-bar-box {max-height:150px}


/* Mobile */
@media (max-width: 767px) {
  .info-bar-box {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }
}

.info-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.info-card .elementor-widget-button{
    margin-top:auto;
}





/* CLOUD BG */


.cloud-bg{
position:relative;
overflow:hidden;
background:#cfe8ff;
}

/* moving cloud layer */

.cloud-bg::before{
content:"";
position:absolute;
top:0;
left:0;
width:200%;
height:100%;

background:url("https://sharedmarketing.net.au/clients/imagine/wp-content/uploads/2026/03/Clouds1.5-scaled.png") repeat-x;
background-size:auto 100%;

opacity:.5;

animation:cloud-drift 40s linear infinite;

z-index:0;
}

/* keep section content above clouds */

.cloud-bg > *{
position:relative;
z-index:2;
}

@keyframes cloud-drift{
from{
transform:translateX(0);
}
to{
transform:translateX(-50%);
}
}






.explore-button .elementor-button {
    background: transparent !important;
    padding: 0 !important;
    color: #1ea8e1; 
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
}

/* The line */
.explore-button .elementor-button::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2b6f92;
    margin-left: 18px;
    transition: width 0.35s ease;
}

/* The arrow head */
.explore-button .elementor-button::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #2b6f92;
    border-right: 2px solid #2b6f92;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 55%;
    margin-top: -5px;
    transition: right 0.35s ease;
}

.explore-button:hover .elementor-button::after {
    width: 65px;
}

.explore-button:hover .elementor-button::before {
    right: -33px;
}



/*  ANIMATED IMAGE AND CLOUD */

.floating-photo{
    animation: photo-float 4s ease-in-out infinite;
    transform-origin: center;
}

.floating-cloud{
    animation: cloud-float 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes photo-float{
    0%, 100%{
        transform: translateY(0) rotate(0deg);
    }
    50%{
        transform: translateY(-10px) rotate(1deg);
    }
}

@keyframes cloud-float{
    0%, 100%{
        transform: translateY(0) translateX(0);
    }
    50%{
        transform: translateY(8px) translateX(-8px);
    }
}



.arrow-down {
    display: inline-block;
    animation: arrow-bounce 3s ease-in-out infinite;
}

@keyframes arrow-bounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(8px);
        opacity: 0.8;
    }
}



.scroll-target {
    scroll-margin-top: 160px;
}



.resource-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
}

.resource-card .elementor-widget-button {
    margin-top: auto;
}



.call2action .elementor-cta {border-radius:20px}




.imagine-state-centre-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.55;
}

.imagine-state-centre-list li {
  margin: 0;
  padding: 0;
}

.imagine-state-centre-list a {
  color: #2b7faf;
  text-decoration: none;
}

.imagine-state-centre-list a:hover {
  text-decoration: underline;
}








/* =================================================
   FLOATING LOCATION ACCORDION
================================================= */

/* Desktop — open panels float over the content below */
.floating-accordion-container {
  overflow: visible;
}

.floating-accordion {
  position: relative;
  z-index: 999;
  overflow: visible;
}

.floating-accordion .e-n-accordion-item {
  position: relative;
}

/* Desktop open content */
.floating-accordion .e-n-accordion-item[open] > .e-con,
.floating-accordion .e-n-accordion-item[open] > div {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 9999;

  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* Closed accordion content */
.floating-accordion .e-n-accordion-item:not([open]) > .e-con,
.floating-accordion .e-n-accordion-item:not([open]) > div {
  position: static;
}


/* =================================================
   TABLET AND MOBILE
   Open panels return to normal page flow
================================================= */

@media (max-width: 1024px) {

  .floating-accordion-container {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .floating-accordion {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    z-index: auto !important;
  }

  .floating-accordion .e-n-accordion-item {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Open content pushes the next accordion item down */
  .floating-accordion .e-n-accordion-item[open] > .e-con,
  .floating-accordion .e-n-accordion-item[open] > div {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    height: auto !important;
    max-height: none !important;

    margin: 8px 0 0 !important;
    transform: none !important;

    overflow: visible !important;
    z-index: auto !important;

    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  /* Ensure each following accordion item remains in normal flow */
  .floating-accordion .e-n-accordion-item + .e-n-accordion-item {
    margin-top: 8px;
  }
}



.tooltip-icon{
    position:relative;
    display:inline-block;
    cursor:pointer;
}

.tooltip-icon::after{
    content:attr(data-tooltip);

    position:absolute;
    left:50%;
    bottom:calc(100% + 12px);

    transform:translateX(-50%) translateY(8px);

    min-width:180px;
    max-width:240px;

    padding:10px 14px;

    background:#9ACA3C;
    color:#fff !important;

    font-size:13px;
    line-height:1.4;
    text-align:center;

    border-radius:10px;

    opacity:0;
    visibility:hidden;

    transition:.25s ease;

    z-index:9999;

    pointer-events:none;
}

.tooltip-icon::before{
    content:"";

    position:absolute;
    left:50%;
    bottom:100%;

    transform:translateX(-50%) translateY(8px);

    border:7px solid transparent;
    border-top-color:#9ACA3C;

    opacity:0;
    visibility:hidden;

    transition:.25s ease;

    z-index:9999;
}

.tooltip-icon:hover::after,
.tooltip-icon:hover::before{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}


.rounded-corners {border-radius:20px !important}



/* Mobile menu feature item 1 */
.elementor-nav-menu--dropdown li.mobile-menu-item-a > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600 !important;
  background-color: #9ACA3C !important;
  color: #fff !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

/* Mobile menu feature item 2 */
.elementor-nav-menu--dropdown li.mobile-menu-item-b > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600 !important;
  background-color: #F16924 !important;
  color: #fff !important;
    padding-top:10px !important;
  padding-bottom:10px !important;
}

/* Mobile menu feature item 3 */
.elementor-nav-menu--dropdown li.mobile-menu-item-c > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600 !important;
  background-color: #1FA9E1 !important;
  color: #fff !important;
    padding-top:10px !important;
  padding-bottom:10px !important;
}

/* Keep text white on hover, focus and active states */
.elementor-nav-menu--dropdown li.mobile-menu-item-a > a:hover,
.elementor-nav-menu--dropdown li.mobile-menu-item-a > a:focus,
.elementor-nav-menu--dropdown li.mobile-menu-item-b > a:hover,
.elementor-nav-menu--dropdown li.mobile-menu-item-b > a:focus,
.elementor-nav-menu--dropdown li.mobile-menu-item-c > a:hover,
.elementor-nav-menu--dropdown li.mobile-menu-item-c > a:focus {
  color: #fff !important;
}



.cloud-section {
  position: relative;
  overflow-x: clip;
}


/* =================================================
   1:1 video lightbox
   Only active for the designated carousel section
================================================= */

body.square-video-lightbox-open
.elementor-lightbox
.elementor-video-container {
  width: min(90vw, 88vh, 900px) !important;
  height: min(90vw, 88vh, 900px) !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  border-radius:20px;
}

/* Remove Elementor's default 16:9 sizing */
body.square-video-lightbox-open
.elementor-lightbox
.elementor-video-landscape,
body.square-video-lightbox-open
.elementor-lightbox
.elementor-fit-aspect-ratio {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
}

/* Make the YouTube iframe fill the square player */
body.square-video-lightbox-open
.elementor-lightbox
.elementor-video-container iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

/* Slightly smaller on mobile */
@media (max-width: 767px) {
  body.square-video-lightbox-open
  .elementor-lightbox
  .elementor-video-container {
    width: min(94vw, 82vh) !important;
    height: min(94vw, 82vh) !important;
  }
}




.dl-pop {border-radius:20px !important}



.elementor-slideshow__title {display:none}



@media (max-width: 767px) {

  .crm-form-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .crm-iframe {
    width: 100%;
    border: 0;
  }

}

.crm-iframe {
    width: 100% !important;
    height: 1000px;
    max-width: 100% !important;
    border: 0 !important;
    display: block;
    border-radius:20px ;

}

/* Tablet */
@media (max-width: 1024px) {
    .crm-iframe {
        height: 1000px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .crm-iframe {
        height: 1250px;
    }
}/* End custom CSS */