body * {
    font-family: "Noto Sans Tamil", sans-serif;
}

.bg-panchangam {
    background-color: #ffefe0;
    width: 95%;
    color: blue;
    font-weight: bold;
    font-size: 1.2vw;
}

.bg-white-panchangam {
    background-color: white;
    width: 95%;
    color: blue;
    font-weight: 600;
}

.orgHeading {
    color: #811417;
    font-weight: bold;
    font-size: 1.6vw;
}

.orgTitle {
    color: #811417;
    font-weight: bold;
    font-size: 3.5vw;
    letter-spacing: 2px;
}

.text-sandal {
    color: #811417;
}

.text-blue {
    color: blue !important;
}

.text-green {
    color: #560b05;
}

.text-red {
    color: #235745;
}

.dailypanchang {
    background-color: #f8da07;
    color: blue;
    text-align: center;
    font-size: 3vw;
}

.dayName {
    font-size: 2vw;
}

.img-panchang {
    width: 25%;
    align-self: center;
}

.panchanghead {
    background-color: #560b05;
    color: white;
    font-size: 2vw;
    font-weight: bold;
}


/* General styling for the positionbox and box */

.positionbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
    padding: 0;
    border: 1px solid #560b05;
}

.box {
    background-color: white;
    border: 1px solid #560b05;
    color: blue;
    text-align: center;
    font-size: 1.1vw;
    font-weight: bold;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* Reset margin */
    padding: 0;
    /* Reset padding */
    box-sizing: border-box;
    text-shadow: 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff;
    font-family: "Noto Sans Tamil", sans-serif;
}

.highlight {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
    background-color: #ffefe0;
    color: blue;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    /* height: 100%; Hasain Changes*/
    overflow: hidden;
    line-height: 1.2;
    /* Ensure the line height is not too large */
    box-sizing: border-box;
    /*Hasain Changes STart*/
    position: relative;
    top: 26%;
    /*Hasain Changes Ends*/
}


/* Mobile view: Maintain 4 columns, but reduce box size */

@media only screen and (max-width: 768px) {
    .positionbox {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0px;
    }
    .box {
        font-size: 1.5rem;
        height: 150px;
        margin: 0;
        /* Reset margin */
        padding: 0;
        /* Reset padding */
    }
    .highlight {
        display: flex;
        justify-content: center;
        /* Center horizontally */
        align-items: center;
        /* Center vertically */
        text-align: center;
        /* Center text */
        padding: 0;
        /* Remove any padding */
        margin: 0;
        /* Remove any margin */
        line-height: 1.2;
        /* Adjust line height to reduce space between lines */
        font-size: 2rem;
        /* Adjust font size */
        height: 100%;
        /* Ensure the height fills the grid area */
        overflow: hidden;
        /* Hide any overflow */
    }
}

@media only screen and (max-width: 480px) {
    .today {
        font-size: 2.9rem;
        color: blue;
        font-weight: bold;
    }
    .dayName {
        font-size: 1.8rem;
    }
    .positionbox {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0px;
    }
    .box {
        font-size: 1rem;
        height: 120px;
        margin: 0;
        /* Reset margin */
        padding: 0;
        /* Reset padding */
    }
    .highlight {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 1.4rem;        
        overflow: hidden;
    }
}

.year {
    text-align: center;
    color: white;
    vertical-align: middle;
    line-height: 2;
    flex-basis: 70%;
}

.today {
    color: blue;
    font-size: 4vw;
    font-weight: bold;
}

.suntime {
    flex-basis: 15%;
    background-color: #560b05;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 5px;
    line-height: 2;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .3), inset 4px 4px 5px #c8d3119e;
}

.sun {
    color: white;
    font-size: 15px;
}

.oval {
    border-color: #F2E8C6;
    border-style: solid;
    border-width: 1px;
    border-radius: 1.25rem;
}

.whatsAppIcon {
    width: 75px;
}

.toolIcon {
    width: 50px;
}

.rasiName {
    font-size: 1.75rem;
}

#progressBar {
    display: none;
    width: 100%;
    height: 5px;
    background-color: #f1f1f1;
    position: relative;
}

#progress {
    width: 0%;
    height: 100%;
    background-color: #4caf50;
    animation: progressAnimation 2s linear forwards;
}

@keyframes progressAnimation {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


/* Hasain CSS Start */

img.bannertop {
    float: left;
    width: 100%;
}

.star-detail-section {
    float: left;
    width: 100%;
    min-height: 70px;
    max-height: 70px;
    border-bottom: 1px solid #560b05;
    padding: 13px 0px;
    font-size: 17px;
    text-shadow: 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff !important;
    font-family: "Noto Sans Tamil", sans-serif;
}

.panja-angam {
    border-bottom: 1px solid #560b05;
    position: relative;
    top: 4px;
    padding-bottom: 10px;
}

.start-section-timing {
    font-size: 17px;
    text-shadow: 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff !important;
    font-family: "Noto Sans Tamil", sans-serif;
}

.card-text {
    margin-bottom: 0;
    font-size: 16px;
    text-shadow: 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff, 0px 0px #3333ff !important;
    font-family: "Noto Sans Tamil", sans-serif;
}

.giraganilai-points {}


/* Hasain CSS End */