.info-enquiry-landing {
    background: #000;
}

.iel-container {
    max-width: 1334px !important;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Module */
.iel-hero {
    background: #000;
    color: #fff;
    padding: 65px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iel-hero__content {
    width: 100%;
}

.iel-hero__subtitle {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 49px;
    text-transform: none;
    font-weight: 300;
}

.iel-hero__title {
    font-size: 36px;
    line-height: 43px;
    padding: 12px 0;
    margin-bottom: 18px;
    text-transform: none;
}

.iel-hero__title strong {
    color: #FFBE00;
    font-weight: inherit;
}

.iel-hero__text {
    font-size: 14px;
    line-height: 1.35;
    margin: 0 auto;
    text-align: center;
}

.iel-hero__button-wrapper {
    margin-top: 49px;
}

.iel-hero__button-wrapper .btn {
    width: 100%;
}

.iel-hero__button-info {
    font-size: 12px;
    line-height: 1.33;
    padding: 8px 0;
    font-weight: 300;
}

/* Media/List Module */
.iel-media-list {
    background: #000;
    color: #fff;
    padding: 45px 0;
}

.iel-media-list__media-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vimeo-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.iel-media-list__media-box:hover .vimeo-controls {
    opacity: 1;
}

.vimeo-controls button {
    background: none;
    border: none;
    color: #fff !important;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    padding: 0;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

.vimeo-controls button:hover {
    color: #FFBE00 !important;
    transform: scale(1.1);
}

.vimeo-controls button .dashicons {
    font-family: dashicons !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block !important;
}

.vimeo-controls button .dashicons:before {
    font-size: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.vimeo-big-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: none; /* Controlled by JS */
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s ease;
    padding: 0;
}

.vimeo-big-play-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%) scale(1.1);
    color: #FFBE00 !important;
}

.vimeo-big-play-btn .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block !important;
    transform: translateX(3px);
}

.vimeo-big-play-btn .dashicons:before {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

/* Fullscreen Styles */
.iel-media-list__media-box:fullscreen,
.iel-media-list__media-box:-webkit-full-screen,
.iel-media-list__media-box:-ms-fullscreen,
.iel-media-list__media-box.is-fullscreen {
    background: #000 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.iel-media-list__media-box:fullscreen .video-embed,
.iel-media-list__media-box:-webkit-full-screen .video-embed,
.iel-media-list__media-box:-ms-fullscreen .video-embed,
.iel-media-list__media-box.is-fullscreen .video-embed {
    width: 100% !important;
    height: 100% !important;
}

.iel-media-list__media-box:fullscreen .vimeo-controls,
.iel-media-list__media-box:-webkit-full-screen .vimeo-controls,
.iel-media-list__media-box:-ms-fullscreen .vimeo-controls,
.iel-media-list__media-box.is-fullscreen .vimeo-controls {
    bottom: 30px;
    right: 30px;
    opacity: 1;
}

@media (max-width: 767px) {
    .iel-media-list__media-box:not(.is-fullscreen) {
        overflow: visible;
        margin-bottom: 44px;
    }

    .iel-media-list__media-box--no-controls:not(.is-fullscreen) {
        margin-bottom: 0;
    }

    .iel-media-list__media-box:not(.is-fullscreen) .vimeo-controls {
        opacity: 1;
        bottom: -44px;
        right: 0;
        gap: 0;
    }
    
    .iel-media-list__media-box:not(.is-fullscreen) .vimeo-controls button {
        width: 44px;
        height: 44px;
    }

    .iel-media-list__media-box:not(.is-fullscreen) .vimeo-controls button .dashicons,
    .iel-media-list__media-box:not(.is-fullscreen) .vimeo-controls button .dashicons:before {
        font-size: 18px;
        width: 18px;
        height: 18px;
    }
}

.iel-media-list__media-box .img-mask {
    z-index: 40;
}

@media (max-width: 767px) {
    .iel-media-list__media-box:not(.is-fullscreen) .img-mask {
        height: calc(100% + 44px);
    }

    .iel-media-list__media-box--no-controls:not(.is-fullscreen) .img-mask {
        height: 100%;
    }
}

.iel-media-list__media-box video,
.iel-media-list__media-box .video-embed,
.iel-media-list__media-box img {
    width: 100%;
    display: block;
    opacity: 0;
    transform: scale(1.1);
}

.iel-media-list__media-box.in-view .img-mask {
    animation: iel-mask-reveal 1.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.iel-media-list__media-box.in-view video,
.iel-media-list__media-box.in-view .video-embed,
.iel-media-list__media-box.in-view img {
    animation: iel-img-reveal 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}

@keyframes iel-mask-reveal {
    0% { transform: scaleX(0); transform-origin: left; }
    36.36% { transform: scaleX(1); transform-origin: left; }
    36.37% { transform: scaleX(1); transform-origin: right; }
    100% { transform: scaleX(0); transform-origin: right; }
}

@keyframes iel-img-reveal {
    0% { opacity: 0; transform: scale(1.1); }
    0.1% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

.iel-media-list__media-box--video {
    aspect-ratio: 16 / 9;
}

.video-embed,
.video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.iel-media-list__list {
    margin-top: 87px;
}

.iel-media-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iel-media-list__item {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.iel-media-list__item:last-child {
    border-bottom: none;
}

.iel-media-list__item-title {
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.iel-media-list__item-description {
    font-size: 16px;
    line-height: 1.35;
}

/* Icon Info Module */
.iel-icon-info {
    background: #000;
    color: #fff;
    padding: 45px 0;
    position: relative;
}

.iel-icon-info__subtitle {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFBE00;
    margin-bottom: 24px;
    text-align: left;
    font-weight: 300;
}

.iel-icon-info__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: left;
}

.iel-icon-info__list {
    border: 1px solid #FFBE00;
    padding: 40px 20px;
}

.iel-icon-info__item {
    margin-bottom: 45px;
    text-align: left;
}

.iel-icon-info__item:last-child {
    margin-bottom: 0;
}

.iel-icon-info__item-icon {
    margin-bottom: 20px;
}

.iel-icon-info__item-icon img {
    width: 46px;
    height: 46px;
    display: block;
    margin: 0;
}

.iel-icon-info__item-title {
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
}

.iel-icon-info__item-description {
    font-size: 16px;
    line-height: 1.35;
    margin-top: 8px;
}

/* Form Module */
.iel-form {
    background: #fff;
    color: #000;
    padding: 73px 0;
}

.iel-form__header {
    margin-bottom: 50px;
}

.iel-form__title {
    font-size: 36px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.iel-form__description {
    font-size: 16px;
    line-height: 1.35;
}

.iel-form__content {
    margin-top: 50px;
}

/* Linked Posts Module */
.iel-linked-posts {
    background: #000;
    color: #fff;
    padding: 87px 0;
}

.iel-linked-posts__subtitle {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFBE00;
    margin-bottom: 24px;
    font-weight: 300;
}

.iel-linked-posts__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.iel-linked-posts__description {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 30px;
}

.iel-linked-posts__button-wrapper .btn {
    width: 100%;
}

.iel-linked-posts__carousel-wrapper {
    position: relative;
    margin-top: 100px;
}

.iel-linked-posts__nav {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-bottom: 40px;
}

.iel-linked-posts__carousel .swiper-wrapper {
    align-items: stretch;
}

.iel-linked-posts__arrow {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.iel-linked-posts__post {
    height: auto;
}

.iel-linked-posts__post-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.iel-linked-posts__post-image {
    aspect-ratio: 1/1;
    margin-bottom: 15px;
    overflow: hidden;
}

.iel-linked-posts__post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.iel-linked-posts__post-content {
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.iel-linked-posts__post-title {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 600;
}

.iel-linked-posts__post-date {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}

.iel-linked-posts__post-read-more {
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: auto;
    transition: color 0.5s ease;
}

.iel-linked-posts__pagination {
    margin-top: 30px;
    position: relative !important;
    bottom: 0 !important;
}

.iel-linked-posts__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.iel-linked-posts__pagination .swiper-pagination-bullet-active {
    background: #FFBE00;
}

@media (hover: hover) {
    .iel-linked-posts__post-link:hover .iel-linked-posts__post-image img {
        transform: scale(1.1);
    }

    .iel-linked-posts__post-link:hover .iel-linked-posts__post-read-more {
        color: #FFBE00;
    }
}

/* CTA Module */
.iel-cta {
    background: #000;
    color: #fff;
    padding: 64px 0;
    text-align: center;
    position: relative;
}

.iel-cta::before,
.iel-cta::after,
.iel-icon-info::before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #6E6E72;
}

.iel-cta::before,
.iel-icon-info::before {
    top: 0;
}

.iel-cta::after {
    bottom: 0;
}

.iel-cta__content {
    max-width: 786px;
    margin: 0 auto;
}

.iel-cta__title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
}

.iel-cta__description {
    font-size: 14px;
    line-height: 1.35;
    color: #FFBE00;
    max-width: 276px;
    margin: 10px auto 0;
}

.iel-cta__button-wrapper {
    margin-top: 60px;
}

/* Media Queries */

@media (max-width: 991px) {
    .info-enquiry-landing {
        padding-top: 97px;
    }

    .iel-hero .container {
        padding: 0 10px;
    }

    .iel-hero__button-wrapper {
        margin-top: 49px;
        padding: 0 10px;
    }

    /* Linked Posts Mobile */
    .iel-linked-posts__header-right {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    /* Hero */
    .iel-hero {
        height: 100vh;
        padding: 0;
    }

    .iel-hero__subtitle {
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 57px;
    }

    .iel-hero__title {
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 0;
        max-width: 943px;
        margin-left: auto;
        margin-right: auto;
    }

    .iel-hero__text {
        font-size: 16px;
        max-width: 558px;
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
    }

    .iel-hero__button-wrapper {
        margin-top: 57px;
    }

    .iel-hero__button-wrapper .btn {
        width: auto;
        min-width: 220px;
    }

    .iel-hero__button-info {
        font-size: 14px;
        padding: 0;
        margin-top: 13px;
    }

    /* Media/List */
    .iel-media-list {
        padding: 100px 0;
    }

    .iel-media-list__inner {
        display: flex;
        align-items: center;
        gap: 6%; /* Proportional gap, approx 80px at 1334px */
    }

    .iel-media-list__media {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
    }

    .iel-media-list__media-box {
        width: 100%;
        max-width: 615px;
        min-height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iel-media-list__media-box--image {
        aspect-ratio: 615 / 376;
    }

    .iel-media-list__media-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .iel-media-list__media-box--video {
        aspect-ratio: 16 / 9;
    }

    .iel-media-list__media-box video,
    .iel-media-list__media-box .video-embed {
        width: 100%;
        max-height: 100%;
    }

    .iel-media-list__list {
        flex: 1;
        margin-top: 0;
    }

    .iel-media-list__item {
        padding: 22px 0;
    }

    .iel-media-list__item-title {
        max-width: 514px;
    }

    .iel-media-list__item-description {
        max-width: 514px;
        margin-top: 0;
    }

    /* Icon Info */
    .iel-icon-info {
        padding: 100px 0;
    }

    .iel-icon-info__subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .iel-icon-info__title {
        font-size: 40px;
        line-height: 1.35;
        margin-bottom: 60px;
    }

    .iel-icon-info__list {
        padding: 55px 7%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px 30px;
    }

    .iel-icon-info__item {
        display: flex;
        align-items: center;
        gap: 38px;
        margin-bottom: 0;
        text-align: left;
    }

    .iel-icon-info__item-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .iel-icon-info__item-icon img {
        margin: 0;
    }

    /* Form Desktop */
    .iel-form {
        padding: 120px 0;
    }

    .iel-form__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .iel-form__title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .iel-form__description {
        max-width: 260px;
        text-align: left;
    }

    /* Linked Posts Desktop */
    .iel-linked-posts {
        padding: 154px 0;
    }

    .iel-linked-posts__header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .iel-linked-posts__subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .iel-linked-posts__title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .iel-linked-posts__header-right {
        max-width: 309px;
        text-align: left;
        margin-top: 0;
    }

    .iel-linked-posts__description {
        margin-bottom: 20px;
    }

    .iel-linked-posts__button-wrapper .btn {
        width: auto;
        max-width: 249px;
        display: block;
    }

    .iel-linked-posts__post-title {
        font-size: 15px;
    }

    .iel-linked-posts__post-date {
        font-size: 12px;
    }

    .iel-linked-posts__post-read-more {
        font-size: 15px;
    }

    /* CTA Desktop */
    .iel-cta {
        padding: 136px 0;
    }

    .iel-cta::before,
    .iel-cta::after,
    .iel-icon-info::before {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1334px;
    }

    .iel-cta__title {
        font-size: 60px;
        line-height: 68px;
    }

    .iel-cta__description {
        font-size: 20px;
        max-width: none;
        margin-top: 20px;
    }

    .iel-cta__button-wrapper {
        margin-top: 47px;
    }

    .iel-cta__button-wrapper .btn {
        min-width: 230px;
        width: auto;
        max-width: none;
    }
}

.iel-form__content {
    max-width: 695px;
    margin: 0 auto;
}

.iel-form__content .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    padding: 0;
    margin-top: 50px;
}

.iel-form__content .gform_legacy_markup_wrapper .ginput_full[data-payment-element=false] .StripeElement,
.iel-form__content .gravity-theme .ginput_full[data-payment-element=false] .StripeElement,
.iel-form__content .gform_wrapper.gravity-theme input[type=color],
.iel-form__content .gform_wrapper.gravity-theme input[type=date],
.iel-form__content .gform_wrapper.gravity-theme input[type=datetime-local],
.iel-form__content .gform_wrapper.gravity-theme input[type=datetime],
.iel-form__content .gform_wrapper.gravity-theme input[type=email],
.iel-form__content .gform_wrapper.gravity-theme input[type=month],
.iel-form__content .gform_wrapper.gravity-theme input[type=number],
.iel-form__content .gform_wrapper.gravity-theme input[type=password],
.iel-form__content .gform_wrapper.gravity-theme input[type=search],
.iel-form__content .gform_wrapper.gravity-theme input[type=tel],
.iel-form__content .gform_wrapper.gravity-theme input[type=text],
.iel-form__content .gform_wrapper.gravity-theme input[type=time],
.iel-form__content .gform_wrapper.gravity-theme input[type=url],
.iel-form__content .gform_wrapper.gravity-theme input[type=week],
.iel-form__content .gform_wrapper.gravity-theme select,
.iel-form__content .gform_wrapper.gravity-theme textarea {
    padding: 10px 10px 9px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
}

.iel-form__content .gform_wrapper.gravity-theme .gform_body .gfield_label .gfield_required {
    display: inline;
    color: inherit;
}

.iel-form__content .gform_wrapper.gravity-theme .gform_body .gfield_label .gfield_required:after {
    content: '*';
}

.iel-form__content .gform_wrapper.gravity-theme .gform_body .gfield_label .gfield_required_text {
    display: none;
}

.iel-form__content .ginput_container_select::before {
    top: 14px;
    right: 16px;
}

.iel-form__content #field_45_56 {
    margin: 40px 0 6px;
}

.iel-form__content .plus972_form .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 104px;
}

.iel-form__content .plus972_form .gform_wrapper.gravity-theme input[type="file"] {
    padding: 4px 13px 4px;
}

.iel-form__content .plus972_form .form_fields_wrap .gfield--type-fileupload {
    position: relative;
}

.iel-form__content .plus972_form .form_fields_wrap .form_fields_wrap_row .gfield_description {
    position: absolute;
    left: 0;
    bottom: -28px;
    padding-top: 12px;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
}

.iel-form__content .form_fields_wrap .form_fields_wrap_row {
    max-width: 696px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iel-form__content .gform_wrapper.gravity-theme .gform_footer input {
    min-width: 230px;
    margin: 0 auto;
    padding: 13px;
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 640px) {
    .iel-form__content {
        padding: 0 35px;
    }
}

@media (min-width: 641px) {
    .iel-form__content .gform_wrapper.gravity-theme .gfield.w-half {
        display: flex;
        flex-direction: column;
    }

    .iel-form__content .gform_wrapper.gravity-theme .gfield.w-half .ginput_container {
        margin-top: auto;
    }

    .iel-form__content .form_fields_wrap .form_fields_wrap_row .gfield {
        margin-bottom: 33px;
    }

    .iel-form__content .form_fields_wrap .form_fields_wrap_row .gfield.gfield--width-half {
        width: 48.5%;
    }

    .iel-form__content #field_45_30 {
        display: flex;
        flex-direction: column;
    }

    .iel-form__content #field_45_30 .ginput_container_select {
        margin-top: auto;
    }
}

@media (min-width: 992px) {
    .iel-form .iel-form__header {
        margin-bottom: 80px;
    }

    .iel-form .iel-form__title {
        font-size: 36px;
        line-height: 100%;
    }

    .iel-form__content .plus972_form .gform_wrapper.gravity-theme .gform_footer input {
        min-width: 227px;
        margin-top: 14px;
        padding: 14px 10px 13px;
    }
}

@media (max-width: 640px) {
    .iel-form__content .form_fields_wrap .form_fields_wrap_row .gfield,
    .iel-form__content .form_fields_wrap .form_fields_wrap_row .gfield.gfield--width-half {
        width: 100%;
        margin-bottom: 33px;
    }

    .iel-form__content .plus972_form .gform_wrapper.gravity-theme select,
    .iel-form__content .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: auto;
        line-height: normal;
    }
}
