.certification-card {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    gap: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

.certificationContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}
.certificationContainer img{
    height: 130px !important;
}


.footer-deck{
    height: 180px;
}

.sustainable-section{
    background-color: #ededed;
    padding: 50px 0;
}

.contents-section-field {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.contents-section-field img {
    width: 100%;
    object-fit: cover;
}


.raw-cotton-bg-image {
    background-image: url('raw-cotton-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}
.raw-content {
    color: black !important;
    font-family: Arial, sans-serif;
    animation: fadeIn 2s ease-in-out;
}
.country-list {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5;
}
.country-list p {
    color: black !important;
}
.raw-cotton-heading {
    margin: 0 0 16px 0;
    font-size: 3rem;
    font-weight: bold;
    color: #e60000;
}


.cards {
    margin: 10px;
}

.cards .white {
    background-color: #FFFFFF;
}

.cards .blue {
    background-color: #3b82f6;
}

.cards .green {
    background-color: #22c55e;
}

.cards .cotton-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 250px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
    margin: inherit;
}

.cards .cotton-card p.tip {
    font-size: 1em;
    font-weight: 700;
}

.cards .cotton-card p.second-text {
    font-size: .7em;
}

.cards .cotton-card:hover {
    transform: scale(1.1, 1.1);
}

.cards:hover > .cotton-card:not(:hover) {
    filter: blur(10px);
    transform: scale(0.9, 0.9);
}

#googlemaps iframe {
    width: 100%;
    height: 100%;
}

/***============================**/

.header {
    text-align: center;
    padding: 20px;
    background-color: #e9f4ef;
}

.header h1 {
    font-size: 1.8rem;
    color: #1f8b4c;
    margin: 0;
}

.header p {
    color: #1f8b4c;
    font-size: 1.1rem;
    margin: 5px 0 0;
}

.image-section {
    text-align: center;
    padding: 20px;
    background-color: #e3e6e5;
    height: 60vh;
}

.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.content {
    background-color: #e9f4ef;
    padding: 50px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    height: 60vh;
}

.content h2 {
    color: #1f8b4c;
    font-size: 1.5rem;
}

.content p {
    margin: 10px 0;
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1f8b4c;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 3px;
    margin-bottom: 10px;
}

.technologies-label {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    left: 10px;
    top: 20px;
    font-size: 0.9rem;
    color: #aaa;
    text-transform: uppercase;
}
