.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

      :root {
            --primary-red: #e31b23;
            --primary-red-dark: #b3131a;
            --primary-red-light: #ffebee;
            --black: #1a1a1a;
            --black-light: #2d2d2d;
            --gray-dark: #4a4a4a;
            --gray-bg: #f5f5f5;
            --text-dark: #2c3e50;
            --text-light: #6c757d;
            --white: #ffffff;
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 15px 40px rgba(227, 27, 35, 0.15);
            --border-color: rgba(227, 27, 35, 0.1);
        }





.messengerfb-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: -60px;
    right: 30px;
    transition: bottom 0.3s;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1;
    cursor: pointer;
}
.messengerfb-button i {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}













#today{
        color: #c00e0e;
        font-weight: bold;

}
.today-date {
    font-size: 14px;
    color: #777;
    margin-top: 15px;


}



.fa-solid, .fas {

    margin-top: 5px;
    font-weight: 900;
}


    .services-grid, .about  {
            margin-top: 50px;
        }

        .container h2{
            margin-bottom: 20px;
        }






@media (max-width: 520px) {
          .hero h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    opacity: 0.95;
}

.hero-buttons {
   flex-direction: column;
   text-align: center;
}

.container {
        padding: 50px 5px;
}

 
.hero-content {
        color: var(--white);
        max-width: 700px;
        display: flex;
        flex-direction: column;
        height: 100dvh;
        justify-content: space-between;
        text-align: center;
        justify-content: flex-end;
        padding-bottom: 120px;
}


}
















