ul {
    list-style-type: none;
}

section {
    overflow: hidden;
}

.flex {
    display: flex;
    align-items: center;
}

.start {
    display: flex;
    justify-content: start;
}

.center {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: end;
}

.between {
    display: flex;
    justify-content: space-between;
}

.around {
    display: flex;
    justify-content: space-around;
}

.text-justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}



.p-sticky {
    position: sticky;
    top: 0;
}

.h-100vh {
    height: 100vh;
}


.ff-bold {
    font-family: "Peyda-Bold";
}

.ff-extra-bold {
    font-family: "Peyda-ExtraBold";
}

.btn-danger {
    background-color: #5f0102;
    color: #fff;
}

.btn-danger:hover {
    background-color: #fff;
    color: #5f0102;
    border: 1px solid #5f0102;
}

.bg-danger {
    background-color: #5f0102;

}

.text-danger {
    color: #5f0102;

}

.text-blue {
    color: #06377b;

}

.border-danger {
    border: 1px solid #5f0102;
}

.language .dropdown-toggle {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.language .dropdown-toggle img {
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.language .dropdown-toggle:hover img {
    transform: scale(1.1);
}

.language .dropdown-menu {
    min-width: 140px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}

.language .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.language .dropdown-item img {
    border-radius: 50%;
}

.language .dropdown-item:hover {
    background: #f8f9fa;
    color: #0d6efd !important;
    /* رنگ لینک در حالت hover */
}

.language .dropdown-item span {
    font-weight: 500;
}


.bg-danger {
    background-color: #5f0102 !important;
}

.btn-danger {
    background-color: #5f0102 !important;
    border-color: #5f0102 !important;
}

.text-danger {
    color: #5f0102 !important;
}


/* تصویر داخل قاب */
.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: transform .3s ease;
}

.diamond {
    width: 10px;
    height: 10px;
    background-color: #000;
    transform: rotate(45deg);
    margin: 15px;
    border-radius: 2px;
}


.w-85 {
    width: 85%;
}

/* slider */
.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgb(255, 255, 255);
    padding: 1.5vh 0px;
    width: 15vh;
    text-align: center;
    border-radius: 30px 30px 0 0 ;
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #A057FE;
    width: 15px;
    height: 15px;
}


.bg-secendry {
    background-color: #d6d6d6;
}

/* instagram */
#instagram {}

#instagram .box-instagram {
    border-radius: 25px;
    background: #DE120F;
    background: radial-gradient(circle, rgba(222, 18, 15, 1) 0%, rgba(113, 9, 8, 1) 47%);
    display: flex;
    align-items: center;
}


.col-custom {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}


/* rating form */

/* Container & Form */
#form-score {
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
}

/* Star Rating */
.rating-group {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.rating__input {
    display: none; /* hide radio buttons */
}

.rating__label {
    cursor: pointer;
    font-size: 32px;
    color: #ddd;
    transition: color 0.3s ease;
}

.rating__input:checked ~ .rating__label i,
.rating__label:hover,
.rating__label:hover ~ .rating__label {
    color: #ffcc00; /* gold stars */
}

/* Textarea */
#form-score textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
    font-size: 16px;
    font-family: inherit;
    padding: 10px 12px;
    transition: border-color 0.3s;
}

#form-score textarea:focus {
    outline: none;
    border-color: #ff4d4f;
}

/* Character counter */
.answer-number {
    font-size: 14px;
    margin-top: 4px;
}

/* Button */
#form-score button {
    background-color: #ff4d4f;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    transition: background-color 0.3s;
}

#form-score button:hover {
    background-color: #e04346;
}

/* Responsive */
@media (max-width: 576px) {
    .rating__label {
        font-size: 28px;
    }

    #form-score button {
        font-size: 16px;
    }
}
.text-bold{
    font-weight: 900;
}
.text-primary{
    color: #00a3be !important;
}
.border-primary{
    border-color: #1d7f98 !important;
}
.bg-secondary{
    background-color: #e5e5e5 !important;
}
.bg-primary{
    background-color: #1d7f98 !important;
}

.g-4, .gx-4 {
    --bs-gutter-x: 2rem;
}

.col-custom {
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}

@media (max-width: 992px) {
  .col-custom {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .col-custom {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

.row.custom-gx {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; 
}



.bw-hover {
  width: 300px;           
  border-radius: 10px;    
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.3s ease;
  cursor: pointer;
}

.bw-hover:hover {
  filter: grayscale(0%); 
  transform: scale(1.05);
}

.custom-dots li::before  {
  content: " • ";
  font-size: 20px;
  margin: 8px;
  color: #ffffff; 
}