/* start new code from here */

body {
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

body.is-dark {
    /* background-color: rgb(2 10 44) !important; */
    /* box-shadow: 0 0 20px #031122, 0 0 40px #031122,
        0 0 160px rgba(0, 255, 150, 0.9); */
    /* overflow-x: hidden !important; */
    background: #000; /*new css added 15-05-2025*/
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(177, 177, 177);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #57f9ff;
    border-radius: 10px;
}

.container-fluid {
    width: 1440px;
    margin: 0 auto;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* -------------------------------
 Start hero-section-main
-------------------------------  */
.nk-pages {
    /* background: #7be4ea;
    background: radial-gradient(
        circle,
        rgba(123, 228, 234, 1) 0%,
        rgba(0, 0, 0, 1) 40%
    ); */
    padding-bottom: 25px;
}
.hero-section-main {
    text-transform: capitalize;
    padding: 10px 0;
}

.hero-section-main h2 {
    text-align: center;
}

.hero-section-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 3.25%,
        rgba(255, 255, 255, 0.04) 96.75%
    );
    border: 2px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(27px);

    transition: all linear 0.2s;
}

.hero-section-card img {
    width: 100%;
    transition: all linear 0.5s;
    max-height: 600px;
    transform: scale(1);
    object-fit: cover;
}

.hero-section-card:hover {
    box-shadow: 0 0 10px #afcbde, 0 0 10px #afcbde, 0 0 10px #afcbde;
}

.hero-section-card:hover img {
    transform: scale(1.1);
}

.hero-section-card:hover h3 {
    transform: scale(1);
    transition: all linear 0.5s;
}

.hero-section-card:hover h3 {
    transform: scale(1.1);
    transition: all linear 0.5s;
}

.hero-section-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.hero-section-card-content a {
    color: #57f9ff;
}
/* -------------------------------
 end hero-section-main
-------------------------------  */

/* -------------------------------
 Start igen-ultra-slider
-------------------------------  */

.igen-ultra-slider .swiper {
    height: 720px;
}

.igen-ultra-slider .igenUltraSlider {
    height: 100px;
}

.igen-ultra-slider .swiper-slide {
    transition: all linear 0.2s;
    width: auto !important;
    cursor: pointer;
}

.igen-ultra-slider .swiper-slide h3 {
    color: #9094a6;
    font-size: 42px;
    transform: scale(0.9);
    height: 100px;
    font-weight: 700;
}

.igen-ultra-slider .swiper-slide.swiper-slide-thumb-active h3 {
    transform: scale(1.1);
    background-color: #7857ff;
    background-image: linear-gradient(
        81.02deg,
        #fa5560 -23.47%,
        #b14bf4 45.52%,
        #4d91ff 114.8%
    );
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}

.igenUltraSliderTitle .swiper-slide {
    width: 100% !important;
    height: 700px;
    /* border: 5px solid #9094a6; */
    border-radius: 20px;
    overflow: hidden;
}

.igen-ultra-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Responsive Styles */

@media (max-width: 1200px) {
    .igen-ultra-slider .swiper {
        height: 600px;
    }

    .igenUltraSliderTitle .swiper-slide {
        height: 600px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        font-size: 36px;
        height: 90px;
    }
}

@media (max-width: 992px) {
    .igen-ultra-slider .swiper {
        height: 500px;
    }

    .igenUltraSliderTitle .swiper-slide {
        height: 500px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        font-size: 32px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .igen-ultra-slider .swiper {
        height: 400px;
    }

    .igenUltraSliderTitle .swiper-slide {
        height: 400px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        font-size: 28px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .igen-ultra-slider .swiper {
        height: 320px;
    }

    .igenUltraSliderTitle .swiper-slide {
        height: 320px;
    }

    .igen-ultra-slider .swiper-slide h3 {
        font-size: 24px;
        height: 60px;
    }
    .igenUltraSliderTitle .swiper-slide {
        /* padding: 5px 10px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* -------------------------------
 end igen-ultra-slider
-------------------------------  */

/* -------------------------------
 Start ai-tools-ul
-------------------------------  */

.nk-editor-main.ai-tools-user-main {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.nk-editor-base.ai-tools-user-section {
    padding: 0;
    width: 450px;
}

.ai-tools-img-section {
    /* height: 604px; */
    margin-top: 55px;
    border-radius: 10px !important;
}

.ai-tools-user-main .ai-tools-body {
    padding: 0;
    width: calc(100% - 450px);
    position: relative;
}

.ai-tools-user-section form {
    border-radius: 10px;
}

.ai-tools-tabs {
    width: 100%;
    padding: 0 20px;
}

.ai-tools-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.ai-tools-ul li {
    width: 48%;
}

.nk-editor-base .ai-tools-ul .nav-link {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    background: #333;
    border-radius: 20px;
    border: 1px solid #444;
    width: 100%;
    text-align: center;
}

.nk-editor-base .ai-tools-ul .nav-link.active {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    background: #374151;
    color: #57f9ff;
    border-radius: 20px;
    border: 1px solid #444;
    transform: scale(1);
}

.ai-tools-user-main .ai-tools-body .icons {
    margin-top: 55px;
    /* height: 604px; */
}

/* .ai-tools-user-main .ai-tools-body .icons img {
    object-fit: fill;
    border-radius: 20px;
} */

.ai-tools-user-main .ai-tools-body .icons .sub-icons,
.ai-tools-user-main .ai-tools-body .sub-icons {
    background: #374151;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* .ai-tools-user-main .ai-tools-body .preloader img {
    width: 100%;
    height: 604px;
    border-radius: 20px;
    object-fit: cover;
} */
/* Start Preview new css 15-05-2025 */
.preloader {
    width: 100%;
    height: 604px;
    border-radius: 10px;
    background: #2c2f38;
    background-size: 200% 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.skeleton {
    width: 100%;
    height: 604px;
    border-radius: 10px;
    background: linear-gradient(90deg, #2c2f38 25%, #3e4250 50%, #2c2f38 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
#generated-image {
    z-index: 5;
}
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* End Preview new css 15-05-2025 */

.aspect-preview {
    width: 100%;
    /* max-width: calc(100% - 450px); */
    background: #222;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    transition: aspect-ratio 0.3s;
}

.aspect-preview img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}

/* ai-history-card */

.ai-history-content {
    padding: 10px;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto;
    background: #374151;
    border-radius: 20px;
}

.ai-history-content-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ai-history-card {
    background: rgb(32, 31, 31);
    border-radius: 20px;
    border: 1px solid #444;
    padding: 20px;
    box-shadow: none;
}

.ai-history-card h4 {
    text-transform: capitalize;
}

.ai-history-card span {
    color: gainsboro;
    font-size: 14px;
}

.ai-history-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.ai-history-header .history-prompt {
    width: 85%;
}
.ai-history-header .history-prompt .prompt-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 96px;
    transition: max-height 0.3s ease;
}
.ai-history-header .history-prompt .prompt-text.expanded {
    max-height: 1000px;
    -webkit-line-clamp: unset;
}
.prompt-toggle-btn {
    background: transparent;
    border: none;
    color: #57f9ff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.prompt-toggle-btn:hover {
    text-decoration: underline;
}
.ai-history-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #374151;
    padding: 8px 15px;
    border-radius: 5px;
}

.ai-history-button i {
    color: #fff;
}
.ai-history-button i:hover {
    color: #57f9ff;
}

.ai-history-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.nk-editor-header {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* -------------------------------
 end ai-tools-ul
-------------------------------  */
/* -------------------------------
 start text slider new css added 15-05-2025
-------------------------------  */
.slider-wrapper {
    position: relative;
    overflow: hidden;
}

.fade-overlay {
    position: absolute;
    top: 0;
    width: 200px; /* Adjust as needed */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.fade-overlay.left {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 20%,
        transparent 80%
    );
}

.fade-overlay.right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 20%, transparent 80%);
}

@media (max-width: 768px) {
    .fade-overlay {
        width: 100px; /* Adjust for smaller screens */
    }
    /* .fade-overlay.left {
        left: 0;
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 20%,
            transparent 80%
        );
    }

    .fade-overlay.right {
        right: 0;
        background: linear-gradient(
            to left,
            rgba(0, 0, 0, 1) 20%,
            transparent 80%
        );
    } */
}

/* -------------------------------
 end text slider
-------------------------------  */

/* -------------------------------
 Start My Asset
-------------------------------  */
/* styles.css */

body {
    margin: 0;
    padding: 0;
    background: #111;
    font-family: sans-serif;
}

.grid-asset {
    column-count: 4;
    column-gap: 5px;
    padding: 20px;
}

.grid-item {
    margin-bottom: 5px;
    break-inside: avoid;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;

    position: relative;
}

.grid-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.grid-item-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    display: none;
}
.grid-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.grid-icons button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.grid-icons button:hover {
    color: #00ffff;
}
.grid-item:hover .grid-item-icon {
    display: block;
}

/* Tablet - medium screens */
@media (max-width: 1024px) {
    .grid-asset {
        column-count: 3;
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    .grid-asset {
        column-count: 2;
    }
}

/* Mobile portrait / small devices */
@media (max-width: 480px) {
    .grid-asset {
        column-count: 1;
    }
}

/* -------------------------------
 end My Asset
-------------------------------  */
/* -------------------------------
 start Modal
-------------------------------  */
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
    background-color: #1c1c1c !important;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 95%;
    max-width: 500px;
    /* box-shadow: 0 0 15px #00ffff50; */
    color: #fff;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover {
    color: #fff;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.modal-header h2 {
    color: #00ffff;
    font-size: 30px;
    margin: 0;
}

.edit-link {
    color: #00ffff;
    font-size: 0.9rem;
    text-decoration: none;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-row {
    display: flex;
    flex-direction: column;
}

.detail-row label {
    margin-bottom: 5px;
    color: #ccc;
    font-weight: bold;
}

.detail-row input {
    padding: 8px;
    border-radius: 5px;
    border: none;
    background-color: #2a2a2a;
    color: #00ffff;
    font-size: 1rem;
}

.detail-row input::placeholder {
    color: #666;
}

.date-info {
    font-size: 0.85rem;
    color: #999;
    margin-top: -10px;
}

.modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.save-btn {
    background-color: #00ffff;
    color: #000;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cancel-btn {
    background-color: #444;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* -------------------------------
 end Modal
-------------------------------  */

/* -------------------------------
 Start nk-footer
-------------------------------  */

.nk-footer {
    text-align: center;
    padding: 20px 0;
    padding-top: 40px;
    /* background: rgb(8 16 49); */
    background: #0a0a0a; /*new css added 15-05-2025*/
}

.nk-footer p.footer-p {
    font-size: 14px;
    text-align: left;
}

.nk-footer h6 {
    text-align: left;
}

.nk-footer .footer-logo,
.nk-footer ul li {
    text-align: left;
}

.nk-footer ul {
    justify-content: center;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.nk-footer ul a.nav-link {
    padding: 0 !important;
    font-size: 14px;
}
.nk-footer ul a.nav-link:hover {
    color: #57f9ff !important;
}

/* -------------------------------
 end nk-footer
-------------------------------  */

/* -------------------------------
 Start sidebar
-------------------------------  */
.nk-sidebar {
    width: 260px;
    background: #232524;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all linear 0.3s;
}

.nk-sidebar.short-menu {
    width: 100px;
    transition: all linear 0.3s;
}

.new-body-content {
    width: calc(100% - 280px);
    margin: auto;
    margin-right: 0;
    transition: all linear 0.3s;
}

.new-body-content.short-new-body-content {
    width: calc(100% - 120px);
    transition: all linear 0.3s;
}

.nk-sidebar.short-menu .nk-menu-text {
    display: none;
}

.nk-sidebar.short-menu .nk-menu-text img {
    display: block;
    opacity: 0;
}

.nk-sidebar.short-menu .nk-menu-sub {
    margin-left: 0;
}

.nk-sidebar .toggle-button-sidebar {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2b2f38;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 99;
    border: 1px solid #57f9ff;
    color: #fff;
}

.nk-sidebar .logo {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.nk-sidebar .logo img {
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.nk-sidebar .nk-menu {
    padding: 0;
}

.nk-sidebar .nk-menu-item {
    padding-left: 0;
}

.nk-sidebar .nk-menu-sub {
    margin-left: 20px;
}

.nk-sidebar .nk-sidebar-element.nk-sidebar-footer {
    margin: 0;
    padding: 0;
    z-index: 999;
}

.nk-sidebar.short-menu .nk-sidebar-element.nk-sidebar-footer {
    display: none;
}
.close-sidebar {
    display: none !important;
}
@media (max-width: 991.98px) {
    #toggleSidebarClassBtn {
        display: none !important;
    }
    .close-sidebar {
        position: absolute;
        top: 2%;
        right: 2%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #2b2f38;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        z-index: 99;
        border: 1px solid #57f9ff;
        color: #fff;
    }
}

/* -------------------------------
 end sidebar
-------------------------------  */

/* -------------------------------
 Start Dashboard Slider
-------------------------------  */
.dashboard-swiper {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;

    background: url("../../../../user_file/images/dashboard-slider.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.dashboard-bg {
}
.swiper-slide {
    /*background: radial-gradient(#1a1a1a, #0a0a0a);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.slide-content {
    text-align: center;
    max-width: 85%;
}

.top-text {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 10px;
}

.main-text {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.cta-button,
.my-asset-btn {
    background: linear-gradient(90deg, #b14bf4, #4d91ff);
    border: none;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s, transform 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #57f9ff;
    opacity: 1;
}

/* Responsive styles for tablets */
@media (max-width: 1024px) {
    .dashboard-swiper {
        height: 100%;
    }

    .main-text {
        font-size: 24px;
    }

    .cta-button {
        font-size: 15px;
        padding: 8px 18px;
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    .dashboard-swiper {
        height: 100%;
    }
    .slide-content {
        max-width: 95%;
    }

    .top-text {
        font-size: 14px;
    }

    .main-text {
        font-size: 20px;
    }

    .cta-button {
        font-size: 14px;
        padding: 7px 15px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 12px;
    }
}

/* Extra small mobile screens */
@media (max-width: 480px) {
    .nk-block {
        margin-top: 0 !important;
    }
    .dashboard-swiper {
        background-size: contain;
        height: 100%;
    }
    .top-text {
        font-size: 8px;
        margin-bottom: 0;
    }

    .main-text {
        font-size: 8px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .cta-button {
        font-size: 8px;
        padding: 3px 8px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 15px;
        height: 15px;
        top: 65%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 8px;
    }
    .swiper-pagination-bullet {
        height: 5px;
        width: 5px;
    }
}

/* -------------------------------
 end Dashboard Slider
-------------------------------  */
/* -------------------------------
 Start AI card overlay
-------------------------------  */

.card {
    position: relative;
    overflow: hidden;
}

/* Overlay container */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: inherit;
}

/* Upcoming button style */
.btn-upcoming {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    border: none;
    color: #00ffff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: default;
    pointer-events: auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;

    transition: all 0.3s ease-in-out;
}
.btn-upcoming:hover {
    border: 1px solid #00ffff;
}

/* -------------------------------
 End AI card Overlay
-------------------------------  */
/* -------------------------------
 Start Whatsapp
-------------------------------  */
.whatsapp {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 1000;
    cursor: pointer;
}
.whatsapp img {
    width: 80px;
}
/* -------------------------------
 end Whatsapp
-------------------------------  */

/* -------------------------------
 Service Start
-------------------------------  */
.services-section {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    display: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #57f9ff;
    transition: all 0.3s ease-in-out;
}
.service-icon:hover {
    background: #bf2149;
}
.service-icon:hover svg {
    fill: #fff;
}
.service-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-title {
        font-size: 14px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .service-title {
        font-size: 13px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-item {
        padding: 15px;
    }
}

/* -------------------------------
 Service end
-------------------------------  */

/* -------------------------------
 Start Contact
-------------------------------  */
.contact-card {
    background: #171717;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
input::placeholder,
textarea::placeholder {
    color: #a1a1a1 !important;
}
.contact-bg {
    background: url("../../../../user_file/images/Contact-page-image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    padding: auto 0;
}
.form-control {
    background-color: #111111 !important;
    border: 1px solid #242c3e !important;
}
@media (max-width: 991.98px) {
    .contact-bg {
        order: 2;
        border-radius: 0 0 20px 20px;
        padding: 200px 0;
    }
    .contact-form {
        order: 1;
    }
}
/* -------------------------------
 end Contact
-------------------------------  */

/* -------------------------------
 Start Pricing
-------------------------------  */
.featurSection {
    padding: 0 20px !important;
}
.text-36 {
    font-size: 36px !important;
    font-weight: 700;
}
.text-20 {
    font-size: 20px !important;
}
.text-16 {
    font-size: 16px !important;
}
.text-14 {
    font-size: 14px !important;
}
.review-video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 30px;
}
.is-dark .pricing-body {
    background-color: #0b0f17 !important;
}
/* -------------------------------
 end Pricing
-------------------------------  */

/* -------------------------------
 Start Toast
-------------------------------  */
.success-alert {
    position: fixed;
    top: 20px;
    right: 42%;
    opacity: 1;
    background-color: #171717;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}
.error-alert,
.danger-alert {
    position: fixed;
    top: 20px;
    right: 42%;
    opacity: 1;
    background-color: #171717;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .success-alert,
    .error-alert {
        right: 30%;
        transform: translateX(-30%);
    }
}
@media (max-width: 480px) {
    .success-alert,
    .error-alert {
        right: 0%;
        transform: translateX(-50%);
    }
}

/* -------------------------------
 end Toast
-------------------------------  */

/* -------------------------------
 Start login, register
-------------------------------  */
.brand-color {
    color: #57f9ff;
}
/* -------------------------------
 end login, register
-------------------------------  */

/* -------------------------------
 Start all over some responsive
-------------------------------  */
.block-text p + .btn-list {
    margin: 0rem !important;
}
/* .is-dark .nk-header-main.has-fixed {
    backdrop-filter: blur(5px);
} */
.ai-tools-user-main {
    position: relative !important;
}
.temp-overlay {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    right: 0;
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    justify-content: center;
}
.temp-overlay h3 {
    font-size: 45px;
    color: #57f9ff;
    margin-top: 250px;
}
@media (max-width: 767px) {
    .history-toggle-button {
        top: 0;
    }
}

/* -------------------------------
 end all over some responsive
-------------------------------  */

/* -------------------------------
 Start Pagination
-------------------------------  */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 8px;
}
.pagination li {
    display: inline-block;
}
.pagination li a,
.pagination li span {
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #fff;
    text-decoration: none;
}
.pagination li.active span {
    background-color: #57f9ff;
    color: #000;
}

/* -------------------------------
 End Pagination
-------------------------------  */
/* -------------------------------
 Start Video Slider
-------------------------------  */
.swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media (max-width: 1024px) {
    .igenUltraSlider .swiper {
        height: 100px !important;
    }
}
@media (max-width: 767px) {
    .video-slider {
        height: 200px;
        margin-bottom: 30px;
    }
    .swiper-slide {
        padding: 0;
    }
}
/* -------------------------------
 End Video Slider
-------------------------------  */
/* -------------------------------
 Start
-------------------------------  */

/* Mobile user info */

@media (max-width: 990px) {
    .mobile-user-info {
        display: none !important;
    }
    .mobile-user-info-sidebar {
        display: block !important;
    }
}
@media (min-width: 991.98px) {
    .mobile-user-info {
        display: block !important;
    }
    .mobile-user-info-sidebar {
        display: none !important;
    }
}

/* -------------------------------
 end
-------------------------------  */
