/* ===== General ===== */
body {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

nav {
    margin-bottom: 20px;
}

.container h1 {
    color: #333;
}

.btn {
    padding: 2px;
}
#gpsBtn{
    margin-bottom: 20px;
}
/* ===== Top Bar (Desktop) ===== */
.top-bar {
    background: #1f1f1f;
    color: #fff;
    font-size: 14px;
}

.top-bar a {
    color: #ffffff;
    margin-left: 15px;
}

.top-bar i {
    margin-right: 4px;
}

/* ===== Top Bar Language Dropdown ===== */

.top-bar .dropdown-toggle::after {
    margin-left: 6px;
}

.top-bar .dropdown-item {
    display: flex;
    align-items: center;
    /* դրոշ + տեքստ նույն հարթությունում */
    gap: 6px;
    /* փոքր բացություն դրոշի և տեքստի միջև */
    white-space: nowrap;
    /* տեքստը չի կոտրվի նոր տող */
    overflow: hidden;
    /* հնցել էռեսցի դուրս գալը */
    text-overflow: ellipsis;
    /* եթե շատ երկար է՝ ... դնել */
    color: #000;
}

.top-bar .dropdown-item.active {
    font-weight: 600;
    background-color: #333;
    /* Darker background to match top-bar */
    color: #fff;
}

.top-bar .dropdown-menu {
    min-width: 120px;
    /* բավական տեղ տեքստ + դրոշակ */
    padding: 4px 15px 4px 0px;
    /* փոքր padding */
}

.top-bar .dropdown-toggle img,
.top-bar .dropdown-item img {
    height: 16px;
    width: auto;
    margin-right: 6px;
    vertical-align: middle;
}
.logo{
    line-height: 22px;
}
.logo>div{
    display: flex;
    flex-direction: column;
}
.logo>div>span{
    color: #dd0000;
    font-size: 14px;
}

.phone-box {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.phone-box img {
    width: 22px;
    height: 22px;
}

.phone-box:hover {
    color: #007bff;
}

.contact-icons {
    display: flex;
    gap: 0px;
    /* տարածություն լոգոների միջև */
    align-items: center;
}

.contact-icons a img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
}

.contact-icons a img:hover {
    transform: scale(1.15);
    opacity: 0.85;
}

.order-btn {
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all .25s ease;
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}


/* ===== Mobile Top Bar Language Dropdown ===== */
.mobile-top-bar {
    color: wheat;
    background-color: black;
}

.mobile-lang {
    position: relative;
}

.mobile-lang .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.mobile-lang .dropdown-toggle img {
    display: inline-block;
}

.mobile-lang-menu {
    background: #1f1f1f;
    min-width: 80px;
    border: none;
    margin-top: 5px;
    border-radius: 4px;
}

.mobile-lang-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
}

.mobile-lang-menu .dropdown-item:hover {
    background: #c0392b;
    color: #fff;
}

/* ===== Navbar ===== */
.navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-weight: 700;
    font-size: 22px;
}

.nav-link {
    font-weight: 500;
    margin-right: 15px;
}

.nav-link:hover {
    color: #c0392b !important;
    transition: color 0.3s;
}

/* ===== CTA Button ===== */
.btn-cta {
    background: #c0392b;
    color: #fff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
}

.btn-cta:hover {
    background: #a93226;
    color: #fff;
    transition: background 0.3s;
}

/* ===== footer ===== */
footer a:hover{
    opacity:.8;
}

.btn-purple{
    background:#7b3fe4;
    color:#fff;
}
.btn-purple:hover{
    background:#6933c3;
}
.swal-success-text {
    font-size: 16px;      /* Տառաչափը կարգավորում է */
    line-height: 1.4;     /* Տողերի արանք */
    text-align: center;    /* Կենտրոնավորում */
    color: #333;           /* Գույնը */
}
.main{
}
.slide_h1{
    font-size: 22px;
}
.login{
    max-width: 300px;
    padding-top: 90px;
}

.home_carusel{
    color: darkred;
}
.home_carusel p{
    color: darkred;
    text-shadow:
            1px 0 white,
            -1px 0 white,
            0 1px white,
            0 -1px white;
}

.videos{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:20px;
    margin-top:30px;
}

.videos iframe{
    width:100%;
    height:220px;
    border-radius:8px;
}
.footer>div>div>div>p{
    color: white!important;
}
.footer>div>div>div>ul>li>p{
    color: white!important;
}