/*
 * Amplify Sauce - https://amplifysauce.com
 * This file consolidates missing external CSS and fixes broken styles
 */

/* ==========================================================================
   1. CSS Reset & Base Styles (Bridge Theme Core)
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  background-color: #1f2126;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #eca935;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 15px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   2. Font Awesome Icons (CDN Fallback)
   ========================================================================== */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* ==========================================================================
   3. Linea Icons (Local Definitions)
   ========================================================================== */

@font-face {
  font-family: "linea-arrows-10";
  src: url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/arrows/_ICONFONT/fonts/linea-arrows-10.eot");
  src: url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/arrows/_ICONFONT/fonts/linea-arrows-10.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/arrows/_ICONFONT/fonts/linea-arrows-10.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/arrows/_ICONFONT/fonts/linea-arrows-10.ttf")
      format("truetype"),
    url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/arrows/_ICONFONT/fonts/linea-arrows-10.svg#linea-arrows-10")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "linea-basic-10";
  src: url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/basic/_ICONFONT/fonts/linea-basic-10.eot");
  src: url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/basic/_ICONFONT/fonts/linea-basic-10.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/basic/_ICONFONT/fonts/linea-basic-10.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/developer-developer/linea-iconset@master/basic/_ICONFONT/fonts/linea-basic-10.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "linea-basic-10", "linea-arrows-10", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Linea icon fallbacks using Font Awesome equivalents */
.icon-basic-lightbulb:before,
.qodef-icon-linea-icon.icon-basic-lightbulb:before {
  font-family: "FontAwesome" !important;
  content: "\f0eb" !important;
}
.icon-basic-mixer2:before,
.qodef-icon-linea-icon.icon-basic-mixer2:before {
  font-family: "FontAwesome" !important;
  content: "\f0c9" !important;
}
.icon-music-loudspeaker:before,
.qodef-icon-linea-icon.icon-music-loudspeaker:before {
  font-family: "FontAwesome" !important;
  content: "\f028" !important;
}
.icon-weather-lightning:before,
.qodef-icon-linea-icon.icon-weather-lightning:before {
  font-family: "FontAwesome" !important;
  content: "\f0e7" !important;
}
.icon-basic-map:before,
.qodef-icon-linea-icon.icon-basic-map:before {
  font-family: "FontAwesome" !important;
  content: "\f041" !important;
}
.icon-ecommerce-bag:before,
.qodef-icon-linea-icon.icon-ecommerce-bag:before {
  font-family: "FontAwesome" !important;
  content: "\f290" !important;
}
.icon-arrows-slim-right:before,
.qodef-icon-linea-icon.icon-arrows-slim-right:before {
  font-family: "FontAwesome" !important;
  content: "\f105" !important;
}

/* Elegant Icons fallbacks */
.arrow_up:before,
.qode_icon_font_elegant.arrow_up:before {
  font-family: "FontAwesome" !important;
  content: "\f077" !important;
}

/* Kiko Icons fallbacks */
.kiko-loading:before,
.qode-icon-kiko.kiko-loading:before,
.kikos.kiko-loading:before {
  font-family: "FontAwesome" !important;
  content: "\f021" !important;
}
.kiko-open-eye:before,
.qode-icon-kiko.kiko-open-eye:before,
.kikos.kiko-open-eye:before {
  font-family: "FontAwesome" !important;
  content: "\f06e" !important;
}

/* Font Awesome icon fixes */
.fa:before {
  font-family: "FontAwesome" !important;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-times:before {
  content: "\f00d";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}

/* ==========================================================================
   4. Layout Structure
   ========================================================================== */

.wrapper {
  width: 100%;
  overflow: hidden;
}

.wrapper_inner {
  position: relative;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.container_inner {
  width: 100%;
}

.full_width {
  width: 100%;
}

.full_width_inner {
  width: 100%;
}

/* ==========================================================================
   5. Header Styles
   ========================================================================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

header.scroll_top {
  background-color: transparent;
}

.header_inner {
  width: 100%;
}

.header_top_bottom_holder {
  width: 100%;
}

.header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  min-height: 80px;
}

.header_inner_left {
  display: flex;
  align-items: center;
}

.header_inner_right {
  display: flex;
  align-items: center;
}

/* Logo */
.logo_wrapper {
  display: flex;
  align-items: center;
}

.q_logo {
  position: relative;
  left: -5px;
}

.q_logo a {
  display: block;
}

.q_logo img {
  max-height: 60px;
  width: auto;
}

.q_logo img.light,
.q_logo img.dark,
.q_logo img.sticky,
.q_logo img.mobile {
  display: none;
}

/* Mobile Menu Button */
.mobile_menu_button {
  display: none;
  padding: 10px;
  cursor: pointer;
  margin-right: 15px;
}

.mobile_menu_button span {
  display: block;
  color: #fff;
  font-size: 20px;
}

/* Main Navigation */
nav.main_menu {
  display: block;
}

nav.main_menu > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

nav.main_menu > ul > li {
  position: relative;
  margin: 0 20px;
}

nav.main_menu > ul > li > a {
  display: block;
  padding: 28px 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

nav.main_menu > ul > li > a:hover {
  opacity: 1;
}

nav.main_menu > ul > li > a .underline_dash {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #eca935;
  transition: width 0.3s ease;
}

nav.main_menu > ul > li:hover > a .underline_dash,
nav.main_menu > ul > li.active > a .underline_dash {
  width: 100%;
}

nav.main_menu > ul > li > a .plus,
nav.main_menu > ul > li > a .menu_icon {
  display: none;
}

/* Mobile Navigation */
nav.mobile_menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #1f2126;
  z-index: 999;
  padding: 20px;
}

nav.mobile_menu ul {
  padding-bottom: 30px;
}

nav.mobile_menu ul li {
  border-bottom: none;
}

nav.mobile_menu ul li a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

nav.mobile_menu .mobile_arrow {
  display: none;
}

/* Shopping Cart */
.side_menu_button_wrapper {
  display: flex;
  align-items: center;
}

.shopping_cart_outer {
  position: relative;
}

.shopping_cart_inner {
  display: flex;
  align-items: center;
}

.shopping_cart_header {
  position: relative;
}

.header_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 16px;
}

.header_cart:before {
  font-family: "FontAwesome";
  content: "\f07a";
}

.header_cart_span {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #eca935;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #1f2126;
}

.shopping_cart_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.shopping_cart_header:hover .shopping_cart_dropdown {
  display: block;
}

.shopping_cart_dropdown .cart_list {
  margin-bottom: 15px;
}

.shopping_cart_dropdown .cart_list li {
  padding: 10px 0;
  color: #1f2126;
  font-size: 14px;
}

.shopping_cart_dropdown .view-cart {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.shopping_cart_dropdown .total {
  display: block;
  text-align: center;
  color: #1f2126;
  font-weight: 700;
}

/* ==========================================================================
   6. Content Area
   ========================================================================== */

.content {
  position: relative;
}

.content.content_top_margin_none {
  margin-top: 0;
}

.content_inner {
  width: 100%;
}

/* ==========================================================================
   7. Elementor Sections
   ========================================================================== */

.elementor-section {
  position: relative;
  width: 100%;
}

.elementor-section-full_width {
  width: 100%;
}

.elementor-section-boxed .elementor-container {
  max-width: 1300px;
  margin: 0 auto;
}

.elementor-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.elementor-column {
  position: relative;
  display: flex;
  flex-direction: column;
}

.elementor-col-100 {
  width: 100%;
}

.elementor-col-50 {
  width: 50%;
}

.elementor-col-33 {
  width: 33.333%;
}

.elementor-widget-wrap {
  width: 100%;
  padding: 10px;
}

.elementor-element-populated {
  display: flex;
  flex-direction: column;
}

.elementor-widget-container {
  width: 100%;
}

/* ==========================================================================
   8. Hero Section & Message Bar
   ========================================================================== */

.q_message {
  background-color: #eca935;
  padding: 12px 20px;
  text-align: center;
}

.q_message_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.q_message .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.q_message .close:hover {
  opacity: 1;
}

.q_message .message_text_holder {
  flex: 1;
}

.q_message h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hero Background Section */
.elementor-element-7bba856 {
  background-image: url("https://i0.wp.com/amplifysauce.com/wp-content/uploads/2021/04/cinnamon-compressed.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 20px 80px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   9. Typography - Headings
   ========================================================================== */

.elementor-heading-title {
  margin: 0;
  padding: 0;
}

h1.elementor-heading-title {
  font-family: "capitol", "Raleway", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  text-align: center;
}

h2.elementor-heading-title {
  font-family: "capitol", "Raleway", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
}

h3.elementor-heading-title {
  font-family: "capitol", "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4.elementor-heading-title {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

h5.elementor-heading-title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

h6.elementor-heading-title {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #eca935;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

/* ==========================================================================
   10. Icon With Title Component
   ========================================================================== */

.q_icon_with_title {
  display: flex;
  margin-bottom: 30px;
}

.q_icon_with_title .icon_holder {
  flex-shrink: 0;
  margin-right: 20px;
}

.q_icon_with_title .icon_text_holder {
  flex: 1;
}

.q_icon_with_title .icon_title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.q_icon_with_title .icon_text_inner p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

.q_icon_with_title.right {
  flex-direction: row-reverse;
  text-align: right;
}

.q_icon_with_title.right .icon_holder {
  margin-right: 0;
  margin-left: 20px;
  padding-left: 24px;
}

.q_icon_with_title.right .icon_text_holder {
  padding-right: 44px;
}

.q_icon_with_title.center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.q_icon_with_title.center .icon_holder {
  margin-right: 0;
  margin-bottom: 16px;
}

.q_icon_with_title.tiny .icon_text_holder {
  padding: 0 0 0 48px;
}

.q_icon_with_title .qode_iwt_icon_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #eca935;
}

.q_icon_with_title .qode_iwt_icon_element {
  font-size: inherit;
  color: inherit;
}

/* ==========================================================================
   11. Buttons
   ========================================================================== */

.qode-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  height: 52px;
  line-height: 52px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.qode-btn-solid {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: #fff;
}

.qode-btn-solid:hover {
  border-color: #eca935;
  color: #fff;
}

.qode-btn-simple {
  position: relative;
  background: none;
  border: none;
}

.qode-btn-simple:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.qode-btn-simple:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #eca935;
  transition: width 0.3s ease;
}

.qode-btn-simple:hover:after {
  width: 100%;
}

.qode-btn .qode-btn-text {
  margin-right: 10px;
}

.qode-btn .qode-button-v2-icon-holder {
  display: flex;
  align-items: center;
  padding-right: 27px;
  font-size: 25px;
}

.qode-btn-icon .qode-btn-text {
  padding-right: 5px;
}

.qbutton {
  display: inline-block;
  padding: 0 35px;
  height: 52px;
  line-height: 52px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  border: 1px solid #1f2126;
  color: #1f2126;
  transition: all 0.3s ease;
}

.qbutton.white {
  background-color: #fff;
  border-color: #fff;
  color: #1f2126;
}

.qbutton:hover {
  background-color: #1f2126;
  color: #fff;
}

/* ==========================================================================
   12. Spacer Widget
   ========================================================================== */

.elementor-spacer {
  height: 30px;
}

.elementor-spacer-inner {
  height: 100%;
}

/* ==========================================================================
   13. Image Sections
   ========================================================================== */

.elementor-widget-image img {
  width: 100%;
  height: auto;
  display: block;
}

.elementor-element-ab3fffd img {
  max-width: 400px;
  margin: 0 auto;
}

/* Two Column Section with Pizza/Chicken */
.elementor-element-ccf6c32,
.elementor-element-ace3d05 {
  display: flex;
  flex-wrap: wrap;
}

.elementor-element-ccf6c32 .elementor-col-50,
.elementor-element-ace3d05 .elementor-col-50 {
  min-height: 500px;
}

.elementor-element-ccf6c32 .elementor-col-50:first-child {
  background-color: #2a2d33;
}

.elementor-element-ccf6c32 .elementor-col-50:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.elementor-element-ace3d05 .elementor-col-50:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

/* ==========================================================================
   14. Testimonials Section (3-column layout)
   ========================================================================== */

.elementor-element-7349147 {
  padding: 80px 20px;
}

.elementor-element-7349147 .elementor-col-33 {
  padding: 20px;
}

.elementor-element-7349147 .elementor-col-33:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   15. "Crank It Up" Section
   ========================================================================== */

.elementor-element-586f83e {
  padding: 60px 20px;
  text-align: center;
}

.elementor-element-586f83e h1.elementor-heading-title {
  font-size: 200px;
  letter-spacing: 10px;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

/* ==========================================================================
   16. History Section
   ========================================================================== */

.elementor-element-bfd3aec {
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* ==========================================================================
   17. Info Section
   ========================================================================== */

.elementor-element-ace3d05 {
  background-color: #1f2126;
}

/* ==========================================================================
   18. Client Logos
   ========================================================================== */

.qode_clients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.qode_clients.three_columns .qode_client_holder {
  width: 33.333%;
  padding: 20px;
}

.qode_client_holder_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qode_client_image_holder {
  text-align: center;
}

.qode_client_image_holder img {
  max-width: 150px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.qode_client_image_holder:hover img {
  opacity: 1;
}

.qode_client_hover_image {
  display: none;
}

.qode_client_image_hover {
  display: none;
}

/* ==========================================================================
   19. Footer
   ========================================================================== */

footer {
  background-color: #1f2126;
  padding: 60px 0 0;
}

.footer_inner {
  width: 100%;
}

.footer_top_holder {
  padding-bottom: 40px;
}

.footer_top {
  text-align: center;
}

.footer_top .container {
  max-width: 800px;
}

.footer_top .widget_media_image img {
  max-width: 200px;
  margin: 0 auto 20px;
}

.footer_top .widget_text .textwidget {
  padding: 0 30%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.8;
}

.footer_top .qode_separator_widget {
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 14px auto;
}

/* Social Icons */
.q_social_icon_holder {
  display: inline-block;
  margin: 0 10px;
}

.q_social_icon_holder.circle_social .fa-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.q_social_icon_holder.circle_social:hover .fa-stack {
  background-color: #eca935;
}

.q_social_icon_holder .fa {
  font-size: 14px;
  color: #0c0d1e;
}

/* Footer Bottom */
.footer_bottom_holder {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_bottom {
  padding: 20px 0;
  text-align: center;
  height: auto;
  min-height: 30px;
}

.footer_bottom .textwidget {
  font-size: 12px;
  opacity: 0.6;
}

.footer_bottom .textwidget p {
  margin: 5px 0;
}

.footer_bottom .textwidget a {
  color: #eca935;
}

/* ==========================================================================
   20. Back to Top Button
   ========================================================================== */

#back_to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eca935;
  color: #1f2126;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

#back_to_top.visible {
  opacity: 1;
  visibility: visible;
}

#back_to_top:hover {
  background-color: #fff;
}

/* ==========================================================================
   21. WooCommerce Styles
   ========================================================================== */

.woocommerce .button {
  display: inline-block;
  padding: 0 35px;
  height: 52px;
  line-height: 52px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  border: 2px solid #1f2126;
  border-radius: 0;
  color: #e5b323;
  transition: all 0.3s ease;
}

.woocommerce .button:hover {
  background-color: #1f2126;
  color: #fff;
}

/* ==========================================================================
   22. Animations (Elementor)
   ========================================================================== */

.elementor-invisible {
  visibility: visible !important;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.zoomIn {
  animation-name: zoomIn;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.tada {
  animation-name: tada;
}

/* ==========================================================================
   23. Hidden Elements
   ========================================================================== */

.elementor-hidden-desktop {
  display: none !important;
}

.elementor-hidden-phone {
  display: block;
}

/* ==========================================================================
   24. Responsive Styles
   ========================================================================== */

@media only screen and (max-width: 1200px) {
  h1.elementor-heading-title {
    font-size: 80px;
  }

  .elementor-element-586f83e h1.elementor-heading-title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile_menu_button {
    display: block;
  }

  nav.main_menu {
    display: none;
  }

  nav.mobile_menu.opened {
    display: block;
  }

  .elementor-col-33 {
    width: 100%;
  }

  .elementor-col-50 {
    width: 100%;
  }

  h1.elementor-heading-title {
    font-size: 60px;
    letter-spacing: 4px;
  }

  h2.elementor-heading-title {
    font-size: 48px;
  }

  .elementor-element-586f83e h1.elementor-heading-title {
    font-size: 60px;
  }

  .footer_top .widget_text .textwidget {
    padding: 0 16%;
  }

  .header_bottom {
    padding: 0 15px;
  }

  .dark .mobile_menu_button span {
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  h1.elementor-heading-title {
    font-size: 40px;
    letter-spacing: 2px;
  }

  h2.elementor-heading-title {
    font-size: 32px;
  }

  h3.elementor-heading-title {
    font-size: 28px;
  }

  h4.elementor-heading-title {
    font-size: 22px;
  }

  .elementor-element-586f83e h1.elementor-heading-title {
    font-size: 40px;
  }

  .elementor-element-7bba856 {
    padding: 120px 15px 60px;
    min-height: 400px;
  }

  .elementor-element-ccf6c32 .elementor-col-50:last-child,
  .elementor-element-ace3d05 .elementor-col-50:first-child {
    padding: 40px 20px;
  }

  .qode_clients.three_columns .qode_client_holder {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  h1.elementor-heading-title {
    font-size: 28px;
  }

  .elementor-element-586f83e h1.elementor-heading-title {
    font-size: 28px;
    -webkit-text-stroke: 1px #fff;
  }

  .footer_top .widget_text .textwidget {
    padding: 0 5%;
  }

  .qode_clients.three_columns .qode_client_holder {
    width: 100%;
  }

  .elementor-hidden-phone {
    display: none !important;
  }
}

body > center:last-child {
  display: none !important;
}

/* ==========================================================================
   26. Fix for Missing Background Images
   ========================================================================== */

/* Hero section background */
section[data-settings*="background_background"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
