.sg-hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.sg-swiper {
    width: 100%;
    height: 100%;
}

.sg-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.sg-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 6s ease;
}

.swiper-slide-active .sg-slide-bg {
    transform: scale(1);
}

.sg-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.329);
}

.sg-slide-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1s ease;
}

.swiper-slide-active .sg-slide-content {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.sg-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sg-title-light {
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    color: var(--quere-header-font-color);
    font-style: italic;
    color: #fff !important;
    margin: 0 0 20px;
}

.sg-title-bold {
    font-size: 70px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #fff;
}

.sg-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.sg-btn:hover {
    background: #fff;
    /* color: #000; */
}

/* Responsive */
@media(max-width: 768px) {

    .sg-title-light,
    .sg-title-bold {
        font-size: 40px;
    }
}


/* Full width columns */
.wgl_col-12 {
    width: 100%;
}

/* Input Box */
.contact-one__input-box {
    position: relative;
}


/* Hover & Focus */
.selectpicker1:hover {
    border-color: #c9c9c9;
}



/* Button */
.ogency-btn {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.ogency-btn:hover {
    background: #333;
    color: #fff;
}

/* Responsive */
@media (min-width: 768px) {
    .wgl_col-12 {
        padding: 8px;
        width: 22%;
    }

    .contact-one__btn-box {
        display: flex;
        align-items: flex-end;
        height: 100%;
    }

    .ogency-btn {
        height: 50px;
    }
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(255 255 255 / 8%);
    z-index: 1000;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.goog-te-combo {
    height: 40px;
}




.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-gadget {
    display: flex;
}

#goog-gt-tt {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
}

.VIpgJd-yAWNEb-L7lbkb {
    display: none !important;
}

body {
    top: 0px !important;
}

/* 
.modern-header {
    position: relative;
    padding: 120px 0;
    color: #fff;
}

.modern-header .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.page-header_title {
    font-size: 48px;
    font-weight: 600;
}

.breadcrumbs {
    margin-top: 10px;
    opacity: 0.8;
}

.product-gallery img {
    width: 100%;
    border-radius: 12px;
}

.thumb-img {
    opacity: 0.6;
    cursor: pointer;
}

.thumb-img.is-selected {
    opacity: 1;
}

.product-title {
    font-size: 32px;
    font-weight: 600;
}

.product-meta {
    margin: 10px 0;
    color: #777;
}

.divider-line {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.spec-item {
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 8px;
}

.spec-item label {
    display: block;
    font-size: 12px;
    color: #999;
}

.spec-item span {
    font-weight: 500;
}

.btn-primary {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-primary:hover {
    background: #333;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}