/* @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Raleway", sans-serif !important;
    font-optical-sizing: auto;

    font-style: normal;
}

h1,
h2,
h3 {
    font-family: "Raleway" !important;
}

p {
    font-family: "Raleway" !important;
} */

.rounded-12 {
    border-radius: 12px;
}

.bg-black-purple {
    background-color: #150440;
}

.bg-black-purple:hover {
    background-color: #8a5cff;
    color: white;
}

.bg-outline-purple {
    border: 2px solid #150440;
    font-weight: 700;
}

.bg-outline-purple:hover {
    background-color: #8a5cff;
    color:white;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fs-32 {
    font-size: 32px;
}

.icon-box-select {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: 16px;
    top: 1.5rem;
}

.step-box {
    padding: 10px;
    color: black;
}

.bg-light-yellow {
    background-color: #fff0be;
}

.bg-light-purple {
    background: rgba(138, 92, 255, 0.3);
}

.bg-light-green {
    background: rgba(72, 200, 132, 0.3);
}

.green-10 {
    background: rgba(72, 200, 132, 0.1);
}

.yellow-10 {
    background: rgba(255, 208, 39, 0.1);
}

.purple-10 {
    background: rgba(138, 92, 255, 0.1);
}

.pink-10 {
    background: rgba(255, 39, 182, 0.1);
}

.red-10 {
    background: rgba(255, 39, 39, 0.1);
}

.gray-10 {
    background: #ECECEC;
}

.truly ul {
    list-style-type: none;
}

.truly li::before {
    content: "\2022";
    color: rgba(72, 200, 132, 1);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.purple-container {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #8a5cff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.card-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.video-box {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #fff;
    overflow: hidden;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

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

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.play-green {
    color: #48c884 !important;
    font-size: 28px;
}

.play-yellow {
    color: #ffd027 !important;
    font-size: 28px;
}

.play-pink {
    color: #ff27b6 !important;
    font-size: 28px;
}

.play-purple {
    color: #8a5cff !important;
    font-size: 28px;
}

.play-red {
    color: red !important;
    font-size: 28px;
}

.reach-everyone .play-green {
    color: #48c884 !important;
    font-size: 21px;
}

.reach-everyone .play-yellow {
    color: #ffd027 !important;
    font-size: 21px;
}

.reach-everyone .play-pink {
    color: #ff27b6 !important;
    font-size: 21px;
}

.reach-everyone  .play-purple {
    color: #8a5cff !important;
    font-size: 21px;
}

.reach-everyone .play-red {
    color: red !important;
    font-size: 21px;
}

.fs-40 {
    font-size: 40px;
}

.pro-text {
    background-color: #000;
    color: white;
    position: absolute;
    padding: 0px 10px;
    font-size: 10px;
    font-weight: bold;
    margin-left: auto;
    top: 0;
    right: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.text-gray {
    color: #757575;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-24 {
    font-size: 24px;
}

.fs-45 {
    font-size: 42px;
}

.fs-1{
    line-height: 0 !important;
}

.reach4 .chip {
    min-width: 7rem !important;
}

.gray-gradient-bg {
    background-image: linear-gradient(to right, #9b9a98, #d1d1d1);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
}

.yellow-gradient-bg {
    background-image: linear-gradient(to right, #f9eab2, #e4b200);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
}

.curved-screen {
   background-image: url('../../assets/images/curved-rect.png');
   background-repeat: no-repeat;
   background-size: cover;
   padding: 391px;
}

.padding-150{
    padding: 391px;
}
.fs-150{
    font-size: 145px;
}
#generatedVoice{
    text-align: center;
}

@media (min-width:1200px) {
    .curved-screen {
        background-image: url('../../assets/images/curved-rect.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 391px;
        background-position: center;
     }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .curved-screen {
        background-image: url('../../assets/images/curved-rect.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px;
        background-position: center;
     }

}

@media (max-width: 768px) {
    .curved-screen {
        background-image: url('../../assets/images/curved-rect.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 120px 20px;
     }

    .padding-150{
        padding: 20px;
    }
    .fs-150{
        font-size: 50px;
    }
    .padding-150 img{
        width: 70px;
    }
}



/* ========================================
   GRADIENT BUTTON SYSTEM
   ======================================== */

/* Primary Gradient Button */
.btn-gradient {
    background: linear-gradient(90deg, var(--color-primary) 0%, #8b5cf6 50%, #ec4899 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 24px !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-gradient:hover::before {
    left: 100%;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.btn-gradient:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Gradient Button Sizes */
.btn-gradient.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 6px;
}

.btn-gradient.btn-lg {
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-gradient.btn-xl {
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 12px;
}

/* Gradient Button Variants */
.btn-gradient-outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    box-shadow: none;
    border-radius: 12px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-gradient-outline.btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-gradient-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--color-primary) 0%, #8b5cf6 50%, #ec4899 100%);
    border-radius: 6px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-gradient-outline:hover {
    background: linear-gradient(90deg, var(--color-primary) 0%, #8b5cf6 50%, #ec4899 100%);
    color: white !important;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}

.btn-gradient-outline:hover::before {
    opacity: 1;
}

.btn-gradient-outline * {
    position: relative;
    z-index: 2;
}

.btn-gradient-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-gradient-ghost:hover {
    background: linear-gradient(90deg, var(--color-primary) 0%, #8b5cf6 50%, #ec4899 100%);
    color: white;
    border-color: transparent;
}

/* Gradient Button with Icon */
.btn-gradient i {
    font-size: 1.1em;
}

.btn-gradient .btn-text {
    position: relative;
    z-index: 1;
}

/* Disabled State */
.btn-gradient:disabled,
.btn-gradient.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-gradient:disabled:hover,
.btn-gradient.disabled:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Loading State */
.btn-gradient.loading {
    position: relative;
    color: transparent;
}

.btn-gradient.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Dark Theme Support */
[data-theme="dark"] .btn-gradient {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .btn-gradient:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .btn-gradient-outline {
    color: #8b5cf6;
    border-color: #8b5cf6;
}

[data-theme="dark"] .btn-gradient-outline:hover {
    color: white !important;
}

[data-theme="dark"] .btn-gradient-ghost {
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
    border-color: rgba(139, 92, 246, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .btn-gradient.btn-lg {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .btn-gradient.btn-xl {
        padding: 16px 32px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .btn-gradient {
        /* padding: 8px 16px; */
        /* font-size: 12px; */
    }
    
    .btn-gradient.btn-lg {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .btn-gradient.btn-xl {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* ========================================
   GRADIENT BUTTON UTILITIES
   ======================================== */

/* Full Width */
.btn-gradient.w-100 {
    width: 100%;
}

/* Rounded Variants */
.btn-gradient.rounded-pill {
    border-radius: 50px;
}

.btn-gradient.rounded-lg {
    border-radius: 12px;
}

/* Shadow Variants */
.btn-gradient.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-gradient.shadow-lg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Animation Variants */
.btn-gradient.bounce:hover {
    animation: bounce 0.6s ease;
}

@keyframes bounce {
    0%, 20%, 60%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    80% { transform: translateY(-5px); }
}

.btn-gradient.pulse:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Gradient Badge Styling */
.gradient-badge {
    background: linear-gradient(135deg, var(--color-primary) 0%, #8b5cf6 50%, #ec4899 100%) !important;
    color: white !important;
    padding: 8px 20px;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(var(--color-primary), 0.3);
    position: relative;
    overflow: hidden;
}

.gradient-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.gradient-badge:hover::before {
    left: 100%;
}
