/*@brand-green: #034c31;      // سبز اصلی (تیتر/CTA)*/
.gradient-bg-green {
  background-image: linear-gradient(86deg, #024E32 0%, #558C60 62%, #A8C98E 99%);
}
.gradient-bg-grey {
  background-image: linear-gradient(86deg, #1F2620 0%, #4F534F 62%, #7E7F7E 99%);
}
.gradient-bg-grey {
  background-image: linear-gradient(86deg, #D8EBCD 0%, #E8F2E2 62%, #F8F8F6 99%);
}
.btn3_copy_2 {
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #b1d1b6;
  border-radius: 15px;
  background-image: -moz-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  background-image: -webkit-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  background-image: -ms-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(36, 95, 63, 0.96);
  width: 233px;
  height: 72px;
}
.btn_2 {
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
  border-radius: 15px;
  background-image: -moz-linear-gradient(86deg, #1f2620 0%, #4f534f 62%, #7e7f7e 99%);
  background-image: -webkit-linear-gradient(86deg, #1f2620 0%, #4f534f 62%, #7e7f7e 99%);
  background-image: -ms-linear-gradient(86deg, #1f2620 0%, #4f534f 62%, #7e7f7e 99%);
  position: absolute;
  left: 614px;
  top: 29px;
  width: 157px;
  height: 49px;
  z-index: 8;
}
/*fonts*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-box {
  width: 420px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.login-box .login-logo {
  height: 70px;
  background: url("/images/logo-nl.png") center no-repeat;
  background-size: contain;
}
.login-box .login-form {
  background: #fff;
  padding: 35px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.login-box .login-form .login .frmbox {
  display: flex;
  align-items: center;
  background: #F7F8FA;
  border: 1px solid #E2E6EA;
  padding: 10px;
  margin: 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.login-box .login-form .login .frmbox i {
  color: #073d35;
  margin-left: 10px;
}
.login-box .login-form .login .frmbox input {
  border: none;
  background: none;
  width: 100%;
  outline: none;
  font-size: 15px;
  color: #1F253D;
}
.login-box .login-form .login .frmbox:focus-within {
  border-color: #073d35;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(7, 61, 53, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(7, 61, 53, 0.15);
  box-shadow: 0 0 0 3px rgba(7, 61, 53, 0.15);
}
.login-box .login-form .login .signin {
  width: 100%;
  margin-top: 15px;
  background: #073d35;
  color: #fff;
  border: none;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.2em;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.login-box .login-form .login .signin:hover {
  background: #119985;
  transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
/* ---------------------
   Responsive
----------------------*/
@media (max-width: 700px) {
  .login-box {
    flex-direction: column;
    width: 90%;
  }
  .login-box .login-logo {
    margin-bottom: 10px;
  }
}
.no_rows {
  display: none;
}
.ipg_result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ipg_result .card {
  background-color: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.ipg_result .card .status-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.ipg_result .card .status-icon svg {
  width: 36px;
  height: 36px;
}
.ipg_result .card .status-icon.success {
  background-color: #d1fae5;
  color: #10b981;
}
.ipg_result .card .status-icon.error {
  background-color: #fee2e2;
  color: #ef4444;
}
.ipg_result .card h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}
.ipg_result .card p.message {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.ipg_result .card .details-box {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 30px;
  text-align: right;
}
.ipg_result .card .details-box .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.ipg_result .card .details-box .detail-row:last-child {
  margin-bottom: 0;
}
.ipg_result .card .details-box .detail-row .detail-label {
  color: #6b7280;
}
.ipg_result .card .details-box .detail-row .detail-value {
  font-weight: 600;
  color: #374151;
}
@media (max-width: 600px) {
  .payment table,
  .payment thead,
  .payment tbody,
  .payment th,
  .payment td,
  .payment tr {
    display: block;
  }
  .payment th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .payment tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .payment td {
    border: none;
    position: relative;
    padding-right: 50%;
    text-align: left;
  }
  .payment td:before {
    position: absolute;
    right: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    content: attr(data-label);
  }
}
footer {
  background: #3F4650;
  color: #fff;
  margin-top: 28px;
  padding: 10px 5%;
  z-index: 19;
}
footer .footer-content {
  display: flex;
  justify-content: center;
  gap: 135px;
  margin: 0 auto;
  align-items: baseline;
  flex-wrap: wrap;
}
footer .footer-content .footer-column .footer-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
footer .footer-content .footer-column .footer-item i {
  padding: 0 7px;
}
footer .footer-content .footer-column h4 {
  color: #8afdd2;
  margin: 0 0 12px;
  text-align: center;
  border-bottom: 1px solid #8afdd2;
  padding: 5px 0;
}
footer .footer-content .footer-column a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0;
  text-align: center;
}
footer .footer-content .footer-column a:hover {
  color: #fff;
}
footer .footer-content .footer-column .social a {
  padding: 6px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease-out;
}
footer .footer-content .footer-column .social a:hover {
  background-color: rgba(255, 255, 255, 0.28);
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    align-items: center;
  }
  footer .footer-content .footer-column {
    margin-bottom: 15px;
  }
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-align: center;
}
@media print {
  footer {
    display: none !important;
  }
}
/*@accent-green: @brand-green-bg;*/
.site-header {
  color: #fff;
  background: #E8F2E2;
  position: sticky;
  top: 0;
  z-index: 2000;
}
.site-header .site_menu_bar {
  background: #073d35;
  justify-content: flex-start;
  height: 45px;
}
@media (max-width: 768px) {
  .site-header .site_menu_bar .nav-group-bar {
    justify-content: end;
  }
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*        gap: 16px;*/
}
.site-header .header-inner .logo img {
  height: 50px;
}
.site-header .header-inner .header-actions {
  display: flex;
  gap: 10px;
}
.site-header .header-inner .header-actions .login {
  min-width: 150px;
}
.site-header .header-inner .header-actions .register {
  width: 100px;
}
@media (max-width: 768px) {
  .site-header .header-inner .header-actions .btn {
    padding: 6px 15px;
  }
  .site-header .header-inner .header-actions .login {
    width: auto;
    min-width: 120px;
  }
  .site-header .header-inner .header-actions .register {
    width: auto;
  }
}
.site-header .main-nav {
  display: flex;
  gap: 22px;
  align-items: baseline;
  flex: 1;
  justify-content: right;
}
.site-header .main-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 6px;
  border-radius: 10px;
}
.site-header .main-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .site-header .main-nav {
    gap: 7px;
    display: none;
  }
}
.hamburger-menu {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: #EAF4DE;
  margin: 5px 0;
}
.sidebar-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background: white;
  transition: right 0.4s ease;
  z-index: 12001;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.sidebar-menu.is-active {
  right: 0;
}
.sidebar-menu .sidebar-header {
  padding: 5px 10px;
  background: #073d35;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-menu .sidebar-header h3 {
  flex: 1;
  padding: 5px 0;
  overflow-y: auto;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
}
.sidebar-menu nav {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}
.sidebar-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu nav ul li a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  color: #1F2620;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-right: 4px solid transparent;
  transition: all 0.2s ease;
}
.sidebar-menu nav ul li a:before {
  content: '\f104';
  font-family: 'FontAwesome';
  margin-left: 12px;
  font-size: 0.8rem;
  color: #ccc;
  transition: color 0.2s;
}
.sidebar-menu nav ul li a:hover,
.sidebar-menu nav ul li a.active {
  background: rgba(39, 174, 96, 0.05);
  color: #024E32;
  border-right-color: #024E32;
}
.sidebar-menu nav ul li a:hover:before,
.sidebar-menu nav ul li a.active:before {
  color: #024E32;
}
.sidebar-menu .sidebar-brand {
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.sidebar-menu .sidebar-brand .brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #1F2620;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.sidebar-menu .sidebar-brand .brand-link img {
  width: 75%;
  display: block;
}
.sidebar-menu .sidebar-brand .brand-link:hover {
  opacity: 1;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 2003;
}
.sidebar-overlay.is-active {
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn.btn-super {
  display: block;
  width: 100%;
  padding: 14px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-form {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
}
.btn.btn-dark_green {
  background: #073d35;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.btn.btn-dark_green:hover {
  background: #3F7A31;
  transform: translateY(-1px);
}
.btn.btn-mid_green {
  background: #0f8271;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
.btn.btn-mid_green:hover {
  background: #3F7A31;
  transform: translateY(-1px);
}
.btn.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.25);
}
.btn.btn-ghost:hover {
  background: #ffffff;
  color: #073d35;
}
.btn.btn-light_green {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  background-image: -webkit-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  background-image: -ms-linear-gradient(86deg, #d8ebcd 0%, #e8f2e2 62%, #f8f8f6 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(36, 95, 63, 0.96);
  border-color: rgba(79, 138, 58, 0.25);
  color: #082b1e;
}
.btn.btn-light_green:hover {
  background: #fff;
  border-color: rgba(79, 138, 58, 0.45);
  /*        transform: translateY(-10px);*/
}
.btn.btn-blue {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #c8e1f5 0%, #e1eefa 62%, #f8fafc 99%);
  background-image: -webkit-linear-gradient(86deg, #c8e1f5 0%, #e1eefa 62%, #f8fafc 99%);
  background-image: -ms-linear-gradient(86deg, #c8e1f5 0%, #e1eefa 62%, #f8fafc 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(41, 128, 185, 0.2);
  border-color: rgba(41, 128, 185, 0.25);
  color: #2980b9;
}
.btn.btn-blue:hover {
  background: #fff;
  border-color: rgba(41, 128, 185, 0.45);
}
.btn.btn-orange {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #ffdcb4 0%, #ffebd2 62%, #fff8f5 99%);
  background-image: -webkit-linear-gradient(86deg, #ffdcb4 0%, #ffebd2 62%, #fff8f5 99%);
  background-image: -ms-linear-gradient(86deg, #ffdcb4 0%, #ffebd2 62%, #fff8f5 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(230, 126, 34, 0.2);
  border-color: rgba(230, 126, 34, 0.25);
  color: #d68910;
}
.btn.btn-orange:hover {
  background: #fff;
  border-color: rgba(230, 126, 34, 0.45);
}
.btn.btn-red {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #f5c8c8 0%, #fae1e1 62%, #fcf8f8 99%);
  background-image: -webkit-linear-gradient(86deg, #f5c8c8 0%, #fae1e1 62%, #fcf8f8 99%);
  background-image: -ms-linear-gradient(86deg, #f5c8c8 0%, #fae1e1 62%, #fcf8f8 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(192, 57, 43, 0.2);
  border-color: rgba(192, 57, 43, 0.25);
  color: #c0392b;
}
.btn.btn-red:hover {
  background: #fff;
  border-color: rgba(192, 57, 43, 0.45);
}
.btn.btn-dark-gray {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #b4b9be 0%, #d2d7dc 62%, #f0f2f5 99%);
  background-image: -webkit-linear-gradient(86deg, #b4b9be 0%, #d2d7dc 62%, #f0f2f5 99%);
  background-image: -ms-linear-gradient(86deg, #b4b9be 0%, #d2d7dc 62%, #f0f2f5 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(52, 73, 94, 0.2);
  border-color: rgba(52, 73, 94, 0.25);
  color: #34495e;
}
.btn.btn-dark-gray:hover {
  background: #fff;
  border-color: rgba(52, 73, 94, 0.45);
}
.btn.btn-light-gray {
  background: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(86deg, #e6ebee 0%, #f0f3f5 62%, #fafbfc 99%);
  background-image: -webkit-linear-gradient(86deg, #e6ebee 0%, #f0f3f5 62%, #fafbfc 99%);
  background-image: -ms-linear-gradient(86deg, #e6ebee 0%, #f0f3f5 62%, #fafbfc 99%);
  box-shadow: 0px 3px 3.28px 0.72px rgba(149, 165, 166, 0.15);
  border-color: rgba(149, 165, 166, 0.25);
  color: #7f8c8d;
}
.btn.btn-light-gray:hover {
  background: #fff;
  border-color: rgba(149, 165, 166, 0.45);
}
.btn.btn-red-light {
  background: #e74c3c;
  color: white;
}
.btn.btn-width-large {
  width: 250px;
}
.btn.btn-width-mid {
  width: 150px;
}
.btn.btn-width-small {
  width: 75px;
}
.btn.btn-width-auto {
  width: auto;
}
.btn-copy {
  background: #f8f9fa;
  color: #073d35;
  padding: 4px 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 6px;
}
.btn-copy:hover {
  background: #fff;
  border-color: #073d35;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.btn-copy i {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .btn.btn-super {
    padding: 4px 10px;
  }
  .btn.btn-width-large {
    width: 140px;
  }
  .btn.btn-width-mid {
    width: 100px;
  }
  .btn.btn-width-small {
    width: 75px;
  }
}
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-card {
  position: relative;
  width: 100%;
  height: 450px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.hero-card.active {
  opacity: 1;
  z-index: 1;
}
.hero-card:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-image {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transition: transform 0.1s ease-out;
  opacity: 0;
}
.hero-image.loaded {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.hero-content {
  position: absolute;
  bottom: 60px;
  right: 40px;
  left: 40px;
  z-index: 2;
  color: #ffffff;
  animation: slideUp 0.8s ease-out;
  transition: transform 0.1s ease-out;
}
.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-content p {
  font-size: 20px;
  margin-bottom: 24px;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3;
}
.hero-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-dots .dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.hero-dots .dot.active {
  background: #ffffff;
  width: 32px;
  border-radius: 6px;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease;
}
.hero-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
.hero-arrow svg {
  color: #073d35;
}
.hero-arrow.hero-arrow-prev {
  right: 20px;
}
.hero-arrow.hero-arrow-next {
  left: 20px;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (max-width: 1024px) {
  .hero-card {
    height: 400px;
  }
  .hero-content {
    bottom: 50px;
    right: 30px;
    left: 30px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 18px;
  }
  .hero-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .hero-card {
    height: 350px;
  }
  .hero-content {
    bottom: 40px;
    right: 20px;
    left: 20px;
  }
  .hero-content h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .hero-content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hero-ctas {
    flex-direction: column;
    gap: 12px;
  }
  .hero-dots {
    bottom: 15px;
  }
  .hero-dots .dot {
    width: 10px;
    height: 10px;
  }
  .hero-dots .dot.active {
    width: 24px;
  }
  .hero-arrow {
    width: 36px;
    height: 36px;
  }
  .hero-arrow.hero-arrow-prev {
    right: 10px;
  }
  .hero-arrow.hero-arrow-next {
    left: 10px;
  }
}
@media (max-width: 480px) {
  .hero-card {
    height: 320px;
  }
  .hero-content {
    padding: 20px;
    bottom: 30px;
    right: 15px;
    left: 15px;
  }
  .hero-content h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero-content p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .hero-arrow {
    display: none;
  }
}
/*@primary-green: #27ae60;*/
/*@bg-light: #ecf0f1;*/
.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
.gallery-header {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-header .gallery-title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.gallery-header .gallery-subtitle {
  font-size: 1.1rem;
  color: #7E7F7E;
}
.albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.album-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.album-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.album-card:hover .album-overlay {
  opacity: 1;
}
.album-card:hover img {
  transform: scale(1.1);
}
.album-cover {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.album-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(39, 174, 96, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.album-info {
  text-align: center;
  color: #ffffff;
  /*margin-bottom: 20px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  /*padding: 20px;*/
}
.album-info .album-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  background-color: rgba(0, 27, 4, 0.5);
  padding: 0 20px;
  border-radius: 8px;
}
.album-info .album-count {
  background-color: rgba(0, 27, 4, 0.5);
  padding: 0 20px;
  border-radius: 8px;
}
.album-view-btn {
  background: #ffffff;
  color: #073d35;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.album-view-btn:hover {
  background: #073d35;
  color: #ffffff;
  transform: scale(1.05);
}
.album-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9fbf9;
  z-index: 1000;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  margin-top: 105px;
}
.album-modal.active {
  transform: translateX(0);
}
.modal-header {
  background: #ffffff;
  padding: 10px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
}
.modal-back-btn {
  background: none;
  border: none;
  color: #073d35;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.modal-back-btn:hover {
  color: #024E32;
}
.modal-back-btn svg {
  transition: transform 0.3s ease;
}
.modal-back-btn:hover svg {
  transform: translateX(5px);
}
.modal-album-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}
.photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 30px;
}
.photo-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.photo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.photo-item:hover img {
  transform: scale(1.05);
}
.photo-item:hover .photo-overlay {
  opacity: 1;
}
.photo-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 174, 96, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.photo-overlay svg {
  width: 48px;
  height: 48px;
  color: #ffffff;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.lightbox.active {
  display: flex;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10;
}
.lightbox-close:hover {
  background: #073d35;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #073d35;
}
.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.lightbox-prev:disabled:hover,
.lightbox-next:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
}
.lightbox-prev {
  right: 20px;
}
.lightbox-next {
  left: 20px;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-drag: none;
}
.lightbox-caption {
  color: #ffffff;
  font-size: 1.1rem;
  margin-top: 20px;
  text-align: center;
}
.lightbox-counter {
  color: #ffffff;
  font-size: 0.9rem;
  margin-top: 10px;
  opacity: 0.8;
}
.loading {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(39, 174, 96, 0.3);
  border-top-color: #073d35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gallery-slider {
  position: relative;
  overflow: hidden;
}
.gallery-slider .card-item {
  display: none;
  opacity: 0;
  transition: all 0.6s ease;
}
.gallery-slider .card-item.active {
  display: block;
  opacity: 1;
}
.gallery-slider .card-item .card-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gallery-slider .card-item .card-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
  /*opacity: 0;*/
}
.gallery-slider .card-item .card-media img.loaded {
  opacity: 1;
}
.gallery-slider .gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider .gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.gallery-slider .gallery-arrow i {
  font-size: 18px;
}
.gallery-slider .gallery-arrow-prev {
  right: 10px;
}
.gallery-slider .gallery-arrow-next {
  left: 10px;
}
.gallery-slider .gallery-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.gallery-slider .gallery-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.gallery-slider .gallery-dots .dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.gallery-slider .gallery-dots .dot.active {
  background: #fff;
  width: 24px;
  border-radius: 5px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .gallery-header {
    margin-bottom: 20px;
  }
  .gallery-header .gallery-title {
    font-size: 2rem;
  }
  .gallery-header .gallery-subtitle {
    font-size: 1rem;
  }
  .albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /*grid-template-columns: 1fr;*/
    gap: 20px;
  }
  .photos-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 10px;
    padding: 15px;
  }
  .modal-header {
    padding: 10px 20px;
  }
  .modal-album-title {
    font-size: 1.2rem;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
  }
  .lightbox-prev svg,
  .lightbox-next svg {
    width: 24px;
    height: 24px;
  }
  .lightbox-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .lightbox-close svg {
    width: 24px;
    height: 24px;
  }
}
.news-container {
  /*max-width: 900px;*/
  margin: 0 auto;
  padding: 40px 20px;
}
.news-article {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 40px;
}
.news-header-item {
  padding: 20px 40px 30px;
  border-bottom: 2px solid rgba(79, 138, 58, 0.25);
  margin-bottom: 10px;
}
.news-header-item .news-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #073d35;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.news-header-item .news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.news-header-item .news-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6B7280;
  font-size: 0.95rem;
}
.news-header-item .news-meta .meta-item i {
  color: #17c6ac;
  flex-shrink: 0;
}
.news-list-container .empty-message {
  display: none;
  text-align: center;
  padding: 3rem;
  color: #7f8c8d;
}
.news-list-container .news-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 2px solid rgba(79, 138, 58, 0.25);
  margin-bottom: 20px;
}
.news-list-container .news-header .news-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 1rem;
}
.news-list-container .filter-section {
  margin-bottom: 10px;
  text-align: left;
}
.news-list-container .filter-section label {
  margin-left: 1rem;
  font-weight: 500;
}
.news-list-container .filter-section select {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.news-header-image {
  margin: 0;
  padding: 0;
}
.news-header-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}
.news-header-image figcaption {
  padding: 12px 40px;
  font-size: 0.9rem;
  color: #6B7280;
  font-style: italic;
  text-align: center;
  background: #ecfdf6;
}
.news-summary {
  padding: 30px 40px;
  background: #E7F9D6;
  border-right: 4px solid #073d35;
}
.news-summary p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #1F2937;
  font-weight: 500;
}
.news-content {
  padding: 40px;
  font-size: 1.05rem;
  line-height: 2;
  color: #1F2937;
}
.news-content h2 {
  font-size: 1.6rem;
  color: #073d35;
  margin: 40px 0 20px;
  font-weight: 700;
}
.news-content h3 {
  font-size: 1.3rem;
  color: #082b1e;
  margin: 30px 0 15px;
  font-weight: 600;
}
.news-content p {
  margin: 0 0 20px;
}
.news-content a {
  color: #073d35;
  text-decoration: none;
  border-bottom: 1px solid #8afdd2;
  transition: all 0.3s ease;
}
.news-content a:hover {
  color: #3F7A31;
  border-bottom-color: #3F7A31;
}
.news-content ul,
.news-content ol {
  margin: 20px 0;
  padding-right: 30px;
}
.news-content ul li,
.news-content ol li {
  margin-bottom: 10px;
}
.news-content blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: #ecfdf6;
  border-right: 4px solid #17c6ac;
  font-style: italic;
  color: #3F4650;
}
.news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
  display: block;
}
.news-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.news-content table th,
.news-content table td {
  padding: 12px;
  text-align: right;
  border: 1px solid rgba(79, 138, 58, 0.25);
}
.news-content table th {
  background: #EAF4DE;
  color: #073d35;
  font-weight: 600;
}
.news-content table tr:nth-child(even) {
  background: #ecfdf6;
}
.news-content code {
  background: #ecfdf6;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  color: #082b1e;
}
.news-content pre {
  background: #1F2620;
  color: #8afdd2;
  padding: 20px;
  border-radius: 12px;
  overflow-x: auto;
  margin: 30px 0;
}
.news-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.news-footer {
  padding: 10px 40px;
  border-top: 2px solid rgba(79, 138, 58, 0.25);
}
.news-footer .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.news-footer .news-tags .news-tag {
  display: inline-block;
  padding: 6px 16px;
  background: #EAF4DE;
  color: #073d35;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.news-footer .news-tags .news-tag:hover {
  background: #073d35;
  color: #ffffff;
}
.related-news {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  padding: 40px;
}
.related-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #073d35;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid rgba(79, 138, 58, 0.25);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.parent-related-item {
  transition: all ease 0.3s;
}
.parent-related-item.hidden {
  display: none !important;
  transition: all ease 0.3s;
}
.related-item {
  display: flex;
  flex-direction: column;
  background: #ecfdf6;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.related-item.hidden {
  display: none !important;
  transition: all ease 0.3s;
}
.related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.related-item:hover .related-image img {
  transform: scale(1.05);
}
.related-item .related-image {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.related-item .related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.related-item .related-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.related-item .related-content .related-item-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}
.related-item .related-content .related-item-title a {
  color: #1F2937;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-item .related-content .related-item-title a:hover {
  color: #073d35;
}
.related-item .related-content .related-date {
  font-size: 0.85rem;
  color: #6B7280;
  display: flex;
  align-items: center;
  gap: 6px;
}
.related-item .related-content .related-date:before {
  content: '📅';
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .news-container {
    padding: 20px 15px;
  }
  .news-header-item {
    padding: 0;
    margin-bottom: 10px;
  }
  .news-header-item .news-title {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
  .news-list-container .news-header {
    padding: 10px 20px;
  }
  .news-list-container .news-header h1 {
    font-size: 22px;
    line-height: 2;
  }
  .news-list-container .filter-section {
    margin: 0;
    text-align: left;
  }
  .news-list-container .filter-section label {
    margin-left: 10px;
  }
  .news-list-container .filter-section select {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  .news-header-image figcaption {
    padding: 10px 20px;
  }
  .news-summary {
    padding: 20px;
  }
  .news-summary p {
    font-size: 1.05rem;
  }
  .news-content {
    padding: 20px 15px;
    font-size: 1rem;
  }
  .news-content h2 {
    font-size: 1.4rem;
  }
  .news-content h3 {
    font-size: 1.2rem;
  }
  .news-content table {
    font-size: 0.85rem;
  }
  .news-content table th,
  .news-content table td {
    padding: 8px;
  }
  .news-footer {
    padding: 20px;
  }
  .related-news {
    padding: 30px 20px;
  }
  .related-title {
    font-size: 1.5rem;
  }
  .related-grid {
    /*grid-template-columns: 1fr;*/
    gap: 20px;
  }
}
#contact-us {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  direction: rtl;
}
#contact-us .call-us-form form#call-us #title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
#contact-us .call-us-form form#call-us #title h3 {
  color: #073d35;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
#contact-us .call-us-form form#call-us #title h3::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  opacity: 0.8;
}
#contact-us .call-us-form form#call-us #title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #073d35;
  border-radius: 10px;
}
#contact-us .call-us-form form#call-us #title::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background: #d8f3dc;
  border-radius: 10px;
}
#contact-us .call-us-form form#call-us table {
  width: 100%;
  border-collapse: separate;
  /*border-spacing: 0 15px;*/
}
#contact-us .call-us-form form#call-us table tbody tr {
  display: flex;
  flex-direction: column;
  /*gap: 8px;*/
  /*margin-bottom: 5px;*/
  margin-top: 15px;
}
#contact-us .call-us-form form#call-us table tbody tr td {
  display: block;
  padding: 0;
  border: none;
  text-align: right;
  color: #404040;
  font-weight: 600;
  font-size: 0.9rem;
}
#contact-us .call-us-form form#call-us table tbody tr td input[type="text"],
#contact-us .call-us-form form#call-us table tbody tr td textarea,
#contact-us .call-us-form form#call-us table tbody tr td select {
  width: 100%;
  padding: 7px 15px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  background: #f9fbf9;
  font-family: inherit;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
#contact-us .call-us-form form#call-us table tbody tr td input[type="text"]:focus,
#contact-us .call-us-form form#call-us table tbody tr td textarea:focus,
#contact-us .call-us-form form#call-us table tbody tr td select:focus {
  outline: none;
  border-color: #073d35;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.1);
}
#contact-us .call-us-form form#call-us table tbody tr td textarea {
  min-height: 120px;
  resize: vertical;
}
#contact-us .call-us-form form#call-us table tbody tr td .select2-container {
  width: 100% !important;
}
#contact-us .call-us-form form#call-us .captcha_lib {
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 10px;*/
  background: #f1f3f1;
  padding: 15px;
  border-radius: 8px;
  /*margin-top: 10px;*/
}
#contact-us .call-us-form form#call-us .captcha_lib .code_stamp {
  border-radius: 4px;
  height: 40px !important;
}
#contact-us .call-us-form form#call-us .captcha_lib .refreshbutton {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#contact-us .call-us-form form#call-us .captcha_lib .refreshbutton:hover {
  background: #d8f3dc;
}
#contact-us .call-us-form form#call-us .captcha_lib .refreshbutton img {
  width: 20px;
}
#contact-us .call-us-form form#call-us .captcha_lib .get_capthca {
  /*max-width: 120px;*/
  text-align: center;
  margin: 0 !important;
  height: 40px !important;
  width: 100% !important;
}
#contact-us .call-us-form form#call-us .submit {
  width: 100%;
  margin-top: 25px;
  padding: 15px;
  background-color: #073d35 !important;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(45, 106, 79, 0.2);
}
#contact-us .call-us-form form#call-us .submit:hover {
  background-color: #042621 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.3);
}
#contact-us .call-us-form .post-pm {
  display: none;
  background: #d8f3dc;
  color: #073d35;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
  border: 1px dashed #073d35;
}
#contact-us #our-information {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
#contact-us #our-information div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #404040;
}
#contact-us #our-information div i {
  font-size: 1.5rem;
}
#contact-us #our-information div i.blue {
  color: #2196F3;
}
#contact-us #our-information div i.green {
  color: #073d35;
}
#contact-us #our-information div p {
  margin: 0;
  font-size: 0.9rem;
}
#contact-us #our-information div a {
  text-decoration: none;
  color: inherit;
}
.select2-container {
  z-index: auto !important;
}
.select2-container--default .select2-selection--single {
  height: 45px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background-color: #f9fbf9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  padding-right: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}
#pre-registration-form,
#register_form {
  direction: rtl;
  max-width: 650px;
  margin: 20px auto;
  padding: 0 15px;
}
#pre-registration-form .registration-card,
#register_form .registration-card,
#pre-registration-form.pr_form,
#register_form.pr_form {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #2ecc71;
}
#pre-registration-form .card-header,
#register_form .card-header,
#pre-registration-form .register_form_title,
#register_form .register_form_title {
  text-align: center;
  margin-bottom: 30px;
}
#pre-registration-form .card-header .success-icon,
#register_form .card-header .success-icon,
#pre-registration-form .register_form_title .success-icon,
#register_form .register_form_title .success-icon {
  color: #27ae60;
  margin-bottom: 20px;
}
#pre-registration-form .card-header .success-icon i,
#register_form .card-header .success-icon i,
#pre-registration-form .register_form_title .success-icon i,
#register_form .register_form_title .success-icon i {
  font-size: 60px;
}
#pre-registration-form .card-header .main-title,
#register_form .card-header .main-title,
#pre-registration-form .register_form_title .main-title,
#register_form .register_form_title .main-title {
  color: #2c3e50;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#pre-registration-form .card-header .sub-title,
#register_form .card-header .sub-title,
#pre-registration-form .register_form_title .sub-title,
#register_form .register_form_title .sub-title {
  color: #34495e;
  padding: 10px 20px;
  border-radius: 12px;
  background-color: #d8f3dc;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#pre-registration-form .card-header .thanks-note,
#register_form .card-header .thanks-note,
#pre-registration-form .register_form_title .thanks-note,
#register_form .register_form_title .thanks-note {
  color: #34495e;
  font-size: 0.9rem;
  margin: 0;
}
#pre-registration-form .card-header h3,
#register_form .card-header h3,
#pre-registration-form .register_form_title h3,
#register_form .register_form_title h3,
#pre-registration-form .card-header.register_form_title,
#register_form .card-header.register_form_title,
#pre-registration-form .register_form_title.register_form_title,
#register_form .register_form_title.register_form_title {
  color: #404040;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#pre-registration-form .card-header p,
#register_form .card-header p,
#pre-registration-form .register_form_title p,
#register_form .register_form_title p {
  color: #7f8c8d;
  font-size: 0.9rem;
  line-height: 1.6;
}
#pre-registration-form .card-footer,
#register_form .card-footer {
  text-align: center;
  padding-top: 15px;
}
#pre-registration-form .card-footer p,
#register_form .card-footer p {
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.6;
}
#pre-registration-form .card-footer p.warning,
#register_form .card-footer p.warning {
  color: #d35400;
}
#pre-registration-form .card-footer .btn,
#register_form .card-footer .btn {
  margin: 10px 15px;
}
#pre-registration-form .card-footer .btn i,
#register_form .card-footer .btn i {
  margin: 0 10px;
}
#pre-registration-form .form-group,
#register_form .form-group,
#pre-registration-form div[id^="r_"],
#register_form div[id^="r_"] {
  margin-bottom: 20px;
}
#pre-registration-form .form-group label,
#register_form .form-group label,
#pre-registration-form div[id^="r_"] label,
#register_form div[id^="r_"] label,
#pre-registration-form .form-group span[id^="r_"],
#register_form .form-group span[id^="r_"],
#pre-registration-form div[id^="r_"] span[id^="r_"],
#register_form div[id^="r_"] span[id^="r_"] {
  display: block;
  margin-bottom: 8px;
  color: #404040;
  font-weight: 600;
  font-size: 0.95rem;
}
#pre-registration-form .form-group input[type="text"],
#register_form .form-group input[type="text"],
#pre-registration-form div[id^="r_"] input[type="text"],
#register_form div[id^="r_"] input[type="text"],
#pre-registration-form .form-group select,
#register_form .form-group select,
#pre-registration-form div[id^="r_"] select,
#register_form div[id^="r_"] select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9fbf9;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
#pre-registration-form .form-group input[type="text"]:focus,
#register_form .form-group input[type="text"]:focus,
#pre-registration-form div[id^="r_"] input[type="text"]:focus,
#register_form div[id^="r_"] input[type="text"]:focus,
#pre-registration-form .form-group select:focus,
#register_form .form-group select:focus,
#pre-registration-form div[id^="r_"] select:focus,
#register_form div[id^="r_"] select:focus {
  outline: none;
  border-color: #2ecc71;
  background-color: #ffffff;
}
#pre-registration-form .form-group input[readonly],
#register_form .form-group input[readonly],
#pre-registration-form div[id^="r_"] input[readonly],
#register_form div[id^="r_"] input[readonly] {
  background-color: #e7e7e7;
  cursor: not-allowed;
}
#pre-registration-form .form-group input[readonly]:focus,
#register_form .form-group input[readonly]:focus,
#pre-registration-form div[id^="r_"] input[readonly]:focus,
#register_form div[id^="r_"] input[readonly]:focus {
  outline: none;
  border-color: #dcdde1;
  background-color: #e7e7e7;
}
#pre-registration-form fieldset,
#register_form fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
#pre-registration-form fieldset legend,
#register_form fieldset legend {
  padding: 0 15px;
  color: #27ae60;
  font-weight: bold;
  font-size: 1.1rem;
}
#pre-registration-form .submit,
#register_form .submit,
#pre-registration-form .btn-submit,
#register_form .btn-submit {
  background-color: #27ae60;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  border: none !important;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}
#pre-registration-form .submit:hover,
#register_form .submit:hover,
#pre-registration-form .btn-submit:hover,
#register_form .btn-submit:hover {
  background-color: #209150;
}
#pre-registration-form .result-body,
#register_form .result-body {
  background: #f9fbf9;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}
#pre-registration-form .result-body .info-row,
#register_form .result-body .info-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#pre-registration-form .result-body .info-row:last-child,
#register_form .result-body .info-row:last-child {
  border-bottom: none;
}
#pre-registration-form .result-body .info-row .label,
#register_form .result-body .info-row .label {
  color: #7f8c8d;
  font-size: 0.9rem;
}
#pre-registration-form .result-body .info-row .value,
#register_form .result-body .info-row .value {
  color: #1F2620;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 480px) {
  #pre-registration-form .result-body .info-row,
  #register_form .result-body .info-row {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  #pre-registration-form .result-body .info-row .value,
  #register_form .result-body .info-row .value {
    text-align: center;
  }
}
#pre-registration-form .result-body .tracking-box,
#register_form .result-body .tracking-box {
  background: #e8f8f0;
  border: 2px dashed #2ecc71;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  color: #27ae60;
}
#pre-registration-form .result-body .tracking-box span,
#register_form .result-body .tracking-box span {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
#pre-registration-form .result-body .tracking-box strong,
#register_form .result-body .tracking-box strong {
  font-size: 1.4rem;
  letter-spacing: 2px;
  display: block;
}
#pre-registration-form #status_card,
#register_form #status_card {
  text-align: center;
  font-size: 1em;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
#pre-registration-form #status_card.accepted,
#register_form #status_card.accepted {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
  border-color: rgba(39, 174, 96, 0.2);
}
#pre-registration-form #status_card.rejected,
#register_form #status_card.rejected {
  background-color: rgba(231, 76, 60, 0.1);
  color: #c0392b;
  border-color: rgba(231, 76, 60, 0.2);
}
#pre-registration-form #status_card.pending,
#register_form #status_card.pending {
  background-color: rgba(52, 152, 219, 0.1);
  color: #2980b9;
  border-color: rgba(52, 152, 219, 0.2);
}
#pre-registration-form .select2-container,
#register_form .select2-container {
  z-index: auto !important;
}
#pre-registration-form .select2-container--default .select2-selection--single,
#register_form .select2-container--default .select2-selection--single {
  height: 45px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background-color: #f9fbf9 !important;
}
#pre-registration-form .select2-container--default .select2-selection--single .select2-selection__rendered,
#register_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  padding-right: 15px !important;
}
#pre-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#register_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}
@media (max-width: 768px) {
  #pre-registration-form,
  #register_form {
    margin: 20px auto;
  }
  #pre-registration-form .registration-card,
  #register_form .registration-card,
  #pre-registration-form.pr_form,
  #register_form.pr_form {
    padding: 25px;
  }
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f5f5f5;
  color: #1F2937;
  line-height: 1.7;
}
.wrapper-sm {
  margin-top: 14px;
}
.wrapper {
  margin-top: 25px;
}
.flex {
  display: flex;
  align-content: center;
  justify-content: center;
}
.container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}
.section-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 8px 0 18px;
}
.section-title h2 {
  margin: 0;
  font-size: 20px;
}
.section-title span {
  color: #6B7280;
  font-size: 14px;
}
.home-section {
  padding: 10px 0;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 30px;
}
.card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  padding: 10px;
  overflow: hidden;
}
.card.card-gallery .card-media {
  overflow: hidden;
  margin-bottom: 12px;
}
.card.card-gallery .card-media img {
  border-radius: 14px;
  border: 1px solid #17c6ac;
  height: 118px;
  object-fit: cover;
  width: 100%;
}
.card.card-gallery .card-text {
  margin: 0;
  color: #6B7280;
  font-size: 14px;
}
.card.card-calander .card-sub {
  margin: 15px;
  padding: 20px 15px;
  background-color: #EAF4DE;
  color: #26fbab;
  text-align: center;
  font: "koodak";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.card.card-calander .card-sub .card-date {
  color: #558C60;
  font-weight: bold;
  border-bottom: 1px solid #A8C98E;
}
.card.card-calander .card-sub .card-text {
  color: #558C60;
}
.card.card-news .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
}
.card.card-news .list .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1F2937;
  transition: 0.2s all ease;
}
.card.card-news .list .list-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(79, 138, 58, 0.35);
  border: 1px solid rgba(79, 138, 58, 0.55);
}
.card.card-news .list .list-item .news-title {
  color: #024E32;
  transition: 0.2s all ease;
}
.card.card-news .list .list-item:hover .news-title {
  color: #1F2937;
  padding-right: 10px;
  transition: 0.2s all ease;
}
.card.card-news .card-footer {
  margin-top: 14px;
}
.card.card-news .card-footer .card-link {
  color: #082b1e;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.card.card-news .card-footer .card-link:hover {
  color: #073d35;
}
.card .card-footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.card .card-footer .card-link {
  font-weight: 700;
}
.card .card-title {
  margin: 6px 0;
  font-size: 16px;
  font-family: "titr";
  text-align: center;
}
.card .card-date {
  font-weight: 900;
  margin: 0 0 8px;
  color: #082b1e;
}
.card hr {
  color: #8afdd2;
  width: 75%;
  margin: 0 auto;
}
.home-quick {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 20px 0;
}
.quick-grid .quick-item {
  border: 1px solid rgba(79, 138, 58, 0.22);
  border-radius: 14px;
  padding: 14px 12px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-grid .quick-item .quick-icon {
  font-size: 2em;
  margin: 0 15px;
}
.quick-grid .quick-item i {
  color: #082b1e;
}
.quick-grid .quick-item span {
  color: #082b1e;
  font-size: 16px;
}
.quick-grid .quick-item:hover {
  border-color: rgba(79, 138, 58, 0.45);
  transform: translateY(-10px);
  /*box-shadow: 0 10px 26px rgba(79,138,58,0.12);*/
}
@media (max-width: 980px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .main-nav {
    display: none;
  }
  .hamburger-menu {
    display: inline-block;
  }
}
@media (max-width: 520px) {
  .quick-grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=_miras.home.css.map */