/* ============================================================
   Megamak — "news_one" səhifəsinin özəl stilləri
   ============================================================ */

/* ==== blok ==== */

.copyright_resource_nav {
  position: relative;
  display: inline;
}

.copyright_resource_nav ul {
  position: absolute;
  left: calc(100% - 5px);
  bottom: -12px;
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  padding: 7px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transform: scaleX(0);
  opacity: 0;
  pointer-events: none;
  transform-origin: left bottom;
  transition: all .35s ease;
}

.copyright_resource_nav ul li {
  padding: 5px 10px;
  text-align: left;
}

.copyright_resource_nav:hover ul {
  transform: scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.copyright_resource_nav>span {
  position: relative;
  padding: 8px 15px 8px 0;
  cursor: pointer;
}

.copyright_resource_nav>span::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background-color: currentColor;
  transition: all .35s ease;
}

.copyright_resource_nav:hover>span::after {
  width: calc(100% - 15px);
}

.copyright_resource_nav ul.copyright_resource_nav_items li a {
  position: relative;
  color: #333;
  font-size: .9em;
  white-space: nowrap;
  text-decoration: none;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .35s ease;
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a {
  color: var(--bs-theme-color);
}

.copyright_resource_nav ul.copyright_resource_nav_items li:hover a::after {
  width: 100%;
}

/* ==== sectionIdpwm2857 ==== */

#sectionIdpwm2857 > .title-bar > .title {
  font-weight: 700;
  font-size: 1.4rem;
}

/* ==== sectionIdhgy0375 ==== */

#sectionIdhgy0375 > .title-bar > .title {
  font-size: 1.4rem;
  font-weight: 700;
}

#sectionIdhgy0375 > .outer-swiper-wrap.layout > .execute-swiper-slide.swiper-backface-hidden.swiper-initialized.swiper-vertical.swiper-pointer-events.swiper-watch-progress > .swiper-wrapper.product-items > .swiper-slide.product-item > .item-inner > .item-title {
  font-size: 1rem;
  font-weight: 700;
}

/* ==== blok ==== */

.section-imagetext-wrap-block .page-title-bar {
  position: relative;
}

.section-imagetext-wrap-block .page-title-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-imagetext-wrap-block[mask-color="mask-color-dark"] .page-title-bar:before {
  background-color: var(--bs-mask-dark);
  opacity: .5;
}

.section-imagetext-wrap-block[mask-color="mask-color-dark"] .page-title-bar .page-title, .section-imagetext-wrap-block[mask-color="mask-color-theme"] .page-title-bar .page-title {
  color: #fff;
}

.section-imagetext-wrap-block[mask-color="mask-color-white"] .page-title-bar:before {
  background-color: var(--bs-mask-white);
  opacity: .5;
}

.section-imagetext-wrap-block[mask-color="mask-color-white"] .page-title-bar .page-title {
  color: #000;
}

.section-imagetext-wrap-block[mask-color="mask-color-theme"] .page-title-bar:before {
  background-color: var(--bs-theme-color);
  opacity: .5;
}

.section-imagetext-wrap-block .page-title-bar .page-banner {
  width: 100%;
  min-height: 10rem;
  object-fit: cover;
}

.section-imagetext-wrap-block .page-title-bar .page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px;
}

/* ==== blok ==== */

.section-breadcrumb-wrap-block {
  background-color: #eee;
}

.section-breadcrumb-wrap-block .breadcrumb-nav {
  padding: 20px 0;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li {
  list-style: none;
  margin-right: 15px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li a {
  display: inline-block;
  margin-right: 10px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
  content: "\f105";
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
  display: none;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
  color: var(--bs-theme-color);
}

/* ==== sectionIdhyi0947 ==== */

#sectionIdhyi0947 > .breadcrumb-nav.d-flex.align-items-center.layout > li {
  font-size: 1rem;
  font-weight: 700;
}

/* ==== blok ==== */

.aicc_article_wrapper {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
}

.aicc_h2 {
  color: #4d79f6;
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.aicc_h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 32px;
  background-color: #4d79f6;
  margin-right: 15px;
  border-radius: 3px;
}

.aicc_h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.aicc_p {
  margin-bottom: 20px;
}

.aicc_link {
  color: #4d79f6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.aicc_link:hover {
  text-decoration: underline;
  color: #3556b5;
}

.aicc_img_container {
  text-align: center;
  margin: 30px 0;
}

.aicc_img_container img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.aicc_img_container img:hover {
  transform: translateY(-5px);
}

.aicc_list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.aicc_list_item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.aicc_list_item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #4d79f6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.aicc_table_wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.aicc_table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border: 1px solid #e0e0e0;
}

.aicc_table thead {
  background-color: #4d79f6;
  color: #ffffff;
}

.aicc_table th, .aicc_table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.aicc_table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.aicc_blockquote {
  background-color: #f4f7ff;
  border-left: 8px solid #4d79f6;
  padding: 30px;
  margin: 40px 0;
  border-radius: 0 8px 8px 0;
}

.aicc_blockquote h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  color: #4d79f6;
}

.aicc_ol {
  padding-left: 20px;
}

.aicc_ol li {
  margin-bottom: 15px;
}

.aicc_faq_section {
  margin-top: 40px;
}

.aicc_faq_item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.aicc_faq_q {
  font-weight: 700;
  color: #4d79f6;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

.aicc_cta_box {
  text-align: center;
  padding: 40px;
  background-color: #4d79f6;
  color: white;
  border-radius: 12px;
  margin-top: 50px;
}

.aicc_cta_box b {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}

.aicc_cta_box a {
  display: inline-block;
  padding: 15px 35px;
  background-color: white;
  color: #4d79f6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
}

.aicc_cta_box a:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
}

.aicc_hr {
  border: 0;
  height: 1px;
  background: #eeeeee;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .aicc_h2 {
    font-size: 26px;
  }
  .aicc_h3 {
    font-size: 20px;
  }
  .aicc_blockquote {
    padding: 20px;
  }
}

/* ==== blok ==== */

.section-block-demo1-pagenew1 {
  position: relative;
}

.section-block-demo1-pagenew1 .new-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.section-block-demo1-pagenew1 .new-time {
  color: #aaa;
}

.section-block-demo1-pagenew1 .new-time svg {
  fill: #aaa;
}

.section-block-demo1-pagenew1 .item-desc {
  line-height: 2;
  margin-top: 2rem;
}

/* ==== sectionIdxuua687 ==== */

#sectionIdxuua687 > p {
  font-size: 16px;
}

#sectionIdxuua687 > .mw-100 {
  width: 50%;
}

#sectionIdxuua687 > .layout.blockitem > .item-desc {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

#sectionIdxuua687 > .layout.blockitem > .new-title {
  font-size: 1.2em;
  font-weight: 700;
}

