.mainmenu ul li.active>a {
    text-decoration: unset !important;
    color: #820517;
}

.member__thumb img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    background-position: center;
}

.member__thumb {
    text-align: center;
}

.story__inner:hover .story__content h4 {
    color: #820517;
    text-decoration: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #eaf2fc !important;
    border: 1px solid #eaf2fc !important;
}

.form-style {
    border: 1px solid #ffe7e8 !important;
    border-radius: .5rem !important;
}

.dropdown-menu[data-bs-popper] {
    left: 115px !important;
}

.bg-pink {
    background-color: #f24570 !important;
}

.default-btn-custom {
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    color: #820517;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px rgba(0, 175, 255, 0.15);
    --font-shadow: var(--font-size);
    padding: 17px 32px;
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 4px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    transform: translateY(var(--y)) translateZ(0);
    transition: all 0.3s ease;
    background-color: #f988a48f !important;
}

.default-btn-custom:hover {
    border-radius: 25px;
    letter-spacing: 0.85px;
    box-shadow: var(--shadow);
}

.modal {
    top: 80px !important;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: start !important;
}

hr.line {
    border: 1px solid #820517 !important;
}

.theme-text-color {
    color: #820517;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    color: #888;
}

.toggle-password:hover {
    color: #000;
}

@media screen and (max-width: 415px) {
    .work__tablist .nav-link {
        padding: 5px 0px !important;
    }
}

.search-review-nav li {
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
}

.search-review-nav li.active {
    background-color: #820517;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}

.profile-view-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-view-profile-header {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.profile-view-profile-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}

.profile-view-profile-info {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.profile-view-info-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.profile-view-info-item:last-child {
    border-bottom: none;
}

.profile-view-info-label {
    font-weight: 600;
    color: #333;
}

.profile-view-info-value {
    color: #666;
}

.profile-view-btn-view-contact {
    background: linear-gradient(45deg, #dc3545, #e83e8c);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto;
    width: fit-content;
}

.profile-view-btn-view-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.profile-view-detail-section {
    margin-bottom: 30px;
}

.profile-view-section-title {
    color: #dc3545;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dc3545;
    display: inline-block;
}

.profile-view-detail-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.profile-view-detail-label {
    font-weight: 600;
    color: #495057;
}

.profile-view-detail-value {
    color: #6c757d;
}

.profile-view-profile-photo {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.profile-view-main-photo {
    border: 2px solid #ccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-view-profile-image {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .profile-view-info-item {
        flex-direction: column;
    }

    .profile-view-info-label,
    .profile-view-info-value {
        width: 100%;
    }

    .profile-view-info-value {
        padding-top: 5px;
    }
}

@media (max-width: 576px) {
    .profile-view-profile-image {
        max-width: 180px;
    }

    .profile-view-section-title {
        font-size: 1.1rem;
    }
}
.log-reg .log-reg-inner .main-content .form-group .my-form-control {
    padding: 12px 30px !important;
}

.header__top.d-none.d-lg-block,
.scrollToTop i,
.about--style5 .about__content .default-btn {
  background: #820517 !important;
}
body h2{
    color: #1d1b1b !important;
}

.header__more .default-btn {
    background: #e9c252 !important;
    color: #000000;
    padding: 15px 20px;
    letter-spacing: 0.85px;
}

.mainmenu ul li:hover > a,
.work__tablist .nav-link.active span,
.work__content h3,
.footer__content p a,
.member__inner:hover .member__content h5,
.breadcrumb-item.active,
.about__inner:hover .about__content h4 {
  color: #820517;
}

.contact-item .contact-thumb {
  background-color: #820517;
}

.default-btn {
  --background: rgb(255, 210, 216);
  --text: #820517;
  --font-size: 16px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(0, 175, 255, 0.15);
  --font-shadow: var(--font-size);
  padding: 17px 32px;
  font-weight: 500;
  line-height: var(--font-size);
  border-radius: 4px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  transform: translateY(var(--y)) translateZ(0);
  transition: all 0.3s ease;
}

.default-btn:hover {
  border-radius: 25px;
  letter-spacing: 0.85px;
  box-shadow: var(--shadow);
  color: #fff !important;
  background: #820517;
}

.default-btn.reverse span {
  color: #820517;
}

.default-btn.reverse:hover {
  background-color: #820517;
  --shadow: 0 2px 8px -1px rgba(166, 80, 255, 0.32);
}

.shop-single .review .review-nav li.active{
    background-color: #820517;
    color: #fff;
}
.shop-single .review .review-nav li {
  background: #ffe4eb;
  color: #820517;
}
.shop-single .review .review-content .review-showing .client-review .review-form form button {
  background: #820517;
  color: #fff;
}

.log-reg .log-reg-inner .main-content .default-btn {
  color: #fff !important;
  background: #820517 !important;
}

.header__more ul li a:hover {
  background: #820517;
  color: #fff;
}

@media (min-width: 992px) {
  .about--style5 .about__content.home {
    max-width: 100%;
  }
}

 .shop-cart .section-wrapper .cart-top table thead tr,
 .shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::before{
    background: #820517 !important;
 }

body a:hover {
  color: #820517;
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h4::after {
  border-bottom: 4px dotted #820517;
}
