#home{
    width: 100%;
    float: left;
}
#header{
        width: 100%;
    float: left;
}
#investor_relations{
    width: 100%;
    float: left;
}
.newcontainer {
    background: #ededed;
    padding: 44px 192px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion {
    border-radius: 4px;
    /* background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
    margin-bottom: 12px;
}
.accordion-header {
     font-weight: 600;
     font-family: "Noto Sans", sans-serif;
    padding: 16px 18px;
    /* border-left: 3px solid #d32f2f; */
    /* color: #d32f2f; */
 color: #222;  /* Dark grey color similar to image */
    /* background: #fff; */
    cursor: pointer;
    display: flex;
    font-size: 22px;
    transition: background 0.2s;
    align-content: stretch;
    justify-content: space-between;
}
.accordion.active .accordion-header {
    /* border-left: 3px solid #d32f2f; */
}

.accordion.active .accordion-header {
    color: #d32f2f;  /* Red color when active */
}

.accordion-content {
    padding: 7px 32px 20px 32px;
    display: none;
    border-top: 1px solid #eee;
    background: #fff;
}
.accordion.active .accordion-content {
    display: block;
}
.list-dot {
    color: #d32f2f;
    font-size: 33px;
    vertical-align: middle;
    margin-right: 16px;
}
.reports-list {
    padding: 0;
    list-style: none;
    margin-bottom: 14px;
}
.reports-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    font-size: 17px;
}
.report-title { 
    flex: 1;
    text-transform: uppercase;
}
/* .report-date { 
    min-width: 100px;
    text-align: right; 
    color: #999;
    font-size: 13px;
} */
.report-date.middle { 
    flex: 1;
    text-align: center;
    color: #999;

}

/* .report-links {
    min-width: 140px;
    text-align: right;
    font-size: 14px;
} */

.report-links {
    flex: 1;
    text-align: right;
    font-size: 17px;
}
.report-links a {
    margin-left: 10px;
    color: #333;
    text-decoration: none;
  
    transition: color 0.15s;
}
.report-links a:hover {
    color: #d32f2f;
}
.section-titlee {
    font-weight: 700;
    color: #222;
    margin: 0;
    padding: 15px 24px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.circle-icon {
    z-index: 2;
    cursor: pointer;
    transition: transform 0.2s;
    /* position: relative; */
    right: 0;
    left: 87%;
    /* display: flex; */
    justify-content: flex-end;
    /* align-content: stretch; */
    /* align-items: stretch; */
}
/* Optionally rotate for the collapsed state */
.accordion:not(.active) .circle-icon svg {
    transform: rotate(180deg);
}

.accordion.active {
    border-left: 3px solid #d32f2f;
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Default (inactive) state */
.accordion .circle-icon circle {
  fill: #ffffff; /* Dark color similar to inactive text */
}

.accordion .circle-icon polyline {
  stroke: #999; /* Lighter stroke color for inactive */
}

/* Active state */
.accordion.active .circle-icon circle {
  fill: #d32f2f; /* Red fill when active */
}

.accordion.active .circle-icon polyline {
  stroke: #fff; /* White stroke when active */
}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.newcontainer {
    background: #ededed;
    padding: 44px 118px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}



@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.newcontainer {
    background: #ededed;
    padding: 44px 118px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.newcontainer {
    background: #ededed;
    padding: 44px 118px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.newcontainer {
    background: #ededed;
    padding: 44px 118px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.newcontainer {
    background: #ededed;
        padding: 44px 39px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}


@media only screen and (min-width: 901px) and (max-width: 1000px) {
.newcontainer {
    background: #ededed;
        padding: 44px 39px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
.newcontainer {
    background: #ededed;
        padding: 44px 39px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 16px 18px;
 font-size: 17px;
}
}



@media only screen and (min-width: 701px) and (max-width: 800px) {
.newcontainer {
    background: #ededed;
        padding: 44px 39px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 16px 18px;
 font-size: 17px;
}
.report-links {
    font-size: 12px;
}
.report-date.middle {
    font-size: 12px;
}
.report-title {
    font-size: 12px;
}
}



@media only screen and (min-width: 601px) and (max-width: 700px) {
.newcontainer {
    background: #ededed;
        padding: 44px 39px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 16px 18px;
 font-size: 17px;
}
.report-links {
    font-size: 12px;
}
.report-date.middle {
    font-size: 12px;
}
.report-title {
    font-size: 12px;
}
}


@media only screen and (min-width: 501px) and (max-width: 600px) {
.newcontainer {
    background: #ededed;
           padding: 28px 15px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 16px 18px;
 font-size: 14px;
}
.report-links {
    font-size: 12px;
}
.report-date.middle {
    font-size: 12px;
}
.report-title {
    font-size: 12px;
}
.accordion-content {
    padding: 7px 13px 20px 13px;

}
}




@media only screen and (min-width: 401px) and (max-width: 500px) {
.newcontainer {
    background: #ededed;
           padding: 28px 15px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 16px 18px;
 font-size: 14px;
}
.report-links {
    font-size: 12px;
}
.report-date.middle {
    font-size: 12px;
}
.report-title {
    font-size: 12px;
}
.accordion-content {
    padding: 7px 13px 20px 13px;

}
}



@media only screen and (min-width: 301px) and (max-width: 400px) {
.newcontainer {
    background: #ededed;
    padding: 27px 7px;
    width: 90%;
    margin: 5% auto;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.accordion-header {
 padding: 10px 18px;
 font-size: 14px;
}
.report-links {
    font-size: 12px;
}
.report-date.middle {
    font-size: 12px;
}
.report-title {
    font-size: 12px;
}
.accordion-content {
    padding: 7px 9px 20px 5px;
}
}

