

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s, color 0.3s;
}

.details {
  background-color: var(--bg-card) !important;
}

.bg-white {
  background-color: var(--bg-white) !important;
}

.text-dark {
  color: var(--text-color) !important;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 0.9;
}





.bank__detail-nav {
  background-color: var(--bg-white) !important;
}

.comments__item,
.other__bank-card,
.permisions__card,
.permisions_card_logo {
  background-color: var(--bg-card) !important;
  border-color: var(--border-color);
}

.accordion-button {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-bg);
  color: var(--text-color);
}

input,
textarea {
  background-color: var(--bg-input) !important;
  color: var(--text-input) !important;
  border-color: var(--border-color);
}

input::placeholder,
textarea::placeholder {
  color: var(--text-color);
  opacity: 0.7;
}

.calculator__converter__container,
.your__comment-form input,
.your__comment-form textarea,
.comments__item,
.comments__reply {
  border-color: var(--border-color);
}

.calculator__converter__container input::placeholder,
.your__comment-form input::placeholder,
.your__comment-form textarea::placeholder {
  color: var(--text-color);
  opacity: 1;
}

#themeToggle {
  background-color: transparent;
  border: none;
  color: var(--dark);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s;
}

#themeToggle:hover {
  color: var(--primary);
}

/* -------------------------------------------------------------------------------------------- */

.navbar{
    background: transparent;
}

.section {
  padding: 32px;
  margin-top: 46px !important;
}

.section h3 {
  font-size: 20px;
  font-weight: bold;
}

.section__main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.section__main__title h2 {
  color: var(--dark);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
.section__main__title h4 {
    color: var(--dark);
    font-size: 20px;
     margin-bottom: 10px;
}

.banner {
  width: 100%;
  height: 280px;
  overflow-x: hidden;
  z-index: 1;
  background-image: url(../assets/images/exchange-banner.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bank__detail {
  z-index: 10;
}

.hidden-content {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.hidden-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.hidden-content.expanded {
    max-height: none;
}

.hidden-content.expanded::after {
    display: none;
}




.bank__detil-contact__us {
  width: 100%;
  height: 115px;
  padding: 0 30px;
  margin: -57px auto 0;
  position: relative;
}

.bank__detail-contact__bank-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 104px;
  height: 104px;
}

.bank__detail-contact__bank-logo img {
  width: 58px;
  background-size: contain;
}

.bank__detail-contact__bg-light__bulb {
  width: 88px;
  height: 80px;
  position: absolute;
  background-size: contain;
  left: 30%;
  top: 0;
}

.bank__detail-nav {
  margin-top: 16px;
  margin-bottom: 28px;
}

.bank__detail-nav .nav-item .nav-link {
  color: var(--gray);
  white-space: nowrap;
}

.bank__detail-nav .nav-item {
  border-bottom: 0;
  margin: 0 30px;
}

.bank__detail-nav #active_nav {
  border-bottom: 4px solid #b86a09;
  font-weight: 500;
  font-size: 16px;
}

.bank__detail-nav #active_nav a {
  color: #b86a09 !important;
}

/* ------------------------------------------- */

.calculator {
  margin-bottom: 60px;
  background: white;
}

.calculator-container {
  background: var(--bg-white);
  border-radius: 12px;
  padding: 20px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.calculator-header {
  padding: 8px 8px 14px;
  position: relative;
  background: var(--bg-white);
  z-index: 10;
}

.calculator-price {
  display: flex;
  gap: 15px;
  align-items: center;
}

.calculator-price__detail h5 {
  color: var(--gray);
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.calculator-price__detail p {
  color: var(--dark);
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}

.calculator-price__changes h5 {
  color: var(--gray);
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.calculator-price__changes i {
  font-size: 13px;
}

.calculator-price--high,
.calculator-price--low {
  font-size: 0.9rem;
  color: #666;
}

.calculator-price--change {
  font-weight: 600;
}

.calculator-filters {
  background-color: var(--gray_light);

  border-radius: 12px;
}

.calculator-filters .btn-group {
  font-size: 14px;
  padding: 0;
}

.calculator-filters .btn-group .btn {
  padding: 8px 24px;
}

.calculator-filters .btn-group .btn.active {
  text-wrap: nowrap;
}

.calculator-wrapper {
  height: 400px;
  position: relative;
  z-index: 10;
}

/* Info Container Styles */
.calculator__info-container {
  padding: 20px;
  height: 100%;
}

.calculator__info-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 32px;
}

.calculator__info-description {
  color: var(--gray);
  font-size: 1rem;
  line-height: 32px;
}

/* CTA Box Styles */
.calculator__cta-box {
  background-color: #ffe17d;
  border-radius: 16px;
  /* box-shadow: var(--shadow-md); */
  padding: 24px;
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin: 24px auto 0;
  /*-webkit-box-shadow: -8px 5px 297px -92px var(--cta-box-shadow);*/
  /*-moz-box-shadow: -8px 5px 297px -92px var(--cta-box-shadow);*/
  /*box-shadow: -8px 5px 297px -92px var(--cta-box-shadow);*/
}

.calculator__cta-btns {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  background: #e5e5ef;
}

.calculator__cta-btns button {
  width: 50%;
}

.calculator__cta-btns button.active {
  background-color: var(--dark);
  color: #fff;
}

.calculator__cta-description {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 20px;
}

.calculator__cta-buttons .btn {
  padding: 12px 24px;
  font-weight: 500;
}

.calculator__cta-buttons .btn-outline-dark:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.calculator__converter__container {
  background-color: white;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  border: 1px solid #cbd5e1;
}

.calculator__converter__container input {
  border: none;
  background-color: transparent !important;
  outline: none;
  width: 100%;
}

.calculator__converter__container input::placeholder {
  color: var(--gray);
}

.calculator__converter__border {
  background-color: #b0b0b0;
  width: 2px;
  height: 20px;
  display: block;
}
.calculator__converter__container span {
  width: 50px;
  text-align: center;
  color: var(--gray);
}

.calculator__converter__btn {
  /* background: var(--dark); */
  /* background: linear-gradient(to right, #292929, #767676); */
  /* color: white; */
  font-size: 18px;
  font-weight: bold;
  /* border: none;
  outline: none; */
  width: 96px;
  /* text-align: center; */
  margin-right: 6px;
  border-radius: 8px;
  height: 100%;
}

.calculator__info_cover {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.calculator-container {
  padding: 8px 10px;
  padding-top: 110px;
  padding-bottom: 32px;
}

.calculator__container-cover {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 263px;
  height: 263px;
}

.calculator__container-cover img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.permisions__cards-list {
  /* margin-top: 70px; */
}

.permisions__card {
  background-color: var(--bg-white);
  width: 100%;
  max-width: 260px;
  height: 134px;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  padding: 44px 10px 10px;
  margin: 37px auto;
}

.permisions__card p {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
  text-align: center;
}

.permisions_card_logo {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: var(--bg-white);
  bottom: calc(100% - 44px);
  left: 50%;
  transform: translateX(-50%);
}

.permisions_card_logo img {
  width: 70px;
  background-size: contain;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 */
.details__properties-text {
  margin-bottom: 3rem;
}

.details__properties-text h2,
.details__detail-text h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
}

.details__properties-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.details__properties-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details__properties-icon.success {
  color: #22c55e;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.details__properties-icon.error {
  color: #ef4444;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.details__detail-text {
  margin-top: 2rem;
}

.details__detail-item {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.details__detail-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  padding-left: 6px;
  white-space: nowrap;
}

.details__detail-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.communication__title {
  margin-bottom: 3rem;
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
}

.communication__detail h4 {
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  padding-left: 6px;
  margin-bottom: 0;
}

.communication__detail p {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
}

.communication__detail-icons {
}

.communication__detail-icons a {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
  border-radius: 50%;
  margin: 0 8px;
}

.communication__detail-icons a img {
  width: 32px;
  height: 32px;
}

/* &&&&&&&&&&&&&&&&&&&&&& */

.your__comment-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.your__comment-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray);
  margin-bottom: 1.5rem;
}

.your__comment-stars {
  margin-bottom: 1.5rem;
}

.your__comment-star {
  font-size: 24px;
  cursor: pointer;
  color: #d9d9d9;
  margin-left: 0.5rem;
}

.your__comment-star.active {
  color: #ffaa00;
}

.your__comment-rating-text {
  font-size: 16px;
  color: var(--gray);
  margin-right: 0.5rem;
}

.your__comment-form input,
.your__comment-form textarea {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0.75rem;
}

.your__comment-form textarea {
  height: 100px;
  resize: none;
}

.your__comment-submit {
  text-align: left;
}

/* !!!!!!!!!!!!!!!!!!!!!! */

.comments {
  margin: 0;
}

.comments__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 1.5rem;
}

.comments__item {
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.comment__item-reply {
  background: var(--gray_light) !important;
  /* border-right: 2px solid #FFAA00; */
  position: relative;
}

.comment__item-reply::before {
  content: "";
  position: absolute;
  right: -2px;
  height: 94%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 3px;
  background: #ffaa00;
}

.comments__header {
  margin-bottom: 1rem;
}

.comments__user {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
}

.comments__date {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
}

.comments__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.comments__star {
  color: #ffaa00;
}

.comments__rating-text {
  font-size: 14px;
  color: var(--gray);
  padding-top: 4px;
}

.comments__text {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 1rem;
}

.comments__reply-btn {
  color: var(--gray);
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 24px;
}

.comments__reply {
  border: 1px solid #efefef;
  background: var(--bg-white);
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1rem 0;
  position: relative;
}

/* .comments__reply::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ffaa00;
} */

.comments__pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.comments__page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 8px;
  color: var(--gray);
  text-decoration: none;
}

.comments__page-link.active {
  background: #ffaa00;
  color: white;
  border-color: #ffaa00;
}

/* ---------------- */

.introduction__container {
  max-width: 1000px;
  margin: 0 auto;
}

.introduction__container-main__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.introduction__container-main__title-highlight {
  color: #b86a09;
}

.introduction__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.introduction__show-more-btn {
  background: none;
  border: none;
  color: #b86a09;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 16px;
}

.introduction__show-more-btn:hover {
  opacity: 0.8;
}

.introduction__arrow-icon {
  width: 16px;
  height: 16px;
}

.introduction__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.introduction__list.collapsed {
  max-height: 330px; /* Adjust this value based on the height of 6 items */
}

.introduction__item {
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.introduction__show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
  border: none;
}

.introduction__arrow-icon {
  transition: transform 0.2s ease-out;
}

.introduction__show-more-btn.expanded .features__arrow-icon {
  transform: rotate(180deg);
}

.introduction__list .introduction__item:nth-child(n + 7) {
  display: none;
}

.introduction__list.expanded .introduction__item:nth-child(n + 7) {
  display: list-item;
}

.introduction__show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.introduction__show-more-btn:hover {
  color: #b86909de;
}

.introduction__show-more-btn i {
  margin-right: 10px;
  transition: transform 0.3s;
}

.introduction__show-more-btn.expanded i {
  transform: rotate(180deg);
}

/* *********************** */

section.other__banks.section {
  padding: 32px 0;
}

.other__bank-card {
  background: var(--bg-white);
  padding: 24px 16px 28px;
  border-radius: 24px;
  width: 100%;
  max-width: 354px;
  height: auto;
  max-height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin: auto;
  box-shadow: var(--shadow-sm);
}

.other__bank-card h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  line-height: 24px;
}

.other__bank-card img {
  width: 77px;
  max-height: 105px;
  background-size: contain;
}

.other__bank-card__body {
  margin-right: 16px;
}

.other__bank-card__body-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
}
.other__bank-card__body-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
}
/*  swiper 2 */
/* ------- swiper 2 */
section.other__banks.section {
  padding: 32px 0;
}

.other-banks-swiper {
  padding-bottom: 40px;
  position: relative;
  max-width: 1200px; /* Adjust based on your design */
  margin: 0 auto;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.other__bank-card {
  background: var(--bg-white);
  padding: 24px 16px 28px;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.other__bank-card h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--dark);
  line-height: 24px;
}

.other__bank-card img {
  width: 60px;
  background-size: contain;
}

.other__bank-card__body {
  margin-right: 16px;
}

.other__bank-card__body-title {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
}

.other__bank-card__body-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
}
.slider-container {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  flex: 0 0 100%; /* Default: Mobile (1 slide visible) */
  padding: 10px;
  text-align: center;
}

.slider-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.next {
  position: absolute;
  top: 50%;
  z-index: 1000 !important;
  background: var(--bg-white);

  transform: translateY(-50%);
  right: -52px;
}

.prev {
  position: absolute;
  top: 50%;
  z-index: 1000 !important;
  background: var(--bg-white);

  transform: translateY(-50%);
  left: -52px;
}

.prev,
.next {
  /* background: #007bff; */
  color: var(--gray);
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  box-shadow: var(--shadow-sm);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------- */

.faq {
  margin-bottom: 10px;
  position: relative;
  margin-top: 20px;
}

section#faq {
  padding: 0px 0;
}

.faq .faq_cover-img {
  position: absolute;
  left: 100% !important;
  right: inherit;
  top: 0;
  width: 164px;
  height: 164px;
}

.faq .accordion {
  width: 100% !important;
  margin: 0 auto 0;
  max-width: 100% !important;
}

.faq .accordion-item {
  box-shadow: var(--shadow-sm);
  margin: 8px 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-white);
}

.faq .accordion-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--dark);
  font-size: 16px;
  font-weight: bold;
  background-color: var(--bg-white);
}
.faq .accordion-button .toggle-icon-plus,
.faq .accordion-button .toggle-icon-minus {
  font-size: 16px;
  transition: opacity 0.3s ease;
  margin-right: 7px;
}

.faq .accordion-button .toggle-icon-minus {
  font-size: 16px;
  display: none;
}

.faq .accordion-button:not(.collapsed) {
  color: #b86a09;
  background-color: white;
  border: 0;
}

.faq .accordion-button:not(.collapsed) .toggle-icon-plus {
  display: none;
}

.faq .accordion-button:not(.collapsed) .toggle-icon-minus {
  display: inline-block;
}

.faq .accordion-button:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.faq .accordion-button::after {
  display: none;
}

.faq .accordion-body {
  color: var(--gray);
  font-size: 14px;
}

.faq button.accordion-button {
  background-color: var(--bg-white);
}

.footer {
  position: relative;
}

.footer__contact-btn {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  outline: none;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.footer__contact-btn:hover {
  transform: scale(1.05);
}

.footer__contact-btn i {
  font-size: 28px;
  color: white;
}

.footer__logo p {
  color: var(--dark);
  font-weight: bold;
}

/* Logo Styles */
.footer__logo-img {
  max-height: 40px;
  width: auto;
}

/* Navigation Styles */
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-link {
  color: var(--gray);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer__nav-link:hover {
  color: #666;
}

/* Social Media Styles */
.footer__social-item {
  background-color: #fff2c9;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.footer__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__social-item a {
  padding-top: 3px;
}

.footer__social-item a i {
  font-size: 24px;
  transition: opacity 0.3s ease;
  color: #b86a09;
}

.footer__social-link:hover i {
  opacity: 0.7;
}


.admin-reply {
    background: #fef3c7;
    border-left: 5px solid #f59e0b;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.admin-reply-label {
    color: #d97706;
    font-weight: bold;
}


.exchange-reply {
    background: #dbf6e9;
    border-left: 5px solid #10b981;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.exchange-reply-label {
    color: #059669;
    font-weight: bold;
}


.comments__reply {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.details__delivery-text {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}



.details__delivery-item {
    padding: 15px;
    background: white;
    border-right: 4px solid #ffaa00;
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    max-width: 100%;
    word-wrap: break-word;
}


.introduction__container h2,   .introduction__container h3,   .introduction__container h4 {
    font-size: 18px;
    font-weight: bold;
}


.other__bank-card {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background-color: #fff;
    height: 100%;
}

.other__bank-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.exchange-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.exchange-logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.exchange-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.other__bank-card__body {
    width: 100%;
}



.other__bank-card__body-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 3px;
}

.other__bank-card__body-value {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

/* استایل بهبود یافته برای دکمه‌های کروسل */
.carousel-inner {
    padding: 0 50px;
}

.carousel-nav-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    opacity: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-nav-btn:hover {
    background-color: #f8f8f8;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-nav-icon {
    color: #333;
    font-size: 16px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

 .features-container {
     gap: 20px;
     margin-top: 20px;
 }

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 120px;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-item span {
    font-size: 14px;
    font-weight: bold;
}

.feature-0 { background: #78c257; }
.feature-1 { background: #000; }
.feature-2 { background: #f39c12; }
.feature-3 { background: #3498db; }
.feature-4 { background: #9b59b6; }
.feature-5 { background: #2ecc71; }
.feature-6 { background: #e67e22; }
.feature-7 { background: #e74c3c; }

.disabled-feature {
    opacity: 0.5;
    filter: grayscale(100%);
}


@media (min-width: 768px) {
    .carousel .col-md-3 {
        padding-left: 8px;
        padding-right: 8px;
    }



    .exchange-logo {
        margin-left: 15px;
        margin-bottom: 0;
    }



    .other__bank-card__body-title {
        margin-left: 5px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .other__bank-card {
        padding: 12px;
    }

    .exchange-title {
        font-size: 14px;
    }

    .other__bank-card__body-value span {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .carousel-inner {
        padding: 0 35px;
    }

    .carousel-nav-btn {
        width: 30px;
        height: 30px;
    }
}


/* ##################################################### */
@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .toggle__theme-container {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .calculator-container {
    padding-top: 34px;
  }

  .bank__detail-nav .nav-item {
    margin: 0 18px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 22px;
    margin-top: 30px !important;
  }

  .toggle__theme-container #themeToggle,
  #moonIcon,
  #sunIcon {
    font-size: 1.6rem;
  }

  .bank__detail-nav .nav-item {
    margin: 0 12px;
  }

  .bank__detail-contact__bg-light__bulb {
    left: 50%;
    transform: translateX(-50%);
  }
  .calculator-info {
    width: 100%;
  }

  .calculator-price {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .calculator-price__detail p {
    font-size: 14px;
    line-height: 25px;
  }

  .communication__detail-icons {
    margin: 20px auto 0;
  }

  .details__properties-item {
    align-items: flex-start;
  }
}

@media screen and (max-width: 576px) {


  .bank__detail-contact__bg-light__bulb {
    left: 10%;
  }
  .section__main__title {
    margin-bottom: 10px;
  }
  .bank__detail-contact__bank-logo {
    width: 85px;
    height: 85px;
  }

  .bank__detail-contact__bank-logo img {
    width: 50px;
  }

  .bank__detil-contact__us {
    height: 127px;
  }

  .bank__detil-contact__us h4 {
    font-size: 18px !important;
  }
  .bank__detil-contact__us button span {
    font-size: 14px;
  }

  .bank__detail-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .bank__detail-nav #active_nav {
    border-bottom-width: 2px;
  }

  .bank__detail-nav .nav-item {
    padding: 1px 0;
    margin: 0 10px;
  }

  /* ---------------- */

  .details__properties-item {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .details__properties-icon {
    width: 20px;
    height: 20px;
  }

  .details__properties-icon.success,
  .details__properties-icon.error {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .details__properties-icon.error i {
    padding-top: 2px;
  }

  .details__properties-text {
    margin-bottom: 1.4rem;
  }
  .details__detail-text {
    margin-top: 0;
  }

  .details__detail-subtitle {
    font-size: 15px;
  }

  /* =========================================================================== */
  /* @#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
  /* ------------------ Gold chart ----------------------- */

  .calculator {
    margin-bottom: 30px;
  }

  .calculator__info-container {
    padding: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #afafaf59;
  }

  .calculator__cta-box {
    margin-top: 0;
    box-shadow: none;
    padding: 15px;
  }

  #goldChart,
  .calculator-wrapper {
    height: 270px !important;
  }

  .calculator-container {
    padding: 8px 4px;
  }

  .calculator-price__detail p {
    font-size: 14px;
  }

  .calculator-price {
    margin: 0 auto;
  }

  .calculator-filters {
    margin: 0 auto;
  }

  .calculator-filters .btn-group .btn {
    font-size: 12px;
    padding: 5px 18px;
  }

  .calculator__info-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.8rem !important;
  }

  .calculator__info-description {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px !important;
  }

  .calculator__cta-title {
    font-size: 16px;
  }

  .calculator__cta-description {
    font-size: 14px;
  }

  /* ******* permisions  */
  .permisions__cards-list {
    margin-top: 40px;
  }

  .permisions__card {
    height: 123px;
    padding: 25px 8px 8px;
    margin: 26px auto;
  }

  .permisions__card p {
    font-size: 14px;
  }
  .permisions_card_logo {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--bg-white);
    bottom: calc(100% - 30px);
  }

  .permisions_card_logo img {
    width: 36px;
  }
  /* -------------- communication details --------------- */
  .communication__detail p {
    font-size: 14px;
    font-weight: 400;
  }

  /* ****** comments ********* */

  .comments__title {
    margin-bottom: 1rem;
  }

  .comments__item {
    padding: 1rem;
  }

  .comments__user {
    font-size: 15px;
  }

  .comments__rating-text,
  .comments__date {
    font-size: 13px;
  }

  .comments__reply {
    padding: 1rem;
  }

  .comments__pagination {
    margin-top: 1.5rem;
  }

  .comments__page-link {
    width: 35px;
    height: 35px;
  }

  /* -------------- introduction ---------- */

  .introduction__container-main__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .introduction__show-more-btn {
    margin: 1rem auto;
  }

  /* ---------- otehr banks */

  .other__bank-card h4 {
    font-size: 16px;
    font-weight: 600;
  }

  .other__bank-card img {
    width: 40px;
  }

  .other__bank-card__body {
    margin-right: 10px;
  }

  .other__banks .prev {
    left: -18px;
  }

  .other__banks .next {
    right: -18px;
  }

  .communication__detail-icons a {
    width: 36px;
    height: 36px;
  }

  .communication__detail-icons a img {
    width: 23px;
    height: 23px;
  }

  /* faq */

  .section__main__title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .footer__social-item {
    width: 32px;
    height: 32px;
  }
  .footer__social-icon {
    width: 17px;
    height: 17px;
  }

  .footer__contact-btn {
    right: 13px;
  }
}

@media (min-width: 768px) {
  .slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .slide {
    flex: 0 0 33.33%;
  }
}

/* ________________________ */

/* Responsive Breakpoints */
