

  @media only screen and (max-width: 750px) {
  #m-container{
  margin-left: 0px;
  margin-right: 0px;
  }	

  }	
/*.color-red {
    background-color: #FD3F28;
}

.color-yellow {
    background-color: #FEBD17;
}
.color-green {
    background-color: #43b649;
}

.color-blue {
    background-color: #1102FF;
}
.color-violet {
    background-color: #773cb2;
}
.color-rowad {
    background-color: #0E4B61;
}*/

.gradient-text {
    background: #1d1d1f;
    font-size: 1.1rem!important;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: linear-gradient(108deg, #ff0202, #ff7008 34%, #ff981d 68%, #fede17);
}



@media only screen and (max-width: 1000px) {

    .gradient-text {
       
        font-size: 0.9rem!important;
 
    }
}


.card .unique-download-btn {
    background-color: #009EDB;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    border: 0px solid black;
}

.card .unique-download-btn:hover {
    background-color: #009EDB;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: rgb(46, 46, 46)23);
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#pdf-canvas {
    width: 100%;
    height: auto;
}





.fa,
.fas {
    font-weight: 900;
    color: #0e4b61;
    ;
}

.fa,
.fas:hover {
    font-weight: 900;
    color: #ffc001;
}

.mega-container {

    font-family: 'Montserrat', sans-serif;
    padding: 2rem;
}

.mega-container h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 3rem !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #000000;
}

.mega-container p {}


/* Set up basic styles for the main content */
#main-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    padding: 0rem;
}

#main-cards-e-mobility {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

/* Style each megatrend card */
.card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 1rem;

}




.card .fas:hover {
    font-weight: 900;
    color: #ffc001;
}


/* Style the megatrend card headings */
.card h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

/* Style the megatrend card paragraphs */
.card p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Style the megatrend card chart placeholders */
.card .chart {
    height: 200px;
    background-color: #f0f0f0;
    margin-bottom: 1rem;
}

/* Style the megatrend card reference links */
.card a {
    font-size: 0.9rem;
    color: #0e4b61;
    text-decoration: none;
    transition: color 0.2s;
}

.card a:hover {
    color: #004499;
}





.card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    color: black;
    text-decoration: none;
}

.card:hover {
    background-color: #e4e4e4;
    transform: translateY(-0.2rem);
}

.card .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
    
}

.card .icon:before {
    font-family: 'Font Awesome 5 Free';
    content: attr(data-icon);
}

.card:hover .icon {
    transform: scale(1.3);
    color: #ff4800;
}

.card h2 {
    font-size: 1.5rem;
    text-align: center;
}

.card h4 {
    font-size: 1.5rem;
    text-align: center;
}

.card:hover .icon:before {
    color: #ff0000;
}

.card:nth-child(1) .icon:before {
    color: #3498db;
}

.card:nth-child(2) .icon:before {
    color: #e67e22;
}

.card:nth-child(3) .icon:before {
    color: #9b59b6;
}

.card:nth-child(4) .icon:before {
    color: #2ecc71;
}

.card:nth-child(5) .icon:before {
    color: #f1c40f;
}

.card:nth-child(6) .icon:before {
    color: #34495e;
}

.card p {
    background-color: rgba(255, 255, 255, 0);
    padding: 3rem;
}

.card p {

    line-height: 1.5;
    color: #444;
    margin-top: 1rem;
    text-align: center;
    opacity: 0.8;
    transform: translateY(0.5rem);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.card:hover p {
    opacity: 1;
    transform: translateY(-0.5rem);
}




.card p a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {


    .right {
        order: 2;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding: 1rem;
    }

    .card {
        height: auto;
    }
}




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


    .right {
        order: 2;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding: 1rem;
    }

    .card {
        height: auto;
    }
}

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


    .right {
        order: 2;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding: 1rem;
    }

    .card {
        height: auto;
    }
}







@media (min-width: 1200px) {
    .multi-column {
        column-count: 3;
        column-gap: 2rem;
        margin-top: 0.75rem;

    }
}



@media (max-width: 1200px) {
    .multi-column {
        column-count: 2;
        column-gap: 2rem;
        margin-top: 0.75rem;

    }
}

@media (max-width: 720px) {
    .multi-column {
        column-count: 1;
        column-gap: 2rem;
        margin-top: 0.75rem;

    }
}