/* ----------------------------------

Template Name: Restan - Food & Restaurant HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Marcellus
Main Color   : #826a45

-------------------------------------

[Typography]

Body copy:    15px 'Marcellus', sans-serif
Header:     36px 'Marcellus', sans-serif
Input, textarea:  16px 'Marcellus', sans-serif
Sidebar heading:  22px 'Marcellus', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
    04. Banner
        - Banner Slide
        - Banner Zoom
	05. About
        - Version One
        - Version Two
    06. Food Menu
        - Style One
        - Style Two
        - Style Three
    07. Gallery
        - Gallery Slider
        - Gallery Grid
    08. Chef
        - Chef Version One
        - Chef Single
	09. Reservation
        - Style One
        - Style Two
    10. Testimonials
    11. Partners
    12. Opening Hours
    13. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    14. Error 404
    15. Footer
    16. PHP Contact Form
    17. Others

*/

/*
** General Styles for HTML tags
*/


/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 220px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 150px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 25px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 5px #999;
  z-index: 100;
  transition: background-color 0.5s;
  }
  
  .floaters{
  width: 100%;
  }
  .float2:hover {
  background-color: white;
  transition: background-color 0.5s;
  }
  
  .float2:hover .my-float2 {
  color: #FFBC13;
  }
  
  .my-float2 {
  margin-top: 14px;
  }
  
  @media (max-width: 575px) {
  
      .logo-image {
      width: 100%;
      height: 80px;
  }
  
  .float2 {
  width: 50px;
  height: 50px;
  bottom: 100px;
  left: 80vw;
  }
  
  .my-float2,
  .my-float {
  margin-top: 10px;
  }
  
  .float2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 60px;
  background-color: #4789df;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
  margin-left: 8px;
  }

 
  
  }

  .fa-location-dot{
      font-size: 22px;
      margin-top: 10px;
      }

      .logo-image {
          width: 100%;
          height: 45px;
      }

/* Base container for the buttons */
.floating-container {
    position: fixed;
    bottom: 20px; /* Adjust vertical position */
    right: 20px; /* Adjust horizontal position */
    z-index: 9999; /* Ensure it's above other content */
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px; /* Space between buttons */
}

/* Base style for the buttons */
.floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px; /* Button size */
    height: 60px;
    border-radius: 50%; /* Make them circular */
    color: white;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    transition: transform 0.2s ease-in-out;
}

/* Hover effect */
.floating-btn:hover {
    transform: scale(1.1);
}

/* Specific colors */
.whatsapp-btn {
    background-color: #25d366; /* WhatsApp green */
}

.call-btn {
    background-color: #007bff; /* A standard blue for call, or change as needed */
}

/* Icon alignment */
.my-float {
    margin-top: 5px; /* Fine-tune icon centering */
}





