/* Custom Styles */
/* :root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
    --text-color: #333;
    --light-bg: #f8f9fa;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
      overflow-x: hidden;
}
#toggle {
  width: 28px;
  height: 30px;
  margin: 10px 0;
  display: none;
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
#toggle div {
  width: 100%;
  height: 5px;
  background: white;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}
header.navbar.navbar-expand-lg.navbar-dark.fixed-top.navbar-scrolled {
    opacity: 0;
}
header.navbar.navbar-expand-lg.navbar-dark.fixed-top.navbar-scrolled:hover {
    opacity: 1;
}
#menu {
  color: white;
  /* border: 1px solid white; */
  padding: 35px 0 0 0;
  border-radius: 3px;
  line-height: 100px;
  text-align: center;
  margin: auto;
  /* display: none; */
}
/* Navigation */
.navbar {
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.navbar-brand i {
    margin-right: 0.5rem;
    color: var(--primary-color);
}

.nav-link {
    font-weight: 500;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    line-height: 44px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F7DD7B !important;
}
.modal-body.request-quote-modal .wpcf7-not-valid-tip {
    color: #dc3232;
    padding-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
}
/* 
.nav-link:hover {
    color: var(--primary-color) !important;
} */
/* .nav-link:hover::after {
content: '';
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background: #ffd15c;
    border-radius: 50%;
    margin-top: 6px;
} */
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 25px;
    left: 10%;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 25px;
    padding-top: 15px;
}
/* 
.nav-link:hover::after {
    width: 80%;
} */
.navbar-scrolled {
    background-color: #000000;
    padding-bottom:20px;
}
 header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.quick-cnt-detail a {
    color: #ffffff;
    text-decoration: none;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    text-align: center;
}
.openings-header .logo img {
    max-width: 221px;
    width: 100%;
}
.logo img {
    max-width: 144px;
    width: 100%;
}
nav {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 65px;
} 
nav a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.1em;
    position: relative;
    padding: 0 8px;
}
.nav-link.nav-link:hover{
    color: #F7DD7B !important;
}
nav a.active::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background: #ffd15c;
    border-radius: 50%;
    margin-top: 6px;
}
.menu-header-action {
    display: flex;
    width: 100%;
}

.let-life-hd {
    font-family: 'Playfair';
    font-size: 35px;
}

.products-menu {
    position: relative;
}
.products-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    /* transform: translateX(-50%); */
    background: rgba(0, 0, 0, 0.95);
    border-radius: 12px;
    padding: 30px;
    width: 600px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 1000;
}

.products-menu {
    position: relative;
}
.products-menu #products-toggle {
    cursor: pointer;
    /* display: flex; */
    align-items: center;
    gap: 5px;
}
.products-menu .dropdown-arrow {
    font-size: 0.7em;
    transition: transform 0.3s;
}
.products-menu.active .dropdown-arrow {
    transform: rotate(180deg);
}
.product-header-card button.slick-prev.slick-arrow {
    left: 0; 
     z-index: 5;
     background-color: #ffffff;
    border-radius: 50%;
}
.product-header-card button.slick-next.slick-arrow {
    right: 0; 
     z-index: 5;
     background-color: #ffffff;
    border-radius: 50%;
}
.product-header-card .slick-prev:before, .slick-next:before{
    color: #000000;
    font-weight: 100;
    z-index: 5;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 21px;
    display: none;
}
.products-dropdown {
    display: none;
    position: absolute;
      top: 44%;
    left: 270px;
    right: 270px;
    transform: translateX(-50%);
    background: rgb(255 255 255);
    border-radius: 22px;
    padding: 50px;
    margin-top: 44px;
    min-width: 1630px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 1000;
    justify-content: center;
        height: 368px;    
}
.products-dropdown.show {
    display: block;
}
.product-slider-wrapper {
    position: relative;
    padding: 0 0;
     /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
}
button.btn.btn-dark.about-view-more.drop-view-product {
  border-radius: 28.5px;
background: #ebebeb;
    border: none;
    color: rgb(0, 0, 0);
    box-shadow: none;
}
.product-slider {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.product-slider .slick-track {
    display: flex !important;
    gap: 30px;
    /* width: 100% !important; */
    margin: 0 auto;
}
.product-slider .slick-slide {
    margin: 0;
    float: none;
    /* height: auto; */
    display: flex !important;
    align-items: stretch;
    flex: 1;
    /* width: 33.333% !important; */
}
.product-slider .slick-slide > div {
    width: 100%;
}
.product-item {
    text-align: center;
    padding: 0 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    /* height: 100%; */
  display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* min-width: 0; */
}
/* .product-item:hover {
    background: rgba(255, 209, 92, 0.2);
    transform: translateY(-5px);
} */
 
.product-item img {
        max-width: 134px;
    /* height: 110px; */
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
}
.drop-content h4 {
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.drop-content {
    text-align: left;
    padding-left: 20px;
}
.drop-paragraph {
    color: #424242;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-right: 15px;
}
.product-drp {
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 140px;
    max-width:1800px;
    width: 100%;
}
/* Slick arrows for product slider */
.product-slider-wrapper .slick-prev,
.product-slider-wrapper .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        background: #ffd15c !important;
        color: #000 !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
        z-index: 100;
    transition: all 0.3s;
    line-height: 1;
        opacity: 1 !important;
        display: none !important;
}
.product-slider-wrapper .slick-prev:hover,
.product-slider-wrapper .slick-next:hover {
        background: #fff !important;
    transform: translateY(-50%) scale(1.1);
}
.product-slider-wrapper .slick-prev {
        left: 0;
}
.product-slider-wrapper .slick-next {
        right: 0;
}
    .product-slider-wrapper .slick-prev:before,
    .product-slider-wrapper .slick-next:before {
        color: #000 !important;
    font-size: 20px;
    font-weight: bold;
        opacity: 1 !important;
}
    .product-slider-wrapper .slick-prev:before {
        content: '←' !important;
    }
.product-slider-wrapper .slick-next:before {
        content: '→' !important;
}
.product-slider-wrapper .slick-disabled {
        opacity: 0.5 !important;
    cursor: not-allowed;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 35px;
}
.quote-btn {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    color: #222;
    border: none;
    border-radius: 20px;
   padding: 0 26px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 40px;
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 285.714% */
}
#selected-lang {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}
.lang-select {
    position: relative;
    display: inline-block;
}
.lang-select-btn {
    background: #fff;
    color: #222;
    border: none;
    border-radius: 20px;
    padding: 6px 18px 6px 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lang-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    right: 3px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    /* min-width: 150px; */
    z-index: 1000;
    overflow: hidden;
}
.lang-dropdown.show {
    display: block;
}
#selected-flag img {
    width: 25px !important;
    height: 25px !important;
}
.lang-option img {
    width: 25px !important;
    height: 25px !important;
}
.lang-option {
    padding: 6px 18px 6px 6px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}
.lang-option:hover {
    background: #f5f5f5;
}
.slider-wrapper {
    position: relative;
    width: 100vw;
    height: 979px; /* fixed banner height per requirement */
    overflow: hidden;
}
.slider-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider-wrapper img {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px 60px 60px;
    height: 979px; /* fixed banner height per requirement */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.slide-bg-img.mobile-only {
    display: none;
}
.hero-content {
    max-width: 600px;
    z-index: 2;
    position: relative;
}
.hero-content h1 {
    color: #FFF;
    font-family: "Poltawski Nowy";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 66px; /* 137.5% */
}
.hero-content .highlight {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #C5962F 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poltawski Nowy";
    font-size: 53px;
    font-style: italic;
    font-weight: 700;
    line-height: 66px;
}
.hero-content p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    width: 80%; 
    margin-top: 30px;
}
.know-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 44px;
    background: transparent;
    border: 1px solid #ffd15c;
    color: #F7DD7B;
    border-radius: 30px;
    padding: 9px 13px 9px 34px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
/* .know-more-btn:hover {
    background: #ffd15c;
    color: #222;
} */
 .client-logo-content img{
    aspect-ratio: 2;
    object-fit: contain;
}
.know-more-btn:hover .arrow img {
    filter: brightness(0);
}
.know-more-btn .arrow {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    margin-left: 20px;
}
.know-more-btn .arrow img {
    width: 12px;
    height: 12px;
    filter: brightness(0);
}
.hero-image {
    display: none;
}

/* background image inside slide - fixed height */
.slide-bg-img {
    width: 100%;
    height: 1072px; /* fixed image height */
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.quick-cnt-sm {
    color: #D7D7D7;
    font-family: "Inter Tight";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 223.077% */
}
.quick-cnt-detail {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration: none;
}
.about-view-more {
    border-radius: 28.5px;
    border: 1px solid #F7DD7B;
    background: #000;
    box-shadow: 0 4px 1.3px 52px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #F7DD7B;
    font-family: "Inter Tight";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 224px;
    width: 100%;
    justify-content: space-between;
    padding-left: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.about-view-more .btn-circle {
width: 30px;
    height: 30px;
    border-radius: 50%;
background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
}
.about-br {
    display: block;
}
#backToTop {
    background-color: #000000;
}
.slide-indicator {
    position: absolute;
    bottom: 104px;
    right: 435px;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 2px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    z-index: 10;
    justify-content: flex-end;
}
.slide-indicator .current {
       color: #FFF;
    font-family: "Inter Tight";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.slide-indicator .separator {
        color: #828282;
    font-family: "Inter Tight";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    position: relative;
    top: -10px;
    left: -2px;
}
.slide-indicator .total {
    color: #828282;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; /* 170.588% */
    position: relative;
    top: -11px;
    left: -6px;
}
.slide-indicator .bar {
    width: 80px;
    height: 2px;
    background: #ffd15c;
    margin: 0 16px;
    border-radius: 2px;
    display: inline-block;
}
    .slide-nav {
        position: absolute;
        bottom: 97px;
        right: 352px;
        display: flex;
        gap: 0;
        z-index: 10;
    }
.slide-nav .dash {
    width: 40px;
    height: 0.6px;
    background: #555;
    border: none;
    cursor: pointer;
    transition: background 0.3s, height 0.3s;
    padding: 0;
}
.slide-nav .dash.active {
    background: #F7DD7B;
    height: 3px;
}
.slide-nav .dash:hover {
    background: #ffd15c;
}
.contact-bar {
    position: absolute;
    bottom: 90px;
    display: flex;
    gap: 40px;
    align-items: center;
    z-index: 100;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 1em;
}
.contact-item .icon {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
}
.contact-item .icon img {
    width: 18px;
    filter: brightness(0);
}
   
/* about section-home page */
.about-us {
    padding: 180px 0 100px;
    background-image: url(../img/about-us-bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 65px;
    background-color: #ffffff;
}
.product-list.card {
    background-color: #ffffff00;
    border: none;
    padding: 0 15px;
}
/* 
.banner-slider .slick-dots {
    display: none !important;
}
.banner-content {
    padding-top: 155px;
}
.hero-section h1 {
    animation: fadeInUp 1s ease;
}

.hero-section p {
    animation: fadeInUp 1s ease 0.2s;
    animation-fill-mode: backwards;
}

.hero-buttons {
    animation: fadeInUp 1s ease 0.4s;
    animation-fill-mode: backwards;
}

.hero-icon {
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.3);
    animation: float 3s ease-in-out infinite;
}
.email, .call, .whatsapp {
    color: #D7D7D7;
    font-family: "Inter Tight";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.email-id, .call-id, .whatsapp-id {
    color: #FFF;
font-family: "Inter Tight";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
 } 
.img-golden-bg {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    width: 38px;
    height: 38px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
        margin-right: 11px;
}
.email-sec,  .phone-sec,  .whatsapp-sec {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.text-list {
    display: flex;
    flex-direction: column;
}
.banner-contact {
    display: flex;
    padding-bottom: 150px;
    padding-top: 172px;
}
.img-golden-bg img {
    max-width: 18px;
    width: 100%;
} */
/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Section Styles */
/* section {
    padding: 80px 0;
} */

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* About Cards */
.about-card, .service-card {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.about-card:hover, .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.icon-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.service-icon {
    display: flex;
    justify-content: center;
}

/* Portfolio Cards */
.portfolio-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-10px);
}

.portfolio-image {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content h5 {
    font-weight: 600;
}

/* Why trust kanzo */
.building-img {
    z-index: 100;
    position: absolute;
    bottom: -1px;
    align-content: flex-end;
}
.why-trust-rgt {
    position: relative;
    max-width: 622px;
    width: 100%;
    border-radius: 0;
  top: 46px;
}
.why-trust-rgt .modal-image {
    max-width: 622px;
    width: 100%;
}
.why-trust {
    padding: 120px 0 ;

}
.why-trust-hd p {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    width:92%;
}
.why-trust-hd .about-label {
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
}
/* Contact Form */
.contact-card {
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.form-control {
    border: 2px solid #e9ecef;
    padding: 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.contact-info i {
    margin-bottom: 1rem;
}

/* Footer */
/* footer {
    margin-top: 50px;
} */

.social-links a {
    font-size: 1.5rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-5px);
    color: var(--primary-color) !important;
}

/* Back to Top Button */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.back-to-top.show {
    display: block;
    animation: fadeIn 0.5s ease;
}
.navbar-expand-lg .navbar-nav  {
    margin: 0 auto;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gallery-sec .col-12 .row {
    margin: 0 0;
}
.kanzo-card-content img {
    max-width: 136px;
    width: 100%;
}
.catalogue-card .card-text {
    text-align: center;
    color: #000000 !important;
    font-size: 22px;
    font-family: 'Poppins';
}
.card.catalogue-card.h-100.border-0.shadow-sm {
    border: 1px solid #F0F0F0 !important;
    border-radius: 28px;
}
.card.catalogue-card.h-100.border-0.shadow-sm .card-body.d-flex.flex-column {
    padding: 30px 0px;
}
/* .trust-kanzo-section .center-video-controls {
    position: absolute;
    top: 45%;
    left: 45%;
}
.trust-kanzo-section .center-control-btn {
    background-color: inherit;
    border: none;
} */
/* Responsive Styles */
@media (min-width: 1400px) {
    .custom-container {
    max-width: 1440px;
}

}
@media (max-width: 1300px) {
    .contact-bar {
        bottom: 71px;
    }
}
@media (max-width: 1600px) {
    .slider-wrapper {
        height: 800px;
}
.slide-indicator {
    right: 10%;
    bottom: 82px;
}
.slide-nav {
    right: 10%;
    bottom: 77px;
}
    .slide {
        height: 800px;
    }
    .trust-title {
        font-size: 55px;
    }
    .about-us { 
        padding: 140px 0 80px;
    }

}
@media (max-width: 900px) {
    header, .slide, .contact-bar { 
        padding-left: 20px;
        padding-right: 20px; 
    }
    .slide { 
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; /* vertically center hero content inside fixed banner */
        height: 981px; /* keep fixed banner height on smaller screens */
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-wrapper {
        height: 981px;
    }
    .hero-content {
        max-width: 100%;
        text-align: left;
        padding: 20px 0;
    }
    .hero-content h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .hero-content .highlight {
        font-size: 40px;
        line-height: 52px;
    }
    .hero-content p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .know-more-btn {
        margin-top: 30px;
        justify-content: center;
    }
    .hero-image img { 
        width: 90vw;
        max-width: 350px; 
    }
    /* On smaller screens keep the contact-bar inside the banner (.slide) as an overlay */
    .contact-bar {
        position: absolute;
        left: 20px;
        right: 20px;
        gap: 15px;
        flex-direction: column;
        width: auto;
        margin: 0;
        padding: 10px 0;
        z-index: 100;
        justify-content: flex-start;
    }
    .contact-item {
        width: 100%;
        justify-content: flex-start;
    }
    .slide-indicator { 
        right: 20px;
        left: auto;
        bottom: auto;
        top: 20px;
        display: none;
    }
    .slide-nav { 
        right: 20px;
        bottom: auto;
        top: 60px;
        display: none;
    }
    .slide-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 912px; /* fixed image height */
        object-fit: cover;
    }
}
@media (max-width: 992px) {
.innovation-section {
    background-position: right !important;
}
.product-header-card .slick-prev:before, .slick-next:before{ 
    display: block !important;
}
    .kanzo-card-content img {
            text-align: center;
            margin: 0 auto;
                max-width: 90px;
                        }
.kanzo-card-content h3 {
    font-size: 16px;
    margin-bottom: 10px !important;
}
header.main-header .navbar .header-dropdown {
    background: none !important;
}
 header.main-header .navbar .header-dropdown .container {
        border-radius: 10px !important;
 }
header.main-header .navbar .header-dropdown .kanzo-card .kanzo-card-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
}
     header.main-header .navbar .header-dropdown .kanzo-card .cta-wrp {
            padding: 10px !important;
     }     
     header.main-header .navbar .header-dropdown .kanzo-card .cta-wrp .kanzo-card-cta {
        font-size: 0.7em;
     }       
nav a {
    font-size: 0.9em;
}
 .kanzo-card-content .text-muted {
                            display: none;
                        }
.kanzo-card-content .slick-slide img {
    margin: 0 auto;
}
header.main-header .navbar .header-dropdown .kanzo-card .kanzo-card-content {
        text-align: center;
    margin: 0 auto;
}
.overlay-black {
    padding: 80px 0 70px;
}
    .why-trust {
        padding: 60px 0 ;
    }
.quick-cnt-detail{
    white-space: nowrap;
}
.logo-toggle {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
#toggle {
  display: block;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0;
    text-align: left;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.container-header {
    flex-direction: column;
    padding: 0 0;
}
.slide-indicator { 
    display: none;
}
.slide-nav {
    display: none;
}
#menu {
    color: white;
    /* border: 1px solid white; */
    width: 150px;
    height: inherit;
    padding: 10px;
    border-radius: 3px;
    line-height: 100px;
    text-align: center;
    margin: auto;
    /* display: none; */
    background-color: #000000;
}
/* .menu-header-action {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 20px;
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
} */
/* .menu-header-action.active {
    left: 0;
} */
nav {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    width: 100%;
}
.navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
   max-height: calc(80vh - 0px);
    overflow-y: auto
}
.nav-link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;        
    margin: 0 auto;
}
    .slide {
    height: 782px;
}
    .slider-wrapper {
        height: 782px;
    }
    .delivery-detail-outer {
    display: none;
}
    /* Keep contact bar inside the banner on tablet/smaller desktops */
    .contact-bar {
        position: absolute;
        left: 20px;
        right: 20px;
        gap: 15px;
        flex-direction: row;
        width: auto;
        justify-content: flex-start;
        z-index: 100;
    }

.products-menu {
    width: 100%;
}
.products-dropdown {
    position: static;
    transform: none;
    width: 100%;
    min-width: auto;
    margin-top: 10px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
.products-dropdown.show {
    max-height: 1000px;
    opacity: 1;
}
.product-slider-wrapper {
    max-width: 100%;
}
.header-actions {
        align-items: flex-end;
        padding-top: 20px;
        width: 100%;
        gap: 15px;
        /* display: none; */
        position: absolute;
        top: 30px;
        right: 100px;
        max-width: 264px;
}
.quote-btn {
    /* width: 100%; */
    text-align: center;
}
/* .lang-select {
    width: 100%;
} */
.lang-select-btn {
    width: 100%;
    justify-content: space-between;
}
.navbar-toggler {
    display: block;
    background: rgba(255, 209, 92, 0.2);
    border: 1px solid #ffd15c;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffd15c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    display: block;
}
.about-us {
    background-position: 50% 31%;
    padding: 60px 0 20px;
}
.kanzo-badge-overlay {
    top: 135px;
    left: 50%;
}
/* Mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Hide navbar toggler on desktop */
@media (min-width: 993px) {
    .navbar-toggler {
        display: none;
    }
}
    .hero-section h1 {
        font-size: 2.5rem;
    }
    #selected-lang {
    display: none;
}
    .section-title {
        font-size: 2rem;
    }
    
    .hero-icon {
        font-size: 6rem;
        margin-top: 2rem;
    }
    .banner-content {
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    header {
        padding: 20px 20px;
    }
    .logo img {
        max-width: 120px;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    .slide-bg-img.desktop-only {
    display: none;
}
.slide-bg-img.mobile-only {
    display: block;
}
    .slider-wrapper {
        height: 981px;
    }
    .slide {
        height: 981px;
        justify-content: end; 
        height: 981px; 
        padding-top: 40px;
        padding-bottom: 190px;
    }
        .hero-content .highlight {
        font-size: 36px;
        line-height: 42px;
        display: block;
    }
    /* Ensure contact-bar stays overlayed inside the banner on small screens */
    /* .contact-bar {
        position: absolute;
        left: 16px;
        right: 16px;
        flex-direction: column;
        gap: 12px;
        padding: 10px 0;
        z-index: 100;
    } */
    .contact-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 580px) {
    header.main-header .navbar .header-dropdown .card-row .col + .col {
        border-left: 0 !important;
    }
    .why-trust-rgt {
        display: none;
    }

    .container.custom-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .header-actions {
            justify-content: flex-end;
    }
    .lang-select {
        margin-top: 5px;
    }

    .menu-header-action {
        width: 100%;
        left: -100%;
    }
    .menu-header-action.active {
        left: 0;
    }
    .hero-content h1 {
        font-size: 36px;
        line-height: 47px;
    }
    .hero-content .highlight {
        font-size: 36px;
        line-height: 47px;
    }
    .hero-content p {
        display: none;
    }


    .lang-select-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    /* .slide {
       height: 670px;
    } 
    .slider-wrapper {
        height: 670px;
    }*/
        .contact-bar {
        bottom: 40px;
        }
        .back-to-top {
            display: none;
        }
        .header-actions {
        padding-top: 20px;
        position: absolute;
        top: 17px;
        right: 77px;
        max-width: 257px;
        }

    
    .contact-item {
        /* flex-direction: column;
        align-items: flex-start; */
        text-align: left;
    }
    .contact-item .icon {
        width: 32px;
        height: 32px;
    }
    .contact-item .icon img {
        width: 16px;
    }
    .quick-cnt-sm {
        font-size: 12px;
        line-height: 20px;
    }
    .quick-cnt-detail {
        font-size: 14px;
        line-height: 20px;
    }
    .slide-indicator {
        top: 15px;
    }
    .slide-nav {
        top: 50px;
    }
    .slide-indicator .current {
        font-size: 24px;
    }
    .slide-indicator .separator,
    .slide-indicator .total {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
.contact-bar {
    gap: 0px;
}
}
/* CTA Section */
.innovation-section {
   background-image: url("../img/innovation-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay-black {
    padding: 148px 0;
    background: rgba(0, 0, 0, 0.47);
}
.cta-hd {
    color: #FFF;
    font-family: "Poltawski Nowy";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    width: 80%;
}
.cta-paragraph {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    width: 88%;
}
/* Delivery section */
.delivery-bg {
    background-image: url("../img/delivery-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      /* max-width: 1415px;
    width: 100%; */
    margin: 0 15px;
        border-radius: 31px;
    height: 384px;
}
.bg-dots {
    background-image: url("../img/delivery-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
/* .delivery-img {
    position: absolute;
} */
.delivery-man {
    z-index: 50;
    position: relative;
    top: -165px;
}
/* .delivery-img img {
    position: relative;
    right: -195px;
} */
.deliv-hd {
    color: #FFF;
    font-family: Playfair;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}
.deliv-p {
color: #FFF;
font-family: Poppins;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 142.105% */
width: 80%;
}
.delivery-img img.modal-image {
    max-width: 870px;
}
.delivery-img {
    position: relative;
    top: -179px;
    left: -30px;
}
.delivery-content {
    padding-top: 75px;
    padding-left: 45px;
}
.delv-phone {
    font-family: Poppins;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}
.homepageNetwork .kanzo-network-info {
    padding-top: 50px;
}
@media(max-width: 768px) {
    .cta-hd {
        width: 100%;
    }
    .news-articles-section .col-lg-4.text-end.d-flex.align-items-end.justify-content-end {
    justify-content: flex-start !important;
}
    .catalogue-card .card-text
 {
    font-size: 18px;
 }
 .catalogue-card .img-wrp .pc-cta {
    max-width: 258px !important;
     width: 97%;
    padding-left: 25px;
 }
 .catalogue-card .img-wrp .pc-cta span.txt {
    font-size: 14px;
}
.catalogue-card .img-wrp .pc-cta .ico {
    aspect-ratio: 1;
    width: 26px;
}
}

@media(max-width: 580px) {
    .overlay-black {
        padding: 50px 0 !important;
    }
    .cta-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
        .cta-paragraph {
        line-height: 25px !important;
    }
    .cta-hd {
        font-size: 32px !important;
        line-height: 45px !important;
    }
.quote-modal h3 {
    font-size: 26px !important;
}
#quoteModal form.wpcf7-form.init {
    position: relative;
    top: -20px;
}
.quote-modal h3 {
    font-size: 23px;
}
    .quote-btn {
        padding: 0 50px;
    }
    .delivery-bg {
        padding-left: 25px;
        padding-right: 15px;
    }

    .delivery-content {
        text-align: center;
        padding-top: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .delv-phone {
    font-size: 30px;
    padding: 6px 0;
    }
    .deliv-hd {
        font-size: 36px;
        margin-bottom: 0;
    }

    .deliv-p {
        width: 100%;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .catalog-slider.slick-initialized.slick-slider {
    padding-bottom: 10px;
}
}