﻿@font-face {
    font-family: 'Aptos';
    src: url('/fonts/aptos.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium 500 */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold 700 */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter Italic 400 */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter_18pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



:root {
    --body-background: #eeeaf9;
    --link-color: blue;
    --ka-purple: #6a4fe0;
    --ka-blue: #01B8E6;
    --text-color-white: #FFFFFF;
    --primary: #7b6cff;
    --primary-light: #efeefe;
    --border: #e4e1ff;
    --text: #4a4a4a;
}


body {
    font-family: 'Aptos', sans-serif;
    font-size: 1rem;
}

h1 {
    font-size: 1.8rem;
    font-weight: 800;
}
h2 {
    font-size: 2.3rem !important;
}

a {
    color: var(--link-color) !important;
}
.inter-font 
{
    font-family: 'Inter', sans-serif;
}
.poppins-font {
    font-family: Poppins, sans-serif;
}
.ka-bg-blue {
    background-color: var(--ka-blue);
    
}
.ka-header-container-remove-p-margins p
{
    margin-bottom:0 !important;
}

.ka-link-plain {
    text-decoration: none;
    color: var(--text-color) !important;
}

    .ka-link-plain:hover {
        text-decoration: underline;
        color: var(--text-color) !important;
    }

.ka-font-smaller 
{
    font-size:0.8rem;
}

.ka-purple-font {
    color: var(--ka-purple) !important;
   
}
.ka-blue-font {
    color: var(--ka-blue) !important;
}
.ka-purple-link {
    color: var(--ka-purple) !important;
    text-decoration:none;
   
}
.ka-purple-link:hover {
    text-decoration: underline;
}

.ka-link-white {
    text-decoration: none;
    color: var(--text-color-white) !important;
}

    .ka-link-white:hover {
        text-decoration: underline;
        color: var(--text-color-white) !important;
    }

.ka-no-p-margin p {
    margin: 0;
}

.ka-body {
    background-color: var(--body-background);
    margin: 0 auto; /* center horizontally */
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    min-height: calc(100vh - 500px); /* 100% of viewport minus hero height */

    display: flex;
    flex-direction: column; /* stack children vertically */
    align-items: center; /* horizontally center children */
    justify-content: flex-start; /* push content from top */
   /* padding: 2rem 0; /* optional spacing */
}
.btn-gradient {
    background: linear-gradient(180deg, #9C4DFF 0%, #00b8ff 100%) !important;
    border-radius: 14px !important; /* matches your rounded corners */
    border: none !important;
    color: #fff !important;
}

/**INQ*/





.badge-anlagg {
    font-size: 0.75rem;
    min-width: 1.4em;
    height: 1.4em;
    padding: 0.25em 0.5em;
    line-height: 1;
    border-radius: 50%;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.btn-anlaggningar::after {
    margin-left: 0.6rem;
    vertical-align: 0.15em;
}



.map-container {
    width: 450px;
    height: 360px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
}

.overlay-text {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    background: linear-gradient(to right, #54c3f8, #7b5dbb);
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 1px;
}
.btn-anlaggningar {
    border-radius: 2rem; /* very rounded = pill shape */
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}
.btn-anlaggningar2 {
    /*border-radius: 2rem;  very rounded = pill shape */
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    background-color: #6f48eb !important;
    color: white !important;
    width: 250px !important;
}

/** CARD**/

.ka-card-header {
    color: var(--ka-purple);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
}

    .ka-card-header:hover {
        text-decoration: underline;
    }


/**  characterstrics **/
.stat-card {
    background-color: #fcfbff;
    border-radius: 10px;
    padding: 14px 26px;
    margin: 15px;
    box-shadow: 0 8px 20px rgba(130, 90, 255, 0.15);
    min-width: 14rem;
    min-height: 4rem;
}

.stat-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.stat-text {
    font-size: 1rem;
    font-weight: 600;
    color: #7b5cff;
    white-space: nowrap;
}

.ka-bold-purple-header {
    font-weight: bold;
    font-size: 1.9rem;
    color: var(--ka-purple);
}







/** SLOGANS**/

.ka-slogan {
    font-family: 'Aptos', sans-serif;
    font-size: 0.85rem;
}


/***FOOTER ***/
.ka-footer-box {
    background: linear-gradient(180deg, #6b4fe3 0%, #5a3fd6 100%);
    color: white;
    padding: 50px 45px 30px;
    box-shadow: 0 20px 45px rgba(90, 63, 214, 0.35);
}

.ka-footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
}

.ka-footer-col h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
}

.ka-footer-col p,
.ka-footer-col li {
    font-size: 14px;
    line-height: 1.7;
}

.ka-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ka-footer-col a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
}

    .ka-footer-col a:hover {
        opacity: 1;
        text-decoration: underline;
    }

.ka-social-icons {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

    .ka-social-icons img {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

.ka-footer-logo {
    max-width: 170px;
}

.ka-footer-bottom {
    margin-top: 35px;
    padding-top: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    opacity: 0.9;
}

.footer-copy {
    position: relative;
    padding-top: 14px;
    white-space: nowrap;
}


    .footer-copy::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 96%; /* 👈 matches text width */
        height: 1px;
        background-color: rgba(255,255,255,0.5);
    }

.footer-brand {
    position: absolute;
    right: 45px;
    height: 30px;
    width: auto;
    opacity: 0.95;
}

   

.ka-footer-col {
    position: relative;
}

    .ka-footer-col.divider::after {
        content: "";
        position: absolute;
        right: -18px; /* distance from text */
        top: 4px; /* starts a bit below the heading */
        height: calc(100% - 28px); /* ends before last line */
        width: 1px;
        background-color: rgba(255,255,255,0.9);
    }


/* Responsive */
@media (max-width: 1200px) {
    .ka-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ka-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ka-social-icons {
        justify-content: center;
    }
}

/**** CAROELSE*/

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
}

.carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1rem;
    width: 100%;
    padding: 0 0;
}

    .carousel::-webkit-scrollbar {
        display: none;
    }

    .carousel .card {
        flex: 0 0 calc(25% - 1rem); /* EXACTLY 4 cards */
        scroll-snap-align: start;
    }

.nav {
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 8px;
    user-select: none;
}


/** INQUIRY**/
.drop-down-venues {
    width: 250px;
    border-bottom: 2px solid #6f48eb;
    border-left: 2px solid #6f48eb;
    border-right: 2px solid #6f48eb;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-top: unset;
    inset: -3px auto auto 0px !important;
}



.booking-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.booking-card {
    background: #faf9ff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(123,108,255,0.15);
}

/* Header */
.booking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.facility-select {
    background: var(--primary);
    color: white;
    padding: 12px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.date-selects select {
    border: 1px solid var(--border);
    padding: 10px 14px;
    border-radius: 999px;
    margin-left: 10px;
    background: white;
}

/* Content */
.booking-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
}

.panel {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
    .panel input[type="text"] {
        width: 100%;
        max-width:200px;
    }
.panel-start {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 1px solid var(--border);
    border-right:1 px solid var(--border);

}
.panel-end {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

/*.panel-right {
    grid-column: span 2;
}*/

/* Inputs */
input, select {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--text);
}

    input::placeholder {
        color: #9a97c5;
    }

/* Radio */
.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* Right panel */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.footer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.required {
    color: #ff3b7b;
    font-size: 12px;
}

.submit {
    background: var(--primary);
    color: white;
    border: none;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(123,108,255,0.35);
}

    .submit:hover {
        opacity: 0.9;
    }

/* Footer */
.booking-footer {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 2px solid var(--primary);
    text-align: center;
    font-size: 18px;
    color: var(--primary);
}

    .booking-footer .phone {
        color: #00a8c6;
        font-weight: 700;
    }

    /*********DATES**/

.date-bar {
    display: flex;
    gap: 12px;
}

.date-pill {
    position: relative;
    height: 44px;
    min-width: 160px;
    padding: 0 40px 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e3e1ff;
    border-radius: 999px;
    font-family: inherit;
    font-size: 14px;
    color: #555;
}

    /* Chevron */
    .date-pill svg {
        position: absolute;
        right: 14px;
        width: 16px;
        height: 16px;
        fill: none;
        stroke: #7b6cff;
        stroke-width: 2;
        pointer-events: none;
    }

    /* Real calendar input */
    .date-pill input[type="date"] {
        position: absolute;
        inset: 0;
        opacity: 0;
        cursor: pointer;
    }


    /************* FLAGS FRONT***/

.section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-top: 20px;
}

    /* Line above icon + text */
    .section-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        width: 90%; /* slightly shorter than content */
        height: 1px;
        background-color: var(--ka-purple);
    }

    .section-header img {
        width: 45px;
    }

.flagimg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.5); /* semi-transparent white */
}


.flag-tile {
    --size: 70px;
    width: var(--size);
    height: var(--size);
    margin: 1.0rem;
    position: relative;
    border-radius: 16px;
    border:3px solid #FFFFFF;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.1);
    transition: transform .25s ease, box-shadow .25s ease;
}

    /* Hover lift */
    .flag-tile:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

    /* Text overlay */
    .flag-tile span {
        position: absolute;
        inset: 0;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: .9rem;
        letter-spacing: .5px;
        opacity: 0;
        transition: opacity .25s ease;
    }

/* FORMAT */

/* IsLying */
.flag-lying {
    width: calc(var(--size) * 2.1);
}

/* IsStanding */
.flag-standing {
    height: calc(var(--size) * 2.2);
}

/* IsSquare */
.flag-square {
    width: calc(var(--size) * 2.2);
    height: calc(var(--size) * 2.2);
}

/***********BOOSTRAPS OVERRIDE *******/

.kacard {

    border-radius: 20px !important;
}
.kacard-header {
    background-color: #FFFFFF !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

/**** KA TABLE **/

.ka-table-wrapper {
    background: linear-gradient(135deg, #f5f3ff, #f0eefe);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 40px auto;
}

.ka-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #333;
}

    .ka-table thead th {
        text-align: left;
        padding: 14px 12px;
        font-weight: 600;
        color: #444;
        border-bottom: 2px solid rgba(0,0,0,0.08);
    }

    .ka-table tbody td {
        padding: 14px 12px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    /* Subtle hover highlight (optional) */
    .ka-table tbody tr:hover {
        background: rgba(0,0,0,0.03);
    }

    /* Remove line from last row */
    .ka-table tbody tr:last-child td {
        border-bottom: none;
    }