@charset "UTF-8";

/*
Theme Name: Custom Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: The WordPress team
Author URI: https://wordpress.org/
Description: Custom Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Custom Theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Custom Theme WordPress Theme, (C) 2020 WordPress.org
Custom Theme is distributed under the terms of the GNU GPL.
*/

a {
  text-decoration: none;
}

.service-item_icon i.fa-solid,
.service-item_icon i.fa-arrow-right {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  font-style: normal !important;
}

.service-item_icon i.fa-arrow-right::before {
  content: "\f061" !important;
}

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: all 0.4s ease;
  overflow-y: auto;
}

.th-menu-wrapper.th-body-visible {
  left: 0;
}

.th-menu-area {
  padding: 25px 20px;
}

.th-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #eee;
}

.th-mobile-menu ul li a {
  display: block;
  padding: 12px 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo img {
  max-width: 120px;
}

.close-menu button {
  border: none;
  background: #f15b2a;
  color: #fff;
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.th-mobile-menu ul li a:before {
  display: none !important;
}
