/* General Styles */

@font-face {
    font-family: 'InstrumentSans';
    src: url('../assets/fonts/InstrumentSans-Regular.ttf') format('ttf');
}

body, h1, h2, h3, p, a {
    font-family: 'InstrumentSans', sans-serif;
}

h2 {
    font-size: 3rem; /* Adjusted font size */
    font-weight: bold;
}

/* Make buttons responsive */
/*.btn {*/
/*    width: 100%;*/
/*    max-width: 200px;*/
/*    font-size: 1rem;*/
/*}*/

.btn-top {
    width: 287px;
    height: 75px;
    top: 1293px;
    left: 576px;
    border-radius: 130px 0 0 0;

    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    display: flex;             /* Use flexbox for centering */
    align-items: center;       /* Vertically align text */
    justify-content: center;   /* Horizontally align text */
    padding: 0 20px;           /* Adjust horizontal padding */
    margin-top:60px;
    margin-bottom: 60px;
}

/* Responsive Navbar */
.navbar-brand {
    font-size: 1.25rem;
}

.navbar-container {
    padding-top: 30px;
}

.logo {
    margin-top: 29.74px;
    margin-left: 69px;
}

/* Hero Section Responsiveness */
.hero {
    height: 1076px;
    background-image: url('../assets/images/header_img.webp'); /* Retained background image */
    background-size: cover;
    background-position: left;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.hero-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left:67px;
    padding-bottom:67px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

.hero-text, h1 {
    display: inline;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.hero-text span {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.list-bar {
    width:426px !important;
}

.logo-text-mobile {
    display: none;
}


@media (max-width: 768px) {
    .logo {
        margin-top: 30.63px;
        margin-left: 30px;
    }

    .hero {
        height: 658px;
    }

    .hero-text {
        width: 312px;
        height: 212px;
        padding:0;
        margin-left: 30px;
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .hero-text, h1 {
        display: inline;
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .hero-text span {
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
    }

    body #section1 h2 {
        width: 341px;
        height: 64px;

        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    body #section1 .text {
        width: 275px;
        height: 63px;
        /*top: 918px;*/
        /*left: 59px;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top:15px;
    }

    body .btn-top {
        width: 213.87px;
        height: 55.89px;

        font-size: 19.37px;
        font-weight: 400;
        line-height: 25.19px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        margin-top: 30px;
    }



    body #section3 h2 {
        width: 341px;
        height: 64px;
        margin: 30px 14px 0;
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;
    }

    body #section3 p {
        width: 275px;
        height: 105px;
        margin-left: 49px;
        padding-top:0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;
    }


    body #section3 .list-bar {
        width: 330px !important;
        height: 311.46px;
        padding: 0;
        margin:0;
        margin-left: 20px;
        align-items: center;
        margin-top: 30px;
    }

    body #section3 .list-group-item {
        border-bottom: 1px solid black;
        width: 300px;
        height: 50px;
        margin-left: 15px;
        margin-top: 10px;
    }

    body #section3 .list-color {
        font-size: 20px;
        text-align: left;
    }

    body #section4 img {
        margin-bottom: 15px;
    }

    body #section5 h2 {
        width: 341px;
        height: 64px;
        margin: 30px 14px 0;
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;
    }

    body #section5 .col-md-6 {
        width: 334px;
        margin-left:30px;
    }

    body #section5 img {
        display: flex;
        width: 334px;
        height: 349px;
        padding: 0px;
        text-align: center;
    }

    body #section5 .quotation {
        width:34px;
        height: auto;

    }

    body #section5 .text-block {
        padding-left:0;
        padding-bottom: 20px;
        width: 248px;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    body #section5 .caption {
        font-size:16px;
    }
    
    body #section5 a {
        font-size:16px;
    }

    body #section6 h2 {
        width: 341px;
        height: 64px;
        margin: 30px 14px;
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;
    }

    body #section6 .text {
        width: 275px;
        height: 63px;
        /*top: 918px;*/
        /*left: 59px;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-top:15px;
    }

    body #section7 {
        padding-top: 30px;
    }

    body #section8 h2{
        width: 341px;
        height: 64px;
        margin: 30px 14px 0;

        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;
    }

    body #section8 .text {
        width: 275px;
        height: 105px;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    body #section11 {
        padding-top: 60px !important;
        text-align: center;
    }

    body #section12 h2 {
        width: 341px;
        height: 64px;
        margin: 30px 14px 0;

        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        text-align: center !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

        display: flex;             /* Use flexbox for centering */
        align-items: center;       /* Vertically align text */
        justify-content: center;

        flex-direction: column;
    }

    body #section12 .btn {
        width: 213.87px;
        height: 55.89px;
        margin-left: 79px;
        margin-top: 30px;
        border-radius: 96.87px 0px 0px 0px;
        font-size: 19.37px;
        font-weight: 400;
        line-height: 25.19px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    body #section12 .list-group {
        padding: 15px;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 0px ;
        padding-bottom: 20px !important;
    }

    body #section12 .list-group-item {
        font-size: 20px;
        font-weight: 400;
        line-height: 50.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    body #section12 .col-md-6 {
        width: 800px;
    }

    body #section12 .linkedin {
        padding: 0;
        margin-left: 15px;

        font-size: 20px;
        font-weight: 400;
        line-height: 46.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    footer {
        padding: 25px !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px !important;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    footer .container {
        padding-left: 0;
    }

    footer p {
        line-height: 19.2px !important;
    }

    /*.btn {*/
    /*    font-size: 0.875rem;*/
    /*}*/

    /*h2 {*/
    /*    font-size: 2.5rem;*/
    /*}*/

    /*.logo-text-mobile {*/
    /*    display: flex;*/
    /*}*/

    /*.logo-text {*/
    /*    display: none;*/
    /*}*/
}

/* Section Background Colors */
#section1, #section5, #section8, #section10, #section11, #section12 {
    background-color: #F1ECE7; /* Restore the background color */
}

/* Section Responsiveness */
/*#section1, #section6, #section8, #section10 {*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*}*/

#section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;">
}

#section1 h2 {
    width: 1091px;
    height: 184px;
    top: 951px;
    left: 174px;
    font-size: 92px;
    font-weight: 500;
    line-height: 92px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#section1 p {
    margin-top:30px;
}

#section1 .text {
    width: 650px;
    height: 68px;
    top: 1165px;
    left: 395px;
    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
    /*#section1 h2, #section6 h2, #section8 h2, #section10 h2 {*/
    /*    font-size: 2rem; !* Reduced font size *!*/
    /*}*/

    /*#section1 .text, #section6 .text, #section8 .text, #section10 .text {*/
    /*    width: 100%;*/
    /*    font-size: 1.25rem;*/
    /*}*/

    /*.build-smarter {*/
    /*    text-align: center;*/
    /*    padding-bottom: 100px;*/
    /*}*/
}

/* Image Responsiveness */
img {
    max-width: 100%;
    height: auto;
}

/* Adjust List-Bar */
.list-bar {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .list-bar {
        width: 100%; /* Full width on mobile */
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    #section3 h2 {
        margin-top: 50px !important;
        margin-left: 0 !important;
    }

    #section3 p {
        margin-left: 30px !important;
        width: 300px !important;
    }

    #section3 .list-bar {
        margin-top :200px !important;
        width: 350px !important;
    }

    #section3 .list-group-item {
        height: 60px !important;
        font-size: 20px !important;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    #section12 h2 {
        width: 300px !important;
        height: 300px !important;
    }

    #section12 .list-group {
        margin-left: 0px !important;
    }
}

/* Image Sections */
#section2 img, #section4 img, #section9 img, #section11 img {
    max-width: 100%;
    height: auto;
}

#section3 h2 {
    font-size: 92px;
    font-weight: 500;
    line-height: 92px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 561px;
    height: 184px;
    margin-left: 169px;
    margin-top: 138px;
}

#section3 p {
    width: 540px;
    height: 214px;
    margin: 0 0 0 170px;
    text-align: left;
    padding-top: 30px;
    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#section3 .list-bar {
    width: 426px;
    margin-top: 138px;
    height: 351px;
    padding: 29px;
    align-items: center;
}

#section3 .list-group-item {
    border-bottom: 1px solid black;
    height: 64px;
}

#section3 .list-color {
    font-size: 26px;
    text-align: left;

}

#section3 .no-border {
    border:none !important;
}

#section4 {
    margin-bottom: 60px !important;
}

#section5 {
    padding-bottom: 60px;
}

#section5 h2 {
    font-size: 92px;
    font-weight: 500;
    line-height: 92px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 1091px;
    height: 184px;
    margin-top: 114px;
    margin-bottom: 100px;
}

#section5 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: 100vh; /* Adjust this as necessary */
}

#section5 p {
    text-align: left;
}

#section5 .text-block {
    width: 522.87px;
    padding: 0 0 0 65px;
    margin:0;
    /*margin-left: 20px;*/
}

#section6 {
    text-align: center;
}

#section6 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#section6 h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 1091px;
    height: 184px;

    font-size: 92px;
    font-weight: 500;
    line-height: 92px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#section6 .text {
    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    width: 650px;
    height: 127px;
    margin-bottom:60px;
}

#section6 .container, #section8 .container, #section10 .container {
    max-width: 600px;
    text-align: center;
}

#section8 {
    text-align: center;
}

#section8 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#section8 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 20px;
}

#section8 h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 1091px;
    height: 92px;

    font-size: 92px;
    font-weight: 500;
    line-height: 92px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

#section8 .text {
    width: 650px;
    height: 160px;

    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#section9 {
    background-color: #F1ECE7;
}

#section10 .text {
    max-width: 400px !important;
    margin: 0 auto;
}

#section10 img.t-logo {
    max-width: 150px;
    height: auto;
    padding-top: 50px;
}

#section11 {
    padding-top: 207px !important;
}

#section12 .list-color {
    border-bottom: 1.13px solid black;
}

#section12 h2 {
    font-size: 84px;
    font-weight: 500;
    line-height: 84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 558px;
    height: 168px;
}

#section12 .list-group {
    font-size: 26px;
    font-weight: 400;
    line-height: 65.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#section12 .list-group-item {
    padding: 0;
}

#section12 ul {
    margin-left: 86px;
}

#section12 .linkedin {
    margin-left: 86px;
}

#section12 .btn {
    width: 287px;
    height: 75px;
    top: 9234px;
    left: 60px;
    border-radius: 130px 0px 0px 0px;
    margin-top: 77px;

    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;             /* Use flexbox for centering */
    align-items: center;       /* Vertically align text */
    justify-content: center;   /* Horizontally align text */
}

.list-color {
    background-color: #F1ECE7;
}

/* Footer */
footer {
    text-align: left;
    padding: 12px;
    background-color: #F1ECE7;
}

.footer-container {
    border-top: 1px solid black;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 37.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2E2B2880;
}

.footer-container a {
    text-decoration: none; /* Removes underline */
    color: #2E2B2880;
}

#section7 ul {
    padding: 0;
    margin: 0 auto;

    list-style: none;
}

#section7 li {
    margin: 0;
    vertical-align: top; /* Align items to the top */
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    #section7 {
        list-style: none;
    }

    #section7 ul {
        display: flex; /* Flex layout to easily align items */
        justify-content: space-between; /* Evenly distribute the <li> items */
        width:910px;
    }

    #section7 .line {
        width: 100%;
        height: 0;
        border-top: solid 1px black;
        position: relative;
        display: block;
        transform: translateX(0px) translateY(-15px);
    }

    #section7 li {
        list-style: none;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-left: 20px;
        margin-right: 20px;
    }

    #section7 li p {
        margin-bottom: 15px;
        padding: 10px;
        border-top:solid black 1px;
        position: relative;
        background: none;

    }

    #section7 li span {
        background-color: transparent !important;
        /* border: none !important; */
    }

    .svg-container {
        position: absolute;
        top: -9px; /* Move the SVG onto the border */
        left: 182px;
        background: transparent;
        padding: 0;
        display: block; /* Prevent it from behaving like an inline element */
        width: auto;
        height: auto;
    }

    .svg-container img {
        /* width: 16px;
        height: 16px; */
        display: block;

    }

    .svg-container2 {
        display: none !important;
    }

    .svg-container2 img {
        /* width: 16px;
        height: 16px; */
        display: block;
    }

    .timeline-image {
        min-height: 210px;
        width: 230px;
        padding-bottom: 15px;
        text-align: center;
    }

    .timeline-img-block {
        display: flex;
        flex-wrap: wrap; /* Ensures items wrap in mobile view */
        justify-content: center; /* Centers the images horizontally */
    }
}


@media screen and (min-width: 991px) and (max-width: 1200px){

    #section7 {
        list-style: none;
    }

    #section7 ul {
        display: flex; /* Flex layout to easily align items */
        justify-content: space-between; /* Evenly distribute the <li> items */
    }

    #section7 .line {
        width: 100%;
        height: 0;
        border-top: solid 1px black;
        position: relative;
        display: block;
        transform: translateX(0px) translateY(-15px);
    }

    #section7 li {
        list-style: none;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-left: 20px;
        margin-right: 20px;
    }

    #section7 li p {
        margin-bottom: 15px;
        padding: 10px;
        border-top:solid black 1px;
        position: relative;
        background: none;

    }

    #section7 li span {
        background-color: transparent !important;
        /* border: none !important; */
    }

    .svg-container {
        position: absolute;
        top: -9px; /* Move the SVG onto the border */
        left: 182px;
        background: transparent;
        padding: 0;
        display: block; /* Prevent it from behaving like an inline element */
        width: auto;
        height: auto;
    }

    .svg-container img {
        /* width: 16px;
        height: 16px; */
        display: block;

    }

    .svg-container2 {
        display: none !important;
    }

    .svg-container2 img {
        /* width: 16px;
        height: 16px; */
        display: block;
    }

    .timeline-image {
        min-height: 210px;
        width: 230px;
        padding-bottom: 15px;
        text-align: center;
    }

    .timeline-img-block {
        display: flex;
        flex-wrap: wrap; /* Ensures items wrap in mobile view */
        justify-content: center; /* Centers the images horizontally */
    }
}

@media screen and (min-width: 1400px) {
    #section1 {
        padding-left:200px;
        padding-right:200px;
        padding-bottom:50px;
    }

    #section7 {
        list-style: none;
    }

    #section7 ul {
        display: flex; /* Flex layout to easily align items */
        justify-content: space-between; /* Evenly distribute the <li> items */
    }

    #section7 .line {
        width: 100%;
        height: 0;
        border-top: solid 1px black;
        position: relative;
        display: block;
        transform: translateX(0px) translateY(-15px);
    }

    #section7 li {
        list-style: none;
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-left: 20px;
        margin-right: 20px;
    }

    #section7 li p {
        margin-bottom: 15px;
        padding: 10px;
        border-top:solid black 1px;
        position: relative;
        background: none;

    }

    #section7 li span {
        background-color: transparent !important;
        /* border: none !important; */
    }

    .svg-container {
        position: absolute;
        top: -9px; /* Move the SVG onto the border */
        left: 277px;
        background: transparent;
        padding: 0;
        display: block; /* Prevent it from behaving like an inline element */
        width: auto;
        height: auto;
    }

    .svg-container img {
        /* width: 16px;
        height: 16px; */
        display: block;

    }

    .svg-container2 {
      display: none !important;
    }

    /*#section7 li span {*/
    /*    margin: 0 auto;*/
    /*}*/

}

@media screen and (max-width: 991px) {
    #section7 li {
        display: table;
        position: relative; /* Pievienojam relatīvo pozīciju, lai absolute iekšā strādātu */
    }

    #section7 .line {
        width: 0;
        height: 100%;
        border-left: solid 1px black;
        position: relative;
        display: table-cell;

        /*transform: translateX(-7px) translateY(9px);*/
    }

    #section7 ul {
        text-align: left;
    }

    #section7 li h3 {
        margin-left: 40px;
    }

    #section7 li p {
        margin-bottom: 0;
        /*margin-left: 10px;*/
        padding-left: 15px;
        min-height: 217px;
        margin-bottom: 15px;
        border-left:solid black 1px;
    }

    #section7 .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    #section7 li span {
        background-color: transparent !important;
        /* border: none !important; */
    }

    #section7 li .noborder {
      border: none !important;
    }

    #section7 .svg-container {
      display: none !important;
    }

    #section7 .svg-container2 {
        position: absolute;
        top: 205px;
        left: -8px;
        /* transform: translateX(-50%); /* Pārvieto uz līnijas precīzi pa kreisi */ */
        background: transparent;
        padding: 0;
        /* display: block; */
        width: auto;
        height: auto;
    }

    .svg-container2 img {
        /* width: 16px;
        height: 16px; */
        display: block;
    }

    .timeline-image {
        min-height: 210px;
        width: 195px;
        padding-bottom: 15px;
        text-align: center;
    }

    .timeline-img-block {
        display: flex;
        flex-wrap: wrap; /* Ensures items wrap in mobile view */
        justify-content: center; /* Centers the images horizontally */
    }
}


#section7 li span {
    background-color: black;
    border: 2px solid black;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 12px;
}

#section7 li .noborder {
  border: none !important;
}

#section7 li h3 {
    text-align: left;
}

#section7 li p {
    text-align: left;
}


.linkedin a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
.linkedin a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
.linkedin a:hover {
    color: black;
    text-decoration: none;
}

/* selected link */
.linkedin a:active {
    color: black;
}

/* cookies */

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white; /* Balta teksta krāsa */
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}
#cookie-banner p {
    margin: 0;
    padding: 0 10px;
    display: inline;
}
#cookie-banner a {
    color: #FFD700; /* Zeltīta krāsa saitei */
    text-decoration: underline;
}
#cookie-banner button {
    background-color: #ffffff; /* Balta poga */
    border: none;
    color: #4CAF50; /* Zaļa krāsa tekstam */
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
#cookie-banner button:hover {
    background-color: #4CAF50; /* Poga kļūst zaļa peldošā stāvoklī */
    color: white; /* Teksts kļūst balts */
}

/* Responsīvais dizains */
@media (max-width: 600px) {
    #cookie-banner {
        padding: 10px;
    }
    #cookie-banner p {
        font-size: 12px; /* Mazāks teksta izmērs mobilajām ierīcēm */
    }
    #cookie-banner button {
        padding: 8px 10px;
        font-size: 12px; /* Mazāks pogu teksts mobilajām ierīcēm */
    }
}

/* Basic styling for the modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative; /* Enables absolute positioning inside the modal */
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    max-height: 80%;
    overflow-y: auto;
    text-align: left;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px; /* Position the button within the modal content */
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

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