.dg-festival-wrapper{
    font-family: Tahoma, Arial, sans-serif;
    direction: rtl;
    color:#333;
}


.dg-container{
    max-width:1100px;
    margin:auto;
    padding:20px;
}



/* Hero */

.dg-hero{

    background:linear-gradient(135deg,#00a8a8,#007c83);
    color:#fff;
    text-align:center;
    padding:60px 20px;
    border-radius:20px;
    margin-bottom:30px;

}


.dg-hero h1{

    font-size:36px;
    margin-bottom:15px;

}


.dg-hero h2{

    font-size:24px;
    margin-bottom:20px;

}


.dg-hero p{

    font-size:18px;
    line-height:2;

}





/* Countdown */


.dg-countdown{

    display:flex;
    justify-content:center;
    gap:15px;
    margin:35px 0;
}


.dg-countdown div{

    background:#fff;
    color:#007c83;
    width:80px;
    height:80px;
    border-radius:15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}


.dg-countdown span{

    font-size:28px;
    font-weight:bold;

}


.dg-countdown small{

    font-size:13px;

}




/* Buttons */


.dg-btn,
.dg-register button{

    background:#ffb000;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    font-size:18px;
    display:inline-block;

}


.dg-btn:hover,
.dg-register button:hover{

    opacity:.85;

}




/* Benefits */


.dg-benefits{

    padding:30px 0;

}


.dg-boxes{

    display:flex;
    gap:20px;

}



.dg-box{

    flex:1;
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    text-align:center;

}



.dg-box h3{

    color:#008b8b;

}




/* Conditions */


.dg-condition{

    background:#f5fafa;
    padding:30px;
    border-radius:20px;

}


.dg-condition li{

    margin:15px 0;
    font-size:17px;

}





/* Form */


.dg-register{

    padding:40px 0;

}


#dgFestivalForm{

    max-width:600px;
    margin:auto;

}


#dgFestivalForm input{

    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;

}


#dgFestivalForm button{

    width:100%;

}



#dg-message{

    margin-top:20px;
    font-weight:bold;
    text-align:center;

}




/* FAQ */


.dg-faq{

    background:#fafafa;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;

}


.dg-faq p{

    line-height:2;

}





/* Mobile */


@media(max-width:768px){


.dg-hero h1{

    font-size:26px;

}


.dg-hero h2{

    font-size:20px;

}


.dg-countdown div{

    width:60px;
    height:60px;

}


.dg-countdown span{

    font-size:20px;

}



.dg-boxes{

    flex-direction:column;

}


.dg-container{

    padding:10px;

}


}