@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap");

.app-admin-modal {
  z-index: 1300 !important;
}

:root {
  --navy: #0c2349;
  --ink: #17243b;
  --teal: #0c8d80;
  --muted: #7b8798;
  --pale: #f2f6fa;
  --line: #e5ebf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    16px Vazirmatn,
    Tahoma,
    sans-serif !important;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

button {
  font: inherit;
  border: 0;
  cursor: pointer;
}

.container {
  width: min(1110px, calc(100% - 56px));
  margin: auto;
}

.site-header {
  height: 64px;
  background: var(--navy);
  color: #dce6f3;
  position: relative;
  z-index: 20;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border: 1px solid #91a6c1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b8dc79;
  position: relative;
  font-size: 15px;
}

.brand-mark:after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #357b82;
  border-radius: 50%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 12px;
  font-weight: 700;
}

.brand-copy small {
  font-size: 6px;
  letter-spacing: 0.7px;
  direction: ltr;
  text-align: right;
  color: #8295af;
}

.main-nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 13px;
}

.main-nav a {
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #8de0d5;
}

.login-button {
  background: #177e77;
  color: #fff;
  border-radius: 3px;
  padding: 7px 18px;
  font-size: 13px;
  transition: background 0.2s;
}

.login-button:hover,
.primary-button:hover {
  background: #087067;
}

.menu-button {
  display: none;
  background: transparent;
  width: 35px;
  padding: 4px;
}

.menu-button span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.hero {
  height: 365px;
}

.hero-swiper,
.hero-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-slide-one {
  background-image: url("/images/photo-1518005020951-eccb494ad742.avif");
}

.hero-slide-two {
  background-image: url("/images/photo-1497366811353-6870744d04b2.avif");
}

.hero-slide-three {
  background-image: url("/images/photo-1497366754035-f200968a6e72.avif");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 34, 72, 0.12),
    rgba(5, 18, 42, 0.78)
  );
}

.hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-panel {
  width: 535px;
  padding: 30px 42px 32px 34px;
  background: rgba(7, 21, 46, 0.72);
  border-right: 3px solid var(--teal);
  animation: panel-in 0.8s both;
}

.eyebrow,
.section-heading span,
.cta-box > div > span {
  color: #159789;
  font-size: 14px;
  font-weight: 700;
}

.hero .eyebrow {
  color: #81d2c6;
}

.hero h1 {
  font-size: 33px;
  line-height: 1.35;
  margin: 6px 0 5px;
  font-weight: 800;
  color: white;
}

.hero p {
  color: #e4eaf2;
  margin: 0 0 20px;
  font-size: 13px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--teal);
  color: #fff !important;
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 13px;
  transition:
    transform 0.2s,
    background 0.2s;
}

.primary-button:hover {
  transform: translateY(-2px);
}

.primary-button span {
  font-size: 17px;
  line-height: 1;
}

.hero-pagination {
  bottom: 22px !important;
}

.hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.55;
}

.hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.news-section,
.services-section,
.events-section {
  padding: 43px 0 42px;
}

.news-section {
  background: #fff;
}

.section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.section-heading span {
  display: block;
  margin-bottom: 2px;
}

.section-heading h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  font-weight: 800;
}

.news-layout {
  display: flex;
  gap: 14px;
  direction: ltr;
}

.news-swiper {
  flex: 1.35;
  min-width: 0;
  direction: rtl;
}

.news-list-swiper {
  flex: 1;
  min-width: 0;
  direction: rtl;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 3px 18px;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.news-feature img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
  transition: transform 0.5s;
}

.news-feature:hover img {
  transform: scale(1.04);
}

.card-body {
  padding: 12px 20px 14px;
}

.card small,
.event-card small,
.news-list small {
  font-size: 13px;
  color: var(--teal);
}

.card h3,
.event-card h3 {
  font-size: 14px;
  margin: 5px 0 3px;
  line-height: 1.8;
}

.card p,
.event-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.card a {
  display: block;
  color: var(--teal);
  font-size: 13px;
  margin-top: 5px;
}

.news-list .swiper-slide {
  height: auto !important;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.news-list .swiper-slide:last-child {
  border-bottom: 0;
}

.news-list h3 {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

.news-list p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  direction: ltr;
}

.carousel-controls button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition:
    transform 0.2s,
    background 0.2s;
}

.carousel-controls button:hover {
  background: #087168;
  transform: scale(1.08);
}

.news-pagination,
.events-pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #9bb7b5;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--teal);
  width: 7px;
  height: 7px;
}

.services-section,
.events-section {
  background: var(--pale);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.footer-bottom {
  justify-content: flex-start !important;
}

.service-card {
  background: #fff;
  min-height: 170px !important;
  border-radius: 8px;
  padding: 14px 17px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(23, 54, 88, 0.09);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background: #e3f4f1;
  color: var(--teal);
  font-size: 13px;
  float: right;
  margin-left: 9px;
}

.service-card h3 {
  font-size: 14px;
  margin: 2px 0 3px;
  margin-top: 20px !important;
  font-weight: 700 !important;
}

.service-card p {
  font-size: 13px;
  color: var(--muted);
  clear: both;
  margin: 0;
}

.stats-section {
  background: var(--navy);
  color: #fff;
  padding: 38px 0 39px;
}

.inverse {
  margin-bottom: 24px;
}

.inverse span {
  color: #42b3a4;
}

.inverse h2 {
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  direction: rtl;
}

.stats-grid > div {
  background: rgba(42, 69, 111, 0.46);
  border: 1px solid rgba(143, 177, 215, 0.12);
  border-radius: 7px;
  text-align: center;
  padding: 12px;
  transition: transform 0.25s;
}

.stats-grid > div:hover {
  transform: translateY(-3px);
}

.stats-grid strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

.stats-grid span {
  display: block;
  color: #cad7e9;
  font-size: 9px;
}

.events-swiper {
  direction: rtl;
}

.event-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.event-card img {
  width: 100%;
  height: 98px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.event-card:hover img {
  transform: scale(1.05);
}

.event-card > div {
  padding: 9px 13px 12px;
}

.event-card h3 {
  font-size: 11px;
}

.event-card p {
  font-size: 9px;
}

.cta-section {
  padding: 42px 0;
}

.cta-box {
  border-radius: 9px;
  min-height: 135px;
  background:
    linear-gradient(90deg, rgba(10, 29, 61, 0.94), rgba(11, 32, 67, 0.92)),
    url("/images/photo-1497366216548-37526070297c.avif") center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 45px;
}

.cta-box > div > span {
  color: #19a192;
}

.cta-box h2 {
  font-size: 20px;
  margin: 4px 0;
}

.cta-box p {
  font-size: 13px;
  color: #d9e1ed;
  margin: 0;
}

.site-footer {
  background: #06162f;
  color: #d4deeb;
  padding: 37px 0 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.25fr;
  gap: 42px;
  padding-bottom: 30px;
}

.footer-brand p {
  font-size: 13px;
  color: #a2b1c7;
  max-width: 220px;
  margin: 15px 0 0;
}

.site-footer h3 {
  font-size: 14px;
  color: #fff;
  margin: 1px 0 11px;
}

.site-footer a,
.site-footer p {
  display: block;
  font-size: 13px;
  color: #9dacbf;
  margin: 4px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(183, 205, 229, 0.13);
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #72849e;
  font-size: 8px;
}

.footer-bottom span {
  font-size: 13px;
}

.footer-bottom a {
  color: #8eb7bd;
}

.toast {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: var(--navy);
  color: #fff;
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: 0.25s;
  z-index: 30;
}

.toast.show {
  opacity: 1;
  transform: none;
}

.section-heading h2 {
  font-size: 26px !important;
}

.section-heading span {
  font-size: 16px !important;
}

.stats-grid strong {
  font-size: 32px !important;
}

.stats-grid p {
  font-size: 13px !important;
}

.stats-grid > div {
  padding: 36px 12px !important;
}

.cta-box {
  height: 300px !important;
  justify-content: center !important;
  background:
    linear-gradient(90deg, rgb(17 51 108 / 94%), rgba(11, 32, 67, 0.92)),
    url(Images/cta-card.png) center / cover !important;
  border-radius: 24px !important;
}

.section-heading.inverse {
  height: 85px !important;
}

.cta-box > div > span {
  font-size: 16px !important;
}

div:first-child h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
}

.service-card p {
  font-size: 15px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-footer a {
  padding: 10px 0 !important;
  margin-top: -11px !important;
  color: #9dacbf !important;
}

.site-footer p {
  max-width: 100% !important;
}

.footer-brand .brand img {
  display: inline-block;
  width: 100%;
  max-width: fit-content;
  height: auto;
  padding-left: 10px;
}

.service-icon {
  background: unset !important;
}

.detailnews-content h1{
          color: #0e7c6e !important;
        }

        .detailnews-content .Deatil-description{
              border-right: 8px solid #0e7c6e!important;
        }

        .titleNewsAddOn{
          color: #0e7c6e!important;
        }

        .outlink-news > div > div .btn-link-related{
          border: 1px solid #0e7c6e!important;
        }

        .container-fluid.has-news-head.Project-breadcrumb {
        padding: 26px 16px 15px !important;
        margin-top:0px!important;
        background: #e3e3e3!important;
    }

    


   

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 800px) {
  .container {
    width: min(100% - 32px, 600px);
  }

  .main-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    background: var(--navy);
    display: none;
    flex-direction: column;
    padding: 14px 25px;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 8px 0;
  }

  .menu-button {
    display: block;
  }

  .header-inner {
    gap: 15px;
  }

  .brand {
    margin-right: auto;
  }

  .login-button {
    display: none;
  }

  .hero {
    height: 385px;
  }

  .hero-panel {
    width: 100%;
    padding: 25px 24px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .news-layout {
    display: block;
  }

  .news-list-swiper {
    margin-top: 12px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .stats-grid > div {
    padding: 6px 12px !important;
  }

  .event-card img {
    height: 150px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .footer-brand {
    grid-column: 1/-1;
  }

  .cta-box {
    padding: 25px;
    gap: 20px;
  }

  .stats-section {
    height: 610px !important;
  }
}

@media (max-width: 460px) {
  body {
    font-size: 12px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .brand-copy strong {
    font-size: 10px;
  }

  .brand-copy small {
    font-size: 5px;
  }

  .hero {
    height: 360px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 11px;
  }

  .section-heading h2 {
    font-size: 24px !important;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 86px;
  }

  .stats-grid strong {
    font-size: 17px;
  }

  .cta-box {
    display: block;
    text-align: center;
  }

  .cta-box .primary-button {
    margin-top: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

  .footer-bottom a {
    margin-top: 5px;
  }

  .toast {
    right: 14px;
    left: 14px;
    text-align: center;
  }
}

@media (max-width: 767px) {
    .container-fluid.has-news-head.Project-breadcrumb {
        padding: 26px 16px 15px !important;
        margin-top:-59px!important;
        background: #e3e3e3!important;
    }

        

        
}
