 .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}
.section-subtitle {
    color: #666;
    margin-bottom: 30px;
}
.minimal-product-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.minimal-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.product-img-minimal {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product-img-minimal img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.minimal-product-card:hover .product-img-minimal img {
    transform: scale(1.05);
}

.sale-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4757;
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
}

.product-info-minimal {
    padding-left: 20px;
}

.product-category-mini {
    color: #4a6cf7;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.product-title-mini {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.3;
}

.price-mini {
    margin-bottom: 15px;
}

.current-price-mini {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
}

.old-price-mini {
    font-size: 16px;
    color: #a0aec0;
    text-decoration: line-through;
    margin-left: 8px;
}

.product-actions-mini {
    display: flex;
    gap: 10px;
}


@media (max-width: 768px) {
    .product-info-minimal {
        padding-left: 0;
        padding-top: 15px;
    }

    .product-img-minimal img {
        height: 180px;
    }

    .minimal-product-card {
        padding: 15px;
    }
}

.btn-close {
    background-color: rgb(255, 67, 67);
    border-radius: 15px;
    padding: 0.5rem;
}

.modal {

    z-index: 100000 !important;

}

#appointmentModal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

#appointmentModal .modal-header {
    border-bottom: 1px solid #eef0f6;
    padding: 20px 25px;
}

#appointmentModal .modal-title {
    font-weight: 700;
    color: #2d3748;
    font-size: 1.5rem;
}

#appointmentModal .modal-body {
    padding: 25px;
}

.form-style7 .media-style6 {
    background: #f8f9ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.form-style7 .media-icon {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.form-style7 .media-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-style7 .media-title {
    color: #2d3748;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.form-style7 .form-group {
    margin-bottom: 20px;
}

.form-style7 input,
.form-style7 select,
.form-style7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.form-style7 input:focus,
.form-style7 select:focus,
.form-style7 textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
}

.form-style7 .date-pick {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z'/%3E%3Cpath d='M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

@media (max-width: 576px) {
    #appointmentModal .modal-body {
        padding: 20px 15px;
    }

    .form-style7 .media-style6 {
        padding: 15px;
    }

}
.divider-style1 .divider-icon{
    background: none !important;
}
.feature-icon i{
    color: #c31fb1 !important;
}
.text-text-hover {
    color: inherit;
    transition: color 0.3s ease;
}
.service-style3:hover,
.text-text-hover:hover {
    color: #fff !important;
}
.discount-badge {
    background: #c31fb1;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.service-style3:hover .discount-badge {
    background: #fff !important;
    color: #000 !important;
}
.text-color{
    color: #c31fb1 !important;
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    background-position: top !important;
  }
}
.home-about-image{
    height: 600px !important;
    width:470px
}

@media (max-width: 1500px) {
    .home-about-image {
        height: 500px !important;
    }
}

@media (max-width: 1300px) {
    .home-about-image {
        height: 65vh !important;
    }
}

@media (max-width: 992px) {
    .home-about-image {
        height: 50vh;
    }
}

@media (max-width: 768px) {
    .home-about-image {
        height: 40vh !important;
    }
}

.swiper-pagination-bullet-active{
    background: #c31fb1 !important;
}
.btn-close {
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  color: #fff !important;
  background: #c31fb1
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E")
    center/0.8em auto no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

.btn-close:hover {
  background-color: #c31fb1;
  opacity: 1;
  transform: scale(1.05);
}
