﻿body {
    font-family: 'Inter', sans-serif;
}

/* Hide scrollbar for featured plans */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(1rem);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-slide-up {
    animation: slideInFromBottom 0.7s ease-out forwards;
}

.builderHomeOwnerBtns {
    display: flex;
    gap: 1rem;
}

#scroll-left-btn,
#scroll-right-btn {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

    &:hover {
        background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
    }

}

.journey-option {
    border: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
    cursor: none;

    .check-circle {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #36c6f5;
        color: #fff;
        display: none;
        align-items: center;
        justify-content: center;
    }

    &:hover {
        border-color: rgb(14 165 233 / 0.5);

        img {
            transform: scale(1.1);
        }

    }

    &.active {
        background-color: #f0f9ff;
        border-color: #0ea5e9;

        .check-circle {
            display: flex;
        }

    }
}

#pro-deliverables-container {
    .proDeliverable {
        border: 1px solid rgb(255 255 255 / 0.1);

        &:hover {
            border-color: rgb(14 165 233 / 0.5);
        }

    }
}

#poolFilter .form-multi-select,
#poolResultsFilter .form-multi-select {
    width: 220px;
}

#poolResultsFilter {
    .form-filter {
        flex-direction: column;
        gap: 14px;
    }

}

.integration-section {
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;

    .content {
        .top-section {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            gap: 40px;
            flex-wrap: wrap;
            width: 100%;
            padding: 0px;

            .content {
                max-width: 650px;

                .tag {
                    color: #0ea5e9;
                    font-size: 11px;
                    font-weight: 900;
                    letter-spacing: 4px;
                    margin-bottom: 20px;
                }

                h2 {
                    line-height: 1;
                    font-weight: 900;
                    margin-bottom: 25px;

                    span {
                        color: #38bdf8;
                    }

                }

                .description {
                    font-size: 18px;
                    line-height: 1.8;
                }

            }



            .integration-box {
                background: #f8fafc;
                border: 1px solid #e2e8f0;
                padding: 24px;
                border-radius: 24px;

                .integration-title {
                    color: #0ea5e9;
                    font-size: 11px;
                    font-weight: 900;
                    letter-spacing: 3px;
                    margin-bottom: 10px;
                }

                .integration-desc {
                    font-size: 13px;
                    color: #475569;
                }

            }
        }

        .partnersSwiper {
            .partners-grid {
                .partner-card {
                    border: 1px solid #36c6f5;
                    border-radius: 32px;
                    padding: 32px;
                    transition: 0.4s ease;
                    display: flex;
                    flex-direction: column;
                    min-height: 320px;
                    height: 100%;
                    width: 100%;
                    margin: 0 auto;
                    background-color: #fff !important;

                    .icon-box {
                        margin: -32px -32px 0px;
                        height: 120px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 24px;
                        margin-bottom: 30px;
                        padding: 10px;

                        .logo {
                            max-width: 100%;
                            max-height: 100%;
                            object-fit: contain;
                        }

                    }

                    .card-content {
                        background-color: #fff;
                        color: #08111f;

                        .card-title {
                            font-size: 16px;
                            font-weight: 900;
                            margin-bottom: 14px;
                        }

                        .card-desc {
                            font-size: 13px;
                            line-height: 1.8;
                            color: #08111f;
                            text-transform: unset;
                            letter-spacing: normal;
                        }

                        .buttons-wrapper {
                            display: none;
                            flex-wrap: wrap;
                            gap: 14px;
                            align-items: center;
                            justify-content: center;

                            button {
                                border: 1px solid #08111f;
                                border-radius: 8px;
                                padding: 10px 16px;
                            }

                            .btnBlue {
                                background-color: #36c6f5;
                                border-color: #36c6f5;
                            }

                            .btnBlack {
                                background-color: #08111f;
                                color: #fff;
                                border-color: #08111f;
                            }

                        }
                    }
                }
            }

            .swiper-slide-active {
                transform: scale(0.8) !important;

                .buttons-wrapper {
                    display: flex !important;

                    button {
                        border-color: white;
                    }

                }
            }

            .swiper-button-next,
            .swiper-button-prev {
                color: white;
            }

        }
    }
}

.swiper {
    width: 100%;
    padding: 70px 0;
    position: relative;

    .swiper-wrapper {
        align-items: center;

        .swiper-slide {
            transform: scale(0.8);
            opacity: 0.4;
            transition: 0.5s ease;

            .card {
                background: #08111f;
                border-radius: 20px;
                overflow: hidden;
                cursor: pointer;
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .card-content {
                    padding: 15px;
                    color: #fff;

                    .card-title {
                        font-size: 18px;
                        font-weight: bold;
                        margin-bottom: 8px;
                    }

                    .card-desc {
                        font-size: 9px;
                        font-weight: 500;
                        color: rgb(255 255 255 / 0.8);
                        letter-spacing: 0.1em;
                        text-transform: uppercase;
                    }

                }
            }
        }

        .swiper-slide-active {
            transform: scale(1.15) !important;
            opacity: 1 !important;
        }

    }

    .swiper-button-next {
        right: -10px;
    }

    .swiper-button-prev {
        left: -10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #36c6f5;
    }

}

footer {
    margin-top: 0px !important;
}

/* CUSTOM CURSOR */
.custom-hand-cursor {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.2s ease, transform 0.08s linear;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    &.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

}

#plan-grid {
    .plan-details {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 10px;
        min-height: unset;
        flex: 1;
    }

    .plan-details>div {
        display: flex;
        justify-content: space-between;

        .label {
            i {
                color: #3dc6ef;
                margin-right: 5px;
                min-width: 16px;
            }

        }

        .label,
        .value {
            font-size: 11px;
        }

    }
}

#poolFilter .form-multi-select .form-multi-select-input-group {
    background-color: #0a192f99;
}

#poolFilter {
    width: 100%;

    .filter-elements {
        border-radius: 1.25rem;

        .form-filter {
            gap: 0px;

            .floating_label_group {
                border-right: 1px solid #e5e7eb;
                border-radius: 0px;
                flex: 1;

                &:last-of-type {
                    border-right: none;
                }

                &.active {
                    label {
                        font-size: 8px !important;
                        transform: unset;
                        letter-spacing: 0.1em;
                        font-weight: 900;
                        text-transform: uppercase;
                        top: -10px !important;
                        left: 1.25rem;
                    }

                }

                .form-multi-select {
                    border: none;
                    width: 100%;
                    padding: 0.5rem 1.25rem;

                    .form-multi-select-input-group {
                        font-size: 13px;
                        font-weight: 700;

                        .form-multi-select-buttons {
                            gap: 10px;

                            .form-multi-select-indicator,
                            .form-multi-select-cleaner {
                                width: 7px;
                                height: 7px;

                                &::before {
                                    background-color: rgb(255 255 255 / 0.4);
                                }

                            }
                        }
                    }
                }
            }
        }
    }
}

#videoModal {
    &.modal {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .85);
        z-index: 9999;
    }

    .modal-content {
        position: relative;
        width: 90%;
        max-width: 1000px;
        margin: 40px auto;
    }

    .close {
        position: absolute;
        right: 0;
        top: -15px;
        font-size: 35px;
        cursor: pointer;
    }

    iframe,
    video {
        width: 100%;
        border: none;
        background: #08111f;
        display: none;
    }

    iframe {
        height: 560px;
    }

    @media (max-width: 768px) {
        iframe {
            height: 300px;
        }
    }

}

.email-notification {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #555;
    cursor: pointer;

    .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        width: 22px;
        height: 22px;
        background: #dc3545;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.newLeadCapturedFormContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;

    .floating_label_group {
        background: #f0f9ff;

        &.active {
            label {
                background: #f0f9ff;
                font-size: 13px !important;
            }

            >input,
            >select,
            .form-multi-select,
            >textarea {
                height: 35px;
                background: #f0f9ff !important;
                font-size: 15px;
            }

        }
    }
}

.slider-wrapper {
    height: 100%;
    width: 100%;

    #aiImageCreatorSlider {
        height: 100% !important;
        width: 100% !important;
    }

}