﻿
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body, html {
height: 100%;
font-family: Arial, sans-serif;
 overflow-x: hidden;
 position: relative;
}
header {
height: 60px;
background-color: #FFFFFF;
color: #0000FF;
font-size: 20px;
font-weight: bold;
text-decoration: none;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10000;
flex-direction: row-reverse;
}
.title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}
 /*Side_Menu__________________________________________________________________________________________________________________________*/
.hamburger {
font-size: 24px;
cursor: pointer;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.sidebar li {
  margin-bottom: 10px;
}
.sidebar li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: right;
}
.sidebar li a:hover {
  background-color: Navy;
  color: #fff;
  padding-right: 25px;
}
.sidebar {
position: fixed;
top: 60px;
bottom: 50px;
width: 250px;
background-color: #C0C0C0;
height: 100%;
overflow-y: auto;
text-align: right;
padding: 15px;
z-index: 900;
transition: right 0.3s ease;
right: -250px;
}
.sidebar.open {
right: 0;
}
 /*__________________________________________________________________________________________________________________________*/
 /*H02__________________________________________________________________________________________________________________________*/
.hero-section {
position: relative;
height: 100vh;
width: 100%;
background-image: url('Savvy_Best_Pic/Background.jpg');
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
color: #FFFFFF;
padding: 0 2px;
}
.pill-title {
display: inline-block;
padding: 40px 40px;
background: rgba(163,111,70,0.2); 
border: 2px solid #0000FF;
color: #FFFF00;
border-radius: 50px;
font-size: 20px;
line-height: 1.8;
font-weight: bold;
margin-bottom: 20px;
}
.main-title {
font-size: 20px;
font-weight: bold;
line-height: 1.8;
margin-bottom: 15px;
}
.main-subtitle {
font-size: 24px;
font-weight: bold;
color: #43F017;
margin-bottom: 30px;
max-width: 6000px;
}
.buttons-group {
display: flex;
 flex-wrap: wrap;
justify-content: center;
 gap: 15px;
 margin: 20px auto 0 auto;
width: 100%;
 max-width: 800px;
}
.btn-hero {
display: inline-block;
white-space: nowrap;
padding: 12px 30px;
background: transparent;
color: #FFFFFF; 
border: 2px solid #00FF00;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: 0.6s;
}

.btn-hero:hover {
background: #80FF00;
color: black;
}
 /*__________________________________________________________________________________________________________________________*/
 /*Address__________________________________________________________________________________________________________________________*/
footer {
background-color: #FFFFFF;
color: #0000FF;
padding: 6px 0;
position: static;
z-index: 1000;
direction: rtl;
}
.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 10px;
padding: 0 10px;
width: 100%;
margin: 0;
}

.footer-info {
flex: 1 1 100%;
text-align: center;
}
.footer-info h4 {
  font-size: 20px;
}

.footer-info h2 {
  font-size: 16px; 
  margin-top: 10px;
  color: #ffffff;
}
.footer-info a {
color: #0000FF;
text-decoration: none;
transition: color 0.4s, text-decoration 0.4s;
}

.footer-info a:hover {
text-decoration: underline;
color:#FF0000;
}
.map-credit {
font-size: 10px;
color: #eeeeee;
margin-top: 5px;
text-align: left;
}
 /*__________________________________________________________________________________________________________________________*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 850;
}

.overlay.active {
display: block;
}

.overlay.show {
display: block;
}
 /*Media__________________________________________________________________________________________________________________________*/

#phoneButton {
  position: fixed;
  bottom: 90px;
  right: 10px;
  background-color: #25D366;
  border: none; border-radius: 50%; width: 60px; height: 60px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 1000; padding: 0;
}
#phoneButton img { width: 32px; height: 32px; }
@media (max-width: 480px) {
  #phoneButton {
    width: 50px;
    height: 50px;
  }
}
 #phoneButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}

#whatsappButton {
position: fixed;
bottom: 20px;
right: 10px;
background-color: #25D366;
border: none; border-radius: 50%; width: 60px; height: 60px; cursor: pointer;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 1000; padding: 0;
}
#whatsappButton img { width: 32px; height: 32px; }
@media (max-width: 480px) {
  #whatsappButton {
    width: 50px;
    height: 50px;
  }
}
 #whatsappButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}
.social-buttons { display: flex; justify-content: center; gap: 15px; padding: 20px; width: 100%; }
 #instagramButton {
 background-color: #E1306C;
 border: none; 
 border-radius: 50%; 
 width: 60px; 
 height: 60px; 
 cursor: pointer;
 display: flex; 
 align-items: center; 
 justify-content: center;
 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#instagramButton img {
  width: 30px;
 height: 30px;
 object-fit: contain;
}
 #instagramButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}
.social-buttons { display: flex; justify-content: center; gap: 15px; padding: 20px; width: 100%; }
 #facebookButton {
 background-color: #1877F2;
 border: none; 
 border-radius: 50%; 
 width: 60px; 
 height: 60px; 
 cursor: pointer;
 display: flex; 
 align-items: center; 
 justify-content: center;
 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#facebookButton img {
  width: 30px;
 height: 30px;
 object-fit: contain;
}
 #facebookButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}

#youtubeButton {
position: fixed;
bottom: 90px;
left: 10px;
background-color: #FF0000;
border: none; border-radius: 50%; width: 60px; height: 60px; cursor: pointer;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 1000; padding: 0;
}
#youtubeButton img { width: 32px; height: 32px; }
@media (max-width: 480px) {
   #youtubeButton {
    width: 50px;
    height: 50px;
  }
}
  #youtubeButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}
.social-buttons { display: flex; justify-content: center; gap: 15px; padding: 20px; width: 100%; }
 #tiktokButton {
 background-color: #010101;
 border: none; 
 border-radius: 50%; 
 width: 60px; 
 height: 60px; 
 cursor: pointer;
 display: flex; 
 align-items: center; 
 justify-content: center;
 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#tiktokButton img {
  width: 30px;
 height: 30px;
 object-fit: contain;
}
 #tiktokButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}

#shareButton {
position: fixed;
bottom: 20px;
left: 10px;
background-color: #007BFF;
border: none; border-radius: 50%; width: 60px; height: 60px; cursor: pointer;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; padding: 0;
transition: transform 0.2s;
}
#shareButton img { width: 30px; height: 30px; }
@media (max-width: 480px) {
  #shareButton {
    width: 50px;
    height: 50px;
  }
}
  #shareButton:hover {
 transform: scale(1.1);
 transition: transform 0.2s;
}
 /*__________________________________________________________________________________________________________________________*/