/*
 Theme Name:   Inoserver Child
 Theme URI:    http://inoserver.com
 Description:  inoserver Child Theme
 Author:       VahidSabet
 Author URI:   https://inoserver.com/
 Template:     inoserver
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/



@font-face {
	font-family: "yekan";
	src:url(./fonts/Yekan.woff?337881a1246d3b51b420e1ce1ad35422) format("woff"),
	  url(./fonts/Yekan.ttf?732cabbff87f779b74d3ee5741eb933f) format("truetype"), 
	  url(./fonts/Yekan.woff2?8d649f69659e092cd2f977d6b8d95599) format("woff2");
	font-style: normal;
	font-weight: 600
}

h1,h2,h3,h4,h5,h6,p,a,li,span,div,.menu-price-btn,sup.out-of,div.amount,.lf-head-btn {
     font-family: 'yekan', sans-serif !important;
}

/* Footer section */
footer {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}
.wrap {
    max-width: 100%;
    overflow-x: auto;
    width: 100%; /* Ensure full width */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
}
.footer-content{
    display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        background-color: #ffffff;
        width: 70%; 
        max-width: 100vw; 
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
}
.footer-content__col{
    padding: 1rem;
}
.footer-content__col1{
    width:35% ;
}
.footer-content__col2{
    width:35% ;
}
.footer-content__col3{
    width:30% ;
}
.footer-content__info{
    
    line-height: 1.875rem !important;
    margin: 1.125rem 0;   
    font-size: 12px;
}
.footer-content__sotial-container{
    gap: .8rem;
}
.footer-content .d-xl-none{

display:none;
}
.footer-content .d-sm-none{
 display:none;
}
.footer-content hr{
    height: 1px;
    background-color: currentColor;
    border: 0;
    color: #ddd;
    opacity: 1;
    width: 70%;
}
.footer-content .my-5{
        margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}
.footer-content__menu-items{
display: flex;
    justify-content: space-between;
}
.footer-container{
    background: #fff;
}
.footer-content__menu-item{
    display:flex;
    flex-direction: column;
    gap: 1rem;
    
}
.footer-content .fw-semibold{
    font-weight:700;
}
.footer-content__menu-item-content{
    display:flex;
    flex-direction:column;
    gap:.6rem;
}
.footer-content__certificate-col{
    display:flex;
    flex-direction:column;
    justify-content: center;
    
}
.footer-content__certificate-col-content{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:.2rem;
}
.footer__certificate-item{
        border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px;
    width: 25%;
    flex: 1 1 auto;
}
.footer__certificate-item img{
    width:100%;
}
.footer-content__menu-item{
    padding:1rem;
}

@media (max-width: 1199.98px) {
	.custom-image-maps{
		display:none !important;
	}
}

@media (max-width: 991.98px) {
    .footer-content .d-xl-none{
         display:block;
    }
    .footer-content__col1{
        order:0;
        width:50%;
    }
    .footer-content__col2{
        order:2;
        width:100%;
    }
    .footer-content__col3{
       order:1; 
       width:50%;
    }

}

@media (max-width: 767.98px) {
  .footer-content__col1{
        order:0;
       flex: 0 0 auto;
    }
    .footer-content__col2{
        order:2;
    }
    .footer-content__col3{
    flex: 1 1 auto;
    }
}

@media (max-width: 575.98px) {
 .footer-content .d-sm-none{
         display:block;
    }
    .footer-content__col1{
        order:0;
       width:100%;
    }
    .footer-content__col2{
        order:2;
        width:100%;
        
    }
    .footer-content__col3{
       order:1; 
    max-width: 20rem;
    width: 100%;
    }
    .footer-content__menu-items{
        flex-direction: column;
        
    }
}

/* End Footer Section */

/* contact us form Section */
.wpcf7-form {
  font-family: 'IRANSans', sans-serif;
  direction: rtl;
  max-width: 1500px; /* حداکثر عرض فرم */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}

.wpcf7-form .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.wpcf7-form p.half {
  width: 48%;
  margin: 0;
  box-sizing: border-box;
}

.wpcf7-form p.full {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}

.wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7-form input[type="submit"] {
  width: 30%;
  margin: 20px auto 0;
  display: block;
  background-color: #ff6600;
  color: white;
  border: none;
  padding: 14px 0;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #e65c00;
}

/*END contact us form Section */

/* ======= Header Section ======= */
.header-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  gap: 30px;
}

.header-center nav.main-nav ul {
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.header-center nav.main-nav ul li a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
}

.header-skin,
.header-skin:hover,
.header-skin.header-scroll {
  height: 65px !important;
  line-height: 65px !important;
  overflow: visible !important;
  background-color: #F6F6F6 !important;
  border-bottom: none !important;
}

.header-container {
  margin-top: -30px;
}

.main-nav li {
  position: relative;
  margin-left: 30px;
}

.header li {
  margin-left: 20px;
}

.header-right .user-profile-dropdown .dropdown .mobile-nav-phone{
    padding: 0px 15px;
}


/* ======= Responsive Styles ======= */
@media (max-width: 1201px) {
  .header .header-center,
  .header .header-left,
  .header .header-right {
    display: inline-flex !important;
    align-items: center;
    margin-top: 12px;
    position:relative !important;
  }

  .header-center nav.main-nav ul li a {
    color: #8A8A8A !important;
  }
  .user-profile-dropdown.mobile-nav-phone {
    display: inline-flex !important;
    align-items: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 0 15px !important;
    line-height: 1 !important;
    margin: 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
    
  .header-container {
    margin-top: -30px;
  }

  .header-phone {
    display: inline-flex !important;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    border: 1px solid #FF772C;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 5px;
  }

  .header-phone-mobile {
    display: inline-flex !important;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    margin-top: 5px;
  }

  .header-phone i {
    font-size: 24px;
    margin-left: 8px;
    margin-top: -4px;
  }

  .header-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    position: relative;
  }

  .header-right .user-profile-dropdown.mobile-nav-phone {
    display: inline-flex !important;
    align-items: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border: 1px solid #FF772C !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 15px !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .main-nav ul {
    display: block !important;
    padding: 0;
    margin: 0;
  }

  .main-nav ul li {
    display: block !important;
    margin-bottom: 10px;
  }

  .main-nav ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
  }

  .header-center nav.main-nav ul li a {
    color: #8A8A8A !important;
  }

  .i-nav {
    max-height: none !important;
    overflow: visible !important;
  }

  .user-profile-dropdown.mobile-nav-phone {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 10px auto !important;
    width: 100% !important;
    color: #000 !important;
    padding: 0 15px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .user-profile-dropdown i {
    margin-left: 8px !important;
    margin-top: 0 !important;
  }

  .header-container {
    margin-top: -15px;
    position:relative !important;
  }

}

/* لینک تلفن */
a[href*="tel:"] {
  color: #000000;
}

/* لوگو */
.logo {
  width: 50px;
}

/*END header section*/