﻿:root {
  --aboutcompany-primary: #014086;
  --aboutcompany-secondary: #0a9e4c;
  --aboutcompany-text: #6f6f6f;
  --aboutcompany-bg-light: #f9fafc;
}

.aboutcompany {
  padding: 80px 0;
  background-color: var(--aboutcompany-bg-light);
}

.aboutcompany__header {
  margin-bottom: 24px;
}

.aboutcompany__header p {
  color: var(--aboutcompany-text) !important;
  font-size: 15px !important;
  line-height: 2 !important;
  text-align: justify !important;
}

.aboutcompany h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--aboutcompany-primary) !important;
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
}

.aboutcompany p {
  font-size: 17px !important;
  line-height: 2 !important;
  color: var(--aboutcompany-text) !important;
  margin: 0 auto !important;
  opacity: 0.95 !important;
}

.aboutcompany__videobox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutcompany__video {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--aboutcompany-secondary);
  border-radius: 6px;
  padding: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.aboutcompany__details {
  padding: 90px 0px;
  background-color: #fff;
}

.aboutcompany__intro {
  background-color: #ffffff;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}
.aboutcompany__intro-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--aboutcompany-text);
  margin-bottom: 20px;
  line-height: 1.6;
}

.aboutcompany__intro-line {
  width: 70px;
  height: 3px;
  background-color: var(--aboutcompany-secondary);
  margin: 0 auto 25px auto;
  border-radius: 2px;
}

.aboutcompany__intro-text {
  font-size: 17px;
  line-height: 2;
  color: var(--aboutcompany-text);
  max-width: auto;
  margin: 0 auto;
  opacity: 0.95;
}

.aboutcompany__card {
  padding: 80px 50px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
}

.aboutcompany__card:last-child {
  border-left: none;
}

.aboutcompany__card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--aboutcompany-primary);
  margin-bottom: 20px;
  line-height: 1.6;
}

.aboutcompany__card-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--aboutcompany-text);
  margin: 0;
}

.aboutcompany__details h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--aboutcompany-primary) !important;
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
}

.aboutcompany__details p {
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: var(--aboutcompany-text) !important;
  margin: 0 !important;
  text-align: center;
}

/* -----------------------------
     📱 Responsive
  ----------------------------- */
@media (max-width: 991px) {
  .aboutcompany__card {
    border-left: none;
    border-top: 1px solid #e1e1e1;
    padding: 50px 20px;
  }

  .aboutcompany__image {
    max-width: 100%;
  }

  .aboutcompany {
    padding: 60px 0;
  }

  .aboutcompany__item {
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .aboutcompany__intro {
    padding: 70px 20px;
  }

  .aboutcompany__intro-title {
    font-size: 20px;
  }

  .aboutcompany__intro-text {
    font-size: 16px;
  }
  .aboutcompany__item {
    margin-bottom: 40px;
  }

  .aboutcompany__item-title {
    font-size: 16px;
  }

  .aboutcompany__item-text {
    font-size: 14px;
  }
}

#dnn_ctr1699_ContentPane p {
  display: block !important;
  color: var(--aboutcompany-secondary) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

#dnn_ctr1700_HtmlModule_lblContent h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--aboutcompany-primary);
  margin-top: 8px;
  line-height: 1.6;
}

#dnn_ctr1701_HtmlModule_lblContent p {
  color: var(--aboutcompany-text);
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 24px !important;
}

.about-copany-counter-title {
  font-weight: 600 !important;
  font-size: 22px !important;
}

/* ----------------------------
   Funds Assets Section (Donut)
---------------------------- */
.funds-assets-section {
  font-family: "iransans", sans-serif;
  direction: rtl;
  padding-top: 100px;
}

@media (max-width: 576px) {
  .funds-assets-section {
    padding: 25px 0;
  }
}

.assets-wrapper {
  padding-block: 50px;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #dedede;
  background-size: auto 100%;
  background-position: right;
}

/* ==== Chart Box ==== */
.assets-chart-box {
  position: relative;
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assets-chart-box canvas {
  width: 100% !important;
  height: 100% !important;
}

.chart-center {
  position: absolute;
  text-align: center;
  color: #014086;
  background-color: #f7f9fc;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

.chart-center .center-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.chart-center .center-value {
  font-size: 26px;
  font-weight: 800;
  color: #0a9e4c;
}

/* ==== Labels ==== */
.assets-labels {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}

.asset-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.asset-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.color-bank {
  background-color: #0a9e4c;
}

.color-other {
  background-color: #014086;
}

.asset-name {
  color: #014086;
  font-weight: 600;
  font-size: 13px;
}

.asset-value {
  color: #0a9e4c;
  font-weight: 700;
  font-size: 13px;
  margin-right: auto;
}

/* ==== Responsive ==== */
@media (max-width: 992px) {
  .assets-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .assets-chart-box {
    width: 280px;
    height: 280px;
  }
  .chart-center {
    width: 150px;
    height: 150px;
  }
  .assets-labels {
    flex-direction: row;
    justify-content: center;
  }

  .assets-labels {
    margin-bottom: 22px;
  }
}

@media (max-width: 400px) {
  .assets-chart-box {
    width: 240px;
    height: 240px;
  }

  .assets-title-wrapper {
    padding-inline: 30px;
  }
}

.funds-assets-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.assets-title-wrapper {
  padding-block: 30px;
  font-family: "iransans", sans-serif;
  border-bottom: 3px solid #014086;
}

.funds-assets-title {
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  color: #014086;
  text-align: center;
  margin-bottom: 20px;
  line-height: 36px;
}

.funds-assets-desc {
  font-size: 14px;
  color: #444;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.8;
  text-align: center;
}

.overview-section {
  padding-block: 80px;
	margin : 0px !important;
}



.gallery-sec {
  padding-bottom: 60px;
	padding-top: 60px;
}

#dnn_ctr1732_View_Index_plLicense .ChartTooltips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

#dnn_ctr1732_View_Index_plLicense .ChartTooltips li {
  background: #ffffff;
  border: 1px solid #d5e3ec;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: "IRANSans", sans-serif;
  font-size: 14px;
  color: #2b3e50;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.chart-list-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#dnn_ctr1732_View_Index_plLicense .ChartTooltips li:hover {
  background: #e8f0f5;
  transform: translateX(5px);
}

#dnn_ctr1732_View_Index_plLicense .ChartTooltips li span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #dnn_ctr1732_View_Index_plLicense .ChartTooltips {
    margin-bottom: 32px;
  }
}

#dnn_ctr1733_HtmlModule_lblContent h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

#dnn_ctr1734_HtmlModule_lblContent p {
  margin-bottom: 22px;
}

.history-container {
  background: #f2f2f2
    url("/Portals/_default/Skins/glend/resource/theme-assests/img/investment-bg.png")
    no-repeat no-repeat;
  background-size: auto 100%;
}

@media (max-width: 576px) {
  #dnn_ctr1732_View_Index_plLicense .ChartTooltips li {
    font-size: 12px;
  }
}
