@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Widox – Windows & Doors Company HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Widox – Windows & Doors Company HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap" rel="stylesheet');
 .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

 .tp-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-black: #261F1F;
  --tp-common-black-2: #1D1D1D;
  --tp-common-black-3: #000;
  --tp-common-black-4: #1B1B1B;
  --tp-common-black-5: #120600;
  --tp-grey-1: #D1D1D1;
  --tp-grey-2: #F6F5ED;
  --tp-text-body: #83827F;
  --tp-theme-1: #EDC701;
  --tp-border-1: #ECECEC;
  --tp-border-2: #CCCCCC;
  --tp-border-3: #D9D9D9;
  --tp-border-4: #DBD8D5;
}

.container {
  max-width: 1320px;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 18px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 33px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: var(--tp-common-black);
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid transparent;
  resize: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #767676;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #767676;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #767676;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-theme-1);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}


/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */

/* gutter for x axis */

/* gutter for x axis */
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-1);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-theme {
  height: 59px;
  line-height: 61px;
  padding: 0 33px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-btn-theme {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.tp-btn-theme:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-border {
  height: 65px;
  z-index: 9;
  line-height: 65px;
  padding: 0 40px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--tp-common-black-3);
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .tp-btn-border {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 3px;
  height: 3px;
  z-index: 10000001;
  background-color: var(--tp-theme-1);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner span {
  color: var(--tp-common-black-4);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 18px;
  transform: rotate(35deg);
}
.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  background: var(--tp-theme-1);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  display: inline-block;
  color: var(--tp-common-black-4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.object {
  width: 20px;
  height: 20px;
  background-color: var(--tp-theme-1);
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}

#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
}

#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}

#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/

.black-bg-2 {
  background-color: var(--tp-common-black-5);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */

/* tp swiper slider dot */
/* tp swiper scrollbar */

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-black);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__contact-title h5,
.tpoffcanvas__contact-title .tpoffcanvas__contact-heading {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 13px;
    width: max-content;
  }
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-1);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-top: 0;
    width: 120px;
    height: 40px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(251, 251, 253, 0.08);
  color: var(--tp-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}



/* HEADER CSS */

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
 .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
 .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
 .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}
.tp-main-menu-content ul li a:hover{
  color: var(--tp-theme-1);
}


/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (max-width: 1199px) {
  .tp-footer-area {
    padding-left: 15px;
  }
}
.tp-footer-text p {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-text p {
    font-size: 17px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-text p {
    font-size: 15px;
    padding-right: 0;
  }
}
.tp-footer-social a {
  font-size: 18px;
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--tp-grey-1);
  transition: 0.3s;
  border: 1px solid #2C2E34;
}
.tp-footer-social a:hover {
  color: var(--tp-common-black-3);
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}
.tp-footer-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-grey-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-title {
    font-size: 20px;
  }
}
.tp-footer-list {
  padding-top: 24px;
}
.tp-footer-list ul li {
  list-style-type: none;
  overflow: hidden;
}
.tp-footer-list ul li:not(:last-child) {
  margin-bottom: 9px;
}
.tp-footer-list ul li a {
  color: var(--tp-grey-1);
  position: relative;
  padding-left: 16px;
  margin-left: -15px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}
.tp-footer-list ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background-color: var(--tp-theme-1);
}
.tp-footer-list ul li a:hover {
  margin-left: 0;
  color: var(--tp-theme-1);
}

.footer-col-1 {
  margin-left: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-1 {
    margin-left: 0;
  }
}

.footer-col-3 {
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3 {
    padding-left: 0;
  }
}

.footer-col-4 {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

.tp-copyright-ptb {
  padding: 23px 0;
}
.tp-copyright-border {
  border-top: 1px solid #2C2E34;
}
@media only screen and (max-width: 1199px) {
  .tp-copyright-border .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-left {
    margin-bottom: 20px;
  }
}
.tp-copyright-left p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--tp-grey-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-left p {
    font-size: 14px;
  }
}
.tp-copyright-left p a {
  color: var(--tp-theme-1);
}
.tp-copyright-right a {
  font-size: 18px;
  color: var(--tp-grey-1);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-right a {
    font-size: 18px;
  }
}
.tp-copyright-right a:not(:last-child) {
  margin-right: 30px;
}
.tp-copyright-right a:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.17 slider css start
/*----------------------------------------*/
.tp-slider-height {
  height: 90vh
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tp-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.tp-slider-content {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-content {
    padding-top: 0;
  }
}
.tp-slider-title {
  font-size: 85px;
  font-weight: 700;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
    font-size: 71px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 34px;
  }
  .tp-slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
    font-size: 54px;
    margin-bottom: 30px;
  }
}
.tp-slider-title-box {
  z-index: 3;
  position: relative;
}
.tp-slider-text-wrap-box {
  z-index: 3;
  position: relative;
}
.tp-slider-text p {
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
  width: 520px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-text p {
    width: 470px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-text p {
    width: 100%;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .tp-slider-text p {
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-text p {
    font-size: 16px;
    padding-right: 50px;
  }
}



/*----------------------------------------*/
/*  7.2 brand css start
/*----------------------------------------*/

.tp-brand-2-ptb {
  padding: 44px 0;
  border-bottom: 1px solid #F1F1F1;
}
.tp-brand-2-item {
  height: 74px;
  line-height: 74px;
}
.tp-brand-2-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.tp-brand-2-item img {
  filter: grayscale(100%);
  opacity: 0.2;
  transition: all 0.3s linear;
  max-width: 200px;
  width: auto;
  height: auto;
}



/*----------------------------------------*/
/*  7.21 video css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-video-box {
    height: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-box {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .tp-video-thumb img {
    height: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-thumb img {
    height: 320px;
  }
}
.tp-video-play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.tp-video-play-button a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}
.tp-video-play-button a:hover {
  border-color: var(--tp-theme-1);
}
.tp-video-play-button a:hover::after {
  transform: scale(1);
}
.tp-video-play-button a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.3s;
  z-index: -1;
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-video-play-button a {
    font-size: 16px;
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
}

/*----------------------------------------*/
/*  7.6 contact css start
/*----------------------------------------*/
.tp-map-box {
  line-height: 0;
}
.tp-map-box iframe {
  width: 100%;
  height: 470px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-map-box iframe {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  7.8 error css start
/*----------------------------------------*/
.tp-error-title {
  font-size: 300px;
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-error-title {
    font-size: 260px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-title {
    font-size: 190px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error-title {
    font-size: 170px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-error-title {
    font-size: 100px;
    margin-bottom: 20px;
  }
}
.tp-error-content span {
  font-size: 60px;
  display: inline-block;
  margin-bottom: 78px;
  font-weight: 700;
  color: var(--tp-common-black-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-error-content span {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-content span {
    font-size: 37px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error-content span {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-error-content span {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.tp-error-button {
  line-height: 0;
}


/* NASZE STYLE */

  :root{
    --brand-brown: #9b6f4a;
    --dark: #111111;
  }
  .navbar .container {
   max-width: 1920px;
  }
  .brand-logo {
   margin-right: 0px;
   margin-left: 35px;
  }
  .navbar-brand {
   margin-right: 0px;
  }
  .navbar-transparent {
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .navbar a { 
    font-weight: 500; 
    font-size: 16px;
  }
  .navbar a:hover{ color: #d7b507}
  .brand-logo{ height:85px; object-fit:contain }
  .dropdown-menu { transform: translate(-70px, 30px) !important; }
  .dropdown-item {
   color: black !important;
  }
  .dropdown-item:hover {
      color: #d7b507 !important;
  }

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

  /* Hamburger button & animation -> X */
  .mobile-toggle {
    background: transparent;
    border: none;
    padding: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }

  .mobile-toggle:focus {
    outline: 2px solid rgba(255,255,255,0.15);
    outline-offset: 2px;
  }

  .mobile-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(.2,.9,.3,1), opacity 0.18s ease;
  }
  
  /* When open -> create X */
  .mobile-toggle.open .icon-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mobile-toggle.open .icon-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }


/* === DESKTOP NAV (>=992px) === */
@media (min-width: 992px) {
  .navbar .nav-link {
    color: #fff; /* Białe linki na desktop */
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navbar .nav-link:hover {
    color: #d7b507; /* Złoty hover */
  }

  .navbar-non-transparent .nav-link {
    color: #000; /* Białe linki na desktop */
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


/* Ukryj na desktopie */
.d-xl-custom-none { display: inline-flex; }
@media (min-width: 992px) {
  .d-xl-custom-none { display: none !important; }
}

/* Pokaż na desktopie */
.d-xl-custom-flex { display: none; }
@media (min-width: 992px) {
  .d-xl-custom-flex { display: flex !important; }
}
@media (max-width: 1270px){
  .navbar .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1270px){
   .tp-btn-theme {
      display: none;
   }
}
@media (max-width: 405px){
  .brand-logo {
    margin-left: 0;
  }
}

/* NAVBAR NONTRANSPARENT */

.navbar-non-transparent {
  background: transparent !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.navbar-non-transparent .nav-link {
  color: #000;
}
.navbar-non-transparent .mobile-toggle .icon-bar {
  background: #000;
}
.navbar-non-transparent a {
  color: #000;
}
.navbar-transparent a {
  color: white;
}


/* kontakt */

.contact {
		margin-top: 130px;
}
/* Sekcja nagłówkowa */
.section-heading small {
	display: block;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #555;
	margin-bottom: 10px;
	border-left: 3px solid #000;
	padding-left: 8px;
}
.section-heading h2 {
	font-size: 2.8rem;
	font-weight: 300;
	margin-bottom: 20px;
}
.section-heading p {
	font-size: 1.1rem;
	color: #555;
	max-width: 700px;
}

/* Boxy kontaktowe */
.contact-box {
	border: 1px solid #e5e5e5;
	padding: 30px;
	height: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.contact-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.contact-box h5 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 1.2rem;
	color: #111;
}

.contact-box p,
.contact-box a {
	color: #444;
	margin-bottom: 8px;
	display: block;
	font-size: 0.95rem;
}

.contact-box a {
	text-decoration: none;
	font-weight: 500;
}

.contact-box a:hover {
	color: var(--tp-theme-1, #f5b800);
}

/* Formularz */
.contact-form input,
.contact-form textarea {
	border: none;
	border-radius: 0;
	background: #f2f2f2;
	padding: 12px;
	width: 100%;
}
.contact-form .form-check-input[type="checkbox"] {
	width: auto;
}
.contact-form textarea {
	min-height: 200px;
}
.gdpr {
	font-size: 0.85rem;
	margin-left: 5px;
}
.btn-submit {
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 10px 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.btn-submit:hover {
	background: #333;
}


/* O NAS */


.diag-grid {
	display: grid;
	grid-template-columns: repeat(2);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 170px;
	margin-bottom: 70px;
	padding: 0 20px;
}

/* Card base */
.diag-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	border-radius: 18px;
	overflow: visible;
	position: relative;
	min-height: 320px;
	background: linear-gradient(180deg, #fff, #fbfbfb);
	box-shadow: 0 8px 30px rgba(12,12,12,0.06);
	transform: translateY(20px);
	opacity: 0;
	transition: transform .35s ease, box-shadow .35s ease;
}

/* reverse: media on left */
.diag-card.reverse { grid-template-columns: 1fr 1fr; direction: ltr; }
.diag-card.reverse .diag-media { order: 3; }
.diag-card.reverse .diag-body  { order: 2; }

/* Media (image) */
.diag-media {
	position: relative;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	overflow: visible;
	min-height: 320px;
	transition: transform .7s cubic-bezier(.2,.9,.3,1);
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%); /* angled cut */
}

/* When reversed, flip the clip for mirrored diagonal */
.diag-card.reverse .diag-media {
	clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* Body (text) */
.diag-body {
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

.diag-body h3 {
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.4px;
	color: #111;
}

.diag-body h3 span { color: #e5b700; } /* accent color */

.diag-body p {
	color: #555;
	line-height: 1.6;
	margin: 0;
	max-width: 520px;
	text-align: justify;
}

/* CTA */
.diag-cta {
	display: inline-block;
	margin-top: 12px;
	background: transparent;
	color: #111;
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.06);
	text-decoration: none;
	width: fit-content;
	transition: background .25s, color .25s, transform .25s;
}
.diag-cta:hover { background: #e5b700; color: #111; transform: translateY(-3px); }

/* Hover state */
@media (hover: hover) and (pointer: fine) {
	.diag-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 18px 40px rgba(12, 12, 12, 0.12);
	}

	.diag-card:hover .diag-media {
		transform: scale(1.08);
	}
}

/* entrance animation class when in view */
.diag-card.in-view { transform: translateY(0); opacity: 1; transition: transform .6s cubic-bezier(.2,.9,.3,1), opacity .6s; }

/* Responsive: stack vertically under 992px */
@media (max-width: 992px) {
	.diag-grid { grid-template-columns: 1fr; gap: 30px;}
	.diag-card { grid-template-columns: 1fr; min-height: auto; border-radius: 14px; }
	.diag-media { height: 220px; clip-path: none; border-top-left-radius:14px; border-top-right-radius:14px; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; }
	.diag-card.reverse { grid-template-columns: 1fr; min-height: auto; border-radius: 14px;}
	.diag-body { padding: 22px; text-align: left; }
	.diag-body h3 { font-size: 22px; }
	.diag-card.reverse .diag-media{
		height: 220px; clip-path: none; border-top-left-radius:14px; border-top-right-radius:14px; order: 1;
	}
}

/* galeria */


.galeria {
	 margin-top: 130px;
}
.galeria .section-title {
	font-size: 32px;
	color: #111;
}
.galeria .container {
		max-width: 1400px;
		margin: 2rem auto;
		padding: 0 1rem;
}
.gallery {
		columns: 3;
		column-gap: 1.5rem;
		width: 100%;
}
@media (max-width: 768px) {
		.gallery {
				columns: 2;
		}
}
@media (max-width: 480px) {
		.gallery {
				columns: 1;
		}
}
.gallery-item {
		break-inside: avoid;
		margin-bottom: 1.5rem;
		position: relative;
		border-radius: 12px;
		overflow: hidden;
		opacity: 0;
		transform: translateY(20px);
		animation: fadeUp 0.8s ease forwards;
		animation-delay: calc(var(--delay) * 0.2s);
}
.gallery-item:hover .overlay {
		opacity: 1;
		transform: translateY(0);
}
.gallery-item img {
		width: 100%;
		height: auto;
		display: block;
		transition: transform 0.3s ease;
}
.gallery-item:hover img {
		transform: scale(1.05);
}
.overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(to top, var(--tp-common-black-4), transparent);
		padding: 2rem 1.5rem;
		color: white;
		opacity: 0;
		transform: translateY(20px);
		transition: all 0.3s ease;
}
.overlay h2 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
		font-weight: 600;
		color: var(--tp-common-white);
}
.overlay p {
		font-size: 0.9rem;
		line-height: 1.4;
		opacity: 0.9;
		color: var(--tp-common-white);
}
@keyframes fadeUp {
		to {
				opacity: 1;
				transform: translateY(0);
		}
}


/* Filtry */
.filters {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #e0e0e0;
}

.filters a {
	text-decoration: none;
	padding: 12px 25px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	color: #666;
	transition: color 0.3s ease;
}

.filters a.active {
	color: #111;
}

.filters a.active::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--tp-theme-1, #f5b800);
	border-radius: 2px;
}

.filters a:hover {
	color: var(--tp-theme-1, #f5b800);
}

	 .pagination {
		text-align: center;
		margin: 2rem 0;
	}
	.pagination button {
		margin: 0 5px;
		padding: 8px 14px;
		border: none;
		border-radius: 6px;
		background: #eee;
		cursor: pointer;
		transition: background 0.3s;
	}
	.pagination button.active {
		background: #333;
		color: white;
	}
@media (max-width: 640px) {
	.filters {
		flex-direction: column;
	}
}

/* produkt pojedynczo */

.page-product-single {
    margin-top: 180px;
    margin-bottom: 70px;
}
.image-anime {
    display: flex;
    justify-content: center;
}

/* DO POBRANIA */


    .downloads-section {
			margin-top: 130px;
			margin-bottom: 50px;
		}

		/* Tytuł */
		.downloads-section .section-title {
			font-size: 32px;
			font-weight: 700;
			color: #111;
		}

		/* Styl karty jako linku */
		.download-card {
			display: block;
			text-decoration: none;
			color: inherit;
			background: #fff;
			border-radius: 0.5rem;
			box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			height: 100%;
		}

		.download-card img {
			border-top-left-radius: 0.5rem;
			border-top-right-radius: 0.5rem;
		}

		.download-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 0.75rem 1.25rem rgba(0,0,0,.15);
			text-decoration: none;
		}

		/* Zakładki */
		.tabs {
			display: flex;
			justify-content: center;
			gap: 10px;
			margin-bottom: 40px;
			border-bottom: 2px solid #e0e0e0;
		}

		.tab-link {
			background: none;
			border: none;
			padding: 12px 25px;
			font-weight: 600;
			cursor: pointer;
			position: relative;
			color: #666;
			transition: color 0.3s ease;
		}

		.tab-link.active {
			color: #111;
		}

		.tab-link.active::after {
			content: "";
			position: absolute;
			bottom: -2px;
			left: 0;
			right: 0;
			height: 3px;
			background: var(--tp-theme-1, #f5b800);
			border-radius: 2px;
		}

		.tab-link:hover {
			color: var(--tp-theme-1, #f5b800);
		}

    .tab-content {
    	display: none;
    	opacity: 0;
    	transform: translateY(10px);
    	transition: all 0.3s ease;
    }

    .tab-content.active {
    	display: block;
    	opacity: 1;
    	transform: translateY(0);
    }


/* OFERTA NA GLOWNEJ STRONIE */

.products-main {
   margin: 100px;
   margin-top: 100px;
}
.products-main .product-card {
  position: relative;
  overflow: hidden;
}

.products-main .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.products-main .product-card:hover img {
  transform: scale(1.05);
}

.products-main .product-card h3 {
   color: white;
}
.products-main .product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.products-main .product-overlay h3 {
  font-size: 1.4rem;
  margin: 5px 0;
}

.products-main .product-overlay .btn {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 1350px) {
  .products-main {
    margin: 50px;
  }
}
@media (max-width: 900px) {
  .products-main {
    margin: 25px;
  }
}

/* OFERTA NA INNYCH STRONACH */

.products {
    margin: 100px;
    margin-top: 140px;
}
.product-card {
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 20%);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card h3 {
   color: white;
}
.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.product-overlay h3 {
  font-size: 1.4rem;
  margin: 5px 0;
}

.product-overlay .btn {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 0;
}
/* RESPONSYWNOŚĆ */
@media (max-width: 1350px) {
  .products {
    margin: 50px;
    margin-top: 130px;
  }
}
@media (max-width: 900px) {
  .products {
    margin: 25px;
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .product-overlay h3 {
    font-size: 1rem;
  }
  .product-overlay {
    padding: 15px;
  }
}


.dropdown-item img {
	margin-right: 2px; 
	vertical-align: middle;
}
