/* Basic styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', -apple-system, Roboto, Helvetica, sans-serif;
}

.hero-container {
    position: relative;
    text-align: center;
}

.footer-social {
	font-size:1vw;color:#facc45;
}

.hero-background {
    width: 100%;
    height: auto;
}

.content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Navigation */
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    transition: max-height 0.3s ease;
}

.nav-link {
    text-decoration: none;
    color: white;
}

.logo {
    width: 50px;
}

/* Hamburger menu styles */
.menu-toggle {
    display: none;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

/* Language selector */
.language-selector {
    display: flex;
    gap: 0.5rem;
}

.bunaimg {
	width:50% !important;
}

.language-option {
    cursor: pointer;
}

/* Hero content */
.hero-text {
    color: white;
}

.special-coffee, .beans {
    color: white;
}
.bestQualityText {
	font-family: Century Gothic, -apple-system, Roboto, Helvetica, sans-serif; font-size: 36px;
}

/* Responsive styles */
@media screen and (max-width: 1280px) {
    
	.nav-link {
		font-size:1.5vw !important;
	}
	
	.language-text {
		font-size:1.8vw !important;
	}
	
	.products-container {
		padding-left:1% !important;
		padding-right:1% !important;
	}
	.hero-text {
		font-size:12px !important;
		width:50% !important;
		margin:0 auto !important;
	}
	.hero-separator {
		width:20% !important;
		margin-left:auto !important;
		margin-right:auto !important;
		height:0;
	}
	.hero-content {
		gap:0 !important;
		flex-direction:row !important;
		align-items:center;
		width: 80%;
		margin-top: 2% !important;
	}
	
	.hero-container {
		min-height:unset;
	}
	.content-wrapper {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 30% !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
	}
	
	.bestQualityText {
		font-family: Century Gothic, -apple-system, Roboto, Helvetica, sans-serif; font-size: 12px;
	}
	
	.special-coffee {
		margin-top: 2%;
        font-size: 3vw;
	}
	
	.beans {
		font-size:3vw;
	}
	
	.roasted-with-purpose {
		color: #facc45;
        text-align: center;
        margin-top: 70%;
        font: 400 4vw Bilagike, sans-serif;
        font-weight: bold;
        margin-bottom: 2%;
	}
	
	.roasted-for-enjoyment {
        color: #fff;
        text-shadow: 0px 4px 4px rgba(250, 204, 69, 0.2);
        text-align: center;
        margin-top: 2%;
        font: 700 2vw Century Gothic, sans-serif;
	}
	
	.coffee-image {
		aspect-ratio: 0.48;
        object-fit: contain;
        object-position: center;
        width: 50%;
        margin-top: 60%;
        max-width: 100%;
	}
	
	.our-products {
		color: #facc45;
		text-align: center;
		margin-top: 84px;
		font: 400 5vw Bilagike, sans-serif;
	}
	
	.special-coffee { display:none; }
	.beans { display:none; }
	
	.products-container {
		margin-top: 5%;
		width: 100%;
		max-width: 1321px;
	}
	
	.product-row:nth-child(1), .product-row:nth-child(3) {
        gap: 20px;
        display: flex
		;
        padding: 2%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	
	.rowT {
        flex-direction: column-reverse !important;
	}
	.product-title {
		font-size: 5vw;
		font-weight: 400;
	}
	
	.product-specs {
		font-size: 2vw;
	}
	.product-description {
		color: #fff;
		align-self: stretch;
		font: 2vw Quicksand, sans-serif;
	}
	
	.product-info {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 100%;
		margin-left: 0px;
	}
	.product-image-container {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 80%;
		margin-left: unset;
		
	}
	.product-image-container img{
		margin:auto !important;
	}
	
	.aboutUsCss {
		margin-top:60% !important;
	}
	
	.private-label {
		color: #facc45;
		text-align: center;
		margin-top: 5%;
		font: 400 5vw Bilagike, sans-serif;
	}
	.private-label-description {
		color: #fff;
		text-align: center;
		margin-top: 5%;
		font: 700 3vw Century Gothic, sans-serif;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.newsletter {
		color: #facc45;
		text-align: center;
		margin-top: 5%;
		font: 400 5vw Bilagike, sans-serif;
	}
	
	.newsletter-title {
		color: #fff;
		text-align: center;
		margin-top: 5%;
		font: 600 3vw Montserrat, sans-serif;
	}
	
	.newsletter-subtitle {
		color: #facc45;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
		width: 515px;
		margin: 1% 0 0 2%;
		font: 400 3vw Century Gothic, sans-serif;
	}
	
	.newsletter-input {
		border-radius: 10px;
		margin-top: 5%;
		width: 80%;
		max-width: 100%;
		color: white;
		text-align: center;
		padding: 15px 70px;
		font: 400 3vw Montserrat, sans-serif;
		border: 3px solid grey;
		background: none;
	}
	
	.newsletter-button {
		color: #facc45;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
		margin-top: 2%;
		font: 700 3vw Century Gothic, sans-serif;
		background: none;
		border: 0;
	}
	
	.footer-wrapper {
		align-self: center;
		width: 100%;
		max-width: 1330px;
		display: flex
		;
		flex-direction: column;
		align-items: start;
		text-align: center;
	}
	
	.footer-column {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 50%;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
	
	.footer-logo {
		aspect-ratio: 1.81;
		object-fit: contain;
		object-position: center;
		width: 60%;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.footer-social {
		display: flex
		;
		margin-top: 21px;
		gap: 7px;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.footer-social {
		font-size:4vw;color:#facc45;
	}
	
	.footer-contact {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 70%;
		margin: 0 auto;
	}
	
	.contact-title {
		color: #facc45;
		align-self: start;
		font: 5vw Quicksand, sans-serif;
		text-align: center;
		margin: 5% auto;
	}
	
	.contact-details {
		color: #fff;
		font: 3vw Century Gothic, sans-serif;
	}
	
	.footer-hours {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 90%;
		margin: 0 auto;
	}
	
	.hours-column {
		display: flex
		;
		flex-direction: column;
		line-height: normal;
		width: 100%;
		margin-left: 0px;
	}
	
	.hours-title {
		color: #facc45;
		font-size: 5vw;
		align-self: unset; 
		margin-bottom: 0;
	}
	
	.mobC {
		flex-direction:column !important;
	}
	
	.mobA {
		font-size: 3vw !important;
		width: 50% !important;
		margin: 0 auto !important;
		color: white !important;
		text-align: center !important;
		margin-top: -5% !important;
	}
	
	.dropdown-menu .dropdown-item {
		color: #FACC45;
		padding: 10px 20px;
		text-decoration: none;
		display: block;
		font-size: 1.3vw;
		text-align: left;
	}
}