.resources-header {
    padding: 2.5em;
    font-size: 1.75rem;
    font-weight: 500;
    background: #E8F2F9;
    text-align: center;
    color: #053763;
}
.resources-subheader {
    font-size: 1rem;
    font-weight: 400;
    color: #262626;
    text-align: center;
}
.blue-container {
    background-color: #E8F2F9;
    height: 26em; 
    padding: 3em 10em;
    position: relative;
    z-index: 1;
}
.white-container {
    background-color: #fff;
    height: 26em; 
    padding: 3em 10em;
    position: relative;
    z-index: 1;
}
/* .white-container {
    background-color: #fff;
    height: 35em; 
    padding: 3em 10em;
} */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    justify-content: center;
}
.report-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-card {
    background: white !important;
    padding: 1em;
    width: 17em;
    height: 19.9em;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.report-card img {
    width: 15em;
    height: auto;
    /* box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1); */
}
.content-box {
    width: 17em; 
    margin-top: 18px;
    position: relative;
    z-index: 1;
}
.content-box .latest-font {
    font-size: 14px;
    font-weight: 500;
    color: #2B74D4;
    margin-bottom: 0.75rem;
}
.content-box h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
.content-box p {
    font-size: 12px;
    color: #262626;
    margin: 5px 0;
}
.content-box > .publish-font {
    color: #939393;
    font-weight: 500;
}
.download-report-container {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 2em auto;
    background: white;
    padding: 2em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.download-report {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.question {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}
.form-fields > input {
    padding: 0.5rem;
    width: 97%;
    margin: 0.5rem 0.25em 0.5em;
    border-radius: 5px;
    border: 1px solid lightgrey;
    color: #4d4a4a;
    font-size: 14px;
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16)
}
#checkbox {
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16)
}
.submit-button {
    margin: 0px 0px 0px 5px;
    padding: 0.5em 1em;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #053763;
    color: white;
}
.content-box .download-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #053763;
    text-decoration: none;
    margin-top: 1.2rem;
}
.download-link:hover {
    text-decoration: none;
    color: #4a4a4a;
}
.permission {
    color: #5d5d5d; 
    font-size: 14px; 
    font-weight: 300; 
    margin: 0;
}
.not-allowed {
    cursor: not-allowed;
}
.thank-you-container {
    height: 35em;
}
.thank-you-header {
    padding: 0.5em 1em 0.15em;
    text-align: center;
    color: #053763;
}
.thank-you-subheader {
    text-align: center;
    color: #2f2f2f;
}
.suggestions-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 10rem;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    width: 28.5em;
    text-align: start;
    color: #343434;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Inter';
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f1f1f1;
}
.country-code {
    width: 70px !important;
    text-align: center;
    background-color: #fff !important;
}
@media (max-width: 768px) {
    .resources-header {
        font-size: 20px;
        padding: 1.5em;
    }
    .resources-subheader {
        font-size: 14px;
        padding: 0 10px;
    }
    .blue-container, .white-container {
        padding: 2em 2em;
        height: auto;
    }
    .grid {
        grid-template-columns: 1fr; 
    }
    .blue-container {
        width: 100%
    }
    .report-card {
        text-align: left;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .content-box {
        width: 22em !important;
    }
    .content-box h3 {
        font-size: 22px !important;
    }
    .image-card, .content-box {
        width: 100%;
        max-width: 90%;
        height: 100%;
    }
    .report-card img {
        width: 100%;
        max-width: 100%;
    }
    .form-fields > input {
        width: 96% !important;
        margin: 0.5rem 0.1em 0.5em;
    }
     #contactNumber {
       width: 59.5vw !important
    }
    #countryCode {
        width: 15vw !important;
    }
    .suggestions-box {
        width: 24.5em;
    }
    .submit-button {
        width: 95% ;
        font-size: 12px;
    }
    .content-box h3 {
        font-size: 16px;
    }
    .content-box p {
        font-size: 14px;
    }
    .question {
        font-size: 14px;
    }
    .permission { 
        font-size: 10px;
        text-align: start;
    }
    .thank-you-container {
      height: 30em;
    }
    .thank-you-header {
      font-size: 1.2em;
      padding: 0.5em 1em 0.15em;
    }
    .thank-you-subheader {
      font-size: 0.9em;
      padding: 0 1em;
    }
}