/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}

/* Goat Forma responsive refinements */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.goat-mobile-menu-open {
    touch-action: pan-y;
}

img {
    max-width: 100%;
}

.header-area {
    background: #fff;
    position: relative;
    z-index: 50;
}

.header-area .gota_bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
}

.header-area .gota_bottom [class*="col-"] {
    position: relative;
}

.mobile-header-brand {
    min-height: 64px;
    display: none;
    align-items: center;
    justify-content: center;
}

.mobile-header-brand img {
    width: auto;
    height: 40px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
}

.main-menu ul li a {
    white-space: nowrap;
}

.mobile-nav-toggle,
.goat-mobile-nav {
    display: none;
}

.mobile-nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #111;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1002;
    padding: 0;
}

.mobile-nav-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.goat-mobile-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    z-index: 1001;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    max-height: min(72vh, 520px);
    overflow-y: auto;
    padding: 8px;
}

.goat-mobile-nav[hidden] {
    display: none !important;
}

.goat-mobile-nav.is-open {
    display: grid;
    gap: 2px;
    animation: goatMenuIn 0.18s ease-out;
}

.goat-mobile-nav a,
.goat-mobile-nav summary {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.goat-mobile-nav summary {
    cursor: pointer;
    list-style: none;
}

.goat-mobile-nav summary::-webkit-details-marker {
    display: none;
}

.goat-mobile-nav summary::after {
    content: "+";
    margin-left: auto;
    font-size: 18px;
    line-height: 1;
}

.goat-mobile-nav details[open] summary::after {
    content: "-";
}

.goat-mobile-nav .goat-mobile-nav-group a {
    min-height: 40px;
    padding-left: 28px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.04);
}

.goat-mobile-nav a:hover,
.goat-mobile-nav a:focus,
.goat-mobile-nav summary:hover,
.goat-mobile-nav summary:focus {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.goat-mobile-nav a:last-child {
    border-bottom: 0;
}

@keyframes goatMenuIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mean-container .mean-bar {
    background: #111;
    min-height: 50px;
    border-radius: 0;
}

.mean-container a.meanmenu-reveal {
    top: 3px;
    right: 8px;
}

.mean-container .mean-nav {
    background: #111;
    margin-top: 50px;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
}

.mean-container .mean-nav ul li a {
    border-top-color: rgba(255, 255, 255, 0.12);
    font-size: 14px;
    letter-spacing: 0;
}

.footer_area {
    overflow: hidden;
}

.footer_area a {
    overflow-wrap: anywhere;
}

.footer-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.references-slider {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.references-slider::-webkit-scrollbar {
    display: none;
}

.references-slider .gallary__thumb {
    flex: 0 0 calc(100% / 6);
    scroll-snap-align: start;
}

.references-slider .gallary__thumb img {
    filter: grayscale(0.08);
}

@media (max-width: 991px) {
    .header-area .gota_bottom {
        min-height: 64px;
    }

    .mobile-header-brand {
        display: flex;
    }

    .mobile-nav-toggle {
        display: inline-flex !important;
    }

    .main-menu {
        display: none;
    }

    .sidemenu.sidemenu-1 {
        display: none !important;
    }

    .mobile-menu {
        display: none !important;
        margin: 0 -15px;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    .footer_area {
        text-align: center;
    }

    .footer_area .company__info {
        margin-bottom: 28px;
    }

    .footer__bottom {
        margin-top: 18px !important;
    }

    .footer-menu ul,
    .footer-menu ul.text-end {
        justify-content: center;
        text-align: center !important;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    h1,
    .page-title,
    .title-5 {
        line-height: 1.18;
        overflow-wrap: break-word;
    }

    .pt-85 {
        padding-top: 45px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .footer_area {
        padding-top: 48px;
    }

    .footer_area .subscribe a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
        font-size: 16px !important;
    }

    .contact__content {
        margin-bottom: 50px !important;
    }

    .contactbox,
    .form {
        margin-bottom: 28px;
    }

    .google-map #map {
        height: 360px !important;
    }

    .references-slider {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        padding: 6px 10px 14px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .references-slider .gallary__thumb {
        display: block !important;
        width: calc((100% - 10px) / 2) !important;
        flex: 0 0 calc((100% - 10px) / 2) !important;
        min-width: calc((100% - 10px) / 2) !important;
        max-width: calc((100% - 10px) / 2) !important;
        background: #fff;
        border-radius: 8px;
        padding: 8px;
        scroll-snap-align: start;
        text-align: center !important;
    }

    .references-slider .gallary__thumb img {
        height: 92px !important;
        width: 100% !important;
        object-fit: contain !important;
    }

    .show-case {
        overflow: hidden;
        text-align: center;
    }

    .show-case .row {
        justify-content: center;
    }

    .show-case .case-info {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0 12px;
    }

    .show-case .case-info a {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .show-case .banar-product {
        display: block;
        width: min(82vw, 330px) !important;
        max-width: 330px;
        height: auto;
        margin: 0 auto;
        top: 0;
        left: auto;
        right: auto;
        transform: none;
    }
}
