/* Atyaf */

/*** 

====================================================================
	report One
====================================================================

***/

.report-one {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 110px;
}

.report-one.style-two {
  padding-top: 110px;
}

.report-block_one {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.report-block_one .image {
  width: 100%;
  height: 520px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.report-block_one .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: none;
  object-fit: none;
  border-radius: 20px;
}

.report-block_one .content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color-two);
  border-radius: 20px;
  padding: 0 45px 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.report-block_one .content .title-info {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-align: left;
  padding-top: 180px;
  padding-right: 20px;
}

.report-block_one .content .sub-title {
  font-weight: 500;
  color: var(--white-color);
}

.report-block_one .content .title {
  color: var(--white-color);
  line-height: 35px;
  text-transform: uppercase;
}

.report-block_one .content .icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 90px;
  height: 90px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 50px;
  position: absolute;
  bottom: 50px;
  right: -50px;
  font-family: 'flaticon_qonstruct';
}

.report-block_one:hover {
  width: 100%;
  margin-right: 220px;
}

.report-block_one:hover .content {
  opacity: 1;
  display: block;
}

.report-block_one.style-2 .content {
  right: 0;
}

.report-block_one.style-2 .content .icon {
  bottom: 70px;
  right: 135px;
}

.report-block_one.style-2:hover {
  margin-right: 0;
  margin-left: 220px;
}

.report-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.report-slider .swiper-slide {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.report-slider .swiper-slide:hover {
  width: 720px !important;
  height: 520px;
}

.report-slider .swiper-slide:hover .report-block_one {
  position: relative;
  width: 100%;
}

.report-slider .swiper-slide:hover .report-block_one .image {
  position: relative;
  width: 535px;
  height: 520px;
  margin-left: 175px;
}

.report-slider .swiper-slide:hover .report-block_one .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: none;
  object-fit: none;
  border-radius: 20px;
}

.report-slider .swiper-slide:hover .report-block_one .content {
  z-index: 11;
}

.report-slider .swiper-slide:hover .report-block_one.style-2 .image {
  margin-right: 175px;
}

/*** 

====================================================================
	report Two
====================================================================

***/

.report-two {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 110px;
  background-color: #f6f7f9;
  margin-bottom: 50px;
}

/***

====================================================================
	report Detail
====================================================================

***/

.report-detail {
  position: relative;
  padding: 110px 0px 110px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.report-detail:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  height: 50%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
}

.report-detail_location {
  position: relative;
  font-size: 16px;
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: var(--color-two);
}

.report-detail_location i {
  position: relative;
  font-family: 'flaticon_qonstruct';
}

.report-detail_heading {
  position: relative;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 35px;
  color: var(--color-two);
}

.report-detail_image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 25px;
}

.report-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.report-detail_list {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;

  display: grid;
  grid-gap: 15px;
  grid-template-columns: auto auto auto auto auto;
}

.report-detail_list li {
  position: relative;
  padding-left: 80px;
  color: #1e1e1e;
  min-height: 62px;
  font-size: 16px;
  margin-bottom: 25px;
  display: inline-block;
}

.report-detail_list li:last-child {
  margin-right: 0px;
}

.report-detail_list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-family: 'flaticon_roisk-flat';
}

.report-detail_list li strong {
  position: relative;
  display: block;
  font-weight: 600;
  margin-top: 5px;
  color: var(--black-color);
}

.report-detail h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.report-detail p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
}

.report-detail_list-two {
  position: relative;
}

.report-detail_list-two li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  color: var(--color-three);
}

.report-detail_list-two li span {
  position: relative;
  font-weight: 700;
  color: var(--color-two);
}

.report-detail .middle-box {
  position: relative;
  margin-top: 35px;
  margin-bottom: 40px;
}

.more-reports {
  position: relative;
  margin-top: 40px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.more-reports:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  width: 1px;
  opacity: 0.2;
  bottom: 0px;
  background-color: var(--black-color);
}

.more-reports a {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 22px 30px;
  text-transform: uppercase;
  color: var(--black-color);
}

.more-reports i {
  position: relative;
  color: var(--main-color);
}

.more-reports a:hover {
  color: var(--main-color);
}

/* Professional Report Styles */

/* Professional Report Styles - Vertical Layout */
.professional-report {
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.professional-report:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.professional-report .report-block-inner {
  padding: 0;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  align-items: stretch;
}

@media (max-width: 768px) {
  .professional-report .report-block-inner {
    flex-direction: column;
  }
}

.professional-report .report-block-image {
  width: 380px;
  min-width: 380px;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .professional-report .report-block-image {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }
}

.professional-report .report-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.professional-report:hover .report-block-image img {
  transform: scale(1.05);
}

.professional-report .report-block-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}

.professional-report .report-block-content {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.professional-report .report-block-category {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.professional-report .report-block-title {
  margin-bottom: 20px;
  line-height: 1.3;
}

.professional-report .report-block-title a {
  font-size: 26px;
  font-weight: 800;
  color: #024f9a;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.professional-report .report-block-title a:hover {
  color: #0366c5;
  transform: translateY(-2px);
}

.professional-report .report-block-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.professional-report .report-block-meta {
  display: flex;
  margin-bottom: 25px;
  font-size: 14px;
  color: #7f8c8d;
}

.professional-report .report-block-meta span {
  margin-left: 20px;
}

.professional-report .report-block-meta span:first-child {
  margin-left: 0;
}

.professional-report .report-block-meta i {
  margin-right: 8px;
  color: #024f9a;
}

.professional-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #024f9a;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.professional-btn:before {
  display: none !important;
}

.professional-btn:hover {
  background-color: #0366c5;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.professional-btn .btn-title {
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .professional-report .report-block-image {
    height: 250px;
  }

  .professional-report .report-block-content {
    padding: 25px;
  }
}
.report-author-circle-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  margin-inline-end: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

[dir='rtl'] .report-author-circle-img {
  margin-left: 8px;
  margin-right: 0;
}

[dir='ltr'] .report-author-circle-img {
  margin-right: 8px;
  margin-left: 0;
}

.report-block-meta span.d-flex {
  line-height: 1;
}
