﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


body {
    font-family: "Vazir", Tahoma, sans-serif;
    background: linear-gradient(135deg, #000000, #434343, #00c6ff, #38ef7d);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 10px;
}

.card {
    background: linear-gradient(135deg, #ffffff, #f0f4ff);
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
}

#prof {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0078d7;
    margin: 0 auto 15px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
a[href*="somee.com"] {
    position: absolute !important;
    bottom: 5px !important; /* بیاد پایین */
    right: 5px !important;
    font-size: 10px !important;
    color: transparent !important; /* مخفی کردن متن */
    background: transparent !important;
}

.card h2 {
    margin: 5px 0 10px 0;
    font-size: 1.7rem;
    color: #0078d7;
    font-weight: bold;
    letter-spacing: 1px; /* فاصله بین حروف */
    text-shadow: 2px 2px 6px rgba(0,0,0,0.25); /* سایه ملایم */
}

.card h3 {
    margin: 0 0 13px 0;
    font-size: 1.3rem;
    color: #555;
    font-weight: normal;
}

.card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin: 5px 0;
}

    .card p a {
        color: black;
        text-decoration: none;
        color: #0056a3;
        text-decoration: underline;
    }

        .card p a:hover {
        }

.phones {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 10px;
    margin: 12px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .phones h4 {
        margin: 0 0 8px 0;
        font-size: 1rem;
        font-weight: bold;
        color: black;
    }

    .phones p {
        margin: 4px 0;
        font-size: 1rem;
    }

.phones .tazakor {
    font-size:0.9rem;
    color:black;
}

.phones a {
    color: #555;
    text-decoration: none;
    /* font-weight:  ;*/
}

        .phones a:hover {
            text-decoration: underline;
        }

.location .address {
    font-size: 0.9rem;
    color: black;
    margin: 12px 0 8px 0;
    line-height: 1.4;
}

#loc img {
    display: block;
    width: 95%;
    max-height: 150px;
    margin: 20px auto 15px auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    object-fit: cover;
}

.working-hours, .contact-hours {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #444;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .working-hours span,
    .contact-hours span ,
    .phones span {
        font-weight: bold;
        color: #0078d7;
    }
@media (max-width: 500px) {
    #prof {
        width: 100px;
        height: 100px;
    }

    .card h2 {
        font-size: 1.4rem;
    }

    .card h3 {
        font-size: 1rem;
    }

    .location .address {
        font-size: 0.85rem;
    }

    #loc img {
        max-height: 120px;
    }

    
