:root { --bs-primary: #8652ff !important; --bs-primary-rgb: 134, 82, 255 !important; --bs-body-bg: #0a0a0a; --bs-body-color: #f0f0f0; --bs-border-color: rgba(255,255,255, 0.1); --bs-body-bg-rgb: 10, 10, 10; --bs-body-color-rgb: 240, 240, 240; }
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700;900&family=Manrope:wght@400;500;700&display=swap');
:root { --heading-font: 'Work Sans', sans-serif; --body-font: 'Manrope', sans-serif; --bs-body-font-family: var(--body-font); }
body { font-family: var(--body-font); }
h1, h2, h3, h4, h5, h6 { font-family: var(--heading-font); }
.js-range-slider{
  opacity: 0;
}
.irs.irs--round.js-irs-0{
  display: none;
}
.irs.irs--round.js-irs-0:last-of-type{
  display: block;
}
section { position: relative; z-index: 1; overflow: visible !important; }
section > .container, section > .container-fluid, section > .max-w-7xl { position: relative; z-index: 2; }
.card, .card-custom { position: relative; z-index: 2; }
.hero-section { position: relative; z-index: 2; }

.carousel-wrapper { width: 100%; overflow: hidden; background: transparent; position: relative; z-index: 2; display: flex; align-items: center; }
.carousel-track { display: flex; width: max-content; animation: scroll 40s linear infinite; }
.carousel-item-box { flex: 0 0 auto; width: 200px; padding: 2rem 0; margin: 0 30px; display: flex; align-items: center; justify-content: center; }
.carousel-item-box img { max-height: 80px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s; }
.carousel-item-box img:hover { filter: grayscale(0%); opacity: 1; }

@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (max-width: 768px) { .carousel-item-box { width: 120px; margin: 0 15px; } .carousel-item-box img { max-height: 50px; } }

.img-loading { background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%); background-size: 200% 100%; animation: loading-skeleton 1.5s infinite; min-height: 200px; display: block; }
@keyframes loading-skeleton { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
img.lazy-loaded { opacity: 0; transition: opacity 0.5s ease-in-out; }
img.lazy-loaded.loaded { opacity: 1; }

.text-typing-animation { opacity: 1 !important; }
.card-icon-wrapper { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background-color: rgba(var(--bs-primary-rgb), 0.1); color: var(--bs-primary); transition: transform 0.3s ease; flex-shrink: 0; }
.card-icon-wrapper i, .card-icon-wrapper svg { margin: 0; }
.card:hover .card-icon-wrapper { transform: scale(1.1); background-color: var(--bs-primary); color: #fff; }
.card-icon-lg { width: 32px; height: 32px; }
.icon-auto-centered { display: flex !important; justify-content: center !important; align-items: center !important; width: 100% !important; margin-bottom: 1rem; }

.accordion-header{
    margin-bottom: 0 !important;
}
.card-icon-top, i[data-feather].card-icon-top{
    margin-bottom: 0 !important;
    margin-top: 1rem;
}
svg{
    flex: 0 0 auto;
}
.navbar-brand svg{
    display: inline-block;
}

@media (max-width: 768px) {
    .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .my-5 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
    .p-5 { padding: 1.25rem !important; }
    .p-4 { padding: 1rem !important; }
    .container { padding-left: 15px !important; padding-right: 15px !important; }
    section { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .display-1, .display-2, .display-3, h1 { font-size: 2rem !important; }
    .hero-section { min-height: auto !important; padding: 3rem 0 !important; }
    
    .tele-form { margin: 0 !important; }
    .card-body, .card-content { padding: 1.5rem !important; }
    .Sigform-form .row.mb-3 { margin-bottom: 1rem !important; }
    .btn-lg { padding: 0.6rem 1rem !important; font-size: 1rem !important; }
}

@media (max-width: 600px) {
    .row > div[class*="col"], .flex > div[class*="w-"], .grid > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
body { position: relative; z-index: 0; background-color: var(--bs-body-bg); background-attachment: fixed !important; background-size: 100% 100% !important; background-image: linear-gradient(257deg, rgba(134, 82, 255, 0.20) 0%, transparent 50%), radial-gradient(circle at 15% 21%, rgba(134, 82, 255, 0.2) 0%, transparent 50%) !important; min-height: 100vh; color: var(--bs-body-color); font-family: var(--body-font); } main, main > section { background-color: transparent !important; background: transparent !important; }
        html { height: 100%; } 
        h1, h2, h3, h4, h5, h6 { font-family: var(--heading-font); color: inherit; font-weight: 700; } 
        a { color: var(--bs-primary); transition: 0.3s; text-decoration: none; } 
        a:hover { opacity: 0.8; } 
        
        .interactive-calc-wrapper, .interactive-quiz-wrapper { 
            background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.15) 0%, rgba(var(--bs-primary-rgb), 0.02) 100%) !important; 
            border-radius: 1.25rem; 
            border: 1px solid rgba(var(--bs-primary-rgb), 0.2); 
            backdrop-filter: blur(12px); 
            -webkit-backdrop-filter: blur(12px);
            padding: 1.5rem; 
            box-shadow: 0 8px 32px rgba(0,0,0, 0.05);
        }
        
        @keyframes fadeInQuiz { 
            from { opacity: 0; transform: translateY(15px); } 
            to { opacity: 1; transform: translateY(0); } 
        }
        .quiz-step { display: none; opacity: 0; }
        .quiz-step.d-block, .quiz-step.block { 
            display: block !important; 
            animation: fadeInQuiz 0.4s ease-out forwards; 
        }

        .navbar-brand, .nav-link { color: inherit !important; } 
        
        
        .row { display: flex; flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; }
        .row > * { padding-right: 1rem; padding-left: 1rem; max-width: 100%; width: 100%; }
        .col-12 { flex: 0 0 auto; width: 100%; }
        .col { flex: 1 0 0%; }
        @media (min-width: 768px) { .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-4 { flex: 0 0 auto; width: 33.333%; } .col-md-5 { flex: 0 0 auto; width: 41.666%; } .col-md-7 { flex: 0 0 auto; width: 58.333%; } }
        @media (min-width: 992px) { .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-8 { flex: 0 0 auto; width: 66.666%; } .col-lg-4 { flex: 0 0 auto; width: 33.333%; } .col-lg-5 { flex: 0 0 auto; width: 41.666%; } .col-lg-7 { flex: 0 0 auto; width: 58.333%; } }
        
        .d-flex { display: flex !important; }
        .flex-column { flex-direction: column !important; }
        .justify-content-center { justify-content: center !important; }
        .justify-content-between { justify-content: space-between !important; }
        .align-items-center { align-items: center !important; }
        .text-center { text-align: center !important; }
        .text-start { text-align: left !important; }
        .w-100 { width: 100% !important; }
        .h-100 { height: 100% !important; }
        .fw-bold { font-weight: 700 !important; }
        .d-none { display: none !important; }
        .d-block { display: block !important; }
        .ai-hidden { display: none !important; }
        .gap-3 { gap: 1rem !important; }
        .gap-4 { gap: 1.5rem !important; }
        .opacity-75 { opacity: 0.75 !important; }
        .shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
        .shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; }
        .rounded-3 { border-radius: 0.5rem !important; }
        .rounded-4 { border-radius: 1rem !important; }
        .rounded-circle { border-radius: 50% !important; }
        .rounded-pill { border-radius: 50rem !important; }
        .bg-success { background-color: #198754 !important; }
        .text-white { color: #fff !important; }
        .text-primary, .primary-text { color: var(--bs-primary) !important; }
        .bg-primary, .primary-bg { background-color: var(--bs-primary) !important; }

        .mb-3 { margin-bottom: 1rem !important; }
        .mb-4 { margin-bottom: 1.5rem !important; }
        .mt-4 { margin-top: 1.5rem !important; }

        .card, .card-custom { background: linear-gradient(328deg, rgba(20, 20, 20, 0.6) 0%, rgba(var(--bs-primary-rgb), 0.05) 100%) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1) !important; box-shadow: 0 8px 32px rgba(0,0,0, 0.08) !important; border-radius: 1.25rem !important; overflow: hidden; display: flex; flex-direction: column; color: var(--bs-body-color) !important; position: relative; z-index: 2; } 
        .card-body, .card-content { padding: 2.5rem !important; flex: 1 1 auto; } 
        .card-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 1.5rem; color: var(--bs-body-color); letter-spacing: -0.02em; }
        
        body .card-folder .card-title, .card .card-title { position: relative !important; top: auto !important; left: auto !important; background: transparent !important; color: var(--bs-body-color) !important; padding: 0 !important; border-radius: 0 !important; display: block; margin-top: 0 !important; }
        .card img, .card [data-ai-image-placeholder="true"] { max-width: 100% !important; height: auto !important; }
        
        .quiz-container-wrapper, .calculator-block { background: transparent !important; color: var(--bs-body-color) !important; }
        .btn-quiz-option { background-color: rgba(var(--bs-body-color-rgb), 0.03) !important; color: var(--bs-body-color) !important; border: 1px solid var(--bs-border-color) !important; transition: all 0.3s; }
        .btn-quiz-option:hover { background-color: rgba(var(--bs-primary-rgb), 0.1) !important; border-color: var(--bs-primary) !important; }
        .quiz-radio-circle { background-color: transparent !important; border-color: var(--bs-border-color) !important; color: var(--bs-body-color) !important; }
        .quiz-success-view h3, .quiz-success-view p { color: var(--bs-body-color) !important; }
        .interactive-results { background-color: rgba(var(--bs-body-color-rgb), 0.03) !important; border-color: var(--bs-border-color) !important; }
        .interactive-progress { background-color: rgba(var(--bs-body-color-rgb), 0.1) !important; }
        .quiz-footer { border-color: var(--bs-border-color) !important; }
        
        .form-label { display: inline-block; margin-bottom: 0.5rem; font-weight: 600; font-size: 0.95rem; color: var(--bs-body-color); }
        .form-control, .form-select { display: block; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; font-weight: 500; line-height: 1.5; color: var(--bs-body-color) !important; background-color: rgba(255, 255, 255, 0.06) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; border-radius: 0.75rem; transition: all .2s ease-in-out; margin-bottom: 1.5rem; box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); box-sizing: border-box; } 
        .form-control:focus, .form-select:focus { border-color: var(--bs-primary) !important; outline: 0; box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.15) !important; background-color: rgba(255, 255, 255, 0.1) !important; }
        .form-check { display: flex; align-items: center; margin-bottom: 1.25rem; }
        .form-check-input { width: 1.25em; height: 1.25em; margin-top: 0; margin-right: 0.75em; cursor: pointer; accent-color: var(--bs-primary); flex-shrink: 0; border-radius: 0.25rem; }
        .form-check-label { font-size: 0.9rem; cursor: pointer; color: var(--bs-body-color); line-height: 1.4; opacity: 0.85; }
        
        .btn, .btn-primary, .primary-btn { display: inline-block; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; cursor: pointer; padding: 0.85rem 1.75rem; font-size: 1.1rem; border-radius: 0.75rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: none !important; color: #ffffff !important; background-color: var(--bs-primary) !important; box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3) !important; }
        .btn:hover, .btn-primary:hover, .primary-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(var(--bs-primary-rgb), 0.4) !important; filter: brightness(1.1); color: #ffffff !important; }
        
        .table-responsive { border-radius: 1rem; overflow-x: auto; overflow-y: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 2rem; background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); } 
        .table { margin-bottom: 0; width: 100%; border-collapse: collapse; color: var(--bs-body-color); } 
        .table th, .table td { padding: 1rem 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); text-align: left; }
        .table thead th { font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em; background-color: rgba(var(--bs-primary-rgb), 0.08) !important; color: var(--bs-primary); border-bottom: 2px solid rgba(var(--bs-primary-rgb), 0.2); } 
        
        .accordion { display: flex; flex-direction: column; gap: 0.75rem; }
        .accordion-item { background-color: rgba(var(--bs-body-color-rgb), 0.03) !important; backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.1) !important; border-radius: 1rem !important; overflow: hidden; } 
        .accordion-button { background-color: transparent !important; color: var(--bs-body-color) !important; font-weight: 700; font-size: 1.1rem; width: 100%; text-align: left; padding: 1.25rem 1.5rem; border: none; cursor: pointer; transition: all 0.2s; display: flex; justify-content: space-between; align-items: center; } 
        .accordion-button:not(.collapsed) { background-color: rgba(var(--bs-primary-rgb), 0.1) !important; color: var(--bs-primary) !important; border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.1); } 
        .accordion-button h3 { margin: 0 !important; font-size: inherit !important; font-weight: inherit !important; color: inherit !important; line-height: inherit !important; }
        .accordion-body { color: var(--bs-body-color); font-size: 1rem; line-height: 1.6; padding: 1.25rem 1.5rem; } 
        .accordion-body p { margin-bottom: 0 !important; }
        
        .main-header { background-color: rgba(10, 10, 10, 0.8) !important; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: sticky; top: 0; z-index: 1000; transition: all 0.3s; } 
        .main-footer { background-color: rgba(15, 15, 15, 0.9) !important; backdrop-filter: blur(10px); border-top: 1px solid rgba(255, 255, 255, 0.1); position: relative; z-index: 2; padding: 4rem 0 2rem; margin-top: 4rem; }
    
    :root {
    --bs-border-radius: 0.75rem;
    --bs-border-radius-sm: 0.5rem;
    --bs-border-radius-lg: 1.25rem;
    --bs-border-radius-xl: 2rem;
    --box-shadow-lifted: 0 4px 8px rgba(0,0,0, 0.15), 0 10px 20px rgba(var(--bs-primary-rgb), 0.1), 0 20px 40px rgba(0,0,0, 0.1);
    --box-shadow-interactive: 0 6px 12px rgba(0,0,0, 0.2), 0 12px 25px rgba(var(--bs-primary-rgb), 0.15), 0 25px 50px rgba(0,0,0, 0.15);
    --transition-slinky: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 700;
}

h1, .h1 { font-size: 3.2rem; font-weight: 800; }
h2, .h2 { font-size: 2.5rem; font-weight: 700; }
h3, .h3 { font-size: 1.75rem; font-weight: 700; }
h4, .h4 { font-size: 1.25rem; font-weight: 600; }
h5, .h5 { font-size: 1.1rem; font-weight: 600; }
h6, .h6 { font-size: 1rem; font-weight: 600; }

p {
    font-size: inherit;
    line-height: 1.6;
}

iframe {
    width: 100%;
    height: 30rem;
}

main {
    overflow: hidden;
}

main > section {
    position: relative;
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    main > section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

section > .container {
    position: relative;
    z-index: 2;
}

a {
    color: #5c59f7;
    text-decoration: none;
    transition: var(--transition-slinky);
}

a:hover, a:focus {
    color: #5c59f7;
    text-decoration: underline;
    filter: brightness(120%);
}

.accent-keyword {
    color: #5c59f7 !important;
    font-weight: bold;
}

blockquote {
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
    border-left: 5px solid var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

.card, .accordion-item {
    background-color: rgba(var(--bs-body-bg-rgb), 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
    box-shadow: var(--box-shadow-lifted);
    border-radius: var(--bs-border-radius);
    margin-bottom: 1.5rem;
    transition: var(--transition-slinky);
    position: relative;
    z-index: 2;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--box-shadow-interactive);
    border-color: rgba(var(--bs-primary-rgb), 0.5);
}

.card-body {
    padding: 2rem !important;
}

.card-gradient-1 { background-image: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05), rgba(var(--bs-body-color-rgb), 0.02)); }
.card-gradient-2 { background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.05), rgba(var(--bs-body-color-rgb), 0.02)); }
.card-gradient-3 { background-image: linear-gradient(210deg, rgba(var(--bs-primary-rgb), 0.05), rgba(var(--bs-body-color-rgb), 0.02)); }

.btn {
    border-radius: var(--bs-border-radius);
    padding: 0.75rem 1.75rem;
    font-family: var(--heading-font);
    font-weight: 700;
    transition: var(--transition-slinky);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-primary {
    background-image: linear-gradient(75deg, var(--bs-primary) 0%, #5c59f7 100%);
    background-color: var(--bs-primary);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(var(--bs-primary-rgb), 0.4);
    filter: brightness(110%);
    color: #fff;
}

.form-control, input, textarea, select {
    background-color: rgba(var(--bs-body-bg-rgb), 0.15);
    color: var(--bs-body-color);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
    border-radius: var(--bs-border-radius-sm);
    padding: 0.75rem 1.25rem;
    transition: var(--transition-slinky);
}

.form-control:focus {
    background-color: rgba(var(--bs-body-bg-rgb), 0.2);
    color: var(--bs-body-color);
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.3);
    outline: 0;
}

::placeholder {
    color: var(--bs-body-color);
    opacity: 0.65;
}

.list-group-item {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: var(--bs-border-radius) !important;
    background-color: rgba(var(--bs-body-bg-rgb), 0.1);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.accordion-button {
    color: var(--bs-body-color);
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
    border-color: var(--bs-primary);
}

.accordion-item, .accordion-button {
    background-color: transparent;
}
.accordion-item {
     background-color: rgba(var(--bs-body-color-rgb), 0.03);
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: rgba(var(--bs-body-bg-rgb), 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 0.5rem 0;
}

.main-header.scrolled {
    background-color: rgba(var(--bs-body-bg-rgb), 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-header .nav-link, .main-header .navbar-brand {
    color: var(--bs-body-color);
}

.main-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(var(--bs-body-bg-rgb), 0.5);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.main-footer a {
    color: var(--bs-primary);
}

.navbar-brand, .navbar-brand img, .logo {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
}

table, th, td {
    color: var(--bs-body-color) !important;
    border-color: var(--bs-border-color);
}

img, .img-fluid {
    object-fit: cover;
    max-width: 100%;
    border-radius: var(--bs-border-radius);
}

i[data-feather] {
    background: none !important;
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(var(--bs-body-bg-rgb), 0.7);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: var(--transition-slinky);
    --swiper-navigation-color: var(--bs-primary);
    --swiper-navigation-size: 20px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.8);
    box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.25);
    --swiper-navigation-color: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--bs-body-color-rgb), 0.5);
    opacity: 0.8;
    transition: var(--transition-slinky);
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    width: 30px;
    border-radius: 5px;
}

.card-folder {
    background-color: rgba(var(--bs-body-bg-rgb), 0.2);
    border: 3px solid rgba(var(--bs-body-color-rgb), 0.2);
    border-radius: 1.5rem;
    padding-top: 2.5rem;
    position: relative;
    overflow: visible;
}

.card-folder .card-title {
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    background-image: linear-gradient(75deg, var(--bs-primary) 0%, #5c59f7 100%);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: var(--bs-border-radius-sm);
    font-size: 1rem;
    font-weight: 700;
}

.card-bento {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: var(--box-shadow-lifted);
}

.card-bento .bento-text-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.calculator-block {
    background-color: rgba(var(--bs-body-bg-rgb), 0.2);
    padding: 2rem;
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}
.calculator-header {
    margin-bottom: 2rem;
    text-align: center;
}
.calculator-input-area .form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.results-box {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 1px solid var(--bs-primary);
    padding: 1.5rem;
    border-radius: var(--bs-border-radius);
    text-align: center;
    margin-top: 2rem;
}
.results-box .result-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bs-primary);
}
.irs--round .irs-bar { background-color: var(--bs-primary); }
.irs--round .irs-handle { border: 4px solid var(--bs-primary); }
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { background-color: var(--bs-primary); }

.quiz-container-wrapper {
    background-color: rgba(var(--bs-body-bg-rgb), 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
    padding: 2rem;
    border-radius: var(--bs-border-radius-lg);
}
.quiz-step {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.quiz-question-text {
    color: var(--bs-body-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.btn-quiz-option {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background-color: rgba(var(--bs-body-color-rgb), 0.05);
    border: 2px solid rgba(var(--bs-body-color-rgb), 0.2);
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
    transition: var(--transition-slinky);
}
.btn-quiz-option:hover, .btn-quiz-option.active {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transform: translateY(-4px);
}
.quiz-radio-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(var(--bs-body-color-rgb), 0.3);
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-slinky);
}
.btn-quiz-option:hover .quiz-radio-circle, .btn-quiz-option.active .quiz-radio-circle {
    border-color: var(--bs-primary);
}
.quiz-radio-circle i {
    opacity: 0;
    transition: var(--transition-slinky);
    font-size: 16px;
    color: var(--bs-primary);
}
.btn-quiz-option:hover .quiz-radio-circle i, .btn-quiz-option.active .quiz-radio-circle i {
    opacity: 1;
}
.quiz-progress-bar {
    height: 8px;
    background-color: rgba(var(--bs-body-color-rgb), 0.2);
    border-radius: 4px;
    overflow: hidden;
}
.quiz-progress-bar .progress {
    height: 100%;
    width: 0;
    background-color: var(--bs-primary);
    border-radius: 4px;
    transition: width 0.4s ease;
}
.quiz-success-view { text-align: center; }

@media (max-width: 767.98px) {
    .btn-primary, .btn-lg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: 100%;
    }
    img, .img-fluid {
        margin-bottom: 1.5rem !important;
    }
}
@media (max-width: 768px) {
    img {
        margin-bottom: 2rem !important;
    }
}

.ghost-wrapper { display: contents !important; }
.card-icon-top, i[data-feather] { margin-bottom: 1.5rem; }
.text-typing-animation { opacity: 0; transition: opacity 0.1s ease; }
.card-icon-wrapper { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin-bottom: 1.5rem; border-radius: 12px; background-color: rgba(var(--bs-primary-rgb), 0.1); color: var(--bs-primary); transition: all 0.3s ease; }
.card:hover .card-icon-wrapper { background-color: var(--bs-primary); color: #fff; transform: translateY(-5px); }
.card-icon-lg { width: 28px; height: 28px; }
.mouse-track-element, .interactive-element { transition: transform 0.5s ease-out; will-change: transform; }
.rellax { will-change: transform; }
        h1 { font-size: 2.5rem !important; font-weight: 800 !important; line-height: 1.2 !important; letter-spacing: -0.02em !important; margin-bottom: 1.25rem !important; display: block; }
        h2 { font-size: 2rem !important; font-weight: 700 !important; line-height: 1.3 !important; letter-spacing: -0.01em !important; margin-bottom: 1rem !important; display: block; }
        h3 { font-size: 1.5rem !important; font-weight: 700 !important; line-height: 1.4 !important; margin-bottom: 0.875rem !important; display: block; }
        h4 { font-size: 1.25rem !important; font-weight: 600 !important; line-height: 1.4 !important; margin-bottom: 0.75rem !important; opacity: 0.95; display: block; }
        h5 { font-size: 1.1rem !important; font-weight: 600 !important; display: block; }
        h6 { font-size: 0.9rem !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.04em; display: block; }
        @media (max-width: 768px) { h1 { font-size: 2rem !important; } h2 { font-size: 1.6rem !important; } h3 { font-size: 1.3rem !important; } h4 { font-size: 1.15rem !important; } h5 { font-size: 1rem !important; } h6 { font-size: 0.8rem !important; } }
        .logo { max-width: 6rem !important; object-fit: contain; margin: 0 !important; border-radius: 0 !important; }
        .gallery-card-sm img{ object-fit: contain !important; }
        iframe { width: 100%; height: 30rem; border-radius: 1rem; }
        .main-footer .navbar-brand, .main-footer .logo { display: block; margin: 0 auto !important; text-align: center; }
        .logo-icon { width: 40px; height: 40px; min-width: 40px; display: block; }
    p, li, h1, h2, h3, h4, h5, h6, span, div, a { overflow-wrap: break-word; word-wrap: break-word; } .success-message, .error-message { margin-top: 1rem; padding: 1rem; border-radius: 0.5rem; text-align: center; display: none; color: #fff; } .success-message { background-color: rgba(30, 130, 76, 0.8); } .error-message { background-color: rgba(192, 57, 43, 0.8); } .iti { width: 100%; } .iti__tel-input { box-sizing: border-box; width: 100%; height: auto; padding-top: 1rem !important; padding-bottom: 1rem !important; padding-left: 92px !important; line-height: 1.5; } .iti__country-list { background-color: var(--bs-body-bg); border: 1px solid var(--bs-border-color); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); color: var(--bs-body-color); } .iti__country.iti__highlight { background-color: rgba(var(--bs-primary-rgb), 0.1); } .iti__dial-code, .iti__country-name, .iti__selected-dial-code { color: var(--bs-body-color) !important; opacity: 0.9; } img{width: 100%; max-width: 30rem !important; max-height: 25rem; margin: 0 auto; display: block;} .tele-form{margin: 0;} main{ overflow: hidden; } .badge{ white-space: inherit; } .gallery-card-sm .card-img-top { height: 80px !important; } .gallery-card-sm .card-body { padding: 0.25rem !important; } .gallery-card-sm .btn { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 10px !important; line-height: 1.2; } @media (min-width: 768px) { .gallery-card-sm .card-img-top { height: 160px !important; } .gallery-card-sm .btn { font-size: 0.85rem !important; padding: 0.375rem 0.75rem !important; } }
    .disclaimer-modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 9999; display: flex; justify-content: center; align-items: center; padding: 1rem; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
    .disclaimer-modal-backdrop.show { opacity: 1; visibility: visible; }
    .disclaimer-modal-content { background-color: rgba(25, 25, 25, 0.95); color: var(--bs-body-color); padding: 2.5rem; border-radius: 1.5rem; max-width: 600px; width: 100%; position: relative; box-shadow: 0 10px 40px rgba(0,0,0,0.5); border: 1px solid var(--bs-border-color); max-height: 90vh; overflow-y: auto; }
    .disclaimer-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: none; font-size: 2rem; line-height: 1; color: var(--bs-body-color); opacity: 0.5; cursor: pointer; transition: opacity 0.2s; }
    .disclaimer-close:hover { opacity: 1; }
    .disclaimer-text { font-size: 0.95rem; line-height: 1.6; margin-bottom: 1.5rem; }
    .disclaimer-read-more { color: var(--bs-primary); text-decoration: none; font-weight: 600; cursor: pointer; display: inline-block; margin-top: 0.5rem; }
    .disclaimer-read-more:hover { text-decoration: underline; }
    .disclaimer-full-text { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--bs-border-color); font-size: 0.85rem; opacity: 0.8; }
    .disclaimer-full-text.show { display: block; }
    
    #preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background-color: var(--bs-body-bg); display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease, visibility 0.5s ease; overflow: hidden; }
    #preloader.loaded { opacity: 0; visibility: hidden; }
    .preloader-spinner { width: 50px; height: 50px; border: 4px solid rgba(var(--bs-primary-rgb), 0.2); border-top-color: var(--bs-primary); border-radius: 50%; animation: spin 1s linear infinite; }
    .preloader-pulse { width: 60px; height: 60px; background-color: var(--bs-primary); border-radius: 50%; animation: pulse-ripple 1.2s infinite ease-in-out; }
    .preloader-dots { display: flex; justify-content: space-between; width: 60px; }
    .preloader-dots div { width: 15px; height: 15px; border-radius: 50%; background-color: var(--bs-primary); animation: bounce 0.6s infinite alternate; }
    .preloader-dots div:nth-child(2) { animation-delay: 0.2s; }
    .preloader-dots div:nth-child(3) { animation-delay: 0.4s; }
    .preloader-square { width: 40px; height: 40px; background-color: var(--bs-primary); animation: rotate-plane 1.2s infinite ease-in-out; }
    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    @keyframes pulse-ripple { 0% { transform: scale(0); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
    @keyframes bounce { to { transform: translateY(-15px); opacity: 0.7; } }
    @keyframes rotate-plane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
    

.shape-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; } .shape-container img { position: absolute; will-change: transform; transition: transform 0.2s ease-out; z-index: 0; max-width: 150px !important; max-height: 250px; width: auto; height: auto; opacity: 0.15; } section.mouse-track-container { position: relative; z-index: 1; } @media (max-width: 768px) { .shape-container img { opacity: 0.05 !important; max-width: 120px !important; max-height: 120px !important; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; transform: none !important; } .shape-container img:nth-of-type(odd) { left: -20px !important; top: 5% !important; } .shape-container img:nth-of-type(even) { right: -20px !important; bottom: 5% !important; } .shape-container img:nth-of-type(3n) { left: auto !important; right: -20px !important; top: 45% !important; } .shape-container img:nth-of-type(4n) { left: -20px !important; right: auto !important; top: 85% !important; } }

.shape-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; } .shape-container img { position: absolute; will-change: transform; transition: transform 0.2s ease-out; z-index: -1; max-width: 250px; max-height: 250px; width: auto; height: auto; opacity: 0.8; } section.mouse-track-container { position: relative; z-index: 1; }

.card-horizontal { display: flex; flex-direction: column; } .card-horizontal .row { flex-grow: 1; } .card-horizontal .img-fluid[data-ai-image-placeholder="true"], .card-horizontal img { height: 100%; min-height: 250px; object-fit: cover; border-radius: var(--bs-border-radius); } @media (max-width: 767.98px) { .card-horizontal .img-fluid[data-ai-image-placeholder="true"], .card-horizontal img { height: 200px; min-height: 200px; } } .row[class*="row-cols-"] > [class*="col-"] .card { margin-bottom: 0; }