@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@font-face {
  font-family: IranYekanRegular;
  font-style: normal;
  src: url(../fonts/FontIran.com/IRANYekanRegular.ttf);
}

@font-face {
  font-family: IranYekanBold;
  font-style: normal;
  src: url(../fonts/FontIran.com/IRANYekanBold.ttf);
}

@font-face {
  font-family: IranYekanMeduim;
  font-style: normal;
  src: url(../fonts/FontIran.com/IRANYekanMedium.ttf);
}

@font-face {
  font-family: IranYekanLight;
  font-style: normal;
  src: url(../fonts/FontIran.com/IRANYekanLight.ttf);
}

@font-face {
  font-family: birthstone;
  font-style: normal;
  src: url(../fonts/FontIran.com/Birthstone-Regular.ttf);
}

body {
  font-family: "IranYekanRegular";
  background-color: #fafcfe;
}

.max-content {
  width: max-content;
}

.color-des {
  color: rgba(14, 33, 56, 0.7);
}

a {
  text-decoration: none;
}

.color-title {
  color: #0E2138;
}

.btn-felez {
  background-color: #ff6200 !important;
  color: #fff !important;
  padding: 6px 24px !important;
}

.btn-felez:focus {
  border-color: #ff6200;
  background-color: #ff6200;
  color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.btn-felez:active {
  border-color: #ff6200 !important;
  background-color: #ff6200 !important;
  color: #fff !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.btn-felez-lg {
  background-color: #FF6200;
  color: #fff;
  transition: 0.5s;
  padding: 10px 24px;
}

.btn-felez-lg:hover {
  border-color: #FF6200;
  background-color: #FF6200;
  color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.btn-felez-lg:focus {
  border-color: #FF6200;
  background-color: #FF6200;
  color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.btn-felez-lg:active {
  border-color: #FF6200 !important;
  background-color: #FF6200 !important;
  color: #fff !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.btn-outline-felez {
  transition: 0.5s;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #FC810F;
  color: #FC810F;
}

.btn-outline-felez:hover {
  transition: 0.5s;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #FC810F;
  color: #FC810F;
}

.btn-outline-felez:active {
  transition: 0.5s;
  padding: 6px 24px;
  background-color: transparent !important;
  border: 1px solid #FC810F;
  color: #FC810F !important;
}

.btn-outline-felez:focus {
  transition: 0.5s;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #FC810F;
  color: #FC810F;
}

.btn-map-footer {
  color: #ff6200 !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 4px;
}

.gap-14 {
  gap: 14px;
}

.button-sm {
  font-size: 13px;
}

.button-md {
  font-size: 14px;
  line-height: 22px;
}

.button-lg {
  font-size: 16px;
  line-height: 24px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.subtitle1 {
  font-family: "IranYekanLight";
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.subtitle2 {
  font-size: 16px;
  line-height: 24px;
}

.body1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "IranYekanLight";
  color: #333 !important;
}

.body2 {
  font-family: "IranYekanLight";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.birthstone {
  font-family: "birthstone";
  line-height: 40px;
  font-weight: 400;
  font-size: 44px !important;
}

.overline {
  font-size: 12px;
  line-height: 18px;
}

.text-one {
  color: #FF6200 !important;
}

.text-title {
  color: #0e2138;
}

.text-justify {
  text-align: justify;
}

.bg-secondary-light {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-back {
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  padding: 6px 24px;
  color: #fff;
}

menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 120;
}

menu .offcanvas {
  background: #f6f1ee;
}

/* menu .main-menu .navbar-nav .nav-item {
    margin-left: 17px; } */
menu .main-menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0 !important;
}

.offcanvas {
  transition: transform .8s ease-in-out;
}

.offcanvas.offcanvas-bottom {
  height: 100%;
  background-image: url(../images/Menu.png);
  background-size: 100% 100%;
}

.offcanvas.offcanvas-bottom .offcanvas-header .btn-close {
  opacity: 1;
  box-shadow: none;
}

.offcanvas.offcanvas-bottom .tab-content {
  margin-top: 40px;
}

.offcanvas.offcanvas-bottom .tab-content .tab-pane .sub-cat {
  margin-bottom: 35px;
}

.offcanvas.offcanvas-bottom .tab-content .tab-pane .h6 {
  margin-bottom: 18px !important;
}

.offcanvas.offcanvas-bottom .tab-content .tab-pane li {
  margin-bottom: 5px;
}

.offcanvas.offcanvas-bottom .tab-content .tab-pane a {
  transition: 0.5s;
}

.offcanvas.offcanvas-bottom .tab-content .tab-pane a:hover {
  color: #FC810F;
}

.offcanvas.offcanvas-bottom .nav-item .nav-link {
  background-size: 100%;
  height: 105px;
  border: 0;
  border-radius: unset;
  position: relative;
  text-align: right;
}

.offcanvas.offcanvas-bottom .nav-item .nav-link span {
  font-weight: 100;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  position: relative;
  z-index: 12;
  opacity: 1;
}

.offcanvas.offcanvas-bottom .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58));
}

.offcanvas.offcanvas-bottom .nav-item .nav-link.active {
  border-bottom: 5px solid #FC810F !important;
}

.offcanvas.offcanvas-bottom .nav-item .nav-link.active::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
}

.offcanvas.offcanvas-bottom .nav-item .nav-link.active span {
  opacity: 1;
  font-weight: bold;
}

.menu-mobile .cat-mobile a {
  color: rgba(14, 33, 56, 0.7) !important;
}

.menu-mobile a {
  color: #0E2138 !important;
}

.mega-mobile .accordion-item {
  background-color: transparent;
  border: 0;
}

.mega-mobile .accordion-button {
  background: transparent;
  color: rgba(14, 33, 56, 0.7);
  border: 0;
  box-shadow: none;
  padding: 0;
}

.mega-mobile .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 100% 100%;
}

.mega-mobile .accordion-button:not(.collapsed) {
  color: #FC810F !important;
}

.mega-mobile .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/15.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
}

header .sub-cat {
  z-index: 10;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
}

.header-home{
  height: 55rem !important;
}

.header-category.has-subcat {
  height: 28rem !important;
}

.header-category.has-subcat .header-inn {
  margin-top: 0rem !important;
}

.header-category.no-subcat {
  height: 18rem !important;
}

.header-category.no-subcat .header-inn {
  margin-top: 8rem !important;
}

/* حالت عادی وقتی زیر دسته هست */
.header-sub-cat.has-subcat {
  height: 28rem !important;
}

.header-sub-cat.has-subcat .header-inn {
  margin-top: 0rem !important;
}

.header-sub-cat.no-subcat {
  height: 18rem !important;
}

.header-sub-cat.no-subcat .header-inn {
  margin-top: 8rem !important;
}

header .sub-cat a {
  width: 100%;
}

header .sub-cat .swiper-slide {
  background: transparent;
}

header .sub-cat .cat {
  background-size: cover;
  height: 325px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}

header .sub-cat .cat h5,
header .sub-cat .cat p {
  color: #fff;
  position: relative;
}

header .sub-cat .cat p {
  opacity: 0;
  display: none;
  transition: 0.5s;
  transform: translate(0, 50px);
}

header .sub-cat .cat:hover p {
  opacity: 1;
  display: block;
  transform: translate(0, 0px);
}

header .sub-cat .cat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(2, 12, 23, 0) 36.92%, #020C17 105.69%);
}

header .category {
  margin-top: 10rem;
  position: relative;
}

header .category .subcategory {
  opacity: 0;
  display: none;
  margin-bottom: -4rem;
  transition: 1s;
  animation-name: display;
  animation-duration: 0.5s;
  width: 100%;
  text-align: right;
}

header .category .swiper {
  height: max-content;
  position: relative;
}

header .category .swiper .swiper-wrapper {
  height: max-content;
}

header .category .swiper .swiper-slide {
  background-color: transparent;
  height: max-content;
  width: auto !important;
}

header .category .swiper ul {
  touch-action: pan-x;
}

header .category .swiper a {
  background: rgba(0, 0, 0, 0.38);
  padding: 10px 20px;
  color: #fff;
  transition: 0.5s;
  white-space: nowrap;
  width: 100% !important;
  backdrop-filter: blur(10px);
  font-size: 16px;
}

header .category .swiper a:hover {
  background: #FF6200;
}

header .category .nav-item .nav-link {
  white-space: nowrap;
  border-radius: 0;
  background-color: transparent;
  align-items: center;
  padding: 50px;
  position: relative;
  background-size: cover;
  background-position: top;
  transition: 0.5s;
  width: 190px;
  height: 420px;
  color: #fff;
}

header .category .nav-item .nav-link h3 {
  font-size: 25px;
  position: relative;
  margin-bottom: 0;
  transition: 1s;
}

header .category .nav-item .nav-link .btn-felez-lg {
  margin-top: 10px;
  position: relative;
}

header .category .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(14, 33, 56, 0) 35.12%, #020C17 100%);
  z-index: 0;
}

header .category .nav-item .nav-link.active {
  padding-left: 0;
  align-items: flex-start;
  width: 600px;
}

header .category .nav-item .nav-link.active h3 {
  margin-bottom: 16px;
}

header .category .nav-item .nav-link.active .subcategory {
  opacity: 1;
  display: block;
  margin-bottom: 0;
}

@keyframes display {
  0% {
    display: none;
    opacity: 0;
    margin-bottom: -5rem;
  }

  100% {
    display: block;
    opacity: 1;
    margin-bottom: 0;
  }
}

header .over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(14, 33, 56, 0) 44%, #0e2138 110%), linear-gradient(to bottom, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67));
}

header::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -49px;
  width: 358px;
  height: 373px;
  -webkit-filter: blur(130px);
  filter: blur(130px);
  opacity: 0.5;
  background-color: #fc810f;
  z-index: 1;
}

header::after {
  content: "";
  left: 0;
  top: 0;
  width: 578px;
  height: 537px;
  position: absolute;
  background: #FC810F;
  -webkit-filter: blur(130px);
  filter: blur(130px);
  opacity: 0.5;
}

header .header-inn {
  margin-top: 25rem;
  position: relative;
  z-index: 5;
}

header .header-inn::before {
  content: "";
  right: 0;
  top: 0;
  width: 460px;
  height: 460px;
  background: #0FC3FC;
  filter: blur(130px);
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}

header .form-consulation {
  margin-top: 66px;
  z-index: 1200;
}

header .form-consulation .form-floating {
  margin-bottom: 18px;
}

/* header .form-consulation input {
      border-color: #0E2138 !important; } */
header .form-consulation input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

header .form-consulation .footer button,
header .form-consulation .footer a {
  margin-bottom: 10px;
  padding: 10px;
}

.price-table {
  position: relative;
  margin-top: 5rem;
}

.price-table::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 200px;
  width: 300px;
  height: 300px;
  background: #C1E0FF;
  filter: blur(130.5px);
  opacity: 0.5;
}

.price-table .table-inn {
  margin-top: 65px;
  position: relative;
}

.price-table .table-inn::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  filter: blur(137px);
  -webkit-filter: blur(137px);
  background-color: #FC810F;
  z-index: -1;
  margin: auto;
  opacity: 0.8;
}

.price-table .table-inn::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 0;
  right: 40%;
  width: 200px;
  height: 200px;
  filter: blur(137px);
  -webkit-filter: blur(137px);
  background-color: #FC810F;
  z-index: -1;
  opacity: 0.8;
}

.price-table .table-inn .accordion-button {
  padding: 12px;
  border-color: rgba(14, 33, 56, 0.09);
}

.price-table .table-inn .accordion-button:focus {
  background-color: #fff;
  border-color: rgba(14, 33, 56, 0.09);
  box-shadow: none;
}

.price-table .table-inn .accordion-button:not(.collapsed) {
  color: #0e2138;
  background-color: #fff;
  border-color: rgba(14, 33, 56, 0.09);
  box-shadow: none;
  border-bottom: 1px solid rgba(14, 33, 56, 0.09);
}

.price-table .table-inn .accordion-button:not(.collapsed)::after {
  filter: brightness(0.3);
}

.price-table .table-inn .accordion-body {
  background-color: #fafcfe;
  overflow-y: auto;
  max-height: 200px;
}

.price-table .table-inn .accordion-body .nav-link {
  color: rgba(14, 33, 56, 0.7);
  font-size: 16px;
  padding: 5px 12px;
  text-align: right;
  margin-bottom: 5px;
}

.price-table .table-inn .accordion-body .nav-link.active {
  border-right: 3px solid #FF6200;
  background-color: transparent;
  color: #ff6200;
  font-family: "IranYekanBold";
}

.price-table .table-inn .tab-content .nav {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.price-table .table-inn .tab-content .nav::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.price-table .table-inn .tab-content .nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.price-table .table-inn .tab-content .nav::-webkit-scrollbar-thumb {
  background: #888;
}

.price-table .table-inn .tab-content .nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.price-table .table-inn .tab-content .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  border: 0;
  color: rgba(14, 33, 56, 0.4);
  white-space: nowrap;
}

.price-table .table-inn .tab-content .nav-item .nav-link.active {
  background-color: #ff6200;
  color: #fff;
  font-family: "IranYekanBold";
}

.price-table .table-inn .tab-pane1 .header {
  padding: 10px;
  border: solid 1px rgba(14, 33, 56, 0.09);
}

.price-table .table-inn table {
  border: solid 1px rgba(14, 33, 56, 0.09);
}

.price-table .table-inn table thead th:nth-child(7) {
  color: #ff6200 !important;
}

table tbody tr td:last-child {
  color: #ff6200 !important;
  font-family: "IranYekanBold";
}

.price-table table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.price-table table tbody tr:nth-child(even) {
  background-color: white;
}

.price-table .table-inn table tr {
  height: 3.75rem;
}

.price-table .table-inn table tr th,
.price-table .table-inn table tr td {
  vertical-align: middle;
}

.price-table .table-inn table thead {
  background-color: #eee;
}

.price-table .table-inn table thead th {
  text-align: center;
  font-size: 16px;
  font-family: "IranYekanBold";
  line-height: 22px;
  color: rgb(0, 0, 0);
}

.price-table .table-inn table thead th:nth-child(5) {
  width: 10rem;
}

.price-table .table-inn table tbody td {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #00000096;
}

.price-table .table-inn table tbody td .call {
  background-color: rgba(252, 128, 15, 0.12);
  color: #FC810F;
}

.price-table .table-inn table tbody td .price-upper span {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbefdd;
  border-radius: 50%;
  color: #57d163;
}

.price-table .table-inn table tbody td .price-upper p {
  color: #57d163;
}

.price-table .table-inn table tbody td .price-downer span {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efdbdb;
  border-radius: 50%;
  color: #da2b2b;
}

.price-table .table-inn table tbody td .price-downer p {
  color: #da2b2b;
}

.banner {
  margin-top: 100px;
  background-image: url(../images/karkhoone.jpeg);
  background-size: cover;
  height: 400px;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  padding-left: 60px;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, #0E2138 24.96%, rgba(14, 33, 56, 0) 81.45%);
}

.banner .body1 {
  opacity: 0.8;
}

.banner .h4 {
  margin-bottom: 5px;
}

.banner .buttons-banner {
  margin-top: 23px;
}

.banner .tamas {
  margin-top: 15px;
}

.banner .support {
  position: relative;
  width: 60px;
  height: 60px;
  background: #FC810F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .banner-text {
  position: relative;
}

.banner .btn-whatsapp {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-whatsapp:hover {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-whatsapp:active {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-whatsapp:focus {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-telegram {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-telegram:hover {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-telegram:active {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.banner .btn-telegram:focus {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.transportation {
  position: relative;
  margin-top: 150px;
}

.transportation::after {
  content: "";
  position: absolute;
  left: 24rem;
  top: 1rem;
  width: 225px;
  height: 225px;
  -webkit-filter: blur(134px);
  filter: blur(134px);
  background-color: #c1e0ff;
  z-index: -1;
}

.transportation::before {
  content: "";
  position: absolute;
  bottom: -40%;
  right: 30%;
  width: 200px;
  height: 200px;
  -webkit-filter: blur(134px);
  filter: blur(134px);
  background-color: #FC810F;
  opacity: 0.8;
}

.transportation .body1 {
  margin-top: 30px;
  font-family: "IranYekanRegular" !important;
  color: rgba(14, 33, 56, 0.7);
}

.transportation .body1 span {
  background-color: rgba(252, 129, 15, 0.1);
}

.transportation .button {
  margin-top: 30px !important;
}


.blogs .swiper-slide {
  background-color: transparent;
}

.blogs .blog-in {
  text-align: right;
}

.blogs .blog-in h6 {
  color: #0E2138;
}

.blogs .blog-in P {
  color: rgba(14, 33, 56, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.map {
  margin-top: 40px;
}

.map .map-in {
  background-image: url("../images/map.jpg");
  background-size: 100% 100%;
  height: 300px;
  z-index: 120;
  position: relative;
}

.map .map-in .address {
  top: 0;
  right: 50px;
  background-color: rgba(255, 255, 255, 0.658);
  position: absolute;
  bottom: 0;
  background-color: #ffffff2b;
  margin: 10px;
  padding: 35px;
  backdrop-filter: blur(15px);
  height: max-content;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.cunsoltion .btn-cunsoltion {
  background: rgba(252, 129, 15, 0.1);
}

.cunsoltion .btn-cunsoltion .support {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #FC810F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cunsoltion .btn-whatsapp {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-whatsapp:hover {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-whatsapp:active {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-whatsapp:focus {
  background: #4ECC5C;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-telegram {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-telegram:hover {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-telegram:active {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.cunsoltion .btn-telegram:focus {
  background: #2CA3DB;
  color: #fff;
  padding: 8px 24px;
  border-radius: 0;
}

.des {
  margin-top: 160px;
}

.des .data_more_less_inner {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.des .action_less {
  display: none;
}

.des .less_active .action_less {
  display: flex;
}

.des .less_active .action_more {
  display: none !important;
}

.des .data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  height: 80px;
}

.des .data_more_less.action_disabled .more_less_action {
  display: none;
}

.des h1 {
  margin-bottom: 0px;
}

.des p {
  line-height: 1.75;
}

.des .des-box {
  margin-bottom: 3rem;
  background-color: #FFF7F0;
}

.des .des-box .body1 {
  line-height: 1.75;
}

.banner-inn {
  margin-top: 5rem;
}

.banner-inn .banner-inner {
  background-image: url("../images/banner-inn.png");
  height: 150px;
  background-size: 100% 100%;
  position: relative;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-inn .banner-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 27.59%), linear-gradient(270deg, #000000 -1.29%, rgba(0, 0, 0, 0) 44.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.banner-inn .banner-inner div {
  position: relative;
  z-index: 1;
}

.slogan {
  margin-top: 120px;
}

.slogan .slogan-inner {
  background-color: #0E2138;
  padding: 80px 50px;
  color: #fff;
  text-align: center;
}

.slogan .slogan-inner .slogan-box {
  transition: 0.5s;
  background: #182E49;
}

.slogan .slogan-inner .slogan-box:hover {
  background: #FC810F;
  color: #0E2138;
}

.slogan .slogan-inner .slogan-box:hover span {
  background: #0E2138 !important;
  color: #fff !important;
}

.slogan .slogan-inner .slogan-box:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(12%) hue-rotate(236deg) brightness(104%) contrast(100%);
}

.slogan .slogan-inner .slogan-box .img-box {
  width: 50px;
  display: flex;
  margin: auto;
  position: relative;
}

.slogan .slogan-inner .slogan-box .img-box figure {
  height: 5rem;
}

.slogan .slogan-inner .slogan-box .img-box figure .figure-inn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slogan .slogan-inner .slogan-box .img-box figure .figure-inn img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.slogan .slogan-inner .slogan-box .img-box span {
  transition: 0.5s;
  bottom: 1rem;
  right: -0.25rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FC810F;
  color: #fff;
  font-size: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.slogan .slogan-inner .slogan-box .body2 {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.75;
}

.faq {
  margin-top: 80px;
}

.faq .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.faq .accordion-button:not(.collapsed) {
  background: rgba(252, 129, 15, 0.1);
  color: #0E2138;
}

.faq .accordion-button {
  font-weight: 600;
  transition: 0.5s;
}

.faq .accordion-button:focus {
  box-shadow: none;
  border-color: #FC810F !important;
}

.faq .accordion-button:hover {
  background: #FC810F;
  color: #fff;
}

.limit-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* .blog-list .header-blog {
  height: 55rem;
} */

.blog-list .header-blog .tabs-blog::before {
  content: "";
  right: 0;
  top: 251px;
  width: 460px;
  height: 460px;
  background: #0FC3FC;
  filter: blur(130px);
  opacity: 0.3;
  position: absolute;
  z-index: 0;
}

.blog-list .header-blog::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -49px;
  width: 358px;
  height: 373px;
  -webkit-filter: blur(130px);
  filter: blur(130px);
  opacity: 0.5;
  background-color: #fc810f;
  z-index: 0;
}

.blog-list .header-blog::after {
  content: "";
  left: 0;
  top: 0;
  width: 578px;
  height: 537px;
  position: absolute;
  background: #FC810F;
  -webkit-filter: blur(130px);
  filter: blur(130px);
  opacity: 0.5;
  z-index: 0;
}

.blog-list .header-blog .tabs-blog {
  padding-top: 220px;
}

.blog-list .header-blog .nav {
  z-index: 12;
}

.blog-list .header-blog .nav .nav-link {
  margin-bottom: 30px;
  padding: 0;
  text-align: right;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.blog-list .header-blog .nav .nav-link:focus-visible {
  border: 0;
}

.blog-list .header-blog .nav .nav-link .img-blog img {
  opacity: 0.7;
}

.blog-list .header-blog .nav .nav-link:hover {
  color: #FC810F !important;
}

.blog-list .header-blog .nav .nav-link.active {
  border-bottom: 3px solid #FC810F !important;
}

.blog-list .header-blog .nav .nav-link.active .img-blog img {
  opacity: 1;
}

/* .blog-list .header-blog .tab-content {
  height: 55rem;
} */

.blog-list .header-blog .tab-content .newsletter {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  z-index: 8;
}

.blog-list .header-blog .tab-content .newsletter .new-inn {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(21px);
  padding: 32px;
}

.blog-list .header-blog .tab-content .newsletter .new-inn input {
  direction: rtl;
  border-bottom: 1px solid #FC810F !important;
}

.blog-list .header-blog .tab-content .over {
  height: 9.3rem;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(14, 33, 56, 0) 43.65%, #0E2138 110.49%), linear-gradient(0deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67));
}

.blog-list .header-blog .tab-content .tab-pane {
  height: 9.3rem;
  background-size: cover;
}

.blog-list .header-blog .tab-content .tab-pane .blog-inner {
  padding-top: 259px;
  z-index: 5;
}

.blog-list .header-blog .tab-content .tab-pane .blog-inner h1,
.blog-list .header-blog .tab-content .tab-pane .blog-inner a {
  margin-bottom: 20px !important;
}

.blog-list .header-blog .tab-content .tab-pane .blog-inner h1:hover,
.blog-list .header-blog .tab-content .tab-pane .blog-inner a:hover {
  color: #FC810F !important;
}

.blog-list .most-visited {
  margin-top: 120px;
  position: relative;
}

.blog-list .most-visited::after {
  content: "";
  width: 421px;
  height: 421px;
  background-color: #FC810F;
  opacity: 0.1;
  filter: blur(30px);
  position: absolute;
  top: -8rem;
  right: 3rem;
  z-index: -1;
  border-radius: 50%;
}

.blog-list .most-visited .visited-inner .most-img {
  background-size: cover;
  position: relative;
}

.blog-list .most-visited .visited-inner .most-img:hover .over {
  top: 53%;
}

.blog-list .most-visited .visited-inner .most-img .over {
  transition: 0.7s;
  position: absolute;
  left: 24.07%;
  right: 24.07%;
  top: 58.66%;
  bottom: 0%;
  text-align: center;
  z-index: 2;
}

.blog-list .most-visited .visited-inner .most-img .over i {
  font-size: 10px;
}

.blog-list .most-visited .visited-inner .most-img .over p {
  margin-bottom: 20px;
}

.blog-list .most-visited .visited-inner .most-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.81%, #000000 90.07%);
}

.blog-list .most-visited .visited-inner li {
  margin-bottom: 30px;
  padding: 0;
  text-align: right;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.blog-list .most-visited .visited-inner li:last-child {
  margin-bottom: 0 !important;
}

.blog-list .most-visited .visited-inner li .img-blog {
  position: relative;
}

.blog-list .most-visited .visited-inner li .img-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FC810F;
  opacity: 0;
  transition: 0.3s;
}

.blog-list .most-visited .visited-inner li .h6 {
  transition: 0.3s;
}

.blog-list .most-visited .visited-inner li:hover .img-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FC810F;
  opacity: 0.2;
}

.blog-list .most-visited .visited-inner li:hover .h6 {
  color: #FC810F;
}

.blog-list .most-visited .visited-inner li span {
  font-size: 12px;
}

.blog-list .banner-one {
  margin-top: 150px;
}

.blog-list .banner-one .banner-inn {
  background: rgba(14, 33, 56, 0.05);
  padding: 38px 134px;
}

.blog-list .banner-one .banner-inn .banner-inner {
  height: 110px !important;
}

/* .blog-list .news {
  margin-top: 150px;
} */

.blog-list .news .swiper-slide {
  background-color: transparent;
}

.blog-list .news .before {
  position: relative;
}

.blog-list .news .before::after {
  content: "";
  position: absolute;
  top: -20rem;
  right: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(30px);
  background-color: #0FC3FC;
  opacity: 0.1;
}

.blog-list .news .before::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 500px;
  border-radius: 50%;
  filter: blur(30px);
  background-color: #FC810F;
  opacity: 0.1;
}

.blog-list .news .blog-in {
  text-align: right;
}

.blog-list .news .blog-in span {
  font-size: 12px;
}

.footer .footer-inner {
  padding-top: 200px;
  padding-bottom: 3rem;
  position: relative;
  margin-top: -125px;
  background-image: url(../images/shutterstock_670846744-min.jpg);
  background-size: cover;
}

.footer .footer-inner .form-consulation {
  width: 376px;
  padding: 33px 33px 40px 40px;
  z-index: 1200;
}

.footer .footer-inner .form-consulation .form-floating {
  margin-bottom: 18px;
}

.footer .footer-inner .form-consulation input {
  border-color: #0E2138 !important;
}

.footer .footer-inner .form-consulation input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.footer .footer-inner .form-consulation .footer button,
.footer .footer-inner .form-consulation .footer a {
  margin-bottom: 10px;
  padding: 10px;
}

.footer .footer-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.footer .footer-inner::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  background-color: #FFC188;
  filter: blur(133.5px);
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.footer .footer-inner .about .body2 {
  line-height: 26px;
  margin-bottom: 18px;
  color: rgba(14, 33, 56, 0.7);
}

.footer .footer-inner .foot {
  position: relative;
  z-index: 1;
}

.footer .footer-inner .foot .enamad {
  width: 129px;
}

.footer .footer-inner .foot .enamad figure {
  height: 8rem;
}

.footer .footer-inner .foot .enamad figure .figure-inn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer .footer-inner .foot .enamad figure .figure-inn img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.star-ratings-sprit {
  background: url("../images/star-golden.png") repeat-x;
  margin-bottom: 5px;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
}

.star-ratings-sprit-rating {
  background: url("../images/star-golden.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

.comments input:focus,
.comments textarea:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.comments .rating-group {
  display: inline-flex;
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}

.comments .rating-group .rating__icon {
  pointer-events: none;
}

.comments .rating-group .rating__input {
  display: none;
  position: absolute !important;
  left: -9999px !important;
}

.comments .rating-group .rating__input--none {
  display: none;
}

.comments .rating-group .rating__label {
  cursor: pointer;
  padding-left: 0.75rem;
  font-size: 1.5rem;
}

.comments .rating-group .rating__icon--star {
  color: #ffc300;
}

.comments .rating-group .rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

.comments .rating-group .rating-group:hover .rating__label .rating__icon--star {
  color: #ffc300;
}

.comments .rating-group .rating__input:hover~.rating__label .rating__icon--star {
  color: #ddd;
}

.comments .box-comment .name .img-box {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }

  .blog-list .most-visited .most-img {
    height: 30rem !important;
    background-position: center;
  }

  .footer .social {
    margin-top: 80px;
  }

  .des img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-list .most-visited .most-img {
    height: 30rem !important;
    background-position: center;
  }

  header .category .nav-link.active {
    width: 545px !important;
  }

  .footer .social {
    margin-top: 80px;
  }

  .des img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-inn .banner-inner {
    height: 260px !important;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner {
    padding-top: 259px;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner .h1 {
    font-size: 30px;
  }

  .blog-list .most-visited .most-img {
    height: 40rem !important;
  }

  .blog-list .most-visited .most-img .over {
    top: 70% !important;
  }

  .blog-list .banner-one {
    margin-top: 0 !important;
  }

  .blog-list .banner-one .banner-inn {
    padding: 30px !important;
  }

  .blog-list .news {
    margin-top: 80px;
  }

  header .category .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  header::before {
    height: 273px;
  }

  .price-table .table-inn .tab-content .nav-item .nav-link {
    font-size: 14px;
  }

  .price-table .table-inn table tbody td {
    font-size: 14px;
  }

  .price-table .table-inn table tbody td .call {
    font-size: 11px;
  }

  .des img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .banner-inn .banner-inner {
    height: 260px !important;
  }

  .blog-list menu .logo {
    text-align: center;
  }

  .blog-list menu .buttons-menu {
    margin-top: 0.5rem;
    justify-content: space-between !important;
  }

  /* .blog-list .header-blog {
    height: 65rem;
  } */

  .blog-list .header-blog::after {
    width: 375px;
  }

  /* .blog-list .header-blog .tabs-blog {
    padding-top: 410px;
  } */

  /* .blog-list .header-blog .tab-content {
    height: 65rem;
  } */

  .blog-list .header-blog .tab-content .tab-pane .blog-inner {
    padding-top: 150px;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner .h1 {
    font-size: 30px;
  }

  .blog-list .most-visited .most-img {
    height: 35rem !important;
    background-position: center;
  }

  .blog-list .most-visited .most-img .over {
    top: 65% !important;
  }

  .blog-list .banner-one {
    margin-top: 0 !important;
  }

  .blog-list .banner-one .banner-inn {
    padding: 30px !important;
  }

  .blog-list .news {
    margin-top: 80px;
  }

  .container {
    width: 95%;
    max-width: 95%;
  }

  header .category .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  menu .main-menu {
    margin-top: 1rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  menu .bi-search {
    font-size: 20px;
  }

  .price-table .table-inn .tab-content .nav-item .nav-link {
    font-size: 12px;
  }

  .price-table .table-inn table tbody td {
    font-size: 13px;
  }

  .price-table .table-inn table tbody td .call {
    font-size: 10px;
  }

  .price-table .table-inn table th {
    font-size: 11px !important;
  }

  header .nav-link.active {
    width: 500px !important;
  }

  header h1 {
    font-size: 35px;
    line-height: 50px;
  }

  header .form-consulation {
    width: 100% !important;
  }

  .des img {
    width: 80% !important;
    height: auto !important;
    margin: auto !important;
    display: flex !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .banner-inn .banner-inner {
    height: 390px !important;
  }

  .blog-list menu .logo {
    text-align: center;
  }

  .blog-list menu .buttons-menu {
    margin-top: 1rem;
    justify-content: space-between !important;
  }

  .blog-list .header-blog {
    height: 65rem;
  }

  .blog-list .header-blog::after {
    width: 375px;
  }

  /* .blog-list .header-blog .tabs-blog {
    padding-top: 410px;
  } */

  /* .blog-list .header-blog .tab-content {
    height: 65rem;
  } */

  .blog-list .header-blog .tab-content .tab-pane .blog-inner {
    padding-top: 150px;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner .h1 {
    font-size: 30px;
  }

  .blog-list .most-visited .most-img {
    height: 25rem !important;
    background-position: center;
  }

  .blog-list .most-visited .most-img .over {
    left: 15% !important;
    right: 15% !important;
    top: 55% !important;
  }

  .blog-list .banner-one {
    margin-top: 0 !important;
  }

  .blog-list .banner-one .banner-inn {
    padding: 15px !important;
  }

  .blog-list .banner-one .banner-inn .banner-inner {
    padding: 20px;
    height: 150px !important;
  }

  .blog-list .news {
    margin-top: 80px;
  }

  .container {
    width: 95%;
    max-width: 95%;
  }

  header .category .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .sub-cat .cat p {
    opacity: 1 !important;
    display: flex !important;
    transform: translate(0, 0px) !important;
  }

  menu .main-menu {
    margin-top: 1rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  menu .bi-search {
    font-size: 20px;
  }

  header {
    height: 65rem;
  }

  header .nav-link {
    padding: 25px !important;
    width: 350px !important;
    align-items: flex-start !important;
  }

  header .nav-link .subcategory {
    opacity: 1;
    display: block;
    margin-bottom: 0;
  }

  header .nav-link .btn-felez-lg {
    font-size: 14px;
    padding: 6px 24px;
  }

  header .nav-link.active {
    width: 350px !important;
  }

  header .nav-link.active h3 {
    margin: 0 !important;
  }

  header::before {
    height: 273px;
  }

  header::after {
    width: 250px;
    height: 300px;
  }

  header h1 {
    font-size: 35px;
    line-height: 50px;
  }

  header .form-consulation {
    margin-top: 3rem;
    width: 100% !important;
  }

  .banner {
    padding: 20px;
  }

  .banner::before {
    background: linear-gradient(270deg, #0E2138 45.96%, rgba(14, 33, 56, 0) 114.45%);
  }

  .map-in {
    background-size: cover !important;
    background-position: left;
  }

  .address {
    top: 20px !important;
    right: 20px !important;
  }

  .address .d-flex {
    flex-wrap: wrap;
  }

  .address .map-inner {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .price-table .table-inn .tab-content .nav-item .nav-link {
    font-size: 12px;
  }

  .price-table .table-inn table tbody td {
    font-size: 13px;
  }

  .price-table .table-inn table tbody td .call {
    font-size: 10px;
  }

  .price-table .table-inn table th {
    font-size: 11px !important;
  }

  .des img {
    width: 95% !important;
    height: auto !important;
    margin: auto !important;
    display: flex !important;
  }

  .subcat-mobile {
    padding: 8px 24px;
    background-color: #ffe0c3;
    width: 100%;
    color: #0E2138;
    display: block;
    border-right: 3px solid #FC810F;
  }

  .subcat-mobile i {
    color: #FC810F !important;
  }

  .list-product .form-switch-item label {
    font-size: 14px !important;
    color: #0E2138 !important;
  }

  .list-product .time {
    margin-right: unset !important;
  }
}

@media (max-width: 576px) {
  .banner-inn .banner-inner {
    height: 400px !important;
  }

  .blog-list menu .logo {
    text-align: center;
  }

  .blog-list menu .logo .h3 {
    font-size: 25px !important;
  }

  .blog-list menu .buttons-menu {
    margin-top: 1rem;
    justify-content: space-between !important;
    flex-direction: column;
  }

  .blog-list menu .buttons-menu button,
  .blog-list menu .buttons-menu a {
    width: 100%;
    font-size: 16px !important;
  }

  .blog-list menu .buttons-menu button .button-sm,
  .blog-list menu .buttons-menu a .button-sm {
    font-size: 14px;
  }

  .blog-list menu .buttons-menu button .button-lg,
  .blog-list menu .buttons-menu a .button-lg {
    font-size: 15px;
  }

  /* .blog-list .header-blog {
    height: 75rem;
  } */

  .blog-list .header-blog::after {
    width: 155px;
  }

  .blog-list .header-blog::before {
    content: unset !important;
  }

  /* .blog-list .header-blog .tabs-blog {
    padding-top: 560px;
  } */

  .blog-list .header-blog .tabs-blog::before {
    width: 100%;
  }

  /* .blog-list .header-blog .tab-content {
    height: 75rem;
  } */

  .blog-list .header-blog .tab-content .newsletter {
    bottom: 40px;
  }

  .blog-list .header-blog .tab-content .newsletter .new-inn {
    padding: 15px !important;
  }

  .blog-list .header-blog .tab-content .newsletter .new-inn .h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-list .header-blog .tab-content .newsletter .new-inn .input-news {
    flex-direction: column;
  }

  .blog-list .header-blog .tab-content .newsletter .new-inn .input-news button {
    width: 100% !important;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner {
    padding-top: 250px;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner .h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-list .header-blog .tab-content .tab-pane .blog-inner .subtitle1 {
    font-size: 16px;
  }

  .blog-list .most-visited {
    margin-top: 60px;
  }

  .blog-list .most-visited::after {
    right: 0;
    width: 100%;
  }

  .blog-list .most-visited .text-title .img-blog {
    height: 100%;
  }

  .blog-list .most-visited .text-title .img-blog img {
    height: 100%;
  }

  .blog-list .most-visited .text-title .h6 {
    font-size: 14px;
    line-height: 1.5;
  }

  .blog-list .most-visited .text-title .body2 {
    font-size: 12px;
    line-height: 1.5;
  }

  .blog-list .most-visited .most-img {
    height: 20rem !important;
    background-position: center;
  }

  .blog-list .most-visited .most-img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.81%, #000000 90.07%) !important;
  }

  .blog-list .most-visited .most-img .over {
    left: 5% !important;
    right: 5% !important;
    top: 45% !important;
  }

  /* .blog-list .news {
    margin-top: 80px;
  } */

  .blog-list .news .before::before {
    width: 100%;
  }

  .blog-list .news .before::after {
    width: 100%;
  }

  .blog-list .banner-one {
    margin-top: 0 !important;
  }

  .blog-list .banner-one .banner-inn {
    padding: 10px !important;
  }

  .blog-list .banner-one .banner-inn .banner-inner {
    padding: 10px;
    height: 180px !important;
  }

  .blog-list .banner-one .banner-inn .banner-inner a {
    width: 100%;
  }

  .subcat-mobile {
    padding: 8px 24px;
    background-color: #ffe0c3;
    width: 100%;
    color: #0E2138;
    display: block;
    border-right: 3px solid #FC810F;
  }

  .subcat-mobile i {
    color: #FC810F !important;
  }

  header .form-consulation {
    padding: 30px 25px 30px 25px !important;
  }

  header .category .nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  header .category .nav .nav-link {
    padding: 25px;
    width: 250px;
    height: 350px;
    align-items: flex-start !important;
  }

  header .category .nav .nav-link .subcategory {
    opacity: 1;
    display: block;
    margin-bottom: 0;
  }

  header .category .nav .nav-link .btn-felez-lg {
    font-size: 14px;
    padding: 6px 24px;
  }

  header .category .nav .nav-link.active {
    width: 250px;
    height: 350px;
  }

  header .category .nav .nav-link.active h3 {
    margin: 0;
  }

  .sub-cat .cat p {
    opacity: 1 !important;
    display: flex !important;
    transform: translate(0, 0px) !important;
  }

  header .header-inn::before {
    width: 300px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  menu .main-menu {
    margin-top: 1rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  menu .bi-search {
    font-size: 20px;
  }

  menu .button-sm {
    font-size: 10px;
  }

  menu .button-lg {
    font-size: 12px;
  }

  header {
    height: 65rem;
  }

  header .header-inn {
    margin-top: 23rem;
    text-align: center;
  }

  header .header-inn .btn-felez {
    width: 100%;
  }

  header::before {
    height: 173px;
  }

  header::after {
    width: 250px;
    height: 250px;
  }

  header h1 {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
  }

  header .form-consulation {
    margin-top: 3rem;
    width: 100% !important;
  }

  .banner {
    padding: 20px;
  }

  .banner .button-md {
    font-size: 10px;
  }

  .banner .buttons-banner {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .banner::before {
    background: linear-gradient(270deg, #0E2138 45.96%, rgba(14, 33, 56, 0) 114.45%);
  }

  .transportation h3 {
    text-align: center;
  }

  .map-in {
    background-size: cover !important;
    background-position: left;
    height: 450px !important;
  }

  .address {
    top: 0px !important;
    right: 0px !important;
  }

  .address .d-flex {
    flex-wrap: wrap;
  }

  .address .map-inner {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .price-table .table-inn .tab-content .nav-item .nav-link {
    font-size: 12px;
  }

  .price-table .table-inn table {
    width: 50rem;
  }

  .price-table .table-inn table tbody td {
    font-size: 13px;
  }

  .price-table .table-inn table tbody td .call {
    font-size: 10px;
  }

  .price-table .table-inn table th {
    font-size: 11px !important;
  }

  /* .slogan .body1 {
    text-align: justify;
  } */

  .slogan .slogan-inner {
    padding: 30px 20px !important;
  }

  .banner-inn .banner-inner {
    height: 200px;
    padding: 20px;
  }

  .footer .form-consulation {
    width: unset !important;
    padding: 30px 25px 30px 25px !important;
  }

  .footer .form-consulation .overline {
    text-align: right;
  }

  .des img {
    width: 100% !important;
    height: auto !important;
  }

  .feature {
    margin-top: 15rem !important;
  }

  .price-table .table-inn {
    margin-top: 0 !important;
  }

  .footer .footer-inner {
    padding-bottom: 5rem !important;
  }

  .list-product .form-switch-item label {
    font-size: 14px !important;
    color: #0E2138 !important;
  }

  .list-product .time {
    margin-right: unset !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* New Style */

menu .search .form-control {
  background-color: #EEEEEE;
  padding: 13px 40px 13px 13px !important;
  border-radius: 0 !important;
  border: unset !important;
}

menu .search .form-control::placeholder {
  color: #999999 !important;
  font-size: 14px !important;
}

.form-control:focus {
  color: unset !important;
  background-color: unset;
  border-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

menu .informiton ul li .btn-call-menu {
  font-size: 22px;
}

.informiton ul li {
  position: relative;
}

.informiton ul li:last-child {
  padding-left: 0 !important;
}

.informiton ul li:last-child::after {
  border: 0 !important;
}

.informiton ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #fff;
  height: 25px;
}

.numbers-shoping {
  background-color: #FF6200;
  width: 1.2rem;
  height: 1.2rem;
  top: 0;
  right: 8px;
  border-radius: 50%;
}

.numbers-shoping .number {
  font-size: 12px;
}

.border-menu {
  border: 1px solid #DDDDDD82;
}

.link-btn-menu {
  font-size: 15px;
}

.mega-menu {
  font-size: 15px;
}

.btn-price-calculation {
  background-color: #FF6200 !important;
  border: 1px solid #FF6200 !important;
  color: #fff !important;
  padding: 10px 15px !important;
}

form .header .title-advanced-search {
  font-size: 18px;
  color: #0E2138;
}

form .header .search input {
  padding: 10px 40px 10px 10px;
  border: 0 !important;
  background-color: #eee;
  border-radius: 0px;
}

.text-label-header {
  color: #0E2138;
  font-size: 16px;
}

.title-select-box {
  color: #0E2138A3 !important;
  font-size: 16px !important;
}

.form-box-select-header {
  font-size: 14px;
  color: #999999;
  padding: 12px;
  border-radius: 0px;
  border: 0 !important;
  background-color: #eee;
}

.form-select:focus {
  border-color: unset !important;
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.text-lable-check {
  font-size: 14px;
  color: #666666;
}

header .form-input-check {
  border: 1px solid #FF6200 !important;
  border-radius: 0 !important;
  border-color: #FF6200 !important;
}

.form-check-input:checked {
  background-color: #FF6200;
  border-color: #FF6200;
}

.form-check-input:focus {
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.link-page-search {
  color: #fff !important;
  background-color: #0E2138;
  border: 0 !important;
  border-radius: 0px;
  padding: 16px 32px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.title-feture {
  font-size: 20px;
  color: #555555;
}

.feature {
  margin-top: 17rem;
}

.feature .box-feature {
  position: relative;
}

.feature .box-feature::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #C2D8E5;
  height: 80px;
  display: flex;
  margin: auto;
}

.feature .col-lg-3:last-child .box-feature::after {
  border: 0 !important;
}

.title-section {
  color: #0E2138;
}

.customers .swiper-slide {
  background-color: unset !important;
  position: relative;
}

.customers .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin: auto;
  border: 1px dashed #CCCCCC;
}

.customers .swiper-slide:last-child:after {
  border: 0;
}

.box-project::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 98, 0, 0) 0%, rgba(255, 98, 0, 1) 100%);
  z-index: 1;
}

.box-project .box-title {
  z-index: 10;
  padding: 15px;
}

.box-project .box-title p {
  font-size: 18px;
}

.ordering-steps .row .col-lg-3:nth-child(1) .img-ordering-steps {
  filter: invert(61%) sepia(87%) saturate(2001%) hue-rotate(160deg) brightness(97%) contrast(90%);
}

.ordering-steps .row .col-lg-3:nth-child(2) .img-ordering-steps {
  filter: invert(69%) sepia(83%) saturate(3725%) hue-rotate(336deg) brightness(101%) contrast(99%);
}

.ordering-steps .row .col-lg-3:nth-child(3) .img-ordering-steps {
  filter: invert(74%) sepia(71%) saturate(5029%) hue-rotate(75deg) brightness(98%) contrast(88%);
}

.ordering-steps .row .col-lg-3:nth-child(4) .img-ordering-steps {
  filter: invert(100%) sepia(26%) saturate(5581%) hue-rotate(310deg) brightness(111%) contrast(105%);
  ;
}

.box-ordering-steps .box-img {
  width: max-content;
  display: flex;
  margin: auto;
  padding: 12px;
  border-radius: 30px;
}

.row .col-lg-3:nth-child(1) .box-img {
  background: #CAF3FF;
}


.row .col-lg-3:nth-child(2) .box-img {
  background: #FFE6C9;
}


.row .col-lg-3:nth-child(3) .box-img {
  background: #E4FFCA;
}


.row .col-lg-3:nth-child(4) .box-img {
  background: #F3F4D9;
}

.box-ordering-steps .title-ordering {
  font-family: IranYekanBold;
  font-weight: 600;
  font-size: 18px;
}

.text-ordering {
  font-size: 16px;
  font-family: IranYekanMeduim;
}


/* استایل خط و دایره‌ها */
.line-wrapper {
  position: absolute;
  top: 25%;
  left: -34%;
  width: 200px;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}

.dashed-line {
  flex: 1;
  border-top: 2px dashed #ccc;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff6200;
}

.line-wrapper:nth-child(2) .dashed-line {
  border-color: #E0E0E0;
  /* خط دوم */
}



.header .search img {
  right: 0;
  bottom: 10px !important;
}

.link-tel {
  background-color: #FF6200;
  border: 1px solid #ff6200;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 18px;
}

.btn-fixed-mobile {
  z-index: 300;
}

.header-list-product {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/15.jpg");
  background-size: cover;
  background-position: top;
  height: 11rem;
  position: relative;
}

.header-list-product .header-inn {
  margin-top: 0 !important;
}

.list-product .breadcrumb-item a {
  font-size: 13px;
  color: #ff6200 !important;
  opacity: 1;
}

.list-product .breadcrumb-item+.breadcrumb-item::before {
  color: #ff6200 !important;
  margin-top: 3px !important;
}

.list-product .breadcrumb-item {
  font-size: 11px;
  color: #999999 !important;
}

.header-list-product .header-inn::before {
  content: unset !important;
}

.header-list-product::after {
  content: unset !important;
}


.list-product .time {
  width: max-content;
  display: flex;
  margin-right: auto;
  background-color: #FFE6CF;
  padding: 5px 10px;
}

.list-product .time .title-time {
  color: #0E21388A;
  font-size: 14px;
}

.list-product .time .text-time {
  color: #0E2138;
  font-size: 14px;
}

.list-product .form-switch-item label {
  font-size: 18px;
  color: #0E2138 !important;
}

.list-product .form-switch-item .form-check-input {
  width: 44px !important;
  height: 24px !important;
}

.support {
  background-color: #FFE6CF;
  padding: 10px;
}

.support .title .text {
  color: #0E2138;
  font-size: 14px;
}

.support .title .number {
  color: #0E2138;
  font-size: 14px;
}

.boxs-calculate .title-calculate {
  border-bottom: 1px solid #ddd;
}

.boxs-calculate .title .text {
  color: #0E2138;
  font-size: 18px;
}

.boxs-calculate {
  border: 1px solid #E9EBED;
  background-color: #fff;
}

.filter-calculate .title {
  color: #0E21388A;
  font-size: 14px;
}

.btn-price-calculation {
  background-color: #ff6200 !important;
  color: #fff !important;
  padding: 10px !important;
}

.btn-price-calculation:hover {
  background-color: #ff6200 !important;
  color: #fff !important;
  padding: 10px !important;
}

.sub-cat .table-inn .col-xl-3 .position-sticky {
  top: 0.5rem;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container--focus {
  padding: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  border-radius: 0px !important;
  padding: 7px !important;
  height: unset !important;
  font-size: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: unset !important;
  position: absolute;
  top: 0px !important;
  right: auto !important;
  width: 20px;
  bottom: 0 !important;
  left: 0 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF6200 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fde4cd !important;
  color: #0E2138 !important;
  font-size: 14px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ff6200 !important;
}

.select2-dropdown {
  border: unset !important;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--default .select2-results>.select2-results__options {
  background-color: #eee !important;
}

.expert {
  background-color: #fde4cd;
  padding: 10px;
}

.expert img {
  border-radius: 50%;
}

.expert .boxs .text-feater {
  font-size: 14px;
  color: #0E2138;
}

.expert .boxs .name {
  font-size: 14px;
  color: #0E2138;
}

.expert .boxs .call {
  font-size: 14px;
  color: #0E2138;
}

.modal-calculate-mobile .btn-primary {
  border-radius: 0 !important;
  background-color: #ff6200 !important;
  border: 1px solid #ff6200 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.select2-container {
  z-index: 99999 !important;
}

.boxs-modal .form .title {
  color: #0E21388A !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset !important;
  border-style: unset !important;
  border-width: unset !important;
  height: 14px !important;
  left: 50%;
  margin: auto !important;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  display: flex;
  width: 14px !important;
  background-image: url('../images/chevron-down.svg') !important;
}

.select2-results__option--selectable.select2-results__option--selectable {
  font-size: 14px !important;
}

.list-sidebar {
  height: 100%;
  background-color: #fde4cd;
}

.list-sidebar .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #ff6200;
  border-radius: 0 !important;
  border-bottom: 1px solid #ff6200 !important;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #0E21388A;
  border-radius: 0 !important;
  color: #0E2138;
}

.mega-menu {
  right: 0;
  top: 100%;
  opacity: 0;
  position: absolute;
  display: none;
  width: max-content;
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.collapse .nav-item:hover .mega-menu {
  right: 0;
  top: 100%;
  opacity: 1;
  display: block;
  animation: drp 0.75s ease-in-out;
}

.box-mega {
  right: 100%;
  top: 0 !important;
  opacity: 0;
  position: absolute;
  display: none;
  width: max-content;
  background-color: #fafafa;
  z-index: 9999;
}

.mega-menu li:hover .box-mega {
  opacity: 1;
  display: block;
  animation: drp2 0.75s ease-in-out;
}

.mega-menu ul li a {
  padding: 6px 12px;
  display: flex;
  color: #0E2138;
  font-size: 14px;
  transition: 0.5s;
}

.mega-menu ul li a:hover {
  color: #fff;
  background-color: #ff6200;
}

.mega-menu ul li {
  border-bottom: 1px solid #ddd;
}

.mega-menu ul li:last-child {
  border-bottom: none;
}

.detail-project .carousel-indicators {
  position: unset !important;
}

.detail-project .carousel-indicators [data-bs-target] {
  text-indent: unset !important;
  box-sizing: unset !important;
  background-color: none !important;
  background-clip: unset !important;
  margin: 0 !important;
  border: none !important;
}

.bg-btn-semore {
  background-color: #e1e1e1 !important;
  border: 1px solid #eee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: auto;
  display: flex;
}

.btn-modal-swiper {
  color: #fff !important;
  background-color: #000 !important;
  padding: 23px !important;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}

.modal-swiper-project .btn-close {
  --bs-btn-close-bg: unset !important;
  --bs-btn-close-opacity: 1 !important;
  font-size: 1.5rem;
}

.mySwiper-images-2:hover .btn-modal-swiper {
  opacity: 1;
}

.modal-swiper-project .mySwiper-images .swiper-slide {
  width: 100px !important;
  flex-shrink: 0;
  border-radius: 0px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.modal-swiper-project .bg-modal {
  background-color: #333;
}

.modal-swiper-project .btn-close .bi-x-lg {
  font-size: 1.5rem;
  width: 100%;
  display: flex;
}

.modal-swiper-project.btn-close {
  --bs-btn-close-bg: unset !important;
  --bs-btn-close-opacity: 1 !important;
  font-size: 1.5rem;
}

.btn-close:focus {
  box-shadow: unset !important;
  opacity: unset !important;
}

.btn-modal-swiper::after {
  content: "";
  font-size: 20px !important;
}

.discraption-header {
  font-size: 14px;
  color: #555;
}

@keyframes drp {
  0% {
    top: 50%;
    opacity: 0;
  }

  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes drp2 {
  0% {
    right: 85%;
    opacity: 0;
  }

  100% {
    right: 100%;
    opacity: 1;
  }
}

.detail-project .information {
  background-color: #f6f6f6;
  padding: 10px 20px;
}

.detail-project .information h1 {
  font-size: 34px;
  font-weight: 600;
  color: #333;
}

.sub-cat .mySwiper-sub .swiper-slide .cat h5{
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
}

.table-inn .col-md-4 .position-sticky{
  top: 0.5rem !important;
}

.sub-cat .feature{
  margin-top: 10rem;
}

.banner-inner #exampleFormControlInput1{
  background-color: #FFF !important;
}

.description .table-responsive th, td {
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-inner-bg{
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0,0,0,.2);
  color: #333 !important;
  padding: 15px;
}

.blog-inner-bg h1 {
  font-size: 34px !important;
}

.blog-inner-bg .subtitle1{
  font-size: 16px !important;
}

.title-list-blogs{
  color: #333;
  font-size: 36px;
}

.footer .about .logo-footer{
  filter: brightness(0) saturate(100%) invert(47%) sepia(89%) saturate(3545%) hue-rotate(1deg) brightness(103%) contrast(105%);
}

.text-banner-time{
  font-family: "IranYekanLight";
  font-size: 16px !important;
}

.in-span-h1 span {
  display: flex;
}

.custom-checkbox-group {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
}

/* مخفی کردن چک‌باکس اصلی */
.custom-checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* باکس ظاهری */
.custom-checkbox-group .custom-box {
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  border-radius: 4px;
  display: inline-block;
  transition: 0.2s;
  margin-right: 8px;
  background-color: #fff;
  position: relative;
}

/* تیک */
.custom-checkbox-group .custom-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.2s;
}

/* وقتی چک شد */
.custom-checkbox-group input[type="checkbox"]:checked ~ .custom-box {
  background-color: #ff6200;
  border-color: #ff6200;
}

.custom-checkbox-group input[type="checkbox"]:checked ~ .custom-box::after {
  opacity: 1;
}

/* استایل متن لیبل */
.custom-checkbox-group .label-text {
  font-size: 14px;
  color: #333;
}

.btn-open-filter {
  background-color: #ff6200;
  padding: 5px 10px;
}

.pagination button {
    background-color: #ff6200 !important;
    color: white !important;
    border-radius: 0 !important;
  padding: 5px 10px;
}

.pagination span {
  background-color: transparent !important;
}


.font-14 {
  font-size: 14px;
}


.font-14 {
  font-size: 14px;
}

@media (max-width: 992px) {
.in-span-h1 span {
  display: block !important;
}
}
