.elementor-41742 .elementor-element.elementor-element-4df2c30a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-41742 .elementor-element.elementor-element-4df2c30a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-185e3a33 *//* --- GLOBALA INSTÄLLNINGAR FÖR BOKNINGSSIDAN --- */
.sp-wrapper-book { font-family: 'Poppins', sans-serif; color: #1f2937; background-color: #f4f7f9; width: 100vw; max-width: 100vw; min-height: 100vh; position: relative; left: 50%; transform: translateX(-50%); overflow-x: hidden; margin: 0 !important; padding: 0 !important; display: flex; flex-direction: column; justify-content: center; -webkit-font-smoothing: antialiased; }
.sp-wrapper-book * { box-sizing: border-box; }

.sp-book-main { width: 100%; position: relative; padding: 4rem 0; }
@media(min-width: 768px) { .sp-book-main { padding: 6rem 0; } }

/* Dekorativ pusselbit i bakgrunden */
.sp-book-bg-icon { position: absolute; top: 2.5rem; right: 2.5rem; font-size: 250px; color: #282F3B; opacity: 0.03; transform: rotate(12deg); pointer-events: none; z-index: 0; }
@media(min-width: 768px) { .sp-book-bg-icon { right: 8rem; font-size: 400px; } }

.sp-book-container { max-width: 72rem; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 10; width: 100%; }
@media(min-width: 1024px) { .sp-book-container { padding: 0 2rem; } }

/* --- HEADER --- */
.sp-book-header { text-align: center; margin-bottom: 3rem; }
@media(min-width: 768px) { .sp-book-header { margin-bottom: 4rem; } }

.sp-book-subtitle { color: #078586; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; margin-bottom: 1.5rem; display: block; }
@media(min-width: 768px) { .sp-book-subtitle { font-size: 0.875rem; margin-bottom: 2rem; } }

.sp-book-title { font-size: 1.875rem; font-weight: 800; color: #282F3B; margin-bottom: 1.25rem; letter-spacing: -0.025em; line-height: 1.1; }
@media(min-width: 768px) { .sp-book-title { font-size: 3rem; } }
@media(min-width: 1024px) { .sp-book-title { font-size: 3.75rem; } }

.sp-book-desc { font-size: 1.125rem; color: #4b5563; max-width: 48rem; margin: 0 auto; font-weight: 300; line-height: 1.625; }
@media(min-width: 768px) { .sp-book-desc { font-size: 1.25rem; } }

/* --- GRID LAYOUT --- */
.sp-book-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; width: 100%; }
@media(min-width: 1024px) { .sp-book-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

/* --- VÄNSTER: INFO-PANEL (Mörkblå) --- */
.sp-book-info-panel { background-color: #282F3B; color: white; border-radius: 2rem; padding: 2rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden; }
@media(min-width: 1024px) { .sp-book-info-panel { grid-column: span 4 / span 4; padding: 2.5rem; } }

/* CSS Färgtoning istället för blur */
.sp-book-glow { position: absolute; inset: 0; width: 100%; height: 100%; background: radial-gradient(circle at top left, rgba(7, 133, 134, 0.4) 0%, transparent 60%); pointer-events: none; z-index: 0; }

.sp-book-info-content { position: relative; z-index: 10; display: flex; flex-direction: column; height: 100%; }

/* Rubrik tvingad till vit färg */
.sp-book-info-title { font-size: 1.875rem; font-weight: 700; color: #ffffff !important; margin-bottom: 1.5rem; letter-spacing: 0.025em; line-height: 1.2; margin-top: 0; }

.sp-book-info-divider { width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); margin-bottom: 2rem; }

/* Pris */
.sp-book-price-box { margin-bottom: 2.5rem; }
.sp-book-price-label { color: #9ca3af; text-transform: uppercase; font-weight: 600; letter-spacing: 0.1em; font-size: 0.75rem; margin-bottom: 0.75rem; }
.sp-book-price-row { display: flex; align-items: center; gap: 1rem; }
.sp-book-price-amount { font-size: 2.25rem; font-weight: 700; color: white; letter-spacing: -0.025em; white-space: nowrap; line-height: 1; }
@media(min-width: 1280px) { .sp-book-price-amount { font-size: 3rem; } }
.sp-book-price-tax { display: flex; flex-direction: column; justify-content: center; color: #9ca3af; font-weight: 500; font-size: 0.875rem; line-height: 1.25; }

/* Lista */
.sp-book-info-list { list-style: none; padding: 0; margin: 0 0 3rem 0; display: flex; flex-direction: column; gap: 1.5rem; color: #d1d5db; font-size: 1rem; flex-grow: 1; }
.sp-book-info-list li { display: flex; align-items: flex-start; }
.sp-book-check-icon { color: #09a4a5; margin-top: 0.25rem; margin-right: 1rem; font-size: 1.25rem; flex-shrink: 0; }
.sp-book-info-list strong { color: white; font-weight: 700; }

/* Garanti Badge med vit ram */
.sp-book-guarantee { background-color: rgba(31, 41, 55, 0.5); border: 1px solid rgba(255,255,255,0.25) !important; border-radius: 1rem; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: center; width: 100%; margin-top: auto; }
.sp-book-guarantee-inner { display: flex; align-items: center; gap: 1rem; }
.sp-book-guarantee-icon { color: #09a4a5; font-size: 2.25rem; flex-shrink: 0; }
.sp-book-guarantee-text { display: flex; flex-direction: column; text-align: left; white-space: nowrap; }
.sp-book-guarantee-title { font-weight: 700; color: white; font-size: 1rem; line-height: 1.25; margin-bottom: 0.25rem; margin-top: 0; }
.sp-book-guarantee-desc { font-size: 0.875rem; color: #9ca3af; line-height: 1.25; margin: 0; }


/* --- HÖGER: FORMULÄR-PANEL --- */
.sp-book-form-panel { background-color: white; border-radius: 2rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); display: flex; flex-direction: column; position: relative; overflow: hidden; width: 100%; border: none !important; }
@media(min-width: 1024px) { .sp-book-form-panel { grid-column: span 8 / span 8; } }

.sp-book-form-accent { height: 0.75rem; width: 100%; background-color: #078586; }

.sp-book-form-body { padding: 2rem; width: 100%; flex-grow: 1; }
@media(min-width: 768px) { .sp-book-form-body { padding: 3rem; } }

.sp-book-form { display: flex; flex-direction: column; gap: 1.5rem; width: 100%; }
@media(min-width: 768px) { .sp-book-form { gap: 2rem; } }

/* Fält och rader */
.sp-book-form-group { width: 100%; display: flex; flex-direction: column; }
.sp-book-form-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; width: 100%; }
@media(min-width: 768px) { .sp-book-form-row { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }

.sp-book-label { font-size: 0.9375rem; font-weight: 700; color: #1f2937; margin-bottom: 0.5rem; }
.sp-book-asterisk { color: #ef4444; }

.sp-book-input, .sp-book-textarea { background-color: white; border: 2px solid #f3f4f6; color: #111827; font-size: 1rem; border-radius: 0.75rem; width: 100%; padding: 1rem; transition: border-color 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); outline: none; font-family: inherit; }
.sp-book-textarea { resize: none; }
.sp-book-input:hover, .sp-book-textarea:hover { border-color: #e5e7eb; }
.sp-book-input:focus, .sp-book-textarea:focus { border-color: #078586; box-shadow: 0 0 0 3px rgba(7, 133, 134, 0.2); }

/* Footer i formuläret */
.sp-book-form-footer { padding-top: 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; width: 100%; border-top: 1px solid #f3f4f6; }
@media(min-width: 768px) { .sp-book-form-footer { flex-direction: row; justify-content: space-between; } }

.sp-book-submit-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; background-color: #078586; color: white !important; padding: 1rem 2.5rem; border-radius: 0.75rem; font-weight: 700; font-size: 1.0625rem; transition: all 0.3s ease; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); border: none; cursor: pointer; outline: none; font-family: inherit; }
@media(min-width: 768px) { .sp-book-submit-btn { width: auto; } }
.sp-book-submit-btn:hover { background-color: #056364; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); transform: translateY(-4px); }
.sp-book-submit-btn:focus { box-shadow: 0 0 0 4px rgba(7, 133, 134, 0.3); }
.sp-book-submit-btn i { margin-right: 0.75rem; position: relative; top: 1px; }

.sp-book-form-info { font-size: 0.875rem; color: #6b7280; font-weight: 500; display: flex; align-items: center; text-align: center; margin: 0; }
@media(min-width: 768px) { .sp-book-form-info { text-align: left; } }
.sp-book-form-info i { color: #078586; margin-right: 0.5rem; }/* End custom CSS */