
.ugdiner:hover {
    opacity: 0.7;
    transition: 0.4s ease;
    
}


.button-layout {
    display: inline-block;
    font-size: 12px; /* Adjust font size */
    color: white; /* Text color */
    background-color: red; /* Button background color */
    text-transform: uppercase; /* Make text uppercase */
    border: none; /* Remove border */
    border-radius: 3px; /* Rounded edges */
    box-shadow: 5px 5px 0px white; /* Shadow effect */
    cursor: pointer; /* Pointer cursor on hover */
    text-align: center; /* Center text */
    transition: transform 0.2s ease-in-out; /* Smooth scaling on hover */
    font-family: 'Cinzel', serif;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

.button-layout:hover {
    transform: translateY(-2px); /* Slightly move button upwards */
}

.dbrobtn {
    border: 1px solid #3a3535;
    background: #3a3535 !important;
    padding: 0px 10px 0px 10px;
    color: #fff;
    transition: 0.5s ease !important;
    font-family: "Poppins";
    border-radius: 5px;
    margin-top: 10px;
}
.dbrobtn:hover{
    background-color: #fff !important;
    color: #000;
    font-family: "Poppins";
}

.bnrtxt_loc {
    color: #ebe1a5c2 !important;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 400;
}

.exploreSpan {
    font-size: 18px;
    font-weight: bold;
    color: #ebe0a5;
    position: relative;
    top: -10px;
    left: 5px;
}
.exploreSpan:hover{
    text-decoration:none !important;

}
.qr_codebr{
  position: absolute;
  top: 90% !important;
  left: 50%;
  transform: translate(-50%, -50%);
 
}
.loc_anker{
    text-decoration: none !important;
    color: #ebe0a5;
    font-size: 20px;
    position: absolute;
  top: 106%;
  left: 50%;
  transform: translate(-50%, -50%);

}

@media screen and (max-width:600px){
    .qr_codebr{
       position: absolute;
       top: 35% !important;
       left: 50%;
       transform: translate(-50%);
     }
     .loc_anker{
        position: absolute;
        left: 50%;
        transform: translate(-50%);
     }
     .qr_imgz{
        position:absolute;
        left:50% !important;
        transform:translate(-50%);
     }
    
}

.whatsapp-icon {
    position: fixed;
    top: 30%;
    right: 20px;
    font-size: 40px;
    color: #25d366;
    z-index: 1000;
}
.fa-whatsapp::before{
    content: "\f232";
}

.acchedng{
    background-color:#000;
}


.info-box {
    text-align: center; /* Center the content */
    color: white; /* Text color */
    font-family: 'Cinzel', serif;
   
}

.info-box .highlight {
    font-size: 30px; /* Large font size for the main number */
    font-family: 'Cinzel', serif;
}

.info-box .subtext {
    font-size: 14px; /* Smaller size for subtext */
    letter-spacing: 1px; /* Slight spacing for readability */
    text-transform: uppercase; /* Capitalize the text */
}

.info-box .underline {
    display: block;
    width: 85%; /* Width of the red underline */
    height: 1px; /* Height of the red underline */
    background-color: red; /* Red underline color */
    margin: 10px auto; /* Spacing and centering */
}

.info-box .description {
    font-size: 18px; /* Size for the description text */
    text-transform: uppercase; /* Capitalize the text */
    letter-spacing: 1px; /* Adjust letter spacing */
    margin-top: 10px; /* Spacing from the underline */
}


.image-container {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .overlay-text {
    position: absolute;
    top: 0;
    left: 23%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    font-family: 'Cinzel', serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-align: left;
  }