/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(207,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(229,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(232,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow'
(234,17): run-time error CSS1039: Token not allowed after unary operator: '-main-text'
(251,21): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(289,26): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(300,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(316,22): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(317,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(333,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(338,33): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(351,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(412,30): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(413,59): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(427,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(442,17): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(512,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(521,28): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(527,21): run-time error CSS1039: Token not allowed after unary operator: '-main-text'
(536,25): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
(573,36): run-time error CSS1039: Token not allowed after unary operator: '-main-blue'
 */
:root {
    --main-blue: #1a73e8; 
    --main-text: #202124;
    --white: #ffffff;
    --shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.hero-wrapper {
    /*    background: linear-gradient(135deg, #005a9e 0%, #0078d4 100%);*/
    background: url('/img/weatherm.webp') bottom/cover no-repeat;
    text-align: center;
    color: var(--white);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

    .hero-wrapper h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .hero-wrapper p {
        font-size: 1.1rem;
        opacity: 0.9;
        margin-bottom: 30px;
    }

.top-div {
    padding: 60px 20px;
}
/*    last*/
/* ====== Recent Locations (ListViewLast) ONLY ====== */
.Visited {
    margin: auto;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
}

    .Visited p {
        padding: 10px;
        font-family: verdana;
        text-transform: uppercase;
        font-size: 1rem;
        color: #6dfb3a;
        margin: 0 auto 20px auto;
        border-bottom: 1px solid #ffffffd6;
        max-width: 400px;
        width: 85%;
        font-weight: bold;
    }

.features-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 6px;
    justify-content: center;
}

    .features-section a {
        color: #333;
        font-size: 1.438rem;
        text-decoration: none;
        display: block;
        width: 100%;
        background-color: #ffffffb0;
        border-radius: 5px;
        border-bottom: 1px solid #060606;
        box-shadow: 0px 0px 10px rgb(9, 32, 91);
        text-align: center;
        flex: 1 1 180px;
        max-width: 250px;
        min-width: 180px;
    }

.feature {
    padding: 20px 5px;
}

    .feature h3 {
        margin: 10px 0;
        font-size: 1.438rem;
        color: #2c3e50;
    }

.iconsvg {
    width: 60px;
    height: 60px;
}

.temperature {
    display: flex;
    font-size: 2.375rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 1.313rem;
    font-weight: bold;
    flex-direction: column;
}

.day-night-label {
    font-size: 1rem;
    margin-right: 4px;
    color: #666666f0;
    width: 40%;
    text-align: right;
}

.day-temp, .night-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.day-temp {
    border-bottom: 1px solid #ddd;
    width: 66%;
}

.temp {
    width: 40%;
    text-align: left;
    margin-left: 4px;
}
/*.divider {
    height: 2px;
    background-color: #ffffffd6;
    width:95%;
    margin: 30px auto 0 auto;
    max-width: 500px;
}
*/

/* Pretraga - Masivni textbox */
.search-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.btSearch {display:none;
           visibility:hidden;
           width:0;height:0;border:none;
}
body.ws-search-active::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 999;
}
#ContainerSearch {
    background-color: #ffffffeb;
    box-shadow: 0px 10px 8px rgba(25, 20, 32, 0.5);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
    display: none;
    color: #555;
    text-align: left;
    max-width: 600px;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1px;
    z-index: 1001;
    border: 1px solid #ddd;
    background-color: #fffffff7;
}

#TextSearch {
    scroll-margin-top: 6px;
}

.suggestion-item {  
    border-bottom: 1px solid #bfbfbf;
}

    .suggestion-item:hover {
        border-color: #555;
        color: #000;
        background: rgba(238, 200, 200, 0.48);
        transition: none;
    }

.main-search-input {
    width: 100%;
    padding: 20px 25px;
    font-size: 1.2rem;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.2);*/
    outline: none;
    /*   ovde mozda*/
    border-radius: 999px;
    border: 1px solid rgba(44,62,80,.18);
    background-color: var(--white);
    color: #2c3e50;
    box-shadow: 0 1px 0 rgba(44,62,80,.04);
}

    .main-search-input:focus {
        outline: 4px solid rgba(244, 244, 244, 0.44);
        outline-offset: 1px;
        border-color: rgb(30, 102, 223);
    }

/* Grid sa linkovima (Hladno, Toplo, Vetar...) */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: -40px auto 40px;
    padding: 0 20px;
}

.feature-card {
    background-color: var(--white);
    padding: 25px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    text-decoration: none;
    color: var(--main-text);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: 1px solid #fbc820d1;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .feature-card h2 {
        margin: 0 0 10px 0;
        color: var(--main-blue);
        font-size: 1.2rem;
        text-transform: uppercase;
        text-align: center;
    }

    .feature-card p {
        margin: 0;
        font-size: 0.95rem;
        color: #5f6368;
        line-height: 1.5;
    }

.state-browse-section {
    background: radial-gradient(600px 600px at 85% 15%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='400' viewBox='0 0 1400 400'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'%3E%3Cpath d='M200 200h1000M700 0v400'/%3E%3Ccircle cx='700' cy='200' r='100'/%3E%3Ccircle cx='700' cy='200' r='200'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.1)'%3E%3Cpath d='M1100 80l3 9h9l-7 5 3 9-8-6-8 6 3-9-7-5h9zM1050 120l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1150 140l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z'/%3E%3Cg transform='rotate(180, 1379, 208)'%3E%3Cpath d='M1379 188l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1379 208l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1379 228l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(135deg, #1a365d 0%, #112240 50%, #0a192f 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, 1400px 400px, cover;
    background-position: center, right center, center;
}

.browse-cta-card {
    padding: 25px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    border-radius: 999px;
}

    .browse-cta-card::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        background: var(--main-blue);
        filter: blur(100px);
        top: -50px;
        left: -50px;
        opacity: 0.4;
        pointer-events: none;
    }


.cta-title {
    font-size: 2.2rem;
    color: var(--white);
    margin: 0 0 15px 0;
    font-weight: 800;
    letter-spacing: -1px;
}

.cta-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    margin: 0;
    max-width: 500px;
    line-height: 1.6;
}

.action-button-primary {
    display: inline-block;
    background: var(--main-blue);
    color: var(--white);
    padding: 18px 40px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    white-space: nowrap;
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 120, 212, 0);
}

    .action-button-primary:hover {
        background-color: #0086ed;
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 120, 212, 0.4), 0 0 0 5px rgba(0, 120, 212, 0.1);
        color: var(--white);
        letter-spacing: 0.5px;
    }

.cta-content {
    border-left: 3px solid var(--main-blue);
    padding-left: 30px;
}


.intelligence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Redizajnirana Intelligence Card */
.intelligence-card {
    background-color: var(--white);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.card-content {
    padding: 35px;
}

.intelligence-card h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.intelligence-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Detaljna lista sa checkmark-ovima */
.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}


    .detail-list li {
        font-size: 0.9rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-size: .95rem;
        color: rgba(18,24,38,.88);
        font-weight: 700;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

        .detail-list li::before {
            content: "";
            width: 10px;
            height: 10px;
            margin-top: 6px;
            border-radius: 999px;
            background: var(--main-blue);
            box-shadow: 0 0 0 4px color-mix(in srgb, var(--main-blue) 18%, transparent);
            flex: 0 0 10px;
        }

.weather-intelligence-hub {
    max-width: 1200px;
    margin: 40px auto 50px auto;
    padding: 0 20px;
}

.intelligence-section-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 60px 20px;
    background-color: var(--white);
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}

.header-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.eyebrow-text {
    color: var(--main-blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.intelligence-section-header h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.intelligence-section-header p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

/* Trust Bar - horizontalni elementi sa separatorima */
.trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-val {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a1a;
}

.trust-label {
    font-size: 0.75rem;
    color: #757575;
    text-transform: uppercase;
    font-weight: 600;
}

.trust-divider {
    width: 1px;
    height: 30px;
    background-color: #ddd;
}
/* Sekcija sa informacijama - Svaki element u svom redu */
.usa-info-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-card {
    background-color: var(--white);
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #e0e6ed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    transition: border-color 0.3s ease;
}

    .about-card:hover {
        border-color: var(--main-blue);
    }

    .about-card h3 {
        font-size: 1.15rem;
        line-height: 1.5;
        color: var(--main-text);
        margin: 0;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

        .about-card h3::before {
            content: "⠿";
            color: var(--main-blue);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-right: 10px;
            font-size: 1.5rem;
        }


@media (min-width: 901px) {
    .hero-wrapper {
        background: url('/img/weather.webp') bottom/cover no-repeat;
    } 
}

@media (max-width: 1100px) {

    .feature h3 {
        margin: 10px 0;
        font-size: 1.375rem;
    }
}

@media (max-width: 900px) {
    .feature h3 {
        font-size: 1.313rem;
    }

    .browse-cta-card {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
        border-radius: unset;
    }

    .cta-content {
        border-left: none;
        border-top: 3px solid var(--main-blue);
        padding-left: 0;
        padding-top: 20px;
    }

    .cta-subtitle {
        margin-bottom: 10px;
    }

    .cta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .hero-wrapper h1 {
        font-size: 1.8rem;
    }
    .hero-wrapper p {
        font-size: 1rem;      
    }

    .main-search-input {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .features-grid {
        margin-top: 20px;
    }

    .about-card h3 {
        font-size: 1rem;
    }

    .card-content {
        text-align: center;
        padding: 25px 20px;
    }


    .intelligence-card p {
        text-align: left;
    }

    .detail-list {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
        width: fit-content;
        border-top: 1px solid #f0f0f0;
        padding-top: 15px;
    }

        .detail-list li {
            font-size: 0.95rem;
            margin-bottom: 12px;
            white-space: nowrap;
        }

    .intelligence-grid {
        gap: 20px;
    }

    .intelligence-section-header {
        padding: 40px 15px;
        border-radius: 0;
    }

        .intelligence-section-header h2 {
            font-size: 2rem;
        }

    .trust-bar {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }

    .trust-divider {
        display: none;
    }
}

@media (max-width: 600px) {
    .features-section {
        gap: 6px;
    }
}

@media (max-width: 468px) {
    .feature {
        padding: 18px 4px;
    }

    .browse-cta-card {
        background: radial-gradient(600px 600px at 85% 15%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='400' viewBox='0 0 1400 400'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'%3E%3Cpath d='M200 200h1000M700 0v400'/%3E%3Ccircle cx='700' cy='200' r='100'/%3E%3Ccircle cx='700' cy='200' r='200'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.1)'%3E%3Cpath d='M1100 80l3 9h9l-7 5 3 9-8-6-8 6 3-9-7-5h9zM1050 120l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1150 140l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z'/%3E%3Cg transform='translate(5,0) rotate(180,1379,208)'%3E%3Cpath d='M1379 188l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1379 208l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6zM1379 228l2 6h6l-5 4 2 6-5-4-5 4 2-6-5-4h6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(135deg, #1a365d 0%, #112240 50%, #0a192f 100%);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: auto, 1400px 400px, cover;
        background-position: center, right center, center;
    }
    .usa-info-section {
        padding: 0 10px;
    }

    .about-card {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .features-section {
        gap: 10px;
    }

    .feature h3 {
        font-size: 1.37rem;
    }
}

