@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src:
      url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
        format("woff2"),
      url("../fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff")
        format("woff"),
      url("../fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf")
        format("ttf");
  }
  
  @font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src:
      url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
        format("woff2"),
      url("../fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff")
        format("woff"),
      url("../fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf")
        format("ttf");
  }
  
  @font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum).eot");
    src:
      url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum).eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb(FaNum).woff2")
        format("woff2"),
      url("../fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb(FaNum).woff")
        format("woff"),
      url("../fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb(FaNum).ttf")
        format("ttf");
  }
  
  @font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src:
      url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
        format("woff2"),
      url("../fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff")
        format("woff"),
      url("../fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf")
        format("ttf");
  }
  
  @font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src:
      url("../fonts/IRANSans/WebFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/IRANSans/WebFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
        format("woff2"),
      url("../fonts/IRANSans/WebFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff")
        format("woff"),
      url("../fonts/IRANSans/WebFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf")
        format("ttf");
  }
  
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "IranSans", Tahoma, sans-serif;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* header and footer */

.container {
  padding: 8px 104px;
  border-bottom-width: 0.75px;
}

.header-top {
  background: rgba(14, 77, 63, 1);
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 5px,
    rgba(0, 0, 0, 0.05) 5px,
    rgba(0, 0, 0, 0.05) 8px
  );
  padding: 1rem 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.logo h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.25px;
  margin: 0% !important;
  color: rgba(255, 255, 255, 1);
}

.logo p {
  margin: 0;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.date {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: end;
}

.date p {
  font-weight: 500;
  font-style: Medium;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(189, 189, 189, 1);
}

.navbar {
  background: rgba(10, 61, 49, 1);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_search_menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.navbar-menu li {
  padding: 8px;
}

.navbar-menu a {
  text-decoration: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
}

.navbar-menu a:hover {
  color: #ccc;
}
.search-form {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Search Toggle */
.search-form {
  position: relative;
  transition: all 0.3s ease;
}

.search-input {
  position: absolute;
  right: 50px;
  width: 0;
  opacity: 0;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

.search-form.active .search-input {
  width: 200px;
  opacity: 1;
  background: #fff;
}

@media (max-width: 768px) {
  .search-form.active .search-input {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .search-form.active .search-input {
    width: 120px;
  }
}

.social-links {
  display: flex;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  opacity: 1;
  padding: 40px 104px;
  border-bottom: 1px solid rgba(70, 70, 70, 1);
  background: rgba(25, 25, 25, 1);
  align-items: center;
}

.text-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text-footer h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.text-footer p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.footer-form {
  display: flex;
  gap: 8px;
}

.footer-form input {
  width: 396px;
  height: 40px;
  padding: 6px 8px;
  border-radius: 8px;
  border-width: 1px;
  background: rgba(61, 61, 61, 1);
  border: 1px solid rgba(152, 152, 152, 1);
}

.btn-footer {
  height: 40px;
  display: flex;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(20, 83, 45, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.btn-footer img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  gap: 47px;
  padding: 40px 104px;
  background: rgba(25, 25, 25, 1);
}

.top-footer-bottom {
  display: flex;
  justify-content: space-between;
  opacity: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(70, 70, 70, 1);
  width: 100%;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 20%;
}

.footer-text h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.footer-text p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.social-footer {
  display: flex;
  gap: 24px;
  padding: 4px 8px;
}

.list-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-footer h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.list-footer ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.list-footer ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.contactUs li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.list-bottom-footer ul {
  display: flex;
  gap: 24px;
  justify-content: end;
  list-style: none;
  margin-top: 47px;
}

.list-bottom-footer a {
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1200px) {
  .container {
    padding: 8px 48px;
  }

  .footer-top,
  .footer-bottom {
    padding-left: 48px;
    padding-right: 48px;
  }

  .logo h1 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 8px 32px;
  }

  .logo h1 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .date h3 {
    font-size: 13px;
  }

  .header_search_menu {
    gap: 20px;
  }

  .navbar-menu {
    gap: 16px;
  }

  .footer-top {
    padding: 32px 32px;
  }

  .footer-form input {
    width: 320px;
  }

  .footer-bottom {
    padding: 32px 32px;
  }

  .footer-text {
    width: 28%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 8px 20px;
  }

  .date {
    text-align: right;
    align-items: flex-end;
  }

  .navbar .container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .header_search_menu {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .navbar-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    padding-right: 0;
  }

  .navbar-menu li {
    padding: 6px 4px;
  }

  .search-form {
    order: 2;
  }

  .social-links {
    order: 3;
    justify-content: flex-end;
  }

  .footer-top {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 16px;
  }

  .footer-form {
    width: 100%;
    justify-content: flex-end;
  }

  .footer-form input {
    width: 100%;
    max-width: 600px;
  }

  .top-footer-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 12px;
  }

  .footer-text {
    width: 100%;
  }

  .list-footer {
    width: 100%;
  }

  .list-bottom-footer ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 8px 12px;
  }

  .logo h1 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .navbar-menu a {
    font-size: 14px;
  }

  .navbar-menu {
    gap: 8px;
  }

  .search-form {
    width: 36px;
    height: 36px;
  }

  .social-link {
    width: 36px;
    height: 36px;
  }

  .footer-top {
    padding: 16px 12px;
    gap: 12px;
  }

  .footer-form input {
    height: 38px;
    font-size: 14px;
  }

  .btn-footer {
    height: 38px;
    padding: 6px 12px;
  }

  .footer-text h3 {
    font-size: 16px;
  }

  .list-footer ul li a {
    font-size: 13px;
  }

  .contactUs li {
    font-size: 11px;
  }

  .list-bottom-footer ul {
    gap: 12px;
  }
}

/* main */

/* first section */
.first-section {
  display: flex;
  align-items: flex-start;
  width: 89%;
  margin: auto;
  gap: 16px;
  padding: 18px 0px 48px 0px;
}

.column-first-section {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 16px;
}

.column-first-section img {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}

/* Slider */
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.slides {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slides img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
}

.prev,
.next {
  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;
}

.prev {
  right: 10px;
}

.next {
  left: 10px;
}

@media (max-width: 768px) {
  .slides img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .slides img {
    height: 220px;
  }
}

.bottom-right-first-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 8px;
  padding-left: 8px;
}

.title-first-section {
  display: flex;
  gap: 8px;
  align-items: center;
}

.title-first-section h3 {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(205, 226, 209, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.title-first-section img {
  width: 16px !important;
  height: 16px !important;
}

.title-first-section p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(75, 75, 75, 1);
  margin-right: -4px;
}

.bottom-right-first-section h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.bottom-right-first-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.card-first-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(249, 249, 249, 1);
}

.title-card-first-section {
  display: flex;
  gap: 8px;
  align-items: center;
}

.title-card-first-section h6 {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.title-card-first-section p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(75, 75, 75, 1);
}

.card-first-section h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.card-first-section p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

/* second section */

.second-section {
  background: rgba(249, 249, 249, 1);
  padding: 42px 0px;
  width: 100%;
}

.into-second-section {
  width: 89%;
  margin: auto;
  display: flex;
  gap: 35px;
}

/* right second-section */

.right-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 25%;
}

.card-white-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
}

.title-card-white-right {
  display: flex;
  gap: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.title-card-white-right p {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.box-card-white-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text-card-white-right {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.text-card-white-right h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.text-card-white-right p {
  border-radius: 8px;
  background-color: rgba(243, 242, 242, 1);
  padding: 5px 8px;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}

.into-card-white-right {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.number-card-white-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 100%;
  background: rgba(20, 83, 45, 1);
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.left-number-card-white-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.left-number-card-white-right h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.left-number-card-white-right p {
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}

.card-color-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(152.83deg, #14532d 0.52%, #0f2b47 100%);
}

.title-card-color-right {
  display: flex;
  gap: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.title-card-color-right p {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.box-color {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.box-text-card-color-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(152, 152, 152, 0.2);
}

.box-text-card-color-right h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.box-text-card-color-right p {
  font-weight: 300;
  font-style: Light;
  font-size: 11px !important;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.box-color p {
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.box-mazhabi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.into-box-mazhabi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background: rgba(243, 242, 242, 1);
}

.into-box-mazhabi h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.into-box-mazhabi p {
  opacity: 1;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tag {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(243, 242, 242, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

/* left second-section */

.left-box {
  width: 73%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.akhbar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.title-left-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.title-left-box h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: right;
}

.image-title-left-box {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  text-decoration: none;
}

.image-title-left-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.parent-card-akhbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.card-akhbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(224, 224, 224, 1);
  width: 30%;
}

.card-akhbar img {
  border-radius: 16px 16px 0px 0px;
  width: 100%;
}

.bottom-left-box-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.tag-left-box-card {
  display: flex;
  justify-content: center;
  width: 16.5%;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(243, 242, 242, 1);
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(20, 83, 45, 1);
}

.title-left-box-card {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.description-left-box-card {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.date-bottom-left-box-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 8px;
}

.date-bottom-left-box-card-right {
  display: flex;
  gap: 4px;
  align-items: center;
}

.date-bottom-left-box-card-right img {
  width: 16px !important;
  height: 16px !important;
}

.date-bottom-left-box-card-right p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(75, 75, 75, 1);
}

.date-bottom-left-box-card-left {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.date-bottom-left-box-card-left p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(20, 83, 45, 1);
}

.date-bottom-left-box-card-left img {
  width: 16px !important;
  height: 16px !important;
}

.amozesh {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.parent-card-amozesh {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card-amozesh {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(224, 224, 224, 1);
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.page-btn {
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background: #f5f5f5;
}

.page-btn.active {
  background: rgba(20, 83, 45, 1);
  color: #fff;
  border: none;
}

.page-btn.arrow {
  font-size: 18px;
  font-weight: bold;
}

.dots {
  padding: 0 6px;
  color: #888;
}

@media (max-width: 1200px) {
  .into-second-section {
    width: 94%;
    gap: 24px;
  }

  .right-box {
    width: 28%;
  }

  .left-box {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .into-second-section {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: stretch;
  }

  .right-box,
  .left-box {
    width: 100%;
  }

  .right-box .card-white-right,
  .right-box .card-color-right {
    padding: 14px;
  }

  .pagination {
    justify-content: center;
  }

  .parent-card-amozesh .card-amozesh {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .into-second-section {
    width: 100%;
    padding: 0 12px;
    gap: 16px;
  }

  .parent-card-akhbar {
    justify-content: flex-start;
    gap: 12px;
  }

  .card-akhbar {
    width: 48%;
  }

  .card-amozesh {
    width: 100%;
  }

  .right-box {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .into-second-section {
    padding: 0 8px;
    gap: 12px;
  }

  .card-akhbar {
    width: 100% !important;
  }

  .parent-card-amozesh .card-amozesh,
  .card-amozesh {
    width: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tag-left-box-card {
    width: auto;
  }

  .title-left-box h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .pagination {
    margin-top: 20px;
    justify-content: center;
  }
}

/* last section */
.last-section {
  width: 88%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 48px 0px;
}

.last-section h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(18, 18, 18, 1);
}

.line {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  margin-top: 9px;
  margin-bottom: 24px;
}

.parent-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px;
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  border-right: 5px solid rgba(20, 83, 45, 1);
  background: rgba(249, 249, 249, 1);
}

.top-card {
  display: flex;
  gap: 8px;
  align-items: center;
}

.top-card p {
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(205, 226, 209, 1);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(20, 83, 45, 1);
}

.top-card .date {
  background-color: transparent;
  padding: 0%;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(75, 75, 75, 1);
}

.card h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.card p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: right;
  color: rgba(0, 0, 0, 1);
}

.ftr_image {
  width: 90% !important;
  height: 100px !important;
}

.flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.flex-tow{
  flex: 2;
}

.flex-eith{
  flex: 6;
}


/* New COde */

.single-post{
  padding: 50px;
}

.single-post-meta{
  margin: 10px;
}

.single-post img{
  margin: 10px auto;
  max-width: 80%;

}

/* mobile */

@media (max-width: 1400px) {
  .first-section {
    width: 92%;
    gap: 20px;
  }
  .column-first-section {
    width: 50%;
  }
  .column-first-section img {
    height: 360px;
  }
}

@media (max-width: 1200px) {
  .first-section {
    width: 94%;
    gap: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .column-first-section img {
    height: 320px;
  }
  .bottom-right-first-section h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 992px) {
  .first-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 12px 0 28px;
    align-items: stretch;
  }

  .column-first-section {
    width: 100%;
  }

  .first-section .column-first-section:nth-child(1) {
    order: 1;
  }
  .first-section .column-first-section:nth-child(2) {
    order: 2;
  }

  .column-first-section img {
    height: 300px;
    object-fit: cover;
  }

  .bottom-right-first-section h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .card-first-section h1 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .first-section {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 12px 12px 20px;
    gap: 14px;
  }

  .column-first-section {
    width: 100%;
    gap: 12px;
  }

  .column-first-section img {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    object-fit: cover;
  }

  .bottom-right-first-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .bottom-right-first-section h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .bottom-right-first-section p {
    font-size: 14px;
    line-height: 20px;
  }

  .card-first-section {
    padding: 14px;
    border-radius: 12px;
  }

  .card-first-section h1 {
    font-size: 18px;
  }

  .last-section {
    width: 100%;
    padding: 28px 12px;
  }

  .parent-card {
    gap: 12px;
  }

  .card {
    padding: 12px;
    border-radius: 12px;
  }

  .card h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .card p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .column-first-section img {
    height: 180px;
  }

  .bottom-right-first-section h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .bottom-right-first-section p {
    font-size: 13px;
  }

  .card-first-section h1 {
    font-size: 16px;
  }

  .card-first-section p {
    font-size: 13px;
  }

  .last-section {
    padding: 20px 10px;
  }

  .card {
    padding: 10px;
  }

  .parent-card {
    gap: 10px;
  }
}  