/*
Theme Name: Tadbir Hesab
Author: Harmony Agency
Description: Bootstrap Converted to WordPress
Author URI: https://harmony.agency
Version: 1.0.0
Tags: bootstrap5
*/

/*================================ Cantact From 7 ================================*/

.wpcf7-form-control {
  background: rgba(54, 79, 199, 0.08);
  border-radius: 1000px;
  border: none;
  height: 47px;
  width: 100%;
  color: #414141;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.wpcf7-submit {
  background: #008427;
  border-radius: 1000px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 34.5px;
  border: 1px solid #008427;
  transition: 0.7s;
  width: fit-content;
}
.wpcf7-submit:hover {
  background: #fff;
  color: #000;
  border: 1.13298px solid #231f20;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
	z-index:99
}

.tick-flip {
    font-size: 34px;
}
#remaining_time .title {
    font-size: 27px;
    text-align: right;
    text-align-last: center;
}
.time_label div {
    font-size: 16px;
}
.description .about_part .caption {
    line-height: 36px;
}
footer a {
    color: #fff;
}
form#search-form {
    margin: 0;
}
.search_box input {
    width: 90%;
}
.home-banners{
   max-height: 700px;
}
.home-banners .swiper-slide{
	 padding: 62px 0 101px;
    align-items: center;
    justify-content: center;
}
.home-banners .swiper-pagination-bullet-active {
    background-color: #02AD4E;
}
/* .swiper.home-banners .swiper-slide:nth-child(2) {
    background-color: #008427;
}
.swiper.home-banners .swiper-slide:nth-child(2) .title , .swiper.home-banners .swiper-slide:nth-child(2) .caption {
    color: #fff !important;
} */
.home-banners .discount{
	background-color: #EF0303;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    font-size: 21px;
}
.home-banners .swiper-wrapper {
    max-height: 750px;
}#services .img_box {
	 min-height: 240px;
}
.swiper-wrapper {
    max-height: 750px;
}

footer .share {
    background-color: #fff;
    text-align: center;
}
footer .share .btn-share {
    background-color: transparent;
    border: none;
    margin: 10px;
}
.share-modal {
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    height: 100%;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 1rem;
    position: fixed;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.share-modal.active {
    opacity: 1;
    visibility: visible;
}
.share-modal .content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
    max-width: 480px;
    padding: 30px;
    width: 100%;
}
.share-modal .content .modal-header {
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.share-modal .content .modal-header .close {
    background: transparent;
    border: none;
}
.share-modal .content .modal-header .close img {
    width: 25px;
}
.share-modal .content .modal-header .close:hover {
    cursor: pointer;
}
.share-modal .content .modal-header h3 {
    color: #343a40;
    font-size: 20px;
    font-weight: 800;
}
.share-modal .content .modal-body {
    margin-top: 30px;
}
.share-modal .content .modal-body .icons-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.share-modal .content .modal-body .icons-wrapper a {
    align-items: center;
    color: #000;
    display: flex;
    flex-basis: 100px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.share-modal .content .modal-body .icons-wrapper a:hover span {
    color: #00a693;
}
.share-modal .content .modal-body .icons-wrapper a span {
    font-size: 12px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.share-modal .content .modal-body .icons-wrapper a .share-icon-wrapper {
    align-items: center;
    border-radius: 999px;
    display: flex;
    height: 45px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 45px;
}
.share-modal .content .modal-body .icons-wrapper a .share-icon-wrapper:hover {
    transform: scale(1.1);
}
.share-modal .content .modal-body .icons-wrapper a .share-icon-wrapper img {
    width: 30px;
}
.share-modal .content .modal-body .icons-wrapper a .facebook-wrapper {
    background-color: #3b5998;
}
.share-modal .content .modal-body .icons-wrapper a .x-wrapper {
    background-color: #55acee;
}
.share-modal .content .modal-body .icons-wrapper a .whatsapp-wrapper {
    background-color: #43d854;
}
.share-modal .content .modal-body .icons-wrapper a .telegram-wrapper {
    background-color: #08c;
}
.share-modal .content .modal-body .icons-wrapper a .linkedin-wrapper {
    background-color: #0077b5;
}
.share-modal .content .modal-body .input-group {
    margin-top: 30px;
    position: relative;
}
.share-modal .content .modal-body .input-group .copy {
    align-items: center;
    background-color: grey;
    border-radius: 999px;
    display: flex;
    height: 35px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    width: -moz-max-content;
    width: max-content;
    width: 35px;
}
.share-modal .content .modal-body .input-group .copy img {
    height: 20px;
    width: 20px;
}
.share-modal .content .modal-body .input-group .copy:hover {
    background-color: #626262;
    cursor: pointer;
}
.share-modal .content .modal-body .input-group input {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    direction: ltr;
    font-size: 14px;
    padding: 16px 10px;
    text-align: left;
    width: 100%;
}
#tax_services .content > * > .ActiveBtn {
    padding: 5px 22px;
    color: #000;
    text-align: center;
    background-color: unset;
    border-radius: 30px;
    font-weight: 700;
    border: unset;
}
#tax_services .content > * > .ActiveBtn:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
    margin-left: 10px;
}
#tax_services .btn-shop {
    background-color: #008427;
    color: #fff;
    border-radius: 50px;
    padding: 5px 116px;
    margin: 1rem;
    font-size: 21px;
}
#tax_services .content > * {
    padding: 0;
}
#tax_services .content > * > .title {
    font-weight: 700;
    background-color: #005D1F;
    color: #fff;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}
/* woocommerce */
.wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 4rem;
}
.wc-block-components-button__text {
    background-color: #008427;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
}
#tax_services .discount {
    background: #E70000;
    color: #fff;
    border-radius: 60px;
    padding: 5px;
    font-size: 14px;
}
#tax_services .content {
    gap: 0;
}
#tax_services .content > * {
    max-width: 300px;
    margin: 10px;
}
@media screen and (max-width: 640px) {
    .share-modal .content {
        padding: 10px;
    }
}
