/*========================================*/
/*===== Navbar Dropdown =====*/
.dropdown:hover .dropdown-menu {
  display: block;
}
/*========================================*/

/*========================================*/
/*===== Cookie Notice =====*/
.cookie-consent-modal {
  z-index: 9999;
}
#cookies{
  display: none;
}
/*========================================*/

/*========================================*/
/*===== Back to Top Button =====*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*========================================*/

/*========================================*/
/*===== WhatsApp Button =====*/
.float{
	position:fixed;
	bottom:20px;
	left:20px;
  z-index:1;
}
/*========================================*/

/*========================================*/
/*===== Payment Logos =====*/
.paymentLogo {
  width: 100px;
  height: 50px;
}
/*========================================*/

/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

 @font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-facebook::before { content: "\f344"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-youtube::before { content: "\f62b"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-github::before { content: "\f3ed"; }
.bi-arrow-up-short::before { content: "\f145"; }


/* Brand Strategy Icons */
.bi-shield-check::before { content: "\f52f"; }
.bi-eye::before { content: "\f341"; }
.bi-heart::before { content: "\f417"; }

/* Web Development Icons */
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-people::before { content: "\f4d0"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-phone::before { content: "\f4e7"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-tools::before { content: "\f5db"; }
.bi-search::before { content: "\f52a"; }
.bi-palette::before { content: "\f4b1"; }
.bi-arrow-repeat::before { content: "\f130"; }

/* Digital Marketing Icons */
.bi-globe::before { content: "\f3ee"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-lightbulb::before { content: "\f46b"; }

/* Buy a Side Hustle Icons */
.bi-badge-ad::before { content: "\f161"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-headset::before { content: "\f414"; }

/* Become an Affiliate Icons */
.bi-1-circle::before { content: "\f797"; }
.bi-2-circle::before { content: "\f79d"; }
.bi-3-circle::before { content: "\f7a3"; }

/* Contact Us Icons */

/* About Us Icons */
.bi-question-circle::before { content: "\f505"; }
.bi-flag::before { content: "\f3cc"; }
.bi-brush::before { content: "\f1d8"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-check2-all::before { content: "\f26f"; }