.elementor-kit-5{--e-global-color-primary:#90C5F4;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFEF0;--e-global-color-c671bfe:#FAD320;--e-global-typography-primary-font-family:"Hiatus";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFEF0;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@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;}}/* Start custom CSS */.elementor-mark-required .elementor-field-label:after{
    padding: 0 !important;
}
/*image animations*/
a{
    text-decoration: none!important;
}
p{
    text-transform: capitalize !important;
}
.deck-parent {
  perspective: 1200px;
}

/* default state */
.deck-fold {
  display: block;
  transform-style: preserve-3d;
  transform-origin: bottom center; /* fold starts from bottom */
  backface-visibility: hidden;
  border-radius: 12px;
  transform: rotateX(90deg); /* hidden but from bottom */
  opacity: 0;
}

/* animate when in viewport */
.deck-fold.animate {
  animation: deckFold 1.6s ease-out forwards;
}

/* Smooth bottom-to-top deck fold animation */
@keyframes deckFold {
  0% {
    transform: rotateX(90deg); /* fully folded downward */
    opacity: 0;
  }

  20% {
    opacity: 1;  /* fade in while rising */
  }

  60% {
    transform: rotateX(-10deg); /* slight overshoot upward */
  }

  100% {
    transform: rotateX(0deg); /* perfectly flat */
    opacity: 1;  /* stays visible */
  }
}



/**/
.head p{
    margin-bottom:0;
}
/* Target only the Icon List with class "ic-list" */

/* === 1st Item: Custom SVG from URL (loc1.svg) === */
.ic-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon i,
.ic-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon svg {
    display: none !important; /* Hide default icon */
}

.ic-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/12/loc.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Optional: Add gold tint if SVG is black/white */
.ic-list .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    filter: hue-rotate(45deg) saturate(2) brightness(1.3); /* Gold effect */
}

/* === 2nd Item: Inline SVG Star === */
.ic-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon i,
.ic-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon svg {
    display: none !important; /* Hide default icon */
}

.ic-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.ic-list .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/11/people-line-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* 2nd icon list*/


/* Target only the Icon List with class "ic-list" */

/* === 1st Item: Custom SVG from URL (loc1.svg) === */
.ic-list2 .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon i,
.ic-list2 .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon svg {
    display: none !important; /* Hide default icon */
}

.ic-list2 .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/11/loc2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Optional: Add gold tint if SVG is black/white */
.ic-list2 .elementor-icon-list-item:nth-child(1) .elementor-icon-list-icon {
    filter: hue-rotate(45deg) saturate(2) brightness(1.3); /* Gold effect */
}

/* === 2nd Item: Inline SVG Star === */
.ic-list2 .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon i,
.ic-list2 .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon svg {
    display: none !important; /* Hide default icon */
}

.ic-list2 .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.ic-list2 .elementor-icon-list-item:nth-child(2) .elementor-icon-list-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/11/people-line-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.head-btn .elementor-button:hover .elementor-button-icon svg circle{
    fill: yellow;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Hiatus';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/11/Hiatus.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.poseidonadventure.com.au/townsville/wp-content/uploads/2025/11/Unbounded-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */