/*
 Theme Name: Trenovic
 Theme URI: 
 Author: Your Name
 Author URI: 
 Description: A brief description of your theme.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: 
 Text Domain: Trenovic
 Tags: one-column, two-columns, right-sidebar, responsive-layout
*/

/* Add your theme styles below */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #000000;
}

.container {
    display: flex;
    height: 100vh; 
}

.left-side, .right-side {
    width: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-side {
    background-color: #000000;
    color: rgba(255, 255, 255, 0.306);
    position: relative;
}

.left-side h1 {
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 250px;

}

.left-side .highlight {
    color: #fff; 
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
}


.right-side img {
    width: fit-content; 
    height: 550px;
    object-fit: contain;
    padding-left: 150px;
}



.container1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    margin: 20px 0;
}

.highlight {
    color: #A020F0;
}

.project-list {
    margin: 20px 0;
}

.project-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #333;
    transition: background-color 0.3s ease;
}

.project-item:hover {
    background-color: #453d76; 
}

.project-item .year {
    color: #aaa;
    font-size: 1.2rem;
    margin-right: 20px;
}

.project-text h2 {
    font-size: 1.8rem;
}

.project-text p {
    font-size: 1rem;
    color: #bbb;
}

.view-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}

.project-item.highlighted {
    background-color: transparent;
}

.video-container {
    margin-top: 30px;
    display: none; 
}




.container3 {
    display: flex;
    height: 100%;
    padding: 0 40px;
}

.left-section {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
}

.about-us-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 8rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}

.about-us-text .about {
    font-size: 7rem;
    color: #fff;
}

.about-us-text .u {
    font-size: 10rem;
    color: #ff7b2b;
    line-height: 0.8;
    display: block;
}

.about-us-text .s {
    font-size: 7rem;
    color: #fff;
    margin-left: 0.5rem;
}

.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-section .about-content {
    max-width: 80%;
    margin-bottom: 20px;
    text-align: left;
}

.right-section .about-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #bbb;
}

.right-section img {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}

.read-more {
    padding: 10px 20px;
    background-color: #ff7b2b;
    border: none;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #e6641a;
}




.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    gap: 20px;
}

.left-section {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.stat-box {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dark-box {
    background-color: #1a1a1a;
    border: 1px solid #ccc;
}

.light-box {
    background-color: #787570;
    color: #1a1a1a;
}

.stat-number {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
}

.stat-label {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #ccc;
}

.stat-index {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9rem;
    color: #999;
}

.right-section {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}


.stat-box {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dark-box {
    background-color: #1a1a1a;
    border: 1px solid #ccc;
}

.light-box {
    background-color: #787570;
    color: #1a1a1a;
}

.stat-number {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
}

.stat-label {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #ccc;
}

.stat-index {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9rem;
    color: #999;
}



.team-section {
    margin-top: 80px;
    padding: 50px;
    text-align: center;
    background-color: #1a1a1a;
}

.team-header {
    font-size: 3rem;
    color: #A020F0;
    margin-bottom: 40px;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-member {
    background-color: #333;
    border-radius: 10px;
    padding: 20px;
    max-width: 250px;
    text-align: center;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.team-photo {
    width: 200px;
    height: 250px;
    margin-bottom: 15px;
}

.team-member h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.team-member p {
    color: #ccc;
    font-size: 1rem;
}




.contact-section {
    height: 100vh;
    background-image: url('map.jpg'); 
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-content {
    text-align: center;
    color: #fff;
}

.contact-content h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.contact-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.social-links {
    margin-bottom: 40px;
}

.social-icon {
    display: inline-block;
    margin: 0 15px;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #A020F0;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #453076;
}

.contact-details {
    font-size: 1.2rem;
    color: #ddd;
}
