body
{
	background-color: #efefef;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

h1
{
	font-family: 'Rokkitt', serif;
    font-weight: 700; 
    font-size: 3rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    margin-bottom: auto;
    z-index: 1;
    /* text-shadow: 83px 69px 94px 4px rgba(0,0,0,0.75); */
}

h1 img {
    width: 140px;
    height: 140px;
    margin-top: -55px;
}

h1.underline
{
    border-bottom: 6px solid #fc9720;
}

h2
{
	font-family: 'Rokkitt', serif;
    font-weight: 700;
    font-size: 2rem;
}

.h3 {
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    font-size: 1.5rem;
    
}

h4
{
	font-family: 'Rokkitt', serif;
    font-weight: 700; 
    font-size: 20rem;
    margin-left: -60px;
    margin-top: -110px;
    color: white;
}

.card-title 
{
    font-family: 'Rokkitt', serif;
    font-weight: 700; 
    font-size: 1.7rem;
}

.card-text
{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.card-text-quote
{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: italic;
}

.card-noborder
{
    border: 0pt !important;
    border-color: white !important;
}

.homeCard {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homeCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.card-img-top
{
    width:10vh !important;
    border-radius: 50%  !important;
}

.thumb-caption
{
    font-size: 1rem;
    color: black;
}

.navbar {
    min-height: 57px;
}

.bg-navbar {
    background-color: black !important;
}

.navbar-brand {
    padding-top: 2px;
    padding-bottom: 7px;
}

.nav-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

.light-grey{
    background-color: #efefef;
    padding-top: 10px;
}

.orange-button-small {
    background-color: #fc9720;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 0.9rem;
    min-width: 170px;
    min-height: 50px;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    vertical-align: middle;
    padding: 10px;
    padding-top: 12px;
}

.orange-button-small:hover {
    background-color: #E6881E;
    color: white;
}

.bullet {
    width: 5rem;
    margin: auto;
    margin-bottom: 3rem;
}

.bullet-number {
    width: 10rem;
    margin: auto;
    margin-bottom: 3rem;
}

.heading-bullet {
    display: block;
    border-left: 5px solid #fc9720;    
}
.kontakt {
    width: 17rem;
    margin: auto;
    margin-bottom: 3rem;
}

.orange-button {
    background-color: #fc9720;
    
}

.orange-button:hover {
    background-color: #E6881E;
    
}

.col-12 img {
    width: 100%;
    height: auto;
}

.col-md-9 {
    padding-bottom: 100px;
}

.col-md-3 {
    z-index: 100;
}

.aside-left {
    border-right: 1px solid #fc9720;
    display: none; /* włączamy to w @media na większych ekranach */
}

.aside-right {
    border-left: 1px solid #fc9720;
    display: none; /* włączamy to w @media na większych ekranach */
}

.col-md-3 h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-left: 20px;
    margin-bottom: 0px;
}

.col-md-3 p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    margin-left: 40px;
    margin-bottom: 20px;
}

.col-12 {
    padding: 0 !important;    
}

.page {
    background-color: white;
    color:dimgray;
    padding: 0px !important;
}

.row {
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.rezultat {
    border-left: 10px solid #fc9720;
    border-right: 10px solid #fc9720;
    background-image: radial-gradient(#525151, #232323);
}

.footer {
    background-color: #161616;
    box-shadow: 20px 20px 20px 25px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#map {
    height: 500px;
    width: 100%;
}

.contactform-background {
    background-color: #fc9720;
}

.formField {
    width: 100%;
    padding: 12px;
    border: 0px;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 1rem;
    resize: none;
    color: var(--darkGray);
}

.formMessage {
    width: 100%;
    padding: 12px;
    border: 0px;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 1rem;
    resize: none;
    color: var(--darkGray);
    min-height: 150px;
    
}

.formButton {
    width: 40% !important;
    padding: 12px;
    border: 2px solid white;
    background-color: #fc9720;
    color: white;
    border-radius: 8px;
    margin: auto !important;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 1rem;
    min-height: 60px;
}

.production-banner {
    background-image: url("../img/production-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.filemaker-banner {
    background-image: url("../img/filemaker-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.start-banner {
    background-image: url("../img/start-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-banner {
    background-image: url("../img/portfolio-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.kontakt-banner {
    background-image: url("../img/kontakt-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wspolpraca-banner {
    background-image: url("../img/cooperation-banner-sm.jpg");
    background-color: black;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.claris-logo {
    max-width: 15vh;
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (min-width: 400px)
{
    
    h1 {
    margin-top: -120px;
    font-size: 4rem;
    }
    
    h2 {
    font-size: 2.5rem;
    }

    .h3 {
    font-size: 1.9rem;   
    }
    
    h1 img {
    width: 170px;
    height: 170px;
    margin-top: -60px;
    }
    
    body {
    font-size: 1rem;
    }
    
    .page {
    padding-left: 10px;
    padding-right: 10px;
    }
    
    .software-screens {
    margin-left: -80px;
    }

}

@media screen and (min-width: 615px)
{
    h1 {
    margin-top: -200px;
    font-size: 5rem;
    }
    
    .row .page {
    margin-top: -50px;
    }

    .production-banner {
        background-image: url("../img/production-banner-md.jpg");
        min-height: 270px;
    }

    .filemaker-banner {
        background-image: url("../img/filemaker-banner-md.jpg");
        min-height: 270px;
    }

    .start-banner {
        background-image: url("../img/start-banner-md.jpg");
        min-height: 270px;
    }

    .portfolio-banner {
        background-image: url("../img/portfolio-banner-md.jpg");
        min-height: 270px;
    }

    .kontakt-banner {
        background-image: url("../img/kontakt-banner-md.jpg");
        min-height: 270px;
    }

    .wspolpraca-banner {
        background-image: url("../img/cooperation-banner-md.jpg");
        min-height: 270px;
    }
}

@media screen and (min-width: 768px)
{
    
    h1 {
    margin-top: -240px;
    font-size: 6rem;
    }
    
    h2 {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 50px;
    }

    .row .page {
    margin-top: -80px;
    }
    
    h1 img {
    width: 200px;
    height: 200px;
    margin-top: -65px;
    }
    
    .aside-left {
        display:block;
    }
    
    .software-screens {
    margin-left: 40px;
    margin-top: 40px;
    }

    .production-banner {
        background-image: url("../img/production-banner-md.jpg");
        min-height: 350px;
    }

    .filemaker-banner {
        background-image: url("../img/filemaker-banner-md.jpg");
        min-height: 350px;
    }

    .start-banner {
        background-image: url("../img/start-banner-md.jpg");
        min-height: 350px;
    }

    .portfolio-banner {
        background-image: url("../img/portfolio-banner-md.jpg");
        min-height: 350px;
    }

    .kontakt-banner {
        background-image: url("../img/kontakt-banner-md.jpg");
        min-height: 350px;
    }

    .wspolpraca-banner {
        background-image: url("../img/cooperation-banner-md.jpg");
        min-height: 350px;
    }

}

@media screen and (min-width: 992px)
{
    
    h1 {
    margin-top: -280px;
    font-size: 7rem;
    }
    
    h2 {
    font-size: 2.7rem;
    margin-top: 10px;
    margin-bottom: 50px;
    }
    
    h1 img {
    width: 230px;
    height: 230px;
    margin-top: -70px;
    }
    
    .row .page {
    margin-top: -80px;
    }
    
    body {
    font-size: 1.1rem;
    }
    
    .aside-left, .aside-right {
        display:block;
    }
    
    .software-screens {
    margin-left: -80px;
    margin-top: 40px;
    }

    .orange-button-small {
    font-size: 1.1rem;
    min-width: 300px;
    min-height: 50px;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    }

    .formField {
        width: 75%;
    }

    .formMessage {
        width: 75%;
    }

    .production-banner {
        background-image: url("../img/production-banner-md.jpg");
        min-height: 430px;
    }

    .filemaker-banner {
        background-image: url("../img/filemaker-banner-md.jpg");
        min-height: 430px;
    }

    .start-banner {
        background-image: url("../img/start-banner-md.jpg");
        min-height: 430px;
    }

    .portfolio-banner {
        background-image: url("../img/portfolio-banner-md.jpg");
        min-height: 430px;
    }

    .kontakt-banner {
        background-image: url("../img/kontakt-banner-md.jpg");
        min-height: 430px;
    }

    .wspolpraca-banner {
        background-image: url("../img/cooperation-banner-md.jpg");
        min-height: 430px;
    }

}

@media screen and (min-width: 1200px)
{
    
    h1 {
    margin-top: -300px;
    font-size: 8rem;
    }
    
    h2 {
    font-size: 3.2rem;
    margin-top: 10px;
    margin-bottom: 50px;
    }

    h1 img {
    width: 300px;
    height: 300px;
    margin-top: -140px;
    }
    
    .row .page {
    margin-top: -80px;
    }
    
    .software-screens {
    margin-left: 20px;
    margin-top: 40px;
    }

    .production-banner {
        background-image: url("../img/production-banner-lg.jpg");
        min-height: 520px;
    }

    .filemaker-banner {
        background-image: url("../img/filemaker-banner-lg.jpg");
        min-height: 520px;
    }

    .start-banner {
        background-image: url("../img/start-banner-lg.jpg");
        min-height: 520px;
    }

    .portfolio-banner {
        background-image: url("../img/portfolio-banner-lg.jpg");
        min-height: 520px;
    }

    .kontakt-banner {
        background-image: url("../img/kontakt-banner-lg.jpg");
        min-height: 520px;
    }

    .wspolpraca-banner {
        background-image: url("../img/cooperation-banner-lg.jpg");
        min-height: 520px;
    }

}

@media screen and (min-width: 1500px)
{

    .production-banner {
        background-image: url("../img/production-banner-lg.jpg");
        min-height: 670px;
        /* background-position: center;
        background-size: contain;
        background-position-y: 100%; */
    }

    .filemaker-banner {
        background-image: url("../img/filemaker-banner-lg.jpg");
        min-height: 670px;
        background-position: center;
        background-size: contain;
        background-position-y: 100%;
    }

    .start-banner {
        background-image: url("../img/start-banner-lg.jpg");
        min-height: 670px;
    }
    .portfolio-banner {
        background-image: url("../img/portfolio-banner-lg.jpg");
        min-height: 670px;
    }

    .kontakt-banner {
        background-image: url("../img/kontakt-banner-lg.jpg");
        min-height: 670px;
    }

    .wspolpraca-banner {
        background-image: url("../img/cooperation-banner-lg.jpg");
        min-height: 670px;
    }
}
gb-flag{
width: 22px;
}

/* Dropdown Menu Styles */
.dropdown-menu-production {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 200px;
    width: auto;
    max-width: 320px;
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 1000;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-production.show {
    display: block;
    animation: slideDown 0.2s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu-production li {
        list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu-production .dropdown-item {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.8rem !important;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.dropdown-menu-production .dropdown-item:hover {
    color: #fc9720;
    background-color: #1a1a1a;
}

.dropdown-menu-production .dropdown-item.active {
    color: white;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu-production li:not(:last-child) {
    border-bottom: 1px solid #333;
}

/* Responsive adjustments for dropdown menu */
@media (max-width: 991px) {
    .dropdown-menu-production {
        /* keep submenu compact on mobile instead of stretching full width */
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 320px;
        background-color: rgba(0, 0, 0, 0.9);
        box-shadow: none;
        margin-top: 8px;
        border-radius: 4px;
    }
    
    .dropdown-menu-production .dropdown-item {
        padding: 10px 20px;
    }
}