@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BPG_Nino_Mtavruli_Book';
    src: url('../fonts/BPG/bpg_nino_mtavruli_book.ttf') format('truetype'); 
}
@font-face {
    font-family: 'BPG_Mrgvlovani_Caps';
    src: url('../fonts/BPG/bpg_mrgvlovani_caps_2010.ttf') format('truetype'); 
}
@font-face {
    font-family: 'BPG_Arial';
    src: url('../fonts/BPG/bpg_arial_2009.ttf') format('truetype'); 
}
body { font-family: BPG_Arial; }

.bx-wrapper .bx-viewport  { height: 560px !important; }
@media (max-width: 768px) {
    .bx-wrapper .bx-viewport { height: 300px !important; }
}

.bxslider li {
    height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

@media (max-width: 768px) {
    .bxslider li { height: 300px; }
}

/* Custom UI Improvements */
.navbar-brand-custom {
    background-color: #ffea00;
    padding: 8px 15px;
    border-radius: 8px;
    transition: transform 0.2s;
}
.navbar-brand-custom:hover {
    transform: scale(1.02);
}
.nav-link-custom {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.nav-link-custom:hover, .nav-link-custom.active {
    background-color: #ffea00;
    color: #000 !important;
    border-color: #ffea00;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}
.service-card {
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.service-card h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
footer {
    background-color: #212529;
    color: #adb5bd;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s;
}
footer a:hover {
    color: #fff;
}

/* Slogan Styles */
#slider-wrapper {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.slogan {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 20px 40px;
    font-size: 3rem;
    font-weight: bold;
    border-radius: 10px;
    z-index: 10;
    text-align: center;
    width: max-content;
    max-width: 90%;
}

@media (max-width: 768px) {
    .slogan {
        font-size: 1.1rem;
        padding: 10px 15px;
        white-space: nowrap;
    }
}

/* Limit desktop max-width to 1140px */
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

/* Footer Form Styles */
.input-group-pill .form-control {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: none;
    padding: 12px 25px;
}
.input-group-pill .btn {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: #ffea00;
    color: #000;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
}
.input-group-pill .btn:hover {
    background-color: #ffd500;
}

.phone-bold {
    font-weight: 900 !important;
}

@media (min-width: 992px) {
    #navbarContent .navbar-nav {
        padding-left: 180px;
    }
}

.lang-link {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.lang-link:hover {
    background-color: #ffea00;
    color: #000 !important;
    border-color: #ffea00;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* --- Floating WhatsApp Button --- */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* Higher than sticky header usually */
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: #FFF;
}
