.whats-float {
    position: fixed;
    transform: translate(108px,0px);
    top: 70%;
    right: 0;
    width: 150px;
    overflow: hidden;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
  }
  .whats-float a span {
    color: #55cd6c;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
  }
  .whats-float:hover {
    color: #FFFFFF;
    transform: translate(0px,0px);
  }

  .logo-pa{
    padding-left: 20px;
  padding-right: 20px;
  }
  .active1{
    color: #fff;
  }
  #scrollUp:hover {
    background: rgb(203, 148, 86) !important;
    box-shadow: none;
  }
  #scrollUp {
    right: 25px;
    bottom: 50px;
    color: #fff;
    padding: 2px 8px;
    font-size: 20px;
    background: rgb(188, 108, 37) !important;
    overflow: hidden;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    border-radius: 3px;
  }
  
  .vertical-button:hover {
  background-color: #dda15e;
}

 .vertical-button {
  position: fixed;
  right: 20px;
  top: 38%;
  background-color: #bc6c25;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-radius: 12px 12px 17px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  letter-spacing: 2px;

}
li:hover{
    color: #a77b4a;
}
.ssv
{
    display:block;
}
.mb
{
    display:none;
}
.navbar-collapse{
display:none;
}
@media screen and (max-width: 991px) {
.ssv
{
    display:none;
}
.mb
{
    display:block;
}
.navbar-collapse{ display:block;
}
}
 /* Popup form styling */
     /* Popup form styling */
.popup-form {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.form-container {
    position: relative; /* Important to position the close button */
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close button styling */
.close{
    top: 9px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 19px;
  font-size:25px;
}
.close:hover {
    color: red;
}
.form-container h2 {
    margin-bottom: 15px;
}

.form-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container button {
    padding: 10px 20px;
    background-color: #bc6c25;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-container button:hover {
   background-color: #5e3714;
}

/* Breadcrumb container */
.breadcrumb {
    display: flex;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background-color: transparent;
padding-left: 50px;
    
}

.breadcrumb-item {
    font-size: 16px;
    color: #fff; /* Bootstrap primary color */
    text-decoration: none;
    margin-right: 8px;
}

.breadcrumb-item a {
    color: inherit; /* Make link color inherit from breadcrumb-item */
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}



.breadcrumb-item:last-child::after {
    content: '';
    margin-left: 0;
}

.breadcrumb-item.active {
    color: #ffa04d; /* Light gray for active page */
}

.breadcrumb-item.active a {
    pointer-events: none; /* Disable link on active item */
}
.about-img-box {
  position: relative;
  width: 640px;
  height: 486px;
}
.about-img {
  background-size: cover;
}
.about-img {
  width: 385px;
  height: 385px;
  border-radius: 20px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: movedelement2 10s linear infinite;
  z-index: 0;
}
.about-img.img3 {
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: 43px;
  right: 30px;
  animation: movedelement2 8s linear infinite;
  z-index: 2;
}
.ssv ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*background: #1bc2a2;*/
}

.ssv ul li {
  display: block;
  position: relative;
  float: left;
  font-size: 18px;
  /*background: #1bc2a2;*/
}

.ssv li ul { display: none; }

.ssv ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.ssv ul li a:hover { 
    /*background: #000;*/
    }

.ssv li:hover > ul {
  display: block;
  position: absolute;
}

.ssv li:hover li { float: none; }

.ssv .lism { background: #000000b8;
  width: 143px; }

/*li:hover li a:hover { background: #2c3e50; }*/

.main-navigation li ul li { border-top: 0; }

.ssv ul ul ul {
  left: 100%;
  top: 0;
}
.ssv ul li a:hover {
  color: #ffa04d;
  font-weight: 550;
}
.ssv ul:before,
.ssv ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.ssv ul:after { clear: both; }
.btn-lg-square{
    background-color: rgb(188, 108, 37) !important;
}

.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  
}
.imgbr{
    width: 100%;
  border-radius: 25px;
}
.justify{
    text-align: justify;
}
.bold{
    font-weight: bold;
}
.btn-lg-square {
  width: 24px;
  height: 24px;
}
.rounded-circle {
  border-radius: 50% !important;
}


.email-signature{
  color: #000;
  /*background: linear-gradient(#BC6C25,#BC6C25);*/
  /*font-family: 'Poppins', sans-serif;*/
  padding: 35px 20px 25px 210px;
  margin: 0 0 20px;
  /*border: 3px solid #BC6C25;*/
  /*border-radius: 20px 20px 20px 20px;*/
  /*box-shadow: 0 0 30px rgba(238, 121, 17, 0.16);*/
  position: relative;
  z-index: 1;
}
.email-signature .signature-icon{
    width: 190px;
  /*box-shadow: 0 0 20px -5px rgb(188, 108, 37);*/
  position: absolute;
  left: 25px;
  top: -30px;
}
.email-signature .signature-icon img{
    width: 100%;
    height: auto;
}
.email-signature .signature-details {
  width: calc(100% - 105px);
  display: inline-block;
  box-shadow: 0 0 20px -5px rgb(191, 183, 175);
  padding: 13px;
  border-radius: 20px;
  margin-left: -178px;
  margin-top: -43px;
}
.email-signature .title{
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.leftemail{
    padding-left: 42px;
}
@media screen and (max-width:576px) {
    .email-signature{
        text-align: center;
        padding: 190px 20px 20px;
        margin: 20px 0 0;
    }
    .leftemail{
    padding-left: 0px;
}
    .email-signature .signature-icon{
        transform: translateX(-50%);
        left: 50%;
        top: -20px;
    }
    .email-signature .signature-content{ margin-bottom: 15px; }
    .email-signature .signature-details{
        width: 100%;
        margin: 0 0 15px;
    }
    
    .email-signature .icon{ text-align: center; }
}

.bg-whites{
    background:#fff;
}


.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #bc6c25;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #FFF;
  font-size: 1em;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: -8px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #bc6c25;
  font-size: 12px;
  transform: translateY(-10px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #bc6c25;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #bc6c25;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #bc6c25;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .leftemail{
    padding-left: 0px;
}
  .row {
    /*flex-direction: column;*/
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}
.site-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  
  color: #bc6c25;
 
}
.ssv .lism li a {
  display: block;
  padding: 7.5px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}

.alert {
    padding: 15px;
    background-color: #4CAF50; /* Green background */
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.5s ease; /* Smooth fading effect */
}

/* Hidden state */
.hidden {
    opacity: 0;
    visibility: hidden;
}

.textes {
  font-size: 90px;
  letter-spacing: -.01em;
  line-height: 100%;
 
  width: 100%;
  color: rgba(100, 96, 96, 0.51);
  margin-bottom: -213px;
  padding-top: 12px;
}
.ingredient {
    display: flex;
    align-items: center;
}

.scroll1.navbar .container {
  background: #f0f0f0;
}

.scroll1 ul li a {
 
  color: #000;
}