@font-face {
    font-family: 'Yekan Bakh Fat';
    src: url('../fonts/eot/YekanBakh-Fat.eot');
    src: local('YekanBakh-Fat'),
        url('../fonts/eot/YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Fat.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Fat.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Fat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Medium.eot');
    src: local('YekanBakh-Medium'),
        url('../fonts/eot/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Medium.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Medium.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Bold.eot');
    src: local('YekanBakh-Bold'),
        url('../fonts/eot/YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Bold.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Bold.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Light.eot');
    src: local('YekanBakh-Light'),
        url('../fonts/eot/YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Light.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Light.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Heavy.eot');
    src: local('YekanBakh-Heavy'),
        url('../fonts/eot/YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Heavy.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Heavy.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Thin.eot');
    src: local('YekanBakh-Thin'),
        url('../fonts/eot/YekanBakh-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Thin.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Thin.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/eot/YekanBakh-Regular.eot');
    src: local('YekanBakh-Regular'),
        url('../fonts/eot/YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Regular.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Regular.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Yekan Bakh Hairline';
    src: url('../fonts/eot/YekanBakh-Hairline.eot');
    src: local('YekanBakh-Hairline'),
        url('../fonts/eot/YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'),
        url('../fonts/woff2/YekanBakh-Hairline.woff2') format('woff2'),
        url('../fonts/woff/YekanBakh-Hairline.woff') format('woff'),
        url('../fonts/ttf/YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}

/* * {
    padding: 0;
    margin: 0;
} */
/* استایل های بالا با تایلویند تداخل دارند برای همین به شکل زیر در میاریم */
*{
	box-sizing: border-box;
    font-family: 'Yekan Bakh';
}
.article-wrapper{
	font-family: 'Yekan Bakh Hairline'!important;
}
body, h1, h2, h3, h4, p, ul, ol, li {
  font-family: 'Yekan Bakh';

}

body {
    color: rgba(0, 7, 20, 0.68);
    font-size: 16px;
    font-weight: 500;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 12px;
    }
}
header{
	opacity: 0.95;
}
.active-tab {
    color: #1C39BB;
}

.active-tab::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #1C39BB;
    border-radius: 2px 0;
}

.red-day {
  background-color: #fee2e2; /* قرمز کمرنگ */
  color: #dc2626; /* قرمز */
  border-radius: 50%;
}

.carousel{
    grid-auto-columns: calc((100% / 4) - 12px);
}

@media screen and (max-width: 1200px) {
    .carousel {
        grid-auto-columns: calc((100% / 3) - 9px);
    }


}
@media screen and (max-width: 900px) {
  .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
	gap:10px;
  }
}
@media screen and (max-width: 600px) {
  .carousel {
     grid-auto-columns: 100% ;
	 gap:10px;
  }
  .header-banner p{
	  text-align: center;
	width: 98%;
	line-height: 26px;
	
}
  .header-banner .text-banner{
	  gap: 4px;
  }

  
}


.carouselGallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

@media screen and (min-width: 1200px) {
  .carouselGallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* datepicker styles */

.datepicker {
  z-index: 999;
  margin-top: 2px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.datepicker button {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
  touch-action: manipulation;
}

.days,
.dates {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 10px;
  margin-block: 10px;
}

.days span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.dates button {
  color: slategray;
  aspect-ratio: 1;
}

.dates button:disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.dates button:hover {
  background: rgba(119, 136, 153, 0.1);
}

.dates button.today {
  background: rgba(147, 112, 216, 0.2);
  color: mediumpurple;
}

.dates button.selected {
  background: mediumpurple;
  color: #fff;
}

.datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.datepicker-header select,
.datepicker-header input {
  font-size: 14px;
  border: 1px solid #eee;
}

.datepicker-header input {
  max-width: 64px;
}

.datepicker-header button {
  color: white;
  background-color: #1C39BB;
  padding: 5px;
}

.datepicker-header button:hover {
  background-color: #0E1D5E;
}

.datepicker-footer {
  display: flex;
  justify-content: start;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.datepicker-footer button {
  background: rgba(119, 136, 153, 0.1);
  padding: 6px 12px;
}

.datepicker-footer button.apply {
  background: #1C39BB;
  color: #fff;
}




.price-input{
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.price-input .field{
  display: flex;
  width: 100%;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17A2B8;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}











.gfg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #01940b;
}

.custom-wrapper {
  margin: 0;
  width: 70%;
  padding: 0px 25px 40px;
  position: relative;
  left: 63px;
}

.header h2 {
  font-size: 30px;
  color: #01940b;
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* Styles for the price input container */
.price-input-container {
  width: 100%;
}

.price-input .price-field {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}

.price-field span {
  text-align: right;
  min-width: 100px;
  margin-top: 6px;
  font-size: 12px;
}

.price-field input {
  max-width: 100px;
  width: 100%;
  flex: 1;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid rgba(0, 14, 36, 0.22);
}

.price-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 19px;
  color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-container {
  width: 100%;
}

.slider-container {
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
}

.slider-container .price-slider {
  height: 100%;
  left: 25%;
  right: 15%;
  position: absolute;
  border-radius: 5px;
  background: #1C39BB;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -14px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #1C39BB;
  pointer-events: auto;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .main {
      width: 80%;
      margin-right: 5px;
  }

  .custom-wrapper {
      width: 100%;
      left: 0;
      padding: 0 10px;
  }

  .projtitle {
      width: 100%;
      position: relative;
      right: 26px;
  }

  .price-field {
      margin-bottom: 10px;
  }
}
/* search blog */

#searchResultsBox {
  max-height: 300px; /* ارتفاع محدود با اسکرول */
  overflow-y: auto;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
  margin-top: 4px;
  position: absolute; /* اگر لازم شد */
  width: 100%; /* متناسب با عرض باکس سرچ */
  z-index: 50;
}

.search-result-item:hover {
  background-color: #e0f2fe; /* رنگ آبی روشن برای هاور */
  box-shadow: 0 2px 8px rgba(0, 118, 255, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s;
}
 .svg_call{
	 margin-top:-2px;
 }
     .pulse-circle{
	
		
		   animation: pulse 1.5s infinite;

	}

	       @keyframes pulse {
    0% {
     
        box-shadow: 0 0 0 0 rgba(231, 194, 60, 0.7);
    }
    
    70% {
      
        box-shadow: 0 0 0 8px rgba(231, 76, 60, 0);
    }
    
    100% {
       
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}
.call-all-time{
	border:2px solid #5c69a0;
}
.call-all-time:hover{
		border:2px solid #96a0cd;
 box-shadow: 2px 2px 9px 2px rgba(92,105,160,0.68);
-webkit-box-shadow: 2px 2px 9px 2px rgba(92,105,160,0.68);
-moz-box-shadow: 2px 2px 9px 2px rgba(92,105,160,0.68);
}
.header-banner p{
	word-spacing: 3px;

	line-height: 26px;
	
}
