
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Enriqueta:wght@300;400;500;700&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");


html {
  overflow-x: hidden;
}

body {
   font-family: 'ABeeZee', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #7e8690;
}

p {
  color: #2d2d2d;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Satoshi', sans-serif !important;
  color: #063f3e;
  font-weight: 700;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 45px;
  text-transform: none;
}

h2, .h2 {
  font-size: 42px;
  line-height: 52px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
.btn:focus {
  outline: 0px;
}
.btn:hover {
  outline: 0px;
}

.btn-main {
  background: #073f3e;
  color: #fff;
  border-color: #073f3e;
}
.btn-main:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #111;
  border-color: #fff;
}
.btn-white:hover {
  border-color: #073f3e;
  background: #073f3e;
  color: #fff;
}

.btn-black {
  background: #111;
  color: #fff;
  border-color: #111;
}
.btn-black:hover {
  border-color: #073f3e;
  background: #073f3e;
  color: #fff;
}

.btn-solid-border {
  border-color: #e5e5e5;
  background: transparent;
  color: #111;
}
.btn-solid-border:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.btn-main-border {
  border-color: #073f3e;
  background: transparent;
  color: #111;
}
.btn-main-border:hover {
  border-color: #073f3e;
  background: #073f3e;
  color: #fff;
}

.btn-sm {
  padding: 0.3rem 0.7rem;
}

.section {
  padding: 100px 0px;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 150px;
}

.text-black {
  color: #111;
}

.bg-primary {
  background: #073f3e !important;
}

.primary-color{
    color: #073f3e !important;
}
.text-primary {
  color: #ffd493 !important;
}

.font-extra {
  font-family: "DM Sans", sans-serif;
}

.font-md {
  font-size: 36px;
  line-height: 46px;
}

.font-lg {
  font-size: 60px;
  line-height: 70px;
}

.letter-spacing {
  letter-spacing: 1px;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.35s ease;
}
a:hover {
  color: #073f3e;
}

.text-md-2 {
  font-size: 26px;
}

.secondary-bg {
  background: #f8f6f3;
}

a:hover {
  text-decoration: none;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.slide-bg-image {
  padding: 240px 0px 250px;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slide-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */  
}

.swiper-button-next {
  background-image: url("/images/002-right-arrow.svg");
  right: 40px;
  height: 20px;
}

.swiper-button-prev {
  background-image: url("/images/001-left-arrow.svg");
  left: 40px;
  height: 20px;
}

.text-lg {
  font-size: 50px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.55;
}

#main-slider .swiper-slide {
  overflow: hidden;
}

@media (max-width: 575px) {
  .text-lg {
    font-size: 40px;
  }
  .hero-slider .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
@media (max-width: 400px) {
  .text-lg {
    font-size: 40px;
  }
  .hero-slider .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 40px;
  }
  .hero-slider .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2 {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  margin: 0 0 0.42em;
}

.hero-slider .swiper-slide {
  overflow: hidden;
}

.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
}

#main-nav {
  z-index: 99;
}
 .top-header i {
    color: #ffd493; /* Highlight icons with a Bootstrap warning color */
  }

.top-header {
    background-color: #073f3eca; 
    display: block;
  }


#main-nav{
  background-color: #073f3e !important;
}
#main-nav {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
  z-index: 1030;
}

/* Sticky effect after scrolling */
.navbar-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #073f3e !important; /* Change to your desired color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.navbar{
  padding: 10px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 400;
  margin-left: 35px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 25px;
  }
  .sticky{
    top: 90px !important;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before, .navbar-expand-lg .navbar-nav .nav-link:focus :before {
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 0%;
}

.nav-top {
  background: rgba(0, 0, 0, 0.9);
}

ul.dropdown-menu {
  background: #fff;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  border-top: 2px solid #073f3e;
}

ul.dropdown-menu > li > a,
.navbar ul ul ul.dropdown-menu li .nav-link {
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}
ul.dropdown-menu > li > a:hover,
.navbar ul ul ul.dropdown-menu li .nav-link:hover {
  background: #073f3e;
  color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btn-group,
.btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btn-group,
.btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .btn-group,
.btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .sticky{
    top: 100px !important;
  }
  .logo {
    width: 15% !important;
}
.menu-container {
    padding: 0px 60px !important;
}
  .btn-group,
.btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}
.dropdown-toggle::after {
  content: " \f107";
  font-family: "DM Sans", "sans-serif";
  border: 0px;
  font-size: 14px;
  vertical-align: top;
  margin-left: 10px;
  font-weight: 600;
}

.navbar-expand-lg.main-nav .navbar-brand {
  color: #fff;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0px;
}

@media (max-width: 575px) {
  #main-nav {
    background: #111;
  }
}
@media (max-width: 400px) {
  #main-nav {
    background: #111;
  }
}
@media (max-width: 769px) {
  #main-nav {
    background: #111;
  }
  .sticky{
    top: 90px !important;
  }
  .logo{
    width: 30% !important;
  }
}
@media (max-width: 991px) {
  #main-nav {
    background: #111;
  }
}
.intro-item {
  padding: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.intro-item i {
  font-size: 62px;
}

.intro-wrap {
  margin-top: -90px;
}

.bg-gray {
  background: #f8f8f8;
}

.intro {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .intro-item {
    padding: 30px;
  }
}
.section-header {
  background: url("../images/bg/bg-2.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: calc(70px + 9rem) 0 9rem;
  position: relative;
}
.section-header:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.5;
  background-color: #000;
}

.booking {
  background: #073f3e;
  color: #fff;
  padding: 10px 90px 10px 30px;
  margin-left: -116px;
  display: inline-block;
}
@media (max-width: 991px) {
  .booking {
    margin-left: 0;
  }
}

.service-item {
  text-align: center;
}
.service-item h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}
.service-item i {
  font-size: 50px;
  transition: all 0.35s ease;
}
.service-item:hover i {
  color: #073f3e;
}

.letter-spacing-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.chef-item ul {
  margin-top: 30px;
}
.chef-item ul li i {
  width: 30px;
  height: 30px;
  background: #eee;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}
.chef-item ul li i:hover {
  background: #073f3e;
  color: #fff;
}

.testimonial p {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 45px;
}
.testimonial .author img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
}
.testimonial .author p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 18px;
}

.insta-title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 2;
  background: #073f3e;
  padding: 4px 20px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.cta {
  background: url("../images/about/cta-bg.jpg") fixed 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.about {
  background-color:   #f8f6f3;
  padding: 80px;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #073f3e;
}

.about-card {
  background: #ffffff;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.about-card h4 {
  color: #073f3e;
  font-weight: 600;
}

.about-card p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.btn-download {
  border: 2px solid #111;
  display: inline-block;
  padding: 7px 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-download i {
  float: left;
  font-size: 22px;
  padding-top: 10px;
}
.btn-download .btn-text {
  margin-left: 40px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-download .btn-text span {
  font-size: 12px;
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.btn-download:hover {
  outline: 0;
  color: #fff;
  background: #073f3e;
  border-color: #073f3e;
}

.btn-download:hover .btn-text span {
  color: #fff;
}

.btn-download.active {
  background: #111;
  color: #fff;
  border-color: #111;
}
.btn-download.active .btn-text span {
  color: #fff;
}
.btn-download.active:hover {
  background: #073f3e;
  border-color: #073f3e;
}

.menu {
  position: relative;
}
.menu .btn:focus, .menu .btn:hover {
  box-shadow: none !important;
}
.menu .btn.active {
  color: #073f3e;
}
.menu .btn-group .btn {
  font-size: 18px;
  font-weight: 600;
}
.menu .btn-group:not(:first-child) > .btn, .menu .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.menu:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: url("../images/bg/food.png") right bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-attachment: fixed; /* Add this line for parallax */
}

.btn.active:focus, .btn:active:focus, .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.menu-item {
  padding: 15px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}
.menu-item img {
  margin-right: 20px;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(111, 102, 88, 0.15);
}
.menu-item h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.menu-item span {
  font-weight: 600;
  color: #073f3e;
}

.text-sm {
  font-size: 14px;
}

.menu-item2 {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 25px;
  box-shadow: 0px 4px 8px 0px rgba(111, 102, 88, 0.15);
}
.menu-item2 img {
  float: left;
  margin-right: 30px;
  width: 150px;
  margin-bottom: 40px;
}
.menu-item2 .food-info {
  padding-left: 30px;
}
.menu-item2 .food-info h4 {
  font-size: 22px;
}
.menu-item2 .food-info p {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .btn-group, .btn-group-vertical {
    display: inline-flex;
  }
}
@media (max-width: 400px) {
  .btn-group, .btn-group-vertical {
    display: inline-flex;
  }
}
.video-item {
  position: relative;
}
.video-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video-item .videoplay {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  cursor: pointer;
  margin-left: -25px;
  margin-top: -34px;
}
.video-item .videoplay i {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 15px;
  display: inline-block;
  transition: all 0.35s ease;
}
.video-item .videoplay:hover i {
  background: #073f3e;
  border-color: #073f3e;
}

@media (max-width: 575px) {
  .btn-group, .btn-group-vertical {
    display: block;
  }
}
@media (max-width: 400px) {
  .btn-group, .btn-group-vertical {
    display: block;
  }
}
.form-control {
  height: 50px !important;
  border-radius: 0px;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0.09);
}
.form-control:hover {
  box-shadow: none;
  border-color: #073f3e;
}
.form-control:focus {
  box-shadow: none;
  border-color: #073f3e;
}

textarea.form-control {
  height: auto !important;
}

.form-2 {
  border: 2px solid #073f3e;
}

.thank .btn-solid-border {
  color: #111;
}
.thank .btn-solid-border:hover {
  color: #fff;
}

.details-form label, .payment-form label {
  color: #111;
}

.table-cart tbody tr td {
  padding: 20px 40px 20px 10px;
}

.table-cart thead th {
  border-bottom: 0px;
  text-transform: capitalize;
  color: #111;
}

.table-cart td, .table-cart th {
  vertical-align: middle;
  color: #444;
}

.font-size-20 {
  font-size: 20px;
}

.close {
  cursor: pointer;
  transition: 0.2s ease;
}
.close:hover {
  color: #073f3e;
}

.quantity {
  width: 50px !important;
  height: 30px !important;
}

.blog-meta {
  margin-top: 20px;
  font-size: 18px;
}

.post-cat {
  background: #eee;
  display: inline-block;
  padding: 3px 10px;
  text-transform: capitalize;
}

.post-thumb {
  margin-bottom: 30px;
}

.widget.category ul {
  line-height: 40px;
}

.widget.tags ul li a {
  font-size: 16px;
  background: #f8f6f2;
  color: #827f79;
  padding: 4px 17px;
  margin-bottom: 10px;
  margin-right: 4px;
  display: inline-block;
  text-transform: capitalize;
}
.widget.tags ul li a:hover {
  background: #111;
  color: #fff;
}

.search-form-widget {
  position: relative;
}
.search-form-widget .search-submit {
  border: 0px;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 29%;
}

.map {
  height: 500px;
}

#contact-form .form-control {
  height: 60px !important;
  padding-left: 20px;
  background: #fbf9f6;
  border-color: #fbf9f6;
}
#contact-form .form-control:hover {
  border-color: #073f3e;
  background: transparent;
}
#contact-form textarea.form-control {
  height: auto !important;
}

.footer {
  background: #151515;
  padding-bottom: 70px;
}
.footer .widget h4, .footer .widget h5 {
  color: #fff;
}

.footer-contact {
  line-height: 40px;
}
.footer-contact li i {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
  height: 30px;
}

.footer-btm {
  background: #121212;
}

.footer-menu ul li a {
  color: #8f9397;
}
.footer-menu ul li a:hover {
  color: #073f3e;
}

.footer-newsletter .form-group .button {
  position: absolute;
  top: 50%;
  right: 30px;
  border: none !important;
  background: none;
  color: #fff;
}

.footer-newsletter .form-control {
  border-radius: 0px;
  height: 50px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-socials li a {
  color: rgba(255, 255, 255, 0.6);
  
}
.footer-socials li a:hover {
  color: #073f3e;
}
/*# sourceMappingURL=style.css.map */


.list-unstyled li a{
  color: #e5e5e5 !important;
  font-size: 15px !important;
}

.logo{
  width: 20%;
}

.booking-btn{
  background-color: #ffd493 !important;
}

.booking-btn:hover{
  background-color: #ffeacb !important;
}

.intro{
  padding: 120px 80px !important;
}
.intro h2{
  font-size: 40px;
  color: #277a79;

}
.intro h1{
  font-size: 100px;
  color: #073f3e;
}
.intro p{
  color: #277a79;
}

@media (max-width: 767px) {
  .menu-heading{
    font-size: 80px;
  }
  .menu-container {
    padding: 10px !important;
  }
  .footer{
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .intro h2{
    font-size: 24px;
  }
  .intro h1{
    font-size: 44px;
  }
  .intro p{
    font-size: 16px;
  }
  .intro{
    padding: 60px 10px !important;
  }
  .about{
    padding: 40px 10px;
  }
  .about h2{
    font-size: 28px;
  }
  .cta h2{
    font-size: 34px;
  }
  .testimonial h2{
    font-size: 24px;
  }
  .testimonial .video-thumb{
    max-height: 400px;
    margin-bottom: 30px; 
  }
  .slide-bg-image {
    padding: 140px 10px 60px;
  }
  .testimonial{
    padding: 40px 10px;
  }
  .video-gallery iframe{
    width: 330px;
    height: 200px;
  }
  .video-gallery{
    padding-top: 40px;
  }
  .video-gallery h2{
    font-size: 28px;
  }
  .img-gallery{
    padding: 40px 10px;
  }
}


@media (max-width: 767.98px) {
  .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
  }
  .top-header{
    display: none;
  }
  .menu-heading
 {
    margin-top: 120px !important;
    margin-bottom: 10px;
    width: 40%;
}
}



  @keyframes pulse {
	0% {
	  transform: scale(1);
	  box-shadow: 0 0 0 0 rgba(26, 137, 147, 0.6);
	}
	70% {
	  transform: scale(1.05);
	  box-shadow: 0 0 0 12px rgba(26, 137, 147, 0);
	}
	100% {
	  transform: scale(1);
	  box-shadow: 0 0 0 0 rgba(26, 137, 147, 0);
	}
  }
  
  .call-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background: #1a8993;
	padding: 14px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	animation: pulse 2s infinite;
	transition: background 0.3s ease, transform 0.3s ease;
  }
  
  .call-icon img {
	width: 26px;
	height: 26px;
	filter: invert(100%);
  }
  
  .call-icon:hover {
	background: #166c74;
	transform: scale(1.15);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
   
  @keyframes whatsappPulse {
	0% {
	  transform: scale(1);
	  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
	}
	70% {
	  transform: scale(1.05);
	  box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
	}
	100% {
	  transform: scale(1);
	  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
  }
  
  .whats-app {
	position: fixed;
	bottom: 90px; /* Slightly above the call icon */
	right: 20px;
	z-index: 1000;
	background: #25D366;
	color: white;
	font-size: 26px;
	padding: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	animation: whatsappPulse 2s infinite;
	transition: background 0.3s ease, transform 0.3s ease;
  }
  
  .whats-app:hover {
	background: #1ebd57;
	transform: scale(1.15);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }
  
  @media (max-width: 768px) {
	.call-icon,
	.whats-app {
	  display: inline-flex !important;
	  visibility: visible !important;
	  opacity: 1 !important;
    right: 10px;
	}
  }

  .footer p{
    color: #fff;
    font-size: 15px;
  }
  .footer-btm p{
    color: #fff;
  }
