*{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    border: border-box;
}

.navb{
    height: 70px;
    background-color: #ffffff;
    color: whitesmoke;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}



.navsec{
    font-family: "Bangers", system-ui;
    letter-spacing: 2px;
    font-style: normal;
    font-size: 2.8rem;
    font-weight: 300;
    color: black;
}

.panel{
    display: flex;
    height: 5px;
    background-color: #13efff;
    color: whitesmoke;
    align-items: center;
    justify-content: space-evenly;

}
#element{
    color: #13efff;
    font-weight: 600;
}
.secton {
    
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.secton p{
    font-family: "Figtree", sans-serif;
    font-size: 19px;
    padding: 10px;
    line-height: 29px;
    letter-spacing: 0.4px;
}
.contact {
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    padding: 40px 20px;
}
.contact p{
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    padding: 10px;
    line-height: 25px;
    letter-spacing: 0.2px;
    /* font-size: 16px; */
}

.footer {
    background-color: #333;
    color: white;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.herosect {
    background-image: linear-gradient(to bottom, rgba(44, 43, 43, 0.2) 0%, rgba(44, 43, 43, 0.2) 100%), 
                      url("hllo.jpg");
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
    width: 100%;
}
.herotext{
    
    background-color:rgb(0, 0, 0);
    padding: 10px;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    margin-bottom: 0px;
   
}
.herotext p{
    font-family: "Wix Madefor Text", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 1.5rem;
}
.contact h2{
    margin-bottom: 10px;
}
.secton h2{
    margin-bottom: 15px;
}
 @media screen and (max-width: 1050px) {
            .herotext p{
                font-size: 0.7rem;
            }
            .secton p{
                font-size: 0.8rem;
                line-height: 20px;
            }
            .contact p{
                font-size: 0.8rem;
            }

            .a {
                font-size: 18px;
                text-align: center;
            }
        }
/* .foot1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
} */

/* Floating Message Icon */
.message-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.message-icon:hover {
    background-color: #0056b3;
}

/* Contact Form */
.contact-form {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 350px;
    background: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden initially */
    flex-direction: column;
    gap: 10px;
}

.contact-form h3 {
    margin: 0;
    text-align: center;
}

.contact-form input,
.contact-form textarea {
    justify-self: center;
    align-self: center;
    width: 80%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
    background: transparent;
}

.contact-form button {
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    width: 40%;
    align-self: center;
    margin-bottom: 10px;
}

.contact-form button:hover {
    background-color: #0056b3;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 2px solid black;
}
.brand-name {
    font-size: 24px;
    font-weight:100;
    margin-bottom: 20px;
    position: relative;
    right:120px;
    top:13px
}

/* Speech Bubble */
.speech-bubble {
    background: #eee9e4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    bottom:40px;
    width:85%;
    left:10px;
    line-height: 20px;
}

.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: #f2ece4 transparent transparent transparent;
}
#brandbox{
    background-color:rgb(205, 198, 198);
    width: 103.4%;
    height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position:relative;
    left:-5px;
    top:-5px
}
