/*!
 * Theme Name: AL MUKHAMMAS
 * Theme URI: https://almukhammas.ae
 * Author: AL MUKHAMMAS
 * Author URI: https://almukhammas.ae
 * Description: Premier SEO Agency Theme for Dubai & Abu Dhabi
 * Version: 1.0.0
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: al-mukhammas
 * Domain Path: /languages
 * Requires at least: 5.9
 * Requires PHP: 7.4
 */

/*
 * Styles are enqueued in functions.php via wp_enqueue_style()
 */

html.scroll-smooth {
  scroll-behavior: smooth;
}

:selection {
  background-color: #ff4d00;
  color: white;
}

::selection {
  background-color: #ff4d00;
  color: white;
}
.call-fixed {
  bottom: 80px;
  right: 15px;
  position: fixed;
  z-index: 9999;
}
.call-fixed a {
  position: relative;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(150, 150, 150, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.call-fixed a svg {
  width: 30px;
  height: 30px;
}

.whatsapp-fixed {
  bottom: 15px;
  right: 15px;
  position: fixed;
  z-index: 9999;
}
.whatsapp-fixed a {
  position: relative;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(150, 150, 150, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation-name: pulsee;
          animation-name: pulsee;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.whatsapp-fixed a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #49b15d;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
          animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.whatsapp-fixed a svg {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulsee {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulsee {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

#why-partner-grid .material-symbols-outlined{font-size: 40px;}
#why-partner-grid .reveal {
    border: 1px solid #efefef;
}