body {
    /* Core CSS Variables */
    --container-max-width: 1200px;
    --widgets-spacing: 20px 20px;
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --margin-left: auto;
    --margin-right: auto;
    --display: flex;
    --container-widget-flex-grow: 0;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
    --width: 100%;
    --justify-content: center;
    --align-items: center;
    --row-gap: 0px;
    --column-gap: 0px;
}

/* Base styles */
body {
    margin: 0;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1a2e;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Box sizing */
*,
:after,
:before {
    box-sizing: border-box;
}

/* Elementor specific styles */
.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content);
}

.e-con {
    --container-max-width: 1200px;
    display: var(--display);
    position: var(--position, relative);
    width: var(--width);
    height: var(--height, auto);
    min-height: var(--min-height, initial);
    overflow: var(--overflow, visible);
    z-index: var(--z-index, revert);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full.e-flex {
    flex-direction: var(--flex-direction);
}

/* Logo slider styles */
.logo-slider {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    display: flex;
    gap: 12px;
}

.logo-slider:after {
    content: '';
    position: absolute;
    right: -5px;
    top: -10px;
    height: 100%;
    background: linear-gradient(to top, #efebfb, #fdfdff);
    filter: blur(5px);
    width: 12px;
    height: 120%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.logo-slider1 {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logo-slider1:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -10px;
    height: 100%;
    background: linear-gradient(to top, #efebfb, #fdfdff);
    filter: blur(5px);
    width: 12px;
    height: 120%;
    z-index: 1;
    pointer-events: none;
}

.elementor-element.elementor-element-6d01b0a {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-flex-grow: 1;
    --justify-content: center;
    --align-items: center;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 0px;
    --padding-bottom: 2%;
    --padding-left: 0px;
    --padding-right: 0px;

}

*,
:after,
:before {
    box-sizing: border-box;
}

*,
.elementor ::after,
.elementor ::before {
    box-sizing: border-box;
}

.e-con:before,
.e-con>.elementor-background-slideshow::before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer::before,
:is(.e-con, .e-con > .e-con-inner)>.elementor-background-video-container::before {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
}

.elementor *,
.elementor ::after,
.elementor ::before {
    box-sizing: border-box;
}

.elementor-element.elementor-element-52ce891 {
    --display: flex;
    --flex-direction: column;
    --container-widget-flex-grow: 0;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

@media (min-width: 768px) {
    .elementor-element.elementor-element-52ce891 {
        --width: 720px;
    }
}

.e-con::before,
.e-con>.elementor-background-slideshow::before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer::before,
:is(.e-con, .e-con > .e-con-inner)>.elementor-background-video-container::before {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.elementor-element.elementor-element-ec644cd {
    --display: flex;
    --flex-direction: column;
    --container-widget-flex-grow: 0;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

@media (min-width: 768px) {
    .elementor-element.elementor-element-ec644cd {
        --width: 720px;
    }
}

@media (max-width: 768px) {
    .elementor-element.elementor-element-ec644cd {
        --padding-bottom: 4%;
    }
}

.elementor-widget {
    position: relative;
}

.e-con .elementor-widget {
    min-width: 0;
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0;
}

.e-con>.elementor-widget {
    max-width: 100%;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%;
}

.logo-slider {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    display: flex;
    gap: 12px;
}

.logo-slider:after,
.logo-slider:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

/* .logo-slider:before {
        left: -50px;
        top: -70px;
        background: linear-gradient(to top, #efebfb, #fdfdff);
        filter: blur(15px);
        width: 100px;
        height: 150%;
    } */

.logo-slider:after {
    right: -5px;
    top: -10px;
    background: linear-gradient(to top, #efebfb, #fdfdff);
    filter: blur(5px);
    width: 12px;
    height: 120%;
}

.logo-slider1 {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logo-slider1:after,
.logo-slider1:before {
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.logo-slider1:before {
    left: -5px;
    top: -10px;
    background: linear-gradient(to top, #efebfb, #fdfdff);
    filter: blur(5px);
    width: 12px;
    height: 120%;
}

/* .logo-slider1:after {
        right: -50px;
        top: -70px;
        background: linear-gradient(to top, #efebfb, #fdfdff);
        filter: blur(15px);
        width: 100px;
        height: 150%;
    } */

.logos-slide {
    display: inline-flex;
    animation: 20s linear infinite slide;
}

.logos-slide1 {
    display: inline-flex;
    animation: 20s linear infinite slide;
}

@media (min-width: 1200px) {
    .logos-slide span {
        width: 174px !important;
    }
}

.logos-slide span {
    margin: 0;
    padding: 0 0;
    border-radius: 12px;
}

.logos-slide img,
.logos-slide1 video {
    border-radius: 12px;
}

.logos-slide,
.logos-slide1 {
    gap: 10px;
}

.logos-slide1 span {

    border-radius: 12px;
}

@media (min-width: 1200px) {
    .logos-slide1 span {
        width: 174px !important;
    }
}



img {
    vertical-align: middle;
    border-style: none;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .logos-slide img {
        width: 174px !important;
        height: 300px !important;
    }
}

.logos-slide img {
    object-fit: contain;
}

@media (min-width: 1200px) {
    .logos-slide1 img {
        width: 174px !important;
        height: 300px !important;
    }
}

.logos-slide1 img {
    object-fit: contain !important;
}


@keyframes slide {
    0% {
        transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        transform: translateX(0px);
    }

}

/* Add this to your existing CSS */

/* Make the parent container position relative for proper overlay positioning */
.elementor-element.elementor-element-6d01b0a {
    position: relative;
    overflow: hidden;
    /* Ensure the overlay stays within bounds */
}

/* Bottom gradient overlay styling */
.bottom-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    /* Adjust height of the gradient overlay */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 53.21%);
    pointer-events: none;
    /* Allow clicking through the overlay */
    z-index: 9;
    /* Make sure it appears above the content */
}

/* Adjust the existing side overlays to work with the bottom overlay */
.logo-slider:before,
.logo-slider:after,
.logo-slider1:before,
.logo-slider1:after {
    z-index: 9;
    /* Make side overlays appear below the bottom overlay */
}

/* For mobile devices - you might want to increase the overlay height */
@media (max-width: 767px) {
    .bottom-gradient-overlay {
        height: 50%;
        /* Larger overlay on smaller screens */
    }
}

.script-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.script-option {
    padding: 16px;
    border: 1px solid #E6E6E9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.script-option:hover {
    border-color: #405DE6;
    background-color: #f5f5ff;
}

.script-option input[type="radio"] {
    display: none;
}

.script-option input[type="radio"]:checked+label {
    color: #405DE6;
    font-weight: 500;
}

.chat-container {
    max-width: 1000px !important;
    min-height: 100px !important;
    width: 100%;
    margin: 0 auto !important;
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 29%;
    left: 50%;
    border: 1px solid #E6E6E9;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 74px 21px 0px rgba(0, 0, 0, 0.00), 0px 48px 19px 0px rgba(0, 0, 0, 0.00), 0px 27px 16px 0px rgba(0, 0, 0, 0.02), 0px 12px 12px 0px rgba(0, 0, 0, 0.03), 0px 3px 7px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(12px);
    transform: translate(-50%, -50%);
}

.description-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
}

.description-input {
    width: 100%;
    fill: conic-gradient(from 90deg at 50% 50%, #FFF 0deg, #738AFF 72.69230604171753deg, #F261E9 180deg, #FFE943 287.30769395828247deg, #FFF 360deg);
    padding: 12px;
    border: 3px solid transparent;
    border-radius: 8px;
    background: transparent;
    /* margin-bottom: 24px; */
    font-size: 17px;
    resize: none;
}

.section-label {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.options {
    display: flex;
    gap: 10px;
    /* margin-bottom: 24px; */
    flex-wrap: wrap;
    /* width: 50%; */
}

.option {
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: white;
    position: relative;
}

.option:hover {
    background-color: #f5f5f5;
}

.option.selected {
    background-color: #f0f0ff;
    border-color: #6c5ce7;
}

.icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}

.generate-btn {
    border-radius: 10px;
    background: linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%);
    color: white;
    border: none;
    padding: 11px 24px;
    font-size: 15px;
    font-weight: 600;
    font-family: Outfit, sans-serif;
    cursor: pointer;
    float: right;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(131, 58, 180, 0.25);
    letter-spacing: 0.2px;
}

.generate-btn:hover {
    background: linear-gradient(135deg, #3750d1 -0.74%, #7230a3 99.26%);
    box-shadow: 0 6px 20px rgba(131, 58, 180, 0.35);
    transform: translateY(-1px);
}

.clear {
    clear: both;
}

/* Popup styles */
.info-popup {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 160px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 2px;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    pointer-events: none;
}

.info-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.option:hover .info-popup {
    opacity: 1;
    visibility: visible;
}

.info-popup video {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    /* margin-bottom: 8px; */
}

.box-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F0F0F4;
    padding-top: 8px;
    margin-top: 4px;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
    .chat-container {
        padding: 12px;
        border-radius: 8px;
        top: 25%;
    }

    .description-title {
        font-size: 15px;
    }

    .description-input {
        
        padding: 10px;
    }

    .description-input::placeholder {
        color: #000;
        font-family: "Outfit", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .elementor-element.elementor-element-6d01b0a {
        padding-bottom: 60%;
    }

    .options {
        gap: 8px;
    }

    .box-btn {
        flex-direction: column;
        width: 100%;
    }

    .option {
        padding: 6px 10px;
        font-size: 13px;
    }

    .generate-btn {
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
        float: none;
        margin-top: 12px;
    }
}

@media screen and (max-width: 400px) {
    .options {
        flex-direction: column;
        width: 100%;
    }

    .option {
        width: 100%;
        justify-content: center;
    }

}

/* Popup Modal Styles */
.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(9px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 24px;
    position: relative;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

.popup-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.popup-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
    text-align: left;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    resize: none;
    min-height: 120px;
}

.media-upload-area {
    width: 100%;
    height: 210px;
    background-color: #f9f9f9;
    border: 1px dashed #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
    color: #666;
}

.upload-text {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.upload-link {
    color: #405DE6;
    text-decoration: none;
    font-weight: 500;
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.back-button {
    background-color: #f1f1f1;
    color: #333;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.next-button {
    background: linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.form-box {
    display: flex;

    gap: 12px;
}

.form-box1 {
    max-width: 50%;
    width: 100%;
}

.upload-group {
    max-width: 50%;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .popup-content {
        padding: 16px;
        width: 90%;
    }

    .button-group {
        flex-direction: column;
        gap: 12px;
    }

    .back-button,
    .next-button {
        width: 100%;
    }

    .media-upload-area {
        height: 150px;
    }

    .form-box {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .popup-title {
        font-size: 16px;
    }

    .form-box1 {
        max-width: 100%;
        width: 100%;
    }

    .upload-group {
        max-width: 100%;
        width: 100%;
    }
}

.services-container {
    max-width: 950px;
    margin: auto;
    padding: 0 20px;
    margin-top: 150px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    justify-content: center;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-icon {
    max-width: 140px;
    max-height: 140px;
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-icon:hover {

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.4s ease;
}

.service-icon:hover img {
    transform: scale(1.15);
    /* Image expands by 15% on hover */
}

.service-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
}

.service-item:hover .service-title {
    color: #4285f4;
    /* Text color change on hover for additional feedback */
}

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

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

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

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

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

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

.services-container .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    margin: 0 !important;
    justify-content: space-between;
}

.services-container .owl-nav span {
    position: absolute;
    font-size: 28px;
    font-weight: 100;
    height: 45px;
}

.services-container .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    width: 34px;
    height: 34px;
    display: flex;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    justify-content: center;
    align-items: center;
}

.services-container .owl-carousel .owl-nav button.owl-next {
    right: -6%;
    position: relative;
}

.services-container .owl-carousel .owl-nav button.owl-prev {
    left: -6%;
    position: relative;
}



.or p {
    color: var(--Final-Theme-Neutrals-700, #B2B2B4);
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.or {
    margin: 20px 0;
}

.murf-dialog-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.ai-image .murf-script-option {
    padding: 0;
}

.murf-script-option img {
    border-radius: 8px;
}

.murf-dialog-window {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    animation: murf-dialog-fade-in 0.3s ease;
}

@keyframes murf-dialog-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dialog header */
.murf-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.murf-dialog-title-container {
    display: flex;
    flex-direction: column;
}

.murf-dialog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.murf-dialog-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    margin: 0;
}

.murf-dialog-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.murf-dialog-close-btn:hover {
    background-color: #f0f0f0;
}

/* Tab navigation */
.murf-dialog-tab-nav {
    display: flex;
    padding: 0 24px;
    gap: 8px;
}

.murf-dialog-tab {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.2s ease;
    border-radius: 8px;
    border: 1px solid #E6E6E9;
    background: #FFF;
}

.murf-dialog-tab:hover:not(.murf-active-tab) {
    background-color: #f7f7f7;
}

.murf-dialog-tab.murf-active-tab {
    background-color: #f0f0f0;
    color: #6246ea;
    border: 1px solid #6246ea;
}

.murf-dialog-tab:not(.murf-active-tab) {
    color: #666;
}

/* Content area */
.murf-dialog-content {
    min-height: 250px;
}

.murf-scripts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px 24px 24px;
    max-height: 400px;
    overflow-y: auto;
}

@media (max-width: 640px) {
    .murf-scripts-grid {
        grid-template-columns: 1fr;
    }
}

.murf-script-option {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.murf-script-option:hover {
    border-color: #6246ea;
    box-shadow: 0 2px 8px rgba(98, 70, 234, 0.1);
}

.murf-script-option.murf-selected {
    border-color: #6246ea;
    background-color: rgba(98, 70, 234, 0.05);
}

.murf-script-option.murf-selected::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #6246ea;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.murf-script-heading {
    color: #0E0F26;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.murf-script-text {
    color: #676768;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

/* Custom script area */
.murf-custom-script-container {
    display: none;
    padding: 24px;
}

.murf-custom-script-textarea {
    width: 100%;
    min-height: 200px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    font-family: inherit;
}

.murf-custom-script-textarea:focus {
    outline: none;
    border-color: #6246ea;
    box-shadow: 0 0 0 2px rgba(98, 70, 234, 0.1);
}

/* Dialog footer */
.murf-dialog-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
}

.murf-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.murf-btn-secondary {
    background-color: #f0f0f0;
    color: #333;
    border: none;
}

.murf-btn-secondary:hover {
    background-color: #e0e0e0;
}

.murf-btn-primary {
    background-color: #6246ea;
    color: white;
    border: none;
}

.murf-btn-primary:hover:not(:disabled) {
    background-color: #5438d5;
}

.murf-btn-primary:disabled {
    background-color: #bbb;
    cursor: not-allowed;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .elementor-element.elementor-element-6d01b0a {
        --padding-bottom: 20%;
    }
}

@media screen and (max-width: 480px) {
    .mw-100 {
        width: 100% !important;
    }

    .mw-flex {
        flex-wrap: wrap !important;
    }

    .product-card .card {
        width: 100% !important;
    }
}

@media screen and (min-width: 480px) {
    .product-card .card {
        max-width: 270px;
    }
}

.product-card {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 24px;
    padding: 10px 6px;
    margin: 0px;
    height: min-content;
    max-width: 364.667px;

}

.dashboard-header .tab-content-dash.active {
    flex-wrap: wrap !important;
    justify-content: normal;
}

.product-card .fonts {
    margin-bottom: 0px !important;
}

.loadv3uploader {
    cursor: pointer;
}

.hover-images {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background: #020212;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
    padding: 8px;
}

.product-card:hover .hover-images {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


.preview-text {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
}

.hover-images::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 9px solid #020212;
}

.container-demo {
    padding: 50px 20px;
    background: #f8f9fa;
    min-height: 100vh;
}

.product-card:hover {
    background: rgb(235, 235, 235);
}

.product-card img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 12px;
}

.row .mt-2 {
    margin: 0px !important;
}

/* Orientation Toggle Styles */
.orientation-toggle {
    padding: 0px !important;
}

.orientation-segment {
    display: flex;
    border-radius: 6px;
    gap: 2px;
    position: relative;
}

.orientation-option {
    flex: 1;
    padding: 7px 12px;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: relative;
}

.orientation-option svg {
    display: block;
}

.orientation-option.active {
    background-color: #F2F2F2;
}

.orientation-option:not(.active) {
    opacity: 0.7;
}

.orientation-option:hover:not(.active) {
    opacity: 1;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.orientation-toggle:hover {
    background-color: #ffffff !important;
}