@charset "UTF-8";
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.6;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #232c39;
  font-family: "Iran1", "Vazirmatn", sans-serif;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #066899 0%, rgba(0, 0, 0, 0) 100%);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburger__line {
  width: 24px;
  height: 2px;
  background-color: #374151;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger--active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger--active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger--active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/*.top-bar {
  background: linear-gradient(to left, #13558d, #000428);
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}*/

.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.top-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  /*flex: 1;*/
  min-width: 246px;
  height: 48px;
}

.top-bar__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 320px;
}



/* ======== اسلایدر متنی ======== */
.text-slider {
  height: 22px;
  overflow: hidden;
  flex: 1;
}

.text-slider__track {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease;
}

.slide {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 22px;
}

.slide img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.slide span {
  height: 22px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* ======== ریسپانسیو ======== */
@media (max-width: 768px) {
  .top-bar__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-bar__item,
  .top-bar__right {
    width: 100%;
    min-width: unset;
  }
  .hide-mobile {
    display: none;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gray {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
}

.blue {
  color: #5075ae;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
}

/* --- Header --- */
.header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (max-width: 992px) {
  .header {
    padding: 8px 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header__nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
@media (max-width: 992px) {
  .header__nav ul {
    display: none;
  }
}

.header__actions {
  display: flex;
  gap: 16px;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 992px) {
  .header__actions {
    gap: 12px;
  }
}

/* --- Hamburger Menu --- */
.hamburger {
  flex-direction: column;
  gap: 4px;
  background: none;
  border: 1.5px solid #ddd;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  width: 20px;
  height: 2px;
  background: #13558d;
  transition: all 0.2s ease;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero Section --- */
.hero {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .hero {
    padding: 48px 0;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 32px 0;
  }
}
.hero__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 992px) {
  .hero__wrapper {
    flex-direction: column;
    text-align: center;
    gap: 48px;
  }
}
.hero__image-side {
  flex: 1;
}
.hero__image-side .video-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
.hero__image-side .video-box img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__image-side .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.hero__image-side .video-box .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .hero__image-side .video-box .play-btn {
    width: 50px;
    height: 50px;
  }
}
.hero__content-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .hero__content-side {
    align-items: center;
  }
}
.hero__title {
  font-size: 42px;
  font-weight: 900;
  color: #222;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
    line-height: 44px;
  }
}
.hero__subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #444;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
.hero__description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  .hero__description {
    font-size: 18px;
    line-height: 28px;
  }
}
.hero__description .blue-text {
  color: #13558d;
  font-weight: bold;
}
.hero__btns {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .hero__btns {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__btns .btn {
    width: 100%;
    justify-content: center;
  }
}

/* --- Buttons --- */
.btn {
  padding: 12px 25px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    padding: 8px 16px;
    font-size: 15px;
  }
}
.btn--primary, .btn--primary-large {
  background: #13558d;
  color: #fff;
}
.btn--primary:hover, .btn--primary-large:hover {
  background: #05577f;
  transform: translateY(-2px);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
}
.btn--outline, .btn--outline-large {
  border: 1.5px solid #13558d;
  color: #13558d;
  background: transparent;
}
.btn--outline:hover, .btn--outline-large:hover {
  background: rgba(7, 122, 178, 0.08);
  transform: translateY(-2px);
}
.btn--primary-large {
  padding: 15px 40px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn--primary-large {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.btn--outline-large {
  padding: 15px 40px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn--outline-large {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* --- Helpers --- */
@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 992px) {
  .show-mobile {
    display: flex;
  }
}


.video-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}
.video-wrapper video::-webkit-media-controls {
  /*display: none !important;*/
}
.video-wrapper video::-webkit-media-controls-enclosure {
  /*display: none !important;*/
}
.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  padding: 0;
}
.video-wrapper .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-wrapper .play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.video-wrapper .play-btn svg {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .video-wrapper .play-btn svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .video-wrapper .play-btn svg {
    width: 40px;
    height: 40px;
  }
}
.video-wrapper.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

:root {
  --primary-color: #3b82f6;
  --bg-card: #ffffff;
  --text-dark: #1e293b;
  --border-color: #f1f5f9;
  --bullet-inactive: #cbd5e1;
}

.wrapper-left {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.swiper-slide {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  /*position: relative;*/
  margin-top: 16px;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #066899;
  opacity: 1;
}

.order {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .order {
    margin: 48px auto;
  }
}

.order-wrapper {
  border-right: 3px solid #066899;
  border-right-width: 3px;
  background: rgba(54, 133, 198, 0.2);
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  padding: 24px;
  border-right-width: 3px;
  display: grid;
}
@media (max-width: 900px) {
  .order-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 16px;
  }
}

.order-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #066899;
  flex: 1;
}
@media (max-width: 900px) {
  .order-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .order-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.btns-order {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 481px) {
  .btns-order {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .btns-order {
    justify-content: center;
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .btns-order {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.btn-order-right,
.btn-order-left {
  /*height: 64px;*/
  min-width: 160px;
  border-radius: 16px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .btn-order-right,
  .btn-order-left {
    width: 100%;
    max-width: 280px;
  }
}

.btn-order-right {
  border: 1px solid #066899;
  background-color: #ffffff;
}
.btn-order-right:hover {
  background-color: #066899;
}
.btn-order-right:hover .bale-order-num {
  color: #ffffff;
}
.btn-order-right:hover img {
  filter: brightness(0) invert(1);
}
.btn-order-right img {
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

.bale-order-num {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #066899;
  transition: all 0.2s ease;
  direction: ltr;
  display: inline-block;
}

.btn-order-left {
  background-color: #066899;
}
.btn-order-left:hover {
  background-color: #05577f;
  transform: translateY(-2px);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
}
.btn-order-left:active {
  transform: translateY(0);
}

.btn-left-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .btn-left-text {
    white-space: normal;
  }
}

.faq {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .faq {
    margin: 48px auto;
  }
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}

.branches-title {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .branches-title {
    flex-direction: column;
  }
}
.branches-title img {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .branches-title img {
    width: 40px;
    height: 40px;
  }
}

.branches-title-te {
  font-weight: 900;
  font-size: 32px;
  color: #313131;
}
@media (max-width: 768px) {
  .branches-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .branches-title-te {
    font-size: 20px;
  }
}

.faq__container {
  max-width: 1101px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 4px 24px;
}
@media (max-width: 768px) {
  .faq__container {
    padding: 4px 16px;
  }
}
@media (max-width: 480px) {
  .faq__container {
    padding: 4px 12px;
  }
}

.faq__item {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 0 12px;
}
.faq__item:last-child {
  border-bottom: none;
}

.faq__item--active .faq__arrow {
  transform: rotate(180deg);
}
.faq__item--active .faq__answer {
  display: block;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
  cursor: pointer;
  gap: 16px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 16px 0 12px;
    gap: 12px;
  }
}
.faq__question-text {
  font-size: 16px;
  font-weight: 600;
  color: #232c39;
  text-align: right;
  flex: 1;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 16px;
  }
}

.faq__arrow {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq__answer {
  background: #f3f4f6;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  display: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__answer {
    padding: 12px;
  }
}
.faq__answer p {
  font-size: 14px;
  line-height: 25.2px;
  color: #4b5563;
  text-align: right;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__answer p {
    font-size: 12px;
    line-height: 19px;
  }
}

.ex-works {
  margin: 92px auto;
}

.ex-works-container {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.reconstruction-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .reconstruction-title {
    flex-direction: column;
  }
}

.reconstruction-title-te {
  font-size: 32px;
  font-weight: 900;
  color: #101828;
  line-height: 1;
}
@media (max-width: 768px) {
  .reconstruction-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .reconstruction-title-te {
    font-size: 20px;
  }
}

.ex-works-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: stretch;
}
@media (max-width: 1134px) {
  .ex-works-wrapper {
    grid-template-columns: 1fr;
  }
}

.work-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.work-ri-top {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
}

.work-ims {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.w-img-right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

.w-img-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.w-img {
  position: relative;
  min-height: 346px;
}
.w-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .w-img {
    min-height: 240px;
  }
}
@media (max-width: 480px) {
  .w-img {
    min-height: 180px;
  }
}

.w-img1,
.w-img2 {
  position: absolute;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}

.w-img1 {
  right: 16px;
  background-color: #e6595c;
}

.w-img2 {
  left: 16px;
  background-color: #00c950;
}

.horiznatal-flash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 8px;
}
.horiznatal-flash img {
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-text2 {
  background-color: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  padding: 16px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work-text2 {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  text-align: center;
}
@media (max-width: 768px) {
  .work-text2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .work-text2 {
    font-size: 16px;
  }
}

.work-ri-bottom {
  height: 100%;
  width: 100%;
}
.work-ri-bottom::-webkit-scrollbar {
  height: 6px;
}
.work-ri-bottom::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 4px;
}
.work-ri-bottom::-webkit-scrollbar-thumb {
  background: #066899;
  border-radius: 4px;
}

.work-ri-bottom-wrapper {
  display: flex;
  justify-items: center;
  gap: 12px;
  height: 100%;
  gap: 12px;
  height: 100%;
  scrollbar-width: thin;
}
@media (max-width: 576px) {
  .work-ri-bottom-wrapper {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}

.work-ri-bottom-wrapper img {
  height: 129px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.no-opacity {
  border: 3px solid #3685c6;
  opacity: 1;
}

.opacity {
  opacity: 0.5;
}

.work-left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 42px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.work {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  height: 100%;
  min-height: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 1134px) {
  .work {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .work {
    padding: 16px;
    gap: 24px;
  }
}

.work-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media (max-width: 980px) {
  .work-info {
    margin-bottom: 16px;
  }
}

.info-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.info-name span {
  color: #101828;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .info-name span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .info-name span {
    font-size: 16px;
  }
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.work-text span {
  color: #4b5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
  display: block;
}
@media (max-width: 768px) {
  .work-text span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .work-text span {
    font-size: 14px;
    line-height: 1.8;
  }
}

.swiper-pagination-bullet {
  background: #13558d;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1134px) {
  .work-left,
  .work-right {
    height: auto;
  }
}
@media (max-width: 768px) {
  .ex-works {
    margin: 60px auto;
  }
  .ex-works-container {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .reconstruction-title {
    gap: 8px;
  }
  .w-img1,
  .w-img2 {
    font-size: 14px;
    min-width: 44px;
    height: 28px;
  }
}
.restorations {
  margin: 92px auto;
  position: relative;
}
@media (max-width: 768px) {
  .restorations {
    margin: 48px auto;
  }
}

.restorations-wrap {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media (max-width: 768px) {
  .restorations-wrap {
    gap: 40px;
  }
}

.section-header {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
  }
}
.section-header img {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .section-header img {
    width: 44px;
    height: 44px;
  }
}

.section-title {
  font-weight: 900;
  font-size: 22px;
  line-height: 34px;
  text-align: right;
  color: #313131;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.restoration-swiper {
  overflow: hidden !important;
  padding: 8px 4px 50px !important;
  position: relative;
  width: 100%;
}
.restoration-swiper .swiper-wrapper {
  align-items: stretch;
}
.restoration-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.restoration-swiper .swiper-button-next,
.restoration-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .restoration-swiper .swiper-button-next,
  .restoration-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.restoration-swiper .swiper-button-next::after,
.restoration-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
  color: #13558d;
}
@media (max-width: 768px) {
  .restoration-swiper .swiper-button-next::after,
  .restoration-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}
.restoration-swiper .swiper-button-next:hover,
.restoration-swiper .swiper-button-prev:hover {
  background: #13558d;
}
.restoration-swiper .swiper-button-next:hover::after,
.restoration-swiper .swiper-button-prev:hover::after {
  color: #ffffff;
}
.restoration-swiper .swiper-button-next {
  right: 10px;
}
.restoration-swiper .swiper-button-prev {
  left: 10px;
}
.restoration-swiper .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 20px;
}
.restoration-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cccccc;
  opacity: 1;
  transition: all 0.25s ease;
}
.restoration-swiper .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 6px;
  background: #13558d;
}
.restoration-swiper .swiper-pagination-bullet:hover {
  background: #3685c6;
}

@media (max-width: 768px) {
  .pay-title,
  .reconstruction-title,
  .restorations-wrap .section-header,
  .branches-title,
  .article-title,
  .price-title,
  .portfolio-slider__header {
    flex-direction: column;
    text-align: center;
  }
}
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  gap: 10px;
  border-radius: 8px;
  padding: 4px;
}

.swiper-slide img {
  width: auto;
  overflow: visible !important;
}

.portfolio-card img {
  border-radius: 16px;
}

.portfolio-card img {
  border-radius: 50px 50px 50px 50px !important;
}

.contact-title {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-title {
    flex-direction: column;
  }
}
.contact-title img {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .contact-title img {
    width: 40px;
    height: 40px;
  }
}

.contact-title-te {
  font-weight: 900;
  font-size: 32px;
  color: #313131;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contact-title-te {
    font-size: 20px;
  }
}

.contactus-wrapper {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.contacts-way {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.contact-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 926px) {
  .contact-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 594px) {
  .contact-boxs {
    grid-template-columns: 1fr;
  }
}

.contact-box {
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: var(--Color-Background, #ffffff);
  gap: 24px;
  border-radius: 16px;
  padding: 32px;
  align-items: center;
}

.call-bg {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #eff6ff;
}
@media (max-width: 768px) {
  .call-bg {
    width: 42px;
    height: 42px;
  }
}

.call-bg span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .call-bg span {
    font-size: 16px;
  }
}

.call-bg img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .call-bg img {
    width: 24px;
    height: 24px;
  }
}

.contact-contents {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.con-title {
  color: var(--Color-Text-Primary, #101828);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1002px) {
  .con-title {
    font-size: 16px;
  }
}

.con-subtitle {
  direction: ltr;
  color: var(--Color-Text-Muted, #4a5565);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  text-align: right;
}
@media (max-width: 1002px) {
  .con-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .con-subtitle {
    font-size: 16px;
  }
}

.contacts-note {
  display: grid;
  align-items: center;
  justify-content: space-between;
  border-right: 3px solid #5856cc;
  background-color: rgba(133, 81, 255, 0.2);
  gap: 10px;
  border-radius: 16px;
  padding: 24px;
  border-right-width: 3px;
  justify-content: center;
}
@media (max-width: 980px) {
  .contacts-note {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-items: center;
  }
}

.contacts-note span {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: right;
  color: var(--Color-Primary, #13558d);
}
@media (max-width: 498px) {
  .contacts-note span {
    font-size: 16px;
    text-align: center;
  }
}

.contacts-note button {
  background-color: #5856cc;
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 498px) {
  .contacts-note button {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.insta-btn img {
  width: 24px;
  height: 24px;
}

.insta-btn span {
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 498px) {
  .insta-btn span {
    margin: 0 auto;
    font-size: 15px;
  }
}

.department {
  margin: 92px auto;
}

.department-container {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.department-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .department-title {
    flex-direction: column;
  }
}

.department-title-te {
  font-size: 32px;
  font-weight: 900;
  color: #101828;
  line-height: 1;
}
@media (max-width: 768px) {
  .department-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .department-title-te {
    font-size: 20px;
  }
}

.department-boxs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.department-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 956px) {
  .department-address {
    grid-template-columns: 1fr;
  }
}

.department-addres {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: var(--Color-Background, #ffffff);
  gap: 24px;
  border-radius: 16px;
  padding: 32px;
}

.bg-dep-loc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Color-Surface, #eff6ff);
  width: 42px;
  height: 42px;
  border-radius: 12px;
  padding-left: 0.02px;
}

.det-contens {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dep-title {
  color: var(--Color-Text-Primary, #101828);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .dep-title {
    font-size: 16px;
  }
}

.dep-sub {
  color: var(--Color-Text-Muted, #4a5565);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  text-align: justify;
}
@media (max-width: 768px) {
  .dep-sub {
    font-size: 16px;
  }
}

.dep-multi-locs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .dep-multi-locs {
    grid-template-columns: 1fr;
  }
}

.dep-multi-loc {
  border: 1px solid var(--Color-Primary, #13558d);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 1px;
}

.dep-multi-loc img {
  width: 24px;
  height: 24px;
}

.dep-multi-loc span {
  color: var(--Color-Primary, #13558d);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  text-align: center;
}

.map-add1 {
  border-radius: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.department-time {
  background-color: var(--Color-Background, #ffffff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 14px;
}

.contact-box-dep {
  justify-items: start;
  display: grid;
  gap: 16px;
  border-radius: 16px;
  padding: 16px;
  align-items: center;
  grid-template-columns: 1fr auto;
}

.order-dep {
  margin: 0;
}

.he-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 17px;
}

@media (max-width: 768px) {
  .he-boxs {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .he-box {
    padding: 20px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .he-boxs {
    grid-template-columns: 1fr 1fr;
  }
  .he-boxs .contact-box:last-child {
    grid-column: 1/-1;
  }
}
.he-box {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background: var(--Color-Background, #ffffff);
  gap: 24px;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.con-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.con-box-ri {
  font-weight: 500;
  font-size: 22px;
  text-align: right;
  color: var(--Color-Text-Muted, #4a5565);
}

@media (max-width: 480px) {
  .con-box-ri {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  .con-boxs-le {
    justify-content: center;
    width: 100%;
  }
}
.con-boxs-le {
  display: flex;
  gap: 19px;
  align-items: center;
}

.con-boxs-le img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 64px;
  height: 64px;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background: var(--Color-Background, #ffffff);
  border-radius: 16px;
  padding: 32px;
}

.call-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #eff6ff;
  flex-shrink: 0;
}

.con-title span {
  color: var(--Color-Text-Primary, #101828);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .con-title span {
    font-size: 16px;
  }
}

.call-bg img {
  width: 24px;
  height: 24px;
}

.contact-contents {
  display: flex;
  flex-direction: column;
}

.con-title {
  font-size: 14px;
  color: #4a5565;
  margin-bottom: 4px;
}

.con-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  direction: ltr;
}

@media (max-width: 480px) {
  .con-subtitle {
    font-size: 14px;
  }
  .contact-box {
    padding: 16px;
  }
}
.te-ri,
.te-le {
  width: 100%;
}

.show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #066899;
  width: 275px;
  min-width: 110px;
  border-radius: 16px;
  gap: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .show-more {
    width: 100%;
    max-width: 275px;
  }
}
.show-more:hover {
  background-color: #05577f;
  transform: translateY(-2px);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
}
.show-more:active {
  transform: translateY(0);
}
.show-more span {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}

.why-us {
  margin: 92px auto;
}

.why-us-wrapper {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.why-us-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .why-us-title {
    flex-direction: column;
  }
}

.why-us-te {
  font-size: 32px;
  font-weight: 900;
  color: #101828;
  line-height: 1;
}
@media (max-width: 768px) {
  .why-us-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .why-us-te {
    font-size: 20px;
  }
}

.whys-us {
  display: grid;
  gap: 32px;
}

.whyus-top-boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 1296px) {
  .whyus-top-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .whyus-top-boxs {
    grid-template-columns: 1fr;
  }
}

.whyus-bottom-boxs {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 914px) {
  .whyus-bottom-boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .whyus-bottom-boxs {
    grid-template-columns: 1fr;
  }
}

.whyus-box {
  display: flex;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1215686275);
  background: var(--Color-Background, #ffffff);
  gap: 24px;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 768px) {
  .whyus-box {
    padding: 16px;
  }
}

.why-bgicon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Color-Surface, #eff6ff);
  width: 52px;
  height: 52px;
  border-radius: 12px;
  padding-left: 0.02px;
}

.whyus-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Color-Text-Primary, #101828);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 698px) {
  .whyus-box span {
    font-size: 16px;
  }
}

.mission-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 63px;
}
@media (max-width: 1073px) {
  .mission-wrapper {
    flex-direction: column;
  }
}

.features-wrapper {
  gap: 24px;
  width: 619px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1077px) {
  .features-wrapper {
    width: 100%;
    gap: 16px;
  }
}

.features {
  max-width: 619px;
}
@media (max-width: 1073px) {
  .features {
    width: 100%;
  }
}

.feature {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1.5px solid rgba(253, 199, 0, 0.3);
  background: rgba(253, 199, 0, 0.25);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 83px;
  max-width: 619px;
}
@media (max-width: 1073px) {
  .feature {
    width: 100%;
  }
}
.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .feature {
    padding: 16px;
    gap: 12px;
  }
}
.feature span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
  color: #066899;
  flex: 1;
}
@media (max-width: 768px) {
  .feature span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .feature span {
    font-size: 16px;
  }
}

.feaure-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #fdc700 0%, #c7a010 100%);
  width: 42px;
  height: 42px;
  border-radius: 17px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .feaure-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .feaure-icon {
    width: 36px;
    height: 36px;
  }
}
.feaure-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .feaure-icon img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .feaure-icon img {
    width: 18px;
    height: 18px;
  }
}

.feature2 {
  border: 1.5px solid rgba(5, 223, 114, 0.3);
  background: rgba(0, 201, 80, 0.15);
}
.feature2 .feaure-icon {
  background: linear-gradient(135deg, #05df72 0%, #00bc7d 100%);
}

.feature3 {
  border: 1.5px solid rgba(54, 133, 198, 0.3);
  background: rgba(54, 133, 198, 0.1);
}
.feature3 .feaure-icon {
  background: linear-gradient(135deg, #3685c6 0%, #00b8db 100%);
}

.feature4 {
  border: 1.5px solid rgba(194, 122, 255, 0.3);
  background: rgba(173, 70, 255, 0.1);
}
.feature4 .feaure-icon {
  background: linear-gradient(135deg, #c27aff 0%, #f6339a 100%);
}

.mission {
  margin: 92px auto;
}

.mission-title {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .mission-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.mission-title-te {
  font-size: 32px;
  font-weight: 900;
  color: #101828;
  line-height: 1;
}
@media (max-width: 768px) {
  .mission-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .mission-title-te {
    font-size: 20px;
  }
}

.mission-par {
  width: 617px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1073px) {
  .mission-par {
    width: 100%;
  }
}

.mission-text {
  color: var(--Color-Text-Secondary, #313131);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  text-align: justify;
  line-height: 36px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .mission-text {
    font-size: 16px;
  }
}

.order {
  margin: 0;
}

.orders {
  margin: 68px auto;
}

.orders-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
}
@media (max-width: 1285px) {
  .orders-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pay-title,
  .reconstruction-title,
  .restorations-wrap .section-header,
  .branches-title,
  .article-title,
  .price-title,
  .portfolio-slider__header {
    flex-direction: column;
    text-align: center;
  }
}
.portfolio {
  margin: 90px auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .portfolio {
    margin: 48px auto;
  }
}

.portfolio-slider__wrapper {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media (max-width: 768px) {
  .portfolio-slider__wrapper {
    gap: 40px;
  }
}

.portfolio-slider__header {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.portfolio-more {
    background: var(--Color-Primary, #13558D);
    /*min-width: 110px;*/
    gap: 10px;
    opacity: 1;
    border-radius: 16px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    color: #FFF;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.port-right{
    display:flex;
    align-items:center;
    gap:16px
}

@media (max-width: 768px) {
    .portfolio-slider__header {
    flex-direction: column !important;
  }
}
.portfolio-slider__header img {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .portfolio-slider__header img {
    width: 40px;
    height: 40px;
  }
}

.portfolio-slider__title {
  font-weight: 900;
  font-size: 32px;
  color: #313131;
  text-align: center;
}
@media (max-width: 768px) {
  .portfolio-slider__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .portfolio-slider__title {
    font-size: 20px;
  }
}

.portfolio-swiper {
  width: 100%;
  overflow: hidden;
}
.portfolio-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-slide.p-slide {
  background: #ffffff;
  display: flex;
  gap: 26px;
  border-radius: 16px;
  padding: 16px;
}
@media (max-width: 768px) {
  .swiper-slide.p-slide {
    padding: 12px;
    gap: 16px;
  }
}
.swiper-slide.p-slide img {
  width: auto !important;
}

.portfolio-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.portfolio-card__image {
  border-radius: 16px;
  margin-bottom: 26px;
}
.portfolio-card__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .portfolio-card__image img {
    height: 170px;
  }
}

.portfolio-card__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.portfolio-card__title {
  color: #101828;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  .portfolio-card__title {
    font-size: 18px;
    line-height: 28px;
  }
}

.portfolio-card__desc {
  color: #4a5565;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  height: 250px;
}
@media (max-width: 768px) {
  .portfolio-card__desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.portfolio-card__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .portfolio-card__actions {
    grid-template-columns: 1fr;
  }
}

.portfolio-btn {
  height: 52px;
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .portfolio-btn {
    font-size: 15px;
    height: 46px;
  }
}
.portfolio-btn--primary {
  background-color: #13558d;
  color: #ffffff;
}
.portfolio-btn--primary:hover {
  background-color: #05577f;
  transform: translateY(-2px);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
}
.portfolio-btn--outline {
  border: 1px solid #13558d;
  color: #13558d;
}
.portfolio-btn--outline:hover {
  background-color: rgba(7, 122, 178, 0.08);
  transform: translateY(-2px);
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  gap: 10px;
  border-radius: 8px;
  padding: 4px;
}

.swiper-slide img {
  width: auto;
  overflow: visible !important;
}

.portfolio-card img {
  border-radius: 16px;
}

.portfolio-card img {
  border-radius: 50px 50px 50px 50px !important;
}

.gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 15px;
}

.gallery-top {
  flex: 1;
  height: 80vh;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-thumbs {
  width: 200px;
  height: 80vh;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #ffffff;
}

.swiper-button-white {
  color: #ffffff;
}

@media (max-width: 768px) {
  .gallery-container {
    flex-direction: column-reverse;
    height: 100vh;
    padding: 10px;
  }
  .gallery-top {
    height: 60vh;
    width: 100%;
  }
  .gallery-thumbs {
    width: 100%;
    height: 120px;
    min-height: unset;
  }
  .gallery-thumbs .swiper-slide {
    opacity: 0.6;
  }
}
/* کارت اصلی گالری */
.gallery-card {
  background-color: var(--bg-card);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 1108px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  direction: rtl;
  border-radius: 40px;
  padding-top: 42px;
  padding-right: 64px;
  padding-bottom: 42px;
  padding-left: 64px;
  gap: 36px;
}

.gallery-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.gallery-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
}

.gallery-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.gallery-body {
  display: flex;
  gap: 26px;
  height: 485px;
  position: relative;
  flex-direction: row-reverse;
}

.gallery-thumbs {
  width: 174px;
  height: 100%;
  flex-shrink: 0;
}

.gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.02);
}

.gallery-top {
  flex-grow: 1;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.gallery-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  position: relative;
}

.gallery-nav-btn {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  outline: none;
}

.gallery-nav-btn:hover {
  background-color: #f8fafc;
  color: var(--primary-color);
  border-color: #cbd5e1;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.gallery-nav-btn svg {
  width: 20px;
  height: 20px;
}

.swiper-pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: static !important;
}

.swiper-pagination2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--bullet-inactive) !important;
  opacity: 1 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: var(--primary-color) !important;
}

@media (max-width: 640px) {
  .gallery-card {
    padding: 16px;
    border-radius: 16px;
  }
  .gallery-body {
    flex-direction: column-reverse;
  }
  .gallery-thumbs {
    width: 100%;
    height: 70px;
  }
  .gallery-thumbs .swiper-wrapper {
    flex-direction: row !important;
  }
}
.gallery-card {
  margin: 92px auto;
}

.gallery-title-te {
  font-size: 32px;
  font-weight: 900;
  color: #101828;
  line-height: 1;
}
@media (max-width: 768px) {
  .gallery-title-te {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .gallery-title-te {
    font-size: 20px;
  }
}

.gallery-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .gallery-title {
    flex-direction: column;
  }
}
.bg-swi,
.mr-arrow {
  border: 1px solid #e2e8f0;
  color: #64748b;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.mr-arrow img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -14px;
}

.bg-swi img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
}

.butns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.mr-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.mr-arrow {
  background-color: var(--Color-Background, #ffffff);
  gap: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  z-index: 99;
  padding-top: 25px;
  border: 1px solid #e2e8f0;
  color: #64748b;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.mr-arrow img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  display: block;
}

.mr-arrow-le {
  left: 10px;
}

.mr-arrow-ri {
  right: 10px;
}/*# sourceMappingURL=ContactUs.css.map */
.portfolio-slider__swiper .swiper-slide {
    height: auto;
    display: flex;
}

.butns {
    display: flex;
    gap: 20px;
}

.swiper-pagination {
    /*width: auto !important;*/
    /*position: static !important;*/
}



.portfolio-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* حتماً ارتفاع ۱۰۰٪ باشد */
}

.portfolio-card__body {
    flex-grow: 1; /* تمام فضای اضافه را اشغال می‌کند */
    flex-grow: 1; /* تمام فضای اضافه را اشغال می‌کند */
}

.portfolio-card__actions {
    margin-top: auto; /* دکمه‌ها را به پایین هل می‌دهد */
}
@media(max-width:768px) {
    .portfolio-slider__header {
        justify-content: center
    }

    .portfolio-more {
        display: none;
    }
    .port-right {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
        flex-direction: column;
    }
}
