.elementor-kit-6{--e-global-color-primary:#09110D;--e-global-color-secondary:#E4E7E8;--e-global-color-text:#2E353C;--e-global-color-accent:#6D976B;--e-global-color-7baf38a:#F7F2DC;--e-global-color-c1af233:#D4ECD1;--e-global-color-4d0315e:#2B3D2B;--e-global-color-a345185:#F4F5F6;--e-global-color-b45a0cb:#545F6A;--e-global-color-338d524:#FFFBE6;--e-global-color-c3533b1:#D48806;--e-global-color-6f41040:#FFF1F0;--e-global-color-5fa695e:#A8071A;--e-global-color-fb72ebd:#FFFFFF;--e-global-color-b0875bb:#000000;--e-global-typography-primary-font-family:"abar";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"abar";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"abar";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"abar";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-a345185 );font-family:"abar", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#02010100;font-family:"abar", Sans-serif;font-size:18px;font-weight:400;color:#FFFFFF;border-radius:20px 20px 20px 20px;padding:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-4d0315e );font-family:"abar", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-4d0315e );}.elementor-kit-6 h1{font-family:"abar", Sans-serif;}.elementor-kit-6 h2{font-family:"abar", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-6 h3{font-family:"abar", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-6 h4{font-family:"abar", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-6 h5{font-family:"abar", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-6 h6{font-family:"abar", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-6 img{border-radius:20px 20px 20px 20px;}.elementor-kit-6 label{font-family:"abar", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"abar", Sans-serif;border-radius:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:24px;line-height:1.5em;}.elementor-kit-6 h3{font-size:22px;line-height:1.5em;}.elementor-kit-6 h4{font-size:20px;line-height:1.5em;}.elementor-kit-6 h5{font-size:18px;line-height:1.5em;}.elementor-kit-6 h6{font-size:16px;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* انیمیشن دکمه ها*/ 
.btn3 {
  padding: 15px 25px;
  border-radius: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(135deg, #6D976B 0%, #2B3D2B 100%);
  transition: all 0.5s ease;
}

.btn3:before,
.btn3:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.btn3:hover:before {
  top: -50%;
  background-image: radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #6D976B 20%, transparent 30%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #6D976B 15%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 1.1s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.btn3:hover::after {
  bottom: -50%;
  background-image: radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #6D976B 15%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B 20%, transparent 20%),
    radial-gradient(circle, #6D976B, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 1.1s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@media only screen and (max-width:767px){
    .btn3 {
  padding: 10px 20px;
  border-radius:20px;
}
}
/* انیمیشن دکمه های زرد*/ 
.btn4 {
  padding: 15px 25px;
  border-radius: 20px;
  border: none;
  color: #2B3D2B ;
  cursor: pointer;
  background-image: linear-gradient(135deg, #F7F2DC 0%, #fff 100%);
  transition: all 0.5s ease;
}

.btn4:before,
.btn4:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.btn4:hover:before {
  top: -50%;
  background-image: radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #F7F2DC 20%, transparent 30%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #F7F2DC 15%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles2 1.1s ease;
}

@keyframes greentopBubbles2 {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.btn4:hover::after {
  bottom: -50%;
  background-image: radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #F7F2DC 15%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC 20%, transparent 20%),
    radial-gradient(circle, #F7F2DC, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles2 1.1s ease;
}

@keyframes greenbottomBubbles2 {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@media only screen and (max-width:767px){
    .btn4 {
  padding: 10px 20px;
  border-radius:20px;
}
}



/*محدود کردن خط های باکس های مقاله و محصولات*/
.elementor-kit-6 .headingsss .elementor-heading-title{
display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


/*بخش مشاوران*/
.elementor-kit-6 .fb-acc-btn {
    cursor: pointer;
}

.elementor-kit-6 .fb-acc-item {
    flex: 40%;
    filter: grayscale(95%);
    cursor: pointer;
    transition: .5s cubic-bezier(0.66, 0, 0.34, 1);
}

.elementor-kit-6 .fb-acc-item.active {
    flex: 100%;
    filter: none;
}

.elementor-kit-6 .fb-acc-name {
    opacity: .8;
    transition: .4s ease;
}

.elementor-kit-6 .fb-acc-item.active .fb-acc-name {
    opacity: 0;
}

.elementor-kit-6 .fb-acc-detail {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    transition: .3s ease;
}

.elementor-kit-6 .fb-acc-item.active .fb-acc-detail {
    opacity: 1;
    transition: .7s ease .5s;
}

@media (max-width: 480px) {
    .elementor-kit-6 .fb-acc-item {
    flex: initial;
    height: 80px;
}

.elementor-kit-6 .fb-acc-item.active {
    flex: initial;
    height: 300px;
}
}

/*دایره های پیجینیشن کاروسل*/
.elementor-kit-6 .swiper-pagination-bullet-active{
    width: 100px !important;
    border-radius: 0 !important;
    height: 8px !important;
}
.elementor-kit-6 .swiper-pagination-bullet{
    transition: all 0.4s ease !important;
    border-radius: 0 !important;
}
/*گپ شمارنده و متن*/
.elementor-counter {
    gap: 20px;
}

/*هاور فلش باکس خدمات*/
.serv-box:hover .flash-serv-icon{
    transform: rotate(-360deg);
}
/*استایل باکس خدمت های هوم پیج*/
.elementor-kit-6 .serv-box:hover .serv-ico{
    transform: translate(-5px) scale(1.1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'abar';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://rahaman.net/wp-content/uploads/2025/08/AbarMidFaNum-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'abar';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('https://rahaman.net/wp-content/uploads/2025/08/AbarMidFaNum-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'abar';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://rahaman.net/wp-content/uploads/2025/08/AbarMidFaNum-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'abar';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('https://rahaman.net/wp-content/uploads/2025/08/AbarMidFaNum-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'abar';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('https://rahaman.net/wp-content/uploads/2025/08/AbarMidFaNum-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */