* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'poppins', sans-serif;
}

p,a,input,label,textarea,span,ul,li{
    font-family: 'poppins', sans-serif;
}

/* Top Banner Section (inclued all Business Solutions Pages) */

.technology-hero {
    position: relative;
    height: 40vh;
    background: url(images/technology/tech-banner.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-hero-content {
    position: absolute;    
    bottom: 0;
    left: 15%;
    right: 15%;
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    max-width: 600px;
    color: white;
}

.technology-hero-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.technology-hero-content p {
    font-weight: 300;
    line-height: 1.6;
}

/* Content Placeholder Section */
.technology-content-container{
    margin: 40px;
}

.technology-content-row {
    padding-top: 40px;
    margin: 40px auto;
    max-width: 1200px;
    text-align: start;
}


/* Thumbnails Section */
.business-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.business-grid-item {
    position: relative;
    font-size: 1.4rem;
    height: 352px;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.business-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-grid-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
.common-products {
    padding-bottom: 40px;
}


/* Technology Content */
.tanita-technology-container {
    background-color: #91aab9;
    padding: 2rem;
    margin: 0 auto;
}

.tanita-technology-container h1 {
    color: #233b55;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 60px;
}

.technology-container-1{
    background-color: #dfdfdf;
    padding: 2rem;
    margin: 0 auto;
}

.tech-section {
    align-items: center;
    background-color: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.top-section {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.tech-content {
    flex: 1;
    min-width: 300px;
}

.tech-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.visualization {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    color: #000;
    margin-bottom: 1.5rem;
}

.info-block {
    margin-bottom: 1.5rem;
}

.info-block h3 {
    color: #005587;
    margin-bottom: 0.5rem;
}

.info-block p {
    color: #000;
    line-height: 1.6;
}

.frequency-info-block{
    margin-bottom: 1.5rem;
}

.frequency-info-block p {
    color: #000;
    line-height: 1.6rem;
}

.frequency-info-block img{
    width: 20%;
    float: left;
    margin-right: 20px;
}


.diagram {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

/*.human-figure {
    height: 300px;
    background-color: #2c5282;
    mask: url("data:image/svg+xml,%3Csvg width='100' height='300' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='300' fill='%232c5282'/%3E%3C/svg%3E");
}

.triangle {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #2c5282, #90cdf4);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}*/

.technology-container-2{
    background-color: #f5f0eb;
    padding: 2rem;
    margin: 0 auto;
}

.technology-container-3{
    background-color: #233b55;
    padding: 2rem;
    margin: 0 auto;
}

.technology-container-3 h2 {
    color: #fff;
    line-height: 2.5rem;
    margin-bottom: 2.2rem;
}

.analyzer-info-block p {
    color: #fff;
    line-height: 1.6rem;
}


.market-innovator {
    background-color: #fff;
    padding: 2rem;
    margin: 0 auto;
    margin-bottom: 40px;
}


.algorithm-section {
    max-width: 1200px;
    margin: 0 auto;
}

.algorithm-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3.5rem;
}

.algorithm-section p {
    text-align: center;
}


.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.comparison-item {
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
}

.dr-quote {
    background-color: #dfdfdf;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

.quote-tech-content h1 {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.quote-info-block h3 {
    color: #005587;
    margin-bottom: 0.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .hero {
        height: 300px;
    }

    .hero-content {
        margin: 1rem;
        padding: 1.5rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .grid-container {
        padding: 1rem;
    }

    .grid-item {
        height: 200px;
    }

    .top-section {
        flex-direction: column;
    }

    .diagram {
        flex-direction: column;
    }
}