﻿
.pageheader {
    padding-top: 3em;
    position: relative;
    height: auto;
    border-bottom-left-radius: 50% 20%;
   border-bottom-right-radius: 50% 20%;
    background-color: #fff6e6;
}

 .phead {
     padding-top:4.5em;  
     padding-bottom:1.5em;
     color:#2f2f2c;
     text-align:center;
     text-transform:uppercase; 
    
}
 .phead h1{
       font-size:1.21rem;
        font-weight:500;
 } 

@media (max-width: 548px) {
    .phead {
       padding-top:3em;  
       padding-bottom:1em;
    } 
    .phead h1{
        font-size: 1rem;       
    }
    
}


.floating-offer {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #8f1f1d;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.floating-offer img {
    height: 50px;
}

/* Hidden offers container */
.offer-container {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 40px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    width: 250px;
    z-index: 1000;
}

.offer-container .offer {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.offer-container .offer:last-child {
    border-bottom: none;
}

.offer-container .offer img {
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}

.offer-container .offer span {
    font-weight: bold;
    color: #333;
}

.offer-container .offer p {
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #666;
}
