/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  direction: rtl;
}

body {
  color: #666666;
  background: #fdfdfd;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;

  font-family: "El Messiri", sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6, span {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;


  font-family: "El Messiri", sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}
.real-logo {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}

/* banner bg main start */

.banner_bg_main {
  width: 100%;
  float: left;
  background-image: url(../images/cover.png);
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

/* banner bg main end */

/* header top section start */

.header_section_top {
  width: 100%;
  float: left;
  background-color: #2b2a29;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
  height: auto;
  padding: 10px 0px;
}

.custom_menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom_menu ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.custom_menu li {
  float: left;
  font-size: 16px;
  color: #f1f1f1;
  padding: 6px 10px 0px 10px;
}

.custom_menu li a {
  color: #f1f1f1;
}

.custom_menu li a:hover {
  color: #f26522;
}

/* header top section end */

/* logo section start */

.logo_section {
  width: 100%;
  float: left;
}

.logo {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0px;
}

/* logo section end */

/* header section start */

.header_section {
  width: 100%;
  display: flex;
  align-items: center;
}

.containt_main {
  display: flex;
}

/* opennav bar start */

.sidenav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 999;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  padding-right: 20px;
}

.sidenav a:hover {
  color: #f26522;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: -65px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.toggle_icon {
  cursor: pointer;
  color: #ffffff;
  order: 2;
  padding: 0 5px;
}

.header_box {
  order: 2;
  display: flex;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-left: 30px;
  order: 2;
}

.btn-secondary {
  color: #fff;
  background-color: #30302e;
  border-color: #30302e;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #30302e;
  border-color: #30302e;
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/* opennav bar end */

/* Styles for wrapping the search box start */

.main {
  flex: 1;
  margin: 0px 30px;
  display: inline-block;
  order: 2;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* Styles for wrapping the search box end */

.login_menu {
  display: flex;
  text-align: right;
  float: right;
}

.login_menu ul {
  margin: 0px;
  padding: 0px;
}

.login_menu li {
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 4px;
}

.login_menu li a {
  color: #ffffff;
}

.login_menu li a:hover {
  color: #f26522;
}

.padding_10 {
  padding-left: 10px;
}

/* flage css start */

.lang_box {
  display: flex;
  float: right;
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.nav-link {
  display: block;
  padding: 0.4rem 1rem;
}

a:hover {
  color: #f26522;
  text-decoration: underline;
}

/* flage css end */

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 140px;
}

.banner_taital {
  width: 100%;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#my_slider a.carousel-control-next {
  right: 0px;
  top: 40px;
}

#my_slider a.carousel-control-prev {
  left: 0px;
  top: 40px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
  width: 45px;
  height: 45px;
  background: rgb(242, 222, 172, 0.8);
  opacity: 1;
  font-size: 20px;
  color: #000;
  border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
  color: #fff;
}

/* banner section end */

/* fashion section start */

.fashion_section {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.fashion_taital {
  width: 100%;
  font-size: 50px;
  color: #30302e;
  text-align: center;
  font-weight: bold;
}

.fashion_section_2 {
  width: 100%;
  margin-top: 30px;
}

.box_main {
  width: 100%;
  background-color: #ffffff;
  height: auto;
  padding: 20px;
  box-shadow: 0px 0 30px 10px #f0f0f0;
  margin-bottom: 20px;
}

.shirt_text {
  width: 100%;
  font-size: 20px;
  color: #30302e;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.price_text {
  width: 100%;
  font-size: 16px;
  color: #f26522;
  text-align: center;
  margin: 0px;
}

.tshirt_img {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
  min-height: 370px;
}

.btn_main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.seemore_bt {
  width: 100%;
  float: right;
  text-align: right;
}

.seemore_bt a {
  width: 100%;
  font-size: 16px;
  color: #262626;
  background-color: transparent;
  text-align: right;
}

.seemore_bt a:hover {
  background-color: transparent;
  color: #f26522;
}

#main_slider a.carousel-control-next {
  right: 520px;
  top: 105%;
}

#main_slider a.carousel-control-prev {
  left: 520px;
  top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background-color: #30302e;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
  color: #fff;
  background-color: #f26522;
}

/* fashion section end */

/* electronic section start */

.electronic_img {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
  min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
  right: 520px;
  top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
  left: 520px;
  top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background-color: #30302e;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
  color: #fff;
  background-color: #f26522;
}

/* electronic section end */

/* jewellery section start */

.jewellery_section {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.jewellery_img {
  width: 100%;
  text-align: center;
  margin: 50px 0px;
  min-height: 293px;
}

#jewellery_main_slider a.carousel-control-next {
  right: 520px;
  top: 75%;
}

#jewellery_main_slider a.carousel-control-prev {
  left: 520px;
  top: 75%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background-color: #30302e;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
  color: #fff;
  background-color: #f26522;
}

/* loader bar css start */

.loader_main {
  width: 100%;
  text-align: center;
  margin-top: 140px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #414744;
  border-right: 16px solid #f26522;
  border-bottom: 16px solid #414744;
  border-left: 16px solid #f26522;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 6s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
}

.footer_logo {
  width: 100%;
  text-align: center;
}

.input_bt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  padding: 5px 0px 5px 0px;
  height: 60px;
  border: 0px;
}

input.mail_bt::placeholder {
  color: #fff;
}

.subscribe_bt {
  width: 30%;
  float: right;
  font-size: 16px;
  color: #f26522;
  background-color: transparent;
  padding: 20px 0px 5px 0px;
  border-radius: 30px;
  border: 0px;
  text-transform: uppercase;
  text-align: right;
}

.subscribe_bt a {
  color: #f26522;
}

.subscribe_bt a:hover {
  color: #ffffff;
}

.footer_menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footer_menu li {
  float: left;
  font-size: 16px;
  color: #f1f1f1;
  padding: 20px 10px 0px 10px;
}

.footer_menu li a {
  color: #f1f1f1;
}

.footer_menu li a:hover {
  color: #f26522;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

.location_main {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
}

.location_main a {
  color: #ffffff;
}

.location_main a:hover {
  color: #f26522;
}
span {
  color: #000;
}
/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #f26522;
}

.margin_top90 {
  margin-top: 90px;
}

/* copyright section end */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
}

#scrollToTopBtn:hover {
  background-color: #777;
}

/* button order now  */
.btn-order {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #0d8a18;
  min-width: 110px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btn-order:hover {
  opacity: 0.95;
}

.btn-order .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.noResult {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #4747479c;
  padding: 60px 0;
}

/* dark mood  */

.switch {
  font-size: 17px;
  position: absolute;
  display: inline-block;
  width: 64px;
  height: 34px;
  top: 40px;
  left: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #73c0fc;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 20px;
  left: 2px;
  bottom: 2px;
  z-index: 2;
  background-color: #e8e8e8;
  transition: 0.4s;
}

.sun svg {
  position: absolute;
  top: 6px;
  left: 36px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.moon svg {
  fill: #73c0fc;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

/* .switch:hover */
.sun svg {
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .switch:hover */
.moon svg {
  animation: tilt 5s linear infinite;
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.input:checked + .slider {
  background-color: #183153;
}

.input:focus + .slider {
  box-shadow: 0 0 1px #183153;
}

.input:checked + .slider:before {
  transform: translateX(30px);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 8px;
}
.cards .card {
  border: 1px solid #000;
  width: 95%;
  height: 390px;
  box-shadow: 0 0 10px 5px #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0 auto;
}

.cards .card .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
}
.cards .card .shirt_text {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.info {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.info h3 span {
  font-size: 30px;
  color: red;
}
.info h3,
.info p {
  text-decoration: none;
  color: black;
}
.cards .card .image img {
  width: auto;


}

body {
  transition: background-color 0.5s ease;
}

body.dark-theme {
  background-color: #111; /* لون الخلفية في الوضع المظلم */
  color: #fff; /* لون النص في الوضع المظلم */
}
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6,
body.dark-theme .shirt_text,
body.dark-theme span,
body.dark-theme p,
body.dark-theme .box_main {
  color: #fff; /* تغيير لون النص في العناصر المستهدفة إلى الأبيض في الوضع المظلم */
}
body.dark-theme .card {
  background: #000;
  box-shadow: 0px 0 30px 10px #252525;
}

.fashion_section .card {
  position: relative;
}
#products_section .card::after {
position: absolute;
content: "";
width: 80%;
height: 35px;
right: -75px;
background: red;
transform: rotate(45deg);
}



header {
  background: linear-gradient(to right, #cecece 0%, #1e1e1e 45%, #1e1e1e 80%);
  background-size: 200% 100%;
  animation: moveGradient 5s linear infinite;
}

@keyframes moveGradient {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.fashion_taital {
  position: relative;
}

.fashion_taital::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;

}
.btn-order {
  font-family: "El Messiri", sans-serif;
}


.whatsapp-float {
  position: fixed;
  bottom: 10px;
  left: 5px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float i {
  position: relative;
  z-index: 1;
  color: white;
  background: #1bcf5d;
  padding: 6px;
  border-radius: 50%;

}

.whatsapp-float::before, 
.whatsapp-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(63, 231, 44, 0.373); /* لون الموجات */
  animation: wave 1.5s infinite;
  z-index: 0;
}

.whatsapp-float::after {
  animation-delay: 0.75s;
}

/* تأثير الأمواج */
@keyframes wave {
  0% {
      transform: scale(1);
      opacity: 0.8;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}









.phone-icon {
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

/* تنسيق القائمة المخفية */
.phone-list {
  display: none;
  position: absolute;
  top: 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 999;
}

/* تنسيق عناصر القائمة */
.phone-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

/* إزالة الحدود السفلية من آخر عنصر في القائمة */
.phone-list a:last-child {
  border-bottom: none;
}

/* تفاعل التمرير */
.phone-list a:hover {
  background-color: #f0f0f0;
}

.pr2 {

  font-size: 21px;
  position: relative;
  width: fit-content;
  margin: auto;
}

.pr2::before {
  content: "";
  position: absolute;
  top: 42%; /* لضبط الخط في منتصف النص */
  left: -5px;
  width: 110%;
  height: 1px;
  background-color: rgb(234, 25, 29); /* لون الخط */
  transform: rotate(-10deg); /* تعديل درجة الميلان حسب الرغبة */
}


.pr1 {
  font-size: 21px;
   color:green;
   padding: 0;
   padding-top: 10px;
}
.info {
  padding: 0;
  margin: 0;
}


.so {
  margin: auto;
}
.so a {
  font-size: 35px;
  padding: 0 3px;
  color: black;
}


.fa-facebook-messenger {
  font-size: 40px;
  background: linear-gradient(45deg, #00c6ff, #0072ff, #ff00a6, #ff8b00); /* تدرج مشابه للوان أيقونة المسنجر */
  -webkit-background-clip: text;
  color: transparent;
  border-radius: 999px;
  padding: 5px;
  font-size: 35px;
}
.fa-whatsapp {
  font-size: 40px;
  color: #25D366; /* اللون الأساسي لأيقونة WhatsApp */
}


.fa-phone-volume {
  font-size: 50px;
  color: #ffffff;
  animation: bounce 1s infinite;
  font-size: 20px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}