.elementor-kit-20{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #345C4B 0%, #113322 100%);overscroll-behavior:auto;}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ðŸŒ¿ Rasaradkam Main Style */
/* Ø·Ø±Ø§Ø­ÛŒ Ø³Ø§Ø¯Ù‡ØŒ ØªÙ… Ø³Ø¨Ø² Ùˆ Ø·ÙˆØ³ÛŒ Ø±ÙˆØ´Ù† */

/* === Ù¾Ø§ÛŒÙ‡ === */
body {
  font-family: 'IRANSans', sans-serif;
  background-color: #ffffff;
  color: #2c2c2c;
  direction: rtl;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

/* === Ù„ÛŒÙ†Ú©â€ŒÙ‡Ø§ === */
a {
  color: #9AC3A2;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #6FAE88;
}

/* === ØªÛŒØªØ±Ù‡Ø§ === */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #2c2c2c;
  margin-top: 0;
}

/* === Ø¯Ú©Ù…Ù‡â€ŒÙ‡Ø§ === */
button, .btn {
  background-color: #9AC3A2;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
button:hover, .btn:hover {
  background-color: #7BAE88;
}

/* === Ù‡Ø¯Ø± === */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9AC3A2;
  padding: 20px 40px;
  background: rgba(255,255,255,0.95);
  position: sticky;
  top: 0;
  z-index: 1000;
}
header h1 {
  font-size: 28px;
}
header nav a {
  margin-left: 25px;
  font-weight: 500;
}

/* === Ø³Ú©Ø´Ù†â€ŒÙ‡Ø§ === */
section {
  padding: 60px 20px;
}
section.light {
  background-color: #f8f8f8;
  border-radius: 12px;
}
section.dark {
  background-color: #e8f2eb;
  border-radius: 12px;
}

/* === Ú©Ø§Ø±Øªâ€ŒÙ‡Ø§ÛŒ Ø®Ø¯Ù…Ø§Øª === */
.service-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  text-align: right;
  transition: all 0.3s ease;
}
.service-box:hover {
  transform: translateY(-4px);
  background: #e9f4ec;
}

/* === ÙÙˆØªØ± === */
footer {
  margin-top: 80px;
  padding: 30px 10px;
  text-align: center;
  border-top: 2px solid #9AC3A2;
  color: #777;
  font-size: 14px;
}

/* === ÙØ±Ù… ØªÙ…Ø§Ø³ === */
form input, form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 15px;
  font-family: inherit;
}
form input:focus, form textarea:focus {
  border-color: #9AC3A2;
  outline: none;
}

/* === Ø±ÛŒØ³Ù¾Ø§Ù†Ø³ÛŒÙˆ Ø¨Ø±Ø§ÛŒ Ù…ÙˆØ¨Ø§ÛŒÙ„ === */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: center;
  }
  header nav a {
    display: inline-block;
    margin: 10px;
  }
  section {
    padding: 40px 15px;
  }
  .service-box {
    padding: 20px;
  }
}/* End custom CSS */