@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

@font-face {
    font-family: 'MonumentExtendedRegular';
    src: url('../fonts/MonumentExtendedRegular.eot');
    src: url('../fonts/MonumentExtendedRegular.eot') format('embedded-opentype'),
         url('../fonts/MonumentExtendedRegular.woff2') format('woff2'),
         url('../fonts/MonumentExtendedRegular.woff') format('woff'),
         url('../fonts/MonumentExtendedRegular.ttf') format('truetype'),
         url('../fonts/MonumentExtendedRegular.svg#MonumentExtendedRegular') format('svg');
}
@font-face {
    font-family: 'MonumentExtendedUltrabold';
    src: url('../fonts/MonumentExtendedUltrabold.eot');
    src: url('../fonts/MonumentExtendedUltrabold.eot') format('embedded-opentype'),
         url('../fonts/MonumentExtendedUltrabold.woff2') format('woff2'),
         url('../fonts/MonumentExtendedUltrabold.woff') format('woff'),
         url('../fonts/MonumentExtendedUltrabold.ttf') format('truetype'),
         url('../fonts/MonumentExtendedUltrabold.svg#MonumentExtendedUltrabold') format('svg');
}
:root {
    --webFontOne: 'MonumentExtendedUltrabold';
    --webFontTwo: 'MonumentExtendedRegular';
    --themeColorOne: #000;
    --themeColorTwo:#E2E2E2;
    --themeColorThree:#ffffff;
}
* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--webFontOne);
}
/* ::selection {
    background-color: var(--theme-color);
    color: #fff;
    text-shadow: none;
} */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--webFontOne);
    margin: 0;
    padding: 0;
}
p {
    font-family: var(--webFontOne);
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
}
ul, li {padding: 0;margin: 0;list-style-type: none;}
img {max-width: 100%;border: none;}
a {text-decoration: none;outline: none !important;}
html {scroll-behavior: smooth;}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.p-80 {padding: 80px 0;}
.btn {
    border-radius: 0;
    border: 1px solid;
    font-size: 15px;
    padding: 8px 16px;
}
.btn-primary{
    border-color: var(--themeColorOne);
    background-color: var(--themeColorOne);
    color: var(--themeColorThree);
}
.btn-primary:hover{
    border-color: var(--themeColorOne);
    background-color: var(--themeColorThree);
    color: var(--themeColorOne);
}
.title1 h1 {
    font-size: 70px;
    color: var(--black);
    line-height: 75px;
    font-weight: 600;
    position: relative;
}
.title3 h3 {
    font-size: 52px;
    color: #000;
    line-height: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*-- header area start --*/
.header-area {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header-body {
    position: relative;
    padding: 8px 0;
}
.header-body .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: min(100%, 240px);
    margin: 0 auto;
    z-index: 1;
    transform: translateX(20px);
}
.header-body .logo img{
    width: 100%;
    object-fit: contain;
}
.nav-menu {
    display: flex;
    justify-content: center;
}
.nav-menu > li {
    display: inline-block;
    float: none;
    position: relative;
    margin-right: 16px;
    padding-right: 16px;
}
.nav-menu > li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--themeColorThree);
    transform: rotate(16deg);
}
.nav-menu > li:nth-child(3) {
    padding-right: 0;
    margin-right: 230px;
}
.nav-menu > li:nth-child(4){
    margin-left: 230px;
}
.nav-menu > li:nth-child(3)::after, .nav-menu > li:last-child::after{
    display: none;
}
.nav-menu li a {
    color: var(--themeColorThree) !important;
    font-size: 16px;
    font-family: var(--webFontOne);
    font-weight: normal;
    padding: 0;
}
.nav-menu li a:hover, .nav-menu li.active a{
    border-color: transparent;
    background-color: transparent;
}
.header-area.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--themeColorOne);
    transition: all 0.5s ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    height: calc(100vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	overflow: hidden;
}
.banner-content{
    text-align: center;
    width: min(100%, 1164px);
    margin: 0 auto;
}
.banner-content h1 {
    color: var(--themeColorThree);
    font-size: 110px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 3px 10px hsl(0deg 0% 0% / 51%);
}
.banner-content h2 {
    color: var(--themeColorThree);
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
	text-shadow: 0px 3px 10px hsl(0deg 0% 0% / 51%);
}
.banner-area .banner-bottom{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 16px;
}
.banner-area .banner-bottom h3{
    color: var(--themeColorThree);
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 12px;
}
.banner-area .banner-bottom .btn-down-arrow {
    width: clamp(70px, 100%, 80px);
    border: none;
    outline: none;
    background: transparent;
	display: inline-block;
}
.banner-area .banner-bottom .btn-down-arrow img{
    width: 100%;
    object-fit: cover;
}

.banner-area  .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.banner-area .container {
    position: relative;
    z-index: 2;
}
.banner-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.55) 22%, rgba(0, 0, 0, 0) 99%);
	z-index: 1;
}
/*-- banner area stop --*/
/*-- index section one area start --*/
.indexsectionone-card{
    width: min(100%, 550px);
    margin: 0 auto;
}
.indexsectionone-card .img-box{
    display: flex;
    justify-content: center;
}
.indexsectionone-card .img-box img{
    width: auto;
    height: 504px;
    object-fit: contain;
}
.indexsectionone-card .card-body {
    padding-top: 30px;
    width: min(100%, 540px);
    margin: 0 auto;
    text-align: center;
}
.indexsectionone-card .card-body h4 {
    color: var(--themeColorOne);
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}
.indexsectionone-card .card-body h4 span {
    display: block;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
}
.indexsectionone-card .card-body .tag {
    display: inline-block;
    padding: 8px;
    color: var(--themeColorThree);
    background-color: var(--themeColorOne);
    font-size: 18px;
    font-weight: normal;
}
.indexsectionone-carousel{
    position: relative;
}
.indexsectionone-carousel .owl-nav{
    width: min(100%, 580px);
    margin: 0 auto;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.indexsectionone-carousel .owl-nav .owl-prev span, .indexsectionone-carousel .owl-nav .owl-next span{
    display: none;
}
.indexsectionone-carousel .owl-nav .owl-prev, .indexsectionone-carousel .owl-nav .owl-next {
    margin: 0;
    width: 20px;
    height: 66px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/arrow-left.png) !important;
    background-color: transparent !important;
    pointer-events: all;
}
.indexsectionone-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
}
.nav-tabs{
    border: none;
}
.nav-tabs .nav-link {
    color: var(--themeColorOne);
    border-radius: 0;
    position: relative;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 50%;
    background-color: var(--themeColorOne);
    transform: rotate(16deg);
    z-index: 1;
}
.nav-tabs .nav-link:last-child::after{
    display: none;
}
.nav-tabs .nav-link.active {
    border: none;
    text-decoration: underline;
    background-color: transparent;
}
.indexsectionone-area .container {
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    padding: 40px 0;
}
/*-- index section one area stop --*/
/*-- index section one area start --*/
.indexsectiontwo-area .row{
    flex-direction: row-reverse;
}
.indexsectiontwo-area .indexsectiontwo-imgbox {
    height: 765px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.indexsectiontwo-area .indexsectiontwo-imgbox::after{
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape1.webp);
    mix-blend-mode: screen;
}
.indexsectiontwo-area .indexsectiontwo-content .logo {
    width: min(100%, 250px);
    margin: 0 0 24px;
}
.indexsectiontwo-area .indexsectiontwo-content .logo img{
    width: 100%;
    object-fit: cover;
}
.indexsectiontwo-area .indexsectiontwo-content p {
    color: var(--themeColorOne);
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 24px;
}
.indexsectiontwo-area .indexsectiontwo-content {
    padding-left: 15%;
    padding-right: 50px;
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
}
.indexsectiontwo-area .indexsectiontwo-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 269px);
    height: 122%;
    background-image: url(../images/shape2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    transform: translate(-20px, -70px);
}
.indexsectiontwo-area .number-box {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}
.indexsectiontwo-area .number-box:last-child{
    margin-bottom: 0;
}
.indexsectiontwo-area .number-box h6{
    color: var(--themeColorOne);
    font-family: var(--webFontTwo);
    font-size: 12px;
}
.indexsectiontwo-area .number-box h5{
    font-size: 58px;
    color: var(--themeColorOne);
}
.indexsectiontwo-area .number-box::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 83%;
    background-color: var(--themeColorOne);
    transform: rotate(8deg);
}
.indexsectiontwo-area .number-box img {
    width: min(100%, 125px);
    margin-bottom: 8px;
}
.indexsectiontwo-area .indexsectiontwo-imgbox .content-text {
    color: var(--themeColorThree);
    width: min(100%, 550px);
    margin: 0 auto;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.1;
}
.indexsectiontwo-area .row:nth-of-type(2n){
    flex-direction: row;
}
.indexsectiontwo-area .row:nth-of-type(2n) .indexsectiontwo-imgbox::after{
    background-image: url(../images/shape3.webp);
}
.indexsectiontwo-area .row:nth-of-type(2n) .indexsectiontwo-content {
    padding-right: 15%;
    padding-left: 50px;
    position: relative;
}
.indexsectiontwo-area .row:nth-of-type(2n) .indexsectiontwo-content::before {
    background-image: url(../images/shape4.webp);
    right: auto;
    left: 0;
    transform: translate(0px, -70px);
}
.indexsectiontwo-content .w-100{
    position: relative;
}
/*-- index section one area stop --*/
/*-- footer area start --*/
.footer-area{
    height: 900px;
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
}
.footer-area .logo {
    width: min(100%, 295px);
    margin: 0 auto 55px;
}
.footer-area .logo img{
    width: 100%;
    object-fit: contain;
}
.footer-menu ul{
    display: flex;
    justify-content: center;
}
.footer-menu ul li {
    position: relative;
    padding-right: 24px;
    margin-right: 24px;
}
.footer-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.footer-menu ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 2px;
    height: 60%;
    background-color: var(--themeColorThree);
    transform: rotate(16deg);
}
.footer-menu ul li:last-child::before{
    display: none;
}
.footer-menu ul li a{
    display: inline-block;
    font-size: 20px;
    color: var(--themeColorThree);
}
.footer-area .footer-menu {
    margin-bottom: 30px;
}
.footer-address {
    border-top: 1px solid rgb(255 255 255 / 40%);
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding: 16px 0;
}
.footer-address-media .media-icon{
    width: 64px;
    height: 44px;
    background-image: url(../images/footer-media-shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
}
.footer-address-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-address-media .media-body{
    padding-left: 16px;
}
.footer-address-media .media-body h6, .footer-address-media .media-body a {
    text-transform: uppercase;
    color: var(--themeColorThree);
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
.footer-address-media {
    padding: 12px 10px;
}
.footer-address .col-lg-6{
    position: relative;
}
.footer-address .col-lg-6::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(255 255 255 / 40%);
    transform: translateX(-10px);
}
.footer-area .copyright{
    padding: 20px 0;
}
.footer-area .copyright .footer-social {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.footer-area .copyright .footer-social li{
    display: inline-block;
    margin-right: 0;
}
.footer-area .copyright .footer-social li:last-child{
    margin-right: 0;
}
.footer-area .copyright .footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 38px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-color: var(--themeColorThree);
    color: var(--themeColorOne);
    font-size: 18px;
    transition: all 0.5s ease-out;
}
.footer-area .copyright .footer-social li a:hover{
    transform: translateY(-5px);
}
.copyright p{
    margin: 0;
    font-size: 15px;
    font-family: var(--webFontTwo);
    color: var(--themeColorThree);
    text-align: center;
}
#scroll {
  width: 50px;
    height: 50px;
    background-color:var(--themeColorOne);
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-image: url(../images/back-to-top.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
.social-media {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(30%);
    z-index: 9;
}
.social-media li a {
    width: 38px;
    height: 54px;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    background-color: var(--themeColorTwo);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--themeColorOne);
    transition: all 0.5s ease-out;
}
.social-media li a:hover{
    background-color: var(--themeColorOne);
    color: var(--themeColorTwo);
}
/*-- footer area stop --*/
/*-- inner banner area start --*/
.banner-area.inner-banner .banner-content h1 {
    font-size: 97px;
}
.banner-area.inner-banner .banner-content h1 span {
    display: block;
    font-size: 37px;
    text-align: right;
}
/*-- inner banner area stop --*/
/*-- dealermap area start --*/
/* .dealermap-area .dealermap h2 {
    color: var(--themeColorOne);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.dealermap-area .dealermap .form-group{
    position: relative;
}
.dealermap-area .dealermap .form-control {
    height: 60px;
    border-radius: 0;
    padding: 15px 30px 15px 90px;
    font-size: 17px;
    color: var(--themeColorOne);
    clip-path: polygon(5% 0, 100% 0%, 95% 99%, 0% 100%);
    border: none;
    background-color: var(--themeColorTwo);
}
.dealermap-area .dealermap .form-control:focus{
    box-shadow: none;
}
.dealermap-area .dealermap .form-control::placeholder{
    color: #C3BEBE;
    font-size: 17px;
} */
.dealermap {
    background: #fff;
    color: var(--themeColorThree);
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 65px 0;
}
.dealermap::after{
    content: '';
    position: fixed; top: 0; right: 0;
    width: 55%; height: 55%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, transparent 55%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    pointer-events: none;
    z-index: 2;
}
.dealermap .container { display: flex; width: 100%; height: 100%; position: relative; z-index: 1; }

  /* LEFT PANEL */
.left-panel {
    width: 50%;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 55px;
    position: relative;
    z-index: 3;
    gap: 6px;
}
.left-panel h2 {
    color: #000000;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.search-wrap {
    background: #ffffff;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    padding: 13px 40px 13px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    cursor: text;
    transition: background 0.2s;
    margin-bottom: 6px;
}
  .search-wrap:hover { background: rgba(255,255,255,0.11); }
  .search-wrap svg { flex-shrink: 0; }
	  .search-wrap input {
		background: none;
		border: none;
		outline: none;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: rgb(66 66 66);
		width: 100%;
	}
  .search-wrap input::placeholder { color: #C3BEBE; }

  .dealer-name-row {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px 0 4px;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
		background-color: #000;
	}
	.dealer-arrow {
		width: 0;
		height: 0;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 14px solid #000000;
		flex-shrink: 0;
	}
  .dealer-name {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
	padding-left: 30px;
}
.search-wrap svg{
	stroke: #000000;
}
.info-row {
    background: #ffffff;
    color: #111;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1.3;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    margin-top: 2px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
  .info-row:hover { background: #111; color: #fff; }
  .info-row a { color: inherit; text-decoration: none; }

  /* RIGHT MAP */
  .right-panel { flex: 1; position: relative; }

  .map-iframe-wrap {
		position: relative;
		inset: 0;
	}
  .map-iframe-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

  .bg-title {
    position: absolute; top: 8%; right: 4%;
    font-size: clamp(50px, 8vw, 110px);
    font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase;
    color: rgba(255,255,255,0.05);
    pointer-events: none; user-select: none;
    z-index: 4;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .search-wrap{ animation: fadeUp 0.4s ease 0.10s both; }
  .dealer-name-row{ animation: fadeUp 0.4s ease 0.20s both; }
  .info-row:nth-of-type(1){ animation: fadeUp 0.4s ease 0.28s both; }
  .info-row:nth-of-type(2){ animation: fadeUp 0.4s ease 0.34s both; }
  .info-row:nth-of-type(3){ animation: fadeUp 0.4s ease 0.40s both; }
  .info-row:nth-of-type(4){ animation: fadeUp 0.4s ease 0.46s both; }
  .right-panel{ animation: fadeUp 0.5s ease 0.10s both; }
  .footer-area.inner-footer{
    background-image: url(../images/inner-footer-bg.webp);
    height: 760px;
  }
.dealermap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: min(100%, 1140px);
    height: 100%;
    background-image: url(https://bestories.space/barreta/wp-content/uploads/2026/05/ss2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
/*-- dealermap area stop --*/
/* ======================================================================= */
    /* inner_banr start */
/* ======================================================================= */
.inner_banr {
    width: 100%;
    height: calc(100dvh - -330px);
    padding: 0 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner_banr .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inner_banrpic {
    width: 700px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
}

.inner_banrpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inner_banr h4 {
    font-family: var(--webFontOne);
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    display: none;
}

.inner_banr h1 {
    font-family: var(--webFontOne);
    font-size: 134px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 134px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.scroll_arrow {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.scroll_arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ======================================================================= */
    /*  details_sec1 start */
/* ======================================================================= */
.details_sec1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.container-fluid .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.details_sec1pic {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.details_sec1pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_right {
    width: 100%;
    position: relative;
    padding: 37px 100px 60px 0px;
}

.details_right:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 0;
    background-image: url(../images/back_img.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 300px;
    height: 990px;
    z-index: -1;
}

.details_right_top {
    width: 100%;
}

/*.details_right_top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    gap: 25px;
    text-align: center;
}*/

.details_right_top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    justify-content: end;
    gap: 175px;
    /* text-align: center; */
}

.details_right_top ul li {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: normal;
}

.details_right_top ul li span {
    font-family: var(--webFontTwo);
}

.details_right_top ul li:before {
    content: "";
    position: absolute;
    left: -52px;
    top: -37px;
    background-image: url(../images/right_arrow1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 40px;
    height: 132px;
}

.details_right_top ul li:after {
    content: "";
    position: absolute;
    right: -70px;
    top: -37px;
    background-image: url(../images/right_arrow1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 40px;
    height: 132px;
}

.details_right_top ul li:nth-child(1):after, .details_right_top ul li:nth-child(2):after, .details_right_top ul li:nth-child(3):after {
    display: none;
}

.details_thumbsl {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.gallery {
    width: 100%;
    margin: 0 auto;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 450px;
    border: none;
    border-radius: 0;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    border-radius: 15px;
}

.gallery-thumbs {
    width: 90%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
    width: 170px;
    height: 100px;
    padding: 10px;
    background-color: #E2E2E2;
    text-align: center;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    opacity: 0.8;
    transform: skewX(-20deg);
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
    background-color: #fff;
    border-color: #000;
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    transform: skewX(20deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}

.swiper-button-next img, .swiper-button-prev img {
    max-width: 20px;
    object-fit: contain;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.color_section {
    text-align: center;
    padding-left: 24px;
}

.color_section img {
    max-width: 150px;
}

.color_section h5 {
    font-size: 16px;
    color: #000;
    margin: 5px 0;
    text-transform: uppercase;
}

.color_section h5:nth-child(1) {
    margin-left: -65px;
}

.color_section h5:last-child {
    margin-right: -65px;
}

/* ======================================================================= */
    /*  details_sec2 start */
/* ======================================================================= */
.details_sec2 {
    width: 100%;
    position: relative;
}

.details_sec2in {
    width: 100%;
    height: 100%;
    padding: 135px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center center;
}

.details_sec2pic {
    height: 560px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-left: auto;
}

.details_sec2pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spec-list {
    width: 100%;
}

.spec-list ul li {
    width: 100%;
    font-family: 'MonumentExtendedRegular';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px 10px 55px;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    margin-left: 65px;
}

.spec-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skewX(-35deg);
    z-index: -1;
}

.spec-list ul li:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 11px;
    background-image: url(../images/bullet.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 5px;
    height: 17px;
}

.spec-list ul li:nth-child(even):after {
    background-color: #000;
}

.spec-list ul li:nth-child(even) {
    color: #fff;
    margin-left: 0;
}

.spec-list ul li:nth-child(even)::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(48%) saturate(1393%) hue-rotate(275deg) brightness(117%) contrast(105%);
}

.details_sec2 .details_sec2in:nth-child(2) .row {
    flex-direction: row-reverse;
}

.details_sec2 .title3 h3 {
    margin-bottom: 35px;
}

/* ======================================================================= */
    /*  details_sec3 start */
/* ======================================================================= */
.details_sec3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.details_sec3pic {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.details_sec3pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details3_right {
    width: 100%;
    position: relative;
    padding: 37px 0px 60px 330px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.details3_right:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/brutto3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    max-width: 950px;
    height: 200px;
}

.details3_right:after {
    content: "";
    position: absolute;
    right: 23px;
    top: 0;
    background-image: url(../images/brutto2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 300px;
    height: 990px;
    z-index: -1;
}

.details_sec3 h4 {
    font-family: var(--webFontOne);
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
}

.details_sec3 h1 {
    font-family: var(--webFontOne);
    font-size: 134px;
    color: #ffffff;
    line-height: 134px;
    letter-spacing: 1px;
    padding: 12px 40px 12px 40px;
    display: inline-flex;
    position: relative;
    margin: 5px 0;
    gap: 15px;
}

.details_sec3 h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: skewX(-20deg);
    z-index: -1;
}

.details_sec3 h1 img {
    max-width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(215deg) brightness(107%) contrast(100%);
}

.details_sec3text {
    width: 78%;
    position: relative;
}

.details_sec3 h4:last-child {
    text-align: right;
}

.details_sec3 .btn01 {
    position: relative;
    font-size: 16px;
    border-radius: 0px;
    padding: 8px 25px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    transition: 0.6s;
    height: 55px;
    line-height: normal;
    display: flex;
	font-family: 'MonumentExtendedRegular';
    align-items: center;
}

.details_sec3 .btn02 {
    font-family: 'MonumentExtendedRegular';
    font-size: 16px;
}

.details_sec3 .d-flex.align-items-center.justify-content-center.gap-2.mt-4 {
    margin: 0 auto;
}

/* ======================================================================= */
    /*  contact_ban start */
/* ======================================================================= */
.contact_ban {
    height: calc(100dvh - 0px);
    max-height: 900px;
}

.contact_ban h1 {
    margin-bottom: 0;
}

/* ======================================================================= */
    /*  contact_secb start */
/* ======================================================================= */
.contact_secb {
    width: 100%;
    position: relative;
}

.contact_secbin {
    width: 100%;
    height: 900px;
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.contact_left {
    width: 100%;
}

.contact_card {
    width: 100%;
    margin-top: 15px;
}

.contact_head {
    width: 100%;
    position: relative;
    background-color: #000;
    padding: 15px 15px 15px 25px;
    transform: skewX(-35deg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.contact_head h5 {
    font-family: 'MonumentExtendedRegular';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    transform: skewX(35deg);
}

.contact_head h5 img {
    max-width: 6px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(215deg) brightness(107%) contrast(100%);
}

.contact_card ul li {
    width: 100%;
    font-family: 'MonumentExtendedRegular';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px 10px 30px;
    position: relative;
    margin-top: 12px;
    z-index: 1;
}

.contact_card ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skewX(-35deg);
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contact_right {
    width: 85%;
    margin-left: auto;
}

.contact_right .contact_head {
    width: 80%;
    margin-left: 17px;
}

.formbx {
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.contact_right .form-control, .contact_right .form-select {
    font-family: 'MonumentExtendedRegular';
    font-size: 15px;
    color: #000;
    height: 55px;
    border: none;
    background-color: #DCDCDC;
    border-radius: 0px;
    padding: 5px 15px;
}

.contact_right .form-group {
    margin-bottom: 15px;
}

.contact_right textarea.form-control {
    min-height: 200px;
    resize: none;
    padding: 15px !important;
}

.contact_right .btn1 {
    position: relative;
    background-color: #000;
    transition: all 0.5s ease-out;
    border-radius: 0px;
    color: #fff;
    padding: 10px 30px;
    font-size: 22px;
    border: none;
    font-weight: 600;
    margin-top: 0;
    display: flex;
    margin-left: auto;
}

.contact_right .form-control::placeholder, .contact_right .form-select::placeholder {
    color: #000;
}

.contact_right .form-control:focus {
    box-shadow: none;
}

.left-panel150{width: 100%;
  color: #000;
  padding-right: 0px;}
.left-panel150 p{font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'MonumentExtendedRegular';}
.left-panel150 h6{font-size: 19px;
  line-height: 28px;
  font-family: 'MonumentExtendedRegular';}
.left-panel150 h6 strong {
  font-weight: bold;
}

.dealermap150{ padding:100px 0px;}
.swiper-button-next, .swiper-button-prev {
	color: var(--swiper-navigation-color,#000) !important;
}
@media (min-width: 1024px) {
#mega-menu-wrap-primary {
    width: 100%;
    background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
    display: flex;
    justify-content: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0;
    font-size: 14px;
    font-weight: normal !important;
    position: relative;
    padding-right: 25px;
    height: auto;
    line-height: normal;
	background-color: transparent !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 25px;
	position:relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    transform: rotate(12deg);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(3) > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link::before{
	display:none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(3) {
    margin-right: 116px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(4){
	margin-left:180px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
	margin-right:0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link{
	padding-right:0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: calc(100vw - 15px);
    padding: 24px 13%;
    top: 45px;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
	overflow:auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    width: 100%;
	height:280px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard img {
    width: auto !important;
    height: 124px !important;
    object-fit: contain;
    margin-bottom: 12px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4 {
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    color: #000000 !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
	background-color: transparent;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-animated-box{
	display:none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    overflow: auto !important;
    height: 100vh;
}
}

/*-- =============== map css 27.05.2026 =================  -- */
.Mapa_areatotal {
    display: flex;
    justify-items: flex-start;
    margin: auto;
    position: relative;
    width: 100%;
    align-items: flex-start;
}


  /* ── LEFT PANEL ──────────────────────────────── */
  #map-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
  }
 .Mapa_areatotal h1 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #57606a;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 16px;
  }
  #svg-wrap {
    width: 100%;
    max-width: 580px;
    position: relative;
  }
  #svg-wrap svg {
    width: 100%;
    height: auto;
    display: block;
  }

  /* voivodeship paths */
  .region {
    fill: #3A3A3A;
    stroke: white;
    stroke-width: 1.5;
    cursor: pointer;
    transition: fill .18s, filter .18s;
  }
  .region:hover { fill: #555555; filter: brightness(1.2); }
  .region.has-dealers { fill: #3A3A3A; }
  .region.active { fill: #e53935 !important; filter: drop-shadow(0 0 8px #e5393588); }
  .region.island { cursor: default; }

  /* tooltip on hover */
  #tooltip {
    position: fixed;
    pointer-events: none;
    background: #111111;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: none;
    z-index: 999;
    white-space: nowrap;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    line-height: 1.25;
  }
    #tooltip span {
        padding: 10px 30px;
        display: block;
        color: #000000;
        font-size: 12px !important;
        background-color: #ffffff;
        text-align: center;
    }
    #tooltip span:last-child {
        background-color: transparent;
        color: #ffffff;
        font-size: 12px !important;
        padding: 8px 30px;
    }

  /* ── RIGHT PANEL ─────────────────────────────── */
#info-panel {
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    position: relative;
}
#panel-header {
    padding: 28px 24px 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
#panel-title {
    font-size: 30px;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    line-height: 1.0;
    letter-spacing: .01em;
}
#panel-sub { display: none; }

#panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 16px 20px;
    position: relative;
    z-index: 1;
}
#panel-body::-webkit-scrollbar { width: 4px; }
#panel-body::-webkit-scrollbar-thumb { background: #b0b0b0; border-radius: 2px; }
#empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #888;
    text-align: center;
    gap: 12px;
    padding: 24px;
}
#empty-state svg { opacity: .2; }
#empty-state p { font-size: 1rem; line-height: 1.6; text-transform: uppercase; font-weight: 600; }
.dealer-card {
    background: transparent;
    margin-bottom: 18px;
}
.dealer-banner {
    background: #111111;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    margin-left: -4px;
    margin-right: -4px;
    position: relative;
}
.dealer-banner::before {
    content: '›';
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
}

  /* info rows */
  .dealer-info-block {
    padding: 12px 4px 4px;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
.dealer-row {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.3;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    background-color: #ffffff;
    padding: 13px 50px;
}
  .dealer-row a { color: #1a1a1a; text-decoration: none; }
  .dealer-row a:hover { color: #e53935; }

  /* scrollbar for map panel on small screens */
  @media (max-width: 760px) {
    #info-panel { width: 100%; border-left: none; border-top: 1px solid #d0d0d0; }
    #map-panel { padding: 16px; }
  }


.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #000;
}


.contact_secb .status-publish.hentry.entry {
    max-width: 690px;
    width: 100%;
    margin: auto;
    margin: 50px auto;
    padding:30px;
    border-radius: 6px;
}

/* Login page wrapper */
.contact_secb .tml-login {
    max-width: 500px;
    margin: 30px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.contact_secb .entry-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1a1a1a;
}

/* Alerts / messages */
.contact_secb .tml-alerts {
  margin-bottom: 20px;
}

.contact_secb .tml-messages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact_secb .tml-message {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
}

/* Form fields */
.contact_secb .tml-field-wrap {
  margin-bottom: 20px;
}

.contact_secb .tml-label {
	display: block;
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	font-family: 'MonumentExtendedRegular';
}

.contact_secb .tml-field {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.contact_secb .tml-field:focus {
    outline: none;
    border-color: #010101;
    box-shadow: 0 0 0 3px rgb(190 190 190 / 15%);
    background: #fff;
}

/* Remember me checkbox */
.contact_secb .tml-rememberme-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.contact_secb .tml-checkbox {
    width: 16px;
    height: 16px;
    accent-color: #000000;
    cursor: pointer;
}

.contact_secb .tml-rememberme-wrap .tml-label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* Submit button */
.contact_secb .tml-submit-wrap {
  margin-bottom: 0;
}

.contact_secb .tml-button {
    width: 100%;
    padding: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #000000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.contact_secb .tml-button:hover {
    background: #343434;
}

.contact_secb .tml-button:active {
  transform: scale(0.98);
}

/* Links below form */
.contact_secb .tml-links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}

.contact_secb .tml-links a {
    color: #f11d00;
    font-size: 14px;
    text-decoration: none;
	font-family: 'MonumentExtendedRegular';
}

.contact_secb .tml-links a:hover {
  text-decoration: underline;
}
/* Vertical Login Button */
.Loggbtn {
    position: fixed;
    left: 0;
    top: 78%;
    transform: translateY(-75%);
    width: 46px;
    height: 200px;
    background: #fff;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.15))
    drop-shadow(0 10px 20px rgba(0,0,0,.18));
    transition: .3s;
    z-index: 99;
    font-family: var(--webFontOne);
}
.Loggbtn.logoutbtn {
    position: fixed;
    left: 0;
    top: 36%;
    transform: translateY(-36%);
    width: 46px;
    height: 200px;
    background: #000000;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.15))
    drop-shadow(0 10px 20px rgba(0,0,0,.18));
    transition: .3s;
    z-index: 99;
    font-family: var(--webFontOne);
}
.Loggbtn.logoutbtn span{
	color:#fff;
}
.Loggbtn:hover{
    background:#f2f2f2;
}
.Loggbtn.logoutbtn:hover span{
	color:#000;
}
.Loggbtn span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size:18px;
    font-weight:700;
    letter-spacing:normal;
	color:#000;
}
/* Mobile */
@media (max-width: 480px) {
  .contact_secb .tml-login {
    margin: 20px 16px;
    padding: 28px 20px;
  }
}

.counter{font-size: 58px;
  color: #000;}
.contact_secb h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
    color: #000000;
}
.table thead tr th{
	background-color: #000000;
    color: #ffffff;
}
.table tbody tr td{
	font-family: 'MonumentExtendedRegular';
	font-size: 14px;
}
.contact_secb .tml-rememberme-wrap .tml-label {
	margin-top: 0;
}

.details_sec3text h5 {
    font-size: 30px;
}

.show_stock {
    color: #fff;
    padding: 10px 15px 5px;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    line-height: 36px;
}
.low_stock .show_stock:after{
	 background-color: #e53935;
}
.medium_stock .show_stock {
	color: #000;
}
.medium_stock .show_stock:after{
	 background-color: #FFA500;
}
.high_stock .show_stock:after{
	 background-color: #568203;
}
.show_stock:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-20deg);
	z-index: -1;
}


.low_stock {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.show_stock {
    font-weight: 900;
}

.stock-progress-wrap {
    width: 100%;
    max-width: 300px;
    padding: 14px 0 6px;
}

.stock-progress-bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 16px;
    border-radius: 20px;
}

.zone {
    height: 100%;
    position: relative;
}

.zone-red {
    width: 10%;
    background: linear-gradient(180deg, #ff5252 0%, #e53935 50%, #b71c1c 100%);
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 14px 3px rgba(229, 57, 53, 0.5);
    z-index: 3;
}

.zone-yellow {
    width: 20%;
    background: linear-gradient(180deg, #ffd54f 0%, #fbc02d 50%, #f57f17 100%);
    box-shadow: 0 0 14px 3px rgba(251, 192, 45, 0.5);
    z-index: 2;
    margin-left: -8px;
}

.zone-green {
    flex: 1;
    background: linear-gradient(180deg, #66bb6a 0%, #43a047 50%, #2e7d32 100%);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 14px 3px rgba(67, 160, 71, 0.5);
    z-index: 1;
    margin-left: -8px;
}

.marker {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
