@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fcf5e9;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #139e3b;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --bs-warning-rgb: #139e3b;
}

*,
:after,
:before {
  box-sizing: border-box
}

.none {
  display: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fcf5e9
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #139e3b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: white;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button.slick-next,
button.slick-next:hover {
  position: absolute;
  top: 55%;
  right: 5%;
  width: 50px;
  height: 96px;
  background-image: url("../images/next.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  top: 55%;
  left: 5%;
  z-index: 1;
  width: 50px;
  height: 96px;
  background-image: url("../images/prev.png");
  background-size: 100%;
  background-position-x: right;
  background-repeat: no-repeat;
}

.slick-prev:before,
.slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

.slider img {
  height: 200px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fcf5e9 url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: #fcf5e9;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
  font-weight: bold;
  font-size: 20px;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

/* Dots */
.slick-slider {
  padding: 0 10rem;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media (min-width: 1367px) {
  .prod-text {
    padding: 20px;
  }

  .prod-text p {
    font-size: 16px;
  }

  .slider img {
    height: 300px;
  }

  button.slick-prev,
  button.slick-prev:hover {
    top: 30%;
    left: 3%;
  }

  button.slick-next,
  button.slick-next:hover {
    top: 30%;
    right: 3%;
  }

  .news-text p {
    font-size: 20px;
  }

  .logo-area {
    margin-right: 3rem;
  }
}

.card {
  background-color: transparent;
  border-color: transparent;
}

.card-text {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fcf5e9;
}

.footnavs li {
  list-style: none;
  color: #fcf5e9;
  font-weight: normal;
}

.ma-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.line {
  width: 2px;
  height: 290px;
  background-color: #fcf5e9;
}

.news-photo img {
  width: 100%;
  height: 100%;
}

.news-text p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fcf5e9;
}

.news-text a {
  font-weight: bold;
}

.social a {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #fcf5e9;
}

.form-control::placeholder {
  font-size: 15px;
  color: #fcf5e9;
}

.form-control {
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  color: #fcf5e9;
}

.form-control {
  color: #fcf5e9;
}

.input-group-text {
  background-color: transparent;
}

.input-group-text i {
  color: #9f7705;
}

.btn-primary:hover {
  background-color: #9f7705;
  border-color: #9f7705;
}

.foothead {
  font-size: 13px;
  font-weight: 600;
}

.footnavs li a {
  font-size: 11px;
}

.hero {
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.hero:before {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  content: "S";
  position: absolute;
  color: #FF3A3A;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero:hover {
  color: #FF3A3A;
}

.hero:hover:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
  left: 35px;
}

.site-outer {
  overflow: hidden;
}

.site-outer .navbar {
  background-color: #fcf5e9;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.site-outer .navbar.slide-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.site-outer .site-inner {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.site-outer .site-inner.slide-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.container-menu {
  margin: 0 auto;
}

.container-menu:before,
.container-menu:after {
  content: "";
  display: block;
  zoom: 1;
}

.container-menu:after {
  clear: both;
}

.container-menu .menu {
  float: left;
  padding: 3rem 1.5rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 8rem;
}

.container-menu .menu div {
  width: 5rem;
  height: .4rem;
  background-color: #333;
  margin-bottom: .4rem;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
}

.container-menu .menu div:nth-child(1) {
  left: 1.5rem;
  top: 2rem;
}

.container-menu .menu div:nth-child(2) {
  left: 1.5rem;
  top: 2.8rem;
}

.container-menu .menu div:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: .4rem;
  background-color: #333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}

.container-menu .menu div:nth-child(3) {
  right: 1.5rem;
  top: 3.6rem;
}

.container-menu .menu.active div:nth-child(1),
.container-menu .menu.active div:nth-child(3) {
  width: 0;
}

.container-menu .menu.active div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container-menu .menu.active div:nth-child(2):after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container-menu .logotype {
  cursor: pointer;
  float: left;
}

.container-menu .logotype div {
  margin: 0;
}

.container-menu .checkout {
  float: right;
  padding: .8rem 1.2rem 0;
}

.container-menu .checkout h3 {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 700px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-group li {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 1.6em;
  list-style: none;
  width: 16.66666667%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.accordion-group li h3 {
  position: relative;
  color: #fcf5e9;
  text-transform: uppercase;
  letter-spacing: .15rem;
  padding: 0;
  font-weight: 300;
  margin: 6.5rem 0 0;
}

.accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.accordion-group li section {
  display: table;
  width: 75%;
  height: auto;
  margin: 0 auto;
  min-height: 100%;
}

.accordion-group li section.big-section {
  width: 100%;
}

.accordion-group li section article {
  display: table-cell;
  vertical-align: middle;
  padding: 4rem;
  position: relative;
  right: -200%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.accordion-group li section article p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.6rem;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: .15rem;
}

.accordion-group li section article p:before,
.accordion-group li section article p:after {
  content: "";
  display: block;
  height: 1px;
}

.accordion-group li.out {
  width: 50%;
}

.accordion-group li.out section article {
  right: 0;
}

.navigation {
  background-color: #fcf5e9;
  overflow: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.navigation:before,
.navigation:after {
  content: "";
  display: block;
  zoom: 1;
}

.navigation:after {
  clear: both;
}

.navigation.slide-right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navigation-login {
  padding: 2rem;
  line-height: 2;
  border: none;
  width: 100%;
  border-radius: 0;
  font-size: 1.8rem;
  background-color: #FF3A3A;
  font-weight: 100;
  color: #fcf5e9;
  text-transform: uppercase;
}

.navigation-search {
  padding: 2rem 2rem 0;
}

.navigation-content {
  padding: 2rem;
}

.navigation-content h3 {
  color: #FF3A3A;
  text-transform: uppercase;
  letter-spacing: .15rem;
  padding: 0;
  font-weight: 300;
}

.navigation-content .navigation-menu {
  list-style: none;
  padding: 0;
}

.navigation-content .navigation-menu li {
  display: block;
  padding: .8rem 0;
  margin: 1rem 0;
}

.navigation-content .navigation-menu li a {
  color: #333;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.navigation-content .navigation-menu li a.active,
.navigation-content .navigation-menu li a:active,
.navigation-content .navigation-menu li a:hover,
.navigation-content .navigation-menu li a:focus {
  color: #FF3A3A;
  text-decoration: none;
}

.to-checkout {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background-color: #FF3A3A;
  z-index: 10001;
  -webkit-transform: translate3d(450px, 0, 0);
  -moz-transform: translate3d(450px, 0, 0);
  transform: translate3d(450px, 0, 0);
}

.to-checkout-inner {
  padding: 2.5rem;
  color: #fcf5e9;
}

.to-checkout-list {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.to-checkout-list li a {
  color: #5AAED6;
}

.sm-box {
  padding: 1.5rem;
  height: 18rem;
  color: #fcf5e9;
  background-color: #fcf5e9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: table;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
}

.sm-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  z-index: 998;
  -webkit-transition: all 250ms cubic-bezier(.17, .67, .83, .67);
  -moz-transition: all 250ms cubic-bezier(.17, .67, .83, .67);
  transition: all 250ms cubic-bezier(.17, .67, .83, .67);
}

.sm-box-basket {
  display: table-cell;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 135px;
  z-index: 999;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.sm-box-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  width: 100%;
  color: #FF3A3A;
  z-index: 999;
  padding: 1rem 2rem;
  background-color: #fcf5e9;
  line-height: 1.5;
  -webkit-transition: all 250ms cubic-bezier(.17, .67, .83, .67);
  -moz-transition: all 250ms cubic-bezier(.17, .67, .83, .67);
  transition: all 250ms cubic-bezier(.17, .67, .83, .67);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.sm-box.active,
.sm-box:hover {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.35);
}

.sm-box.active .sm-box-content,
.sm-box:hover .sm-box-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sm-box.active .sm-box-content>i,
.sm-box:hover .sm-box-content>i {
  -webkit-animation: rotate 500ms ease;
  -moz-animation: rotate 500ms ease;
  animation: rotate 500ms ease;
}

.sm-box.active .sm-box-basket,
.sm-box:hover .sm-box-basket {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sm-box.active .sm-box-overlay,
.sm-box:hover .sm-box-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.product-box h2 {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-box:hover h2 {
  color: #FF3A3A;
}

.button {
  outline: none;
  border: 2px solid #fcf5e9;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(224, 154, 24);
  background-color: #fcf5e9;
  border-radius: 2rem;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-block;
}

.button.active,
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
  color: #fcf5e9;
  outline: none;
}

.button-yellow {
  background-color: rgb(224, 154, 24);
  color: #fcf5e9;
  border-color: rgb(224, 154, 24);
}

.button-yellow.active,
.button-yellow:active,
.button-yellow:focus,
.button-yellow:hover {
  background-color: rgb(224, 154, 24);
  border-color: rgb(224, 154, 24);
}

.button-transparent {
  background-color: #fcf5e9;
  color: #FF3A3A;
  border-color: #FF3A3A;
}

.button-transparent.active,
.button-transparent:active,
.button-transparent:focus,
.button-transparent:hover {
  background-color: #fcf5e9;
  color: #FF3A3A;
  border-color: #FF3A3A;
}

.modal-content {
  border-radius: 0px;
}

.modal-header {
  background-color: #FF3A3A;
  color: #fcf5e9;
}

.badge-red {
  background-color: #FF3A3A;
  color: #fcf5e9;
}

.badge-#fcf5e9 {
  background-color: #fcf5e9;
  color: #FF3A3A;
}

@media (max-width: 767px) {
  .accordion-group {
    height: 360px;
    float: left;
  }

  .accordion-group li h3 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2.5rem;
    padding: 0;
    margin: 10rem 0;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pagination_links {
  position: relative;
  float: left;
  padding: 5px 15px;
  margin-left: -1px;
  font-size: 12px;
  font-weight: bold;
  color: #fcf5e9;
  text-decoration: none;
  background-color: #231f20;
  border-radius: 4px;
  margin-left: 3px;
}

.pagination_links:hover {
  color: #fcf5e9;
  background-color: #000000;
}

.pagination_links_active {
  position: relative;
  float: left;
  padding: 5px 15px;
  margin-left: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fcf5e9;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px
}

.geri_success_div {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: #5a9e25;
  padding: 20px;
  text-align: center;
  margin-top: 70px;
}

.geri_success_div_none {
  display: none;
}

.geri_success_div_block {
  display: block;
}

.geri_error_div {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.geri_error_div_none {
  display: none;
}

.geri_error_div_block {
  display: block;
}

.geri_error_div1 {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.geri_error_div_none1 {
  display: none;
}

.geri_error_div_block1 {
  display: block;
}

.geri_error_div3 {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.geri_error_div_none3 {
  display: none;
}

.geri_error_div_block3 {
  display: block;
}

.geri_form {
  color: #000;
  font-size: 11px;
  font-weight: Normal;
}

.geri_form_none {
  display: none;
}

.geri_form_block {
  display: block;
}

.gorush_success_div {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: #5a9e25;
  padding: 20px;
  text-align: center;
  margin-top: 70px;
}

.gorush_success_div_none {
  display: none;
}

.gorush_success_div_block {
  display: block;
}

.gorush_error_div {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.gorush_error_div_none {
  display: none;
}

.gorush_error_div_block {
  display: block;
}

.gorush_error_div1 {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.gorush_error_div_none1 {
  display: none;
}

.gorush_error_div_block1 {
  display: block;
}

.gorush_error_div3 {
  color: #fcf5e9;
  font-size: 14px;
  font-weight: Normal;
  text-align: left;
  background: red;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.gorush_error_div_none3 {
  display: none;
}

.gorush_error_div_block3 {
  display: block;
}

.gorush_form {
  color: #000;
  font-size: 11px;
  font-weight: Normal;
}

.gorush_form_none {
  display: none;
}

.gorush_form_block {
  display: block;
}

.show {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 150px; */
  /* height: 40px; */
  margin-top: -20px;
  background: #000;
  color: #fcf5e9;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #c0392b;
  cursor: pointer;
  font-size: 15px;
}

.show:hover {
  background: #c0392b;
}

.show:active {
  transform: scale(0.9);
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fcf5e9;
  cursor: pointer;
  border: 0;
}

.close-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fcf5e9;
  cursor: pointer;
  border: 0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -150px;
  background: #000;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}

.active {
  visibility: visible;
  opacity: 1;
}

.active+.modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mask-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.modal-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -150px;
  background: #000;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}

.active-2 {
  visibility: visible;
  opacity: 1;
}

.active-2+.modal-2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media (min-width:992px) {
  .slider {
    height: 88vh;
  }
}

.circle-feature-section {
  background-color: #0c1a23;
  color: #fcf5e9;
  text-align: center;
  padding: 80px 20px;
}

.circle-feature-title {
  font-size: 28px;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.5;
}

.circle-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.circle-box {
  width: 160px;
  height: 160px;
  border: 4px solid #139e3b;
  /* Brend yaşıl sərhəd */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.circle-box:hover {
  transform: scale(1.05);
}

.circle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-value {
  font-size: 22px;
  font-weight: 600;
  color: #fcf5e9;
  margin-bottom: 5px;
}

.circle-value i {
  font-size: 26px;
  color: #139e3b;
}

.circle-sub {
  font-size: 14px;
  color: #ccc;
  max-width: 120px;
  line-height: 1.4;
}

.circle-feature-bottom {
  font-size: 16px;
  color: #ccc;
}

/* Bölmə fonu */
.about-section {
  background-color: var(--bg-soft);
  padding: clamp(56px, 8vw, 96px) 20px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(24px, 5vw, 48px);
}

/* Sol tərəf: mətn */
.about-text {
  flex: 1 1 520px;
  min-width: 280px;
}

.about-title {
  font-size: clamp(28px, 4.2vw, 40px);
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: -.01em;
}

.about-desc {
  font-size: clamp(15px, 1.7vw, 17px);
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 14px;
}

.about-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #139e3b;
  /* əsas rəng */
  color: #fff;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.about-button:hover {
  background-color: #0f7c2e;
  /* hover üçün daha tünd ton */
}

.about-button:active {
  background-color: #0c6324;
  /* kliklənəndə bir az da tünd */
}

/* Sağ tərəf: logo və sloqan */
.about-logo {
  flex: 1 1 380px;
  min-width: 260px;
  text-align: center;
}

.logo-frame {
  /* Loqonun həqiqətən iri görünməsi üçün çərçivə */
  width: clamp(240px, 34vw, 420px);
  /* burada ölçünü rahatlıqla artıra bilərsən */
  margin: 0 auto 14px;
  aspect-ratio: 4/3;
  /* çərçivə nisbəti */
  display: grid;
  place-items: center;
  background: transparent;
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* deformasiyasız */
  background: transparent;
  /* arxa planı dəyişmir */
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .10));
}

.slogan {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #139e3b;
  /* əsas yaşıl rəng */
  text-align: center;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #f2f9f4;
  /* açıq yaşıl fon */
  border: 1px solid #cde6d4;
  /* yumşaq sərhəd */
}

.slogan span {
  color: #139e3b;
  /* gradient yerinə düz yaşıl */
  background: none;
  -webkit-background-clip: unset;
  font-size: inherit;
  font-weight: inherit;
}

/* Responsiv */
@media (max-width: 900px) {
  .about-content {
    flex-direction: column;
    text-align: center;
    gap: 28px;
    justify-content: center;
    /* mərkəzləşdir */
    align-items: center;
    /* ortada saxla */
  }

  .about-text {
    padding: 0 6px;
  }

  .about-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* logo və sloqan ortalanır */
    justify-content: center;
  }

  .logo-frame {
    margin: 0 auto 12px;
  }

  .slogan {
    margin: 0 auto;
    /* sloqan tam ortada */
  }
}

.news-section {
  background-color: #fcf5e9;
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #139e3b;
  margin-bottom: 50px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-card {
  background-color: #fcf5e9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.news-content {
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #139e3b;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-content p {
  font-size: 15px;
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #139e3b;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #257a42;
}

.read-more:hover::after {
  transform: translateX(4px);
}

.site-footer {
  background-color: #0c1a23;
  color: #fcf5e9;
  padding: 60px 20px 20px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-col h4 {
  color: #fcf5e9;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-col p {
  color: #ccc;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  color: #ccc;
}

.footer-col ul li i {
  margin-right: 8px;
  color: #139e3b;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #139e3b;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #139e3b;
}

.footer-map .map-embed iframe {
  width: 100%;
  height: 250px;
  /* Əvvəl 180px idi */
  border-radius: 8px;
  border: none;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #222;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
}

.products-section {
  padding: 80px 20px;
  background: #fcf5e9;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* hər sırada 3 ədəd göstər */
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.product-overlay.dark {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 25px;
  background: rgba(0, 0, 0, 0.6);
  /* Saydam tünd overlay */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 20px;
}

.product-text {
  font-size: 24px;
  font-weight: 700;
  color: #fcf5e9;
  margin-bottom: 15px;
}

.product-btn {
  background-color: #fcf5e9;
  color: #139e3b;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.product-btn:hover {
  background-color: #139e3b;
  color: #fcf5e9;
}

.products-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #139e3b;
  margin-bottom: 40px;
  position: relative;
}

.products-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #139e3b;
  margin: 15px auto 0;
  border-radius: 2px;
}

.product-card-link {
  text-decoration: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-card-link:hover {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    /* planşetdə 2 məhsul */
  }
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: 1fr;
    /* telefonda 1 məhsul */
  }
}

.interior-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* tam ekran yüksəkliyi */
  background: url('../../images/mehsullar/interyer-helleri.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interior-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  /* qara saydam fon */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.interior-content {
  color: #fcf5e9;
  max-width: 900px;
  z-index: 2;
}

.interior-title {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 700;
}

.interior-intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.interior-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.interior-features li {
  margin-bottom: 20px;
}

.interior-features h4 {
  font-size: 20px;
  color: #f2f2f2;
  margin-bottom: 6px;
}

.interior-features p {
  font-size: 15px;
  color: #ddd;
}

.interior-btn {
  display: inline-block;
  background-color: #139e3b;
  color: #fcf5e9;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.interior-btn:hover {
  background-color: #257a42;
}

/* Responsiv */
@media (max-width: 768px) {
  .interior-title {
    margin-top: 30px;
    font-size: 32px;
  }

  .interior-intro {
    font-size: 16px;
  }

  .interior-features h4 {
    font-size: 18px;
  }

  .interior-btn {
    margin-bottom: 20px;
  }
}

.delivery-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../../images/mehsullar/tv-stend.jpg');
  /* Öz şəklini əlavə et */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.delivery-content {
  color: #fcf5e9;
  max-width: 900px;
  z-index: 2;
}

@media (max-width: 768px) {
  .delivery-section {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
}

.hgc-about-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hgc-background {
  background-image: url('../../images/mehsullar/ofis-mebeli.jpg');
  /* istədiyin şəkil */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.hgc-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  /* saydam qara */
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hgc-content {
  color: #fcf5e9;
  max-width: 1000px;
  z-index: 2;
}

.hgc-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}

.hgc-description {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Şəkillər */
.hgc-gallery {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.hgc-gallery-image {
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* Responsiv */
@media (max-width: 768px) {
  .hgc-title {
    font-size: 28px;
  }

  .hgc-description {
    font-size: 16px;
  }

  .hgc-gallery-image {
    height: 160px;
  }
}

.hgc-logo {
  margin-bottom: 25px;
}

.hgc-logo img {
  max-width: 160px;
  height: auto;
  display: inline-block;
  filter: brightness(1.1);
}

.partners-showcase {
  width: 100%;
  position: relative;
}

.partners-bg {
  background-image: url('../../images/mehsullar/metbex-dezgahlari.jpg');
  /* Arxa plan şəkli */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.partners-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  /* Qara saydamlıq */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.partners-heading {
  color: #fcf5e9;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.partner-item {
  background: #fcf5e9;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.partner-item:hover {
  transform: scale(1.05);
}

.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* Responsiv */
@media (max-width: 768px) {
  .partners-heading {
    font-size: 32px;
  }

  .partner-item {
    padding: 15px;
  }
}

/* Konteyner */
.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

/* Bölmə – tam ekran overlay effekti */
.projects-section {
  position: relative;
  /* Arxa fon + overlay (tam ekran hissi üçün) */
  background:
    linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
    url('../images/mehsullar/otaq-qapilari.jpg') center/cover no-repeat;
  /* Ekranı doldurur, məzmun çox olsa böyüyür */
  min-height: 100vh;
  padding: 80px 0;
  color: #fcf5e9;
}

/* Başlıq və təsvir */
.projects-title {
  text-align: center;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: .3px;
  margin: 0 0 16px;
}

.projects-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.7;
  opacity: .9;
}

/* Grid */
.projects-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Kartlar – içində yalnız şəkil */
.project-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

.project-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

/* Kiçik ekranlar üçün yüksəklik */
@media (max-width: 640px) {
  .project-card img {
    height: 200px;
  }

  .projects-section {
    padding: 60px 0;
  }
}

.certificates-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* tam ekran hündürlük */
  background-image: url('../../images/mehsullar/masa-ve-oturacaqlar.jpg');
  /* şəkil yolu */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.certificates-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* qara overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.certificates-content {
  text-align: center;
  max-width: 1100px;
  color: #fcf5e9;
}

.certificates-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  justify-content: center;
}

.certificate-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.certificate-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.certificate-card:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .certificates-title {
    font-size: 28px;
  }
}

.hgc-news-section {
  position: relative;
  width: 100%;
  background-image: url('../../images/mehsullar/metbex-dezgahlari.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  z-index: 0;
  overflow: hidden;
}

.hgc-news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.hgc-news-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  color: #fcf5e9;
  text-align: center;
}

.hgc-news-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
}

.hgc-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.hgc-news-card {
  background-color: #fcf5e9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.hgc-news-card:hover {
  transform: translateY(-5px);
}

.hgc-news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hgc-news-info {
  padding: 20px;
  text-align: left;
}

.hgc-news-date {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

.hgc-news-heading {
  font-size: 18px;
  color: #222;
  margin-bottom: 15px;
}

.hgc-news-btn {
  display: inline-block;
  background-color: #139e3b;
  color: #fcf5e9;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.hgc-news-btn:hover {
  background-color: #257a42;
}

@media (max-width: 768px) {
  .hgc-news-title {
    font-size: 30px;
  }

  .hgc-news-heading {
    font-size: 16px;
  }
}

.contact-panel-wide {
  display: none;
  position: absolute;
  top: 100%;
  /* headerin altı */
  left: 0;
  width: 100%;
  background-color: #fcf5e9;
  padding: 30px 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 99;
  border-bottom: 4px solid #139e3b;
}

.contact-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-block {
  text-align: center;
  min-width: 180px;
}

.contact-block h4 {
  color: #139e3b;
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-block p {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.social-icons a {
  color: #139e3b;
  font-size: 20px;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1b6536;
}

.call-back-btn {
  display: inline-block;
  background-color: #139e3b;
  color: #fcf5e9;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.call-back-btn:hover {
  background-color: #257a42;
}

/* Görünüş yalnız desktopda */
@media (max-width: 768px) {
  .contact-panel-wide {
    display: none !important;
  }
}

.has-lang-dropdown {
  position: relative;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fcf5e9;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  min-width: 80px;
  z-index: 999;
}

.lang-dropdown li {
  padding: 8px 16px;
}

.lang-dropdown li a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: background-color 0.2s;
}

.lang-dropdown li a:hover {
  background-color: #f2f2f2;
}

.has-lang-dropdown:hover .lang-dropdown {
  display: block;
}

.hgc-services-section {
  padding: 100px 20px;
  background-color: #fcf5e9;
}

.services-title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #139e3b;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.service-card {
  background-color: #fcf5e9;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.service-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-btn {
  display: inline-block;
  background-color: #139e3b;
  color: #fcf5e9;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.service-btn:hover {
  background-color: #257a42;
}

/* Responsive */
@media (max-width: 768px) {
  .services-title {
    font-size: 32px;
  }

  .service-title {
    font-size: 20px;
  }
}

.hgc-contact-section {
  background-color: #fcf5e9;
  padding: 80px 20px;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  border-bottom: 6px solid #139e3b;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(99, 138, 102, 0.15);
}

.contact-card i {
  font-size: 36px;
  color: #139e3b;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 18px;
  color: #139e3b;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 14px;
  color: #333;
}

.contact-card a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.contact-card a:hover {
  color: #139e3b;
  text-decoration: underline;
}

.kitchen-section {
  position: relative;
  background-image: url('../../images/mehsullar/metbex-dezgahlari.jpg');
  /* Arxa plan şəklini bura yaz */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.kitchen-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Saydam qara fon */
  z-index: 0;
}

.kitchen-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.kitchen-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #139e3b;
}

.kitchen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 sütunlu görünüş */
  gap: 40px;
}

.kitchen-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.kitchen-card:hover {
  transform: translateY(-8px);
}

.kitchen-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.kitchen-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv */
@media (max-width: 1024px) {
  .kitchen-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kitchen-grid {
    grid-template-columns: 1fr;
  }

  .kitchen-title {
    font-size: 32px;
  }
}

.qarderob-section {
  position: relative;
  background-image: url('../../images/mehsullar/qarderob.jpg');
  /* Arxa plan şəkil */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.qarderob-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* overlay */
  z-index: 0;
}

.qarderob-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.qarderob-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #139e3b;
}

.qarderob-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.qarderob-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.qarderob-card:hover {
  transform: translateY(-8px);
}

.qarderob-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.qarderob-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .qarderob-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .qarderob-grid {
    grid-template-columns: 1fr;
  }

  .qarderob-title {
    font-size: 32px;
  }
}

.tv-section {
  position: relative;
  background-image: url('../../images/mehsullar/tv-stend.jpg');
  /* Arxa plan */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.tv-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Saydam overlay */
  z-index: 0;
}

.tv-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.tv-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #139e3b;
}

.tv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.tv-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.tv-card:hover {
  transform: translateY(-8px);
}

.tv-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tv-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .tv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tv-grid {
    grid-template-columns: 1fr;
  }

  .tv-title {
    font-size: 32px;
  }
}

.doors-section {
  position: relative;
  background-image: url('../../images/mehsullar/otaq-qapilari.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.doors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Saydam overlay */
  z-index: 0;
}

.doors-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.doors-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #fcf5e9;
}

.doors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.door-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.door-card:hover {
  transform: translateY(-8px);
}

.door-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.door-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .doors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .doors-grid {
    grid-template-columns: 1fr;
  }

  .doors-title {
    font-size: 32px;
  }
}

.bathroom-section {
  position: relative;
  background-image: url('../../images/mehsullar/hamam-otagi-mebeli.jpg');
  /* Arxa plan */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.bathroom-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  /* Saydamlıq */
  z-index: 0;
}

.bathroom-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.bathroom-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #fcf5e9;
}

.bathroom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.bathroom-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.bathroom-card:hover {
  transform: translateY(-8px);
}

.bathroom-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.bathroom-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .bathroom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bathroom-grid {
    grid-template-columns: 1fr;
  }

  .bathroom-title {
    font-size: 32px;
  }
}

.interior-solutions-section {
  position: relative;
  background-image: url('../../images/mehsullar/interyer-helleri.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.interior-solutions-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.interior-solutions-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.interior-solutions-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  color: #fcf5e9;
}

.interior-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.interior-solutions-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.interior-solutions-card:hover {
  transform: translateY(-8px);
}

.interior-solutions-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.interior-solutions-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .interior-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .interior-solutions-grid {
    grid-template-columns: 1fr;
  }

  .interior-solutions-title {
    font-size: 32px;
  }
}

.furniture-section {
  position: relative;
  background-image: url('../../images/mehsullar/masa-ve-oturacaqlar.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.furniture-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Saydam fon */
  z-index: 0;
}

.furniture-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.furniture-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #139e3b;
}

.furniture-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.furniture-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.furniture-card:hover {
  transform: translateY(-6px);
}

.furniture-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.furniture-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv dizayn */
@media (max-width: 1024px) {
  .furniture-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .furniture-grid {
    grid-template-columns: 1fr;
  }

  .furniture-title {
    font-size: 30px;
  }
}

.coatings-section {
  position: relative;
  background-image: url('../../images/mehsullar/uzlemeler.jpg');
  /* arxa plan */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.coatings-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.coatings-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.coatings-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #fcf5e9;
}

.coatings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.coatings-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.coatings-card:hover {
  transform: translateY(-6px);
}

.coatings-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.coatings-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv */
@media (max-width: 1024px) {
  .coatings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .coatings-grid {
    grid-template-columns: 1fr;
  }

  .coatings-title {
    font-size: 30px;
  }
}

.appliances-section {
  position: relative;
  background-image: url('../../images/mehsullar/meiset-texnikasi.png');
  /* şəkil yolu */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.appliances-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.appliances-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.appliances-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #139e3b;
}

.appliances-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.appliance-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.appliance-card:hover {
  transform: translateY(-6px);
}

.appliance-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.appliance-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv */
@media (max-width: 1024px) {
  .appliances-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .appliances-grid {
    grid-template-columns: 1fr;
  }

  .appliances-title {
    font-size: 30px;
  }
}

.office-section {
  position: relative;
  background-image: url('../../images/mehsullar/ofis-mebeli.jpg');
  /* arxa plan şəkli */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.office-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* şəffaflıq */
  z-index: 0;
}

.office-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.office-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #139e3b;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.office-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.office-card:hover {
  transform: translateY(-6px);
}

.office-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.office-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv */
@media (max-width: 1024px) {
  .office-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .office-grid {
    grid-template-columns: 1fr;
  }

  .office-title {
    font-size: 30px;
  }
}

.dezgah-section {
  position: relative;
  background-image: url('../../images/mehsullar/metbex-dezgahlari.jpg');
  /* arxa plan şəkli */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  z-index: 1;
  color: #fcf5e9;
}

.dezgah-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* saydamlıq */
  z-index: 0;
}

.dezgah-section .container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.dezgah-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #139e3b;
}

.dezgah-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.dezgah-card {
  background-color: #fcf5e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.dezgah-card:hover {
  transform: translateY(-6px);
}

.dezgah-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.dezgah-card h3 {
  font-size: 20px;
  color: #222;
  padding: 20px;
  text-align: center;
}

/* Responsiv */
@media (max-width: 1024px) {
  .dezgah-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dezgah-grid {
    grid-template-columns: 1fr;
  }

  .dezgah-title {
    font-size: 30px;
  }
}

.projects-title-description {
  text-align: center;
  font-size: 18px;
  color: #f0f0f0;
  /* fon rənginə görə dəyişdirilə bilər */
  margin: 0 auto 30px auto;
  max-width: 800px;
  line-height: 1.6;
}

ul {
  padding-inline-start: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

.hgcx-services-grid {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.hgcx-grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
  min-height: 500px;
}

.hgcx-grid-left {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hgcx-grid-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hgcx-grid-text {
  position: relative;
  color: #fcf5e9;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.hgcx-grid-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.hgcx-grid-text a {
  display: block;
  color: #fcf5e9;
  text-decoration: none;
  margin: 5px 0;
  border: 1px solid #fcf5e9;
  padding: 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.hgcx-grid-text a:hover {
  background: #139e3b;
  border-color: #139e3b;
  transform: translateY(-2px);
}

.hgcx-grid-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(250px, 1fr);
}

.hgcx-grid-item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hgcx-grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.6s ease;
}

.hgcx-grid-item:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

.hgcx-item-overlay {
  position: absolute;
  inset: 0;
  color: #fcf5e9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  z-index: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}

.hgcx-item-overlay h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
}

.hgcx-item-overlay p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

/* Hover effekti - yazılar parlaqlaşır */
.hgcx-grid-item:hover .hgcx-item-overlay h3,
.hgcx-grid-item:hover .hgcx-item-overlay p {
  color: #fcf5e9;
  filter: brightness(1.2);
}

/* Responsive */
@media (max-width: 992px) {

  .hgcx-grid-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hgcx-grid-container {
    grid-template-columns: 1fr;
  }

  .hgcx-grid-right {
    grid-template-columns: 1fr;
  }
}

.price-calc-section {
  background: #fcf5e9;
  /* Ağ fon */
  padding: 50px 20px;
}

.price-calc-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.price-calc-card {
  background: #ffffff;
  border: 2px solid #ffffff;
  /* Yan tərəflərdə görünməsin deyə ağ */
  border-bottom: 6px solid #139e3b;
  /* Ən altda yaşıl border */
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-calc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(99, 138, 102, 0.15);
}

.price-icon {
  font-size: 50px;
  color: #139e3b;
  /* Yaşıl ikon */
  margin-bottom: 15px;
}

.price-calc-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #139e3b;
  /* Yaşıl başlıq */
  margin-bottom: 10px;
}

.price-calc-card p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.calc-btn {
  display: inline-block;
  background: #139e3b;
  color: #fcf5e9;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.calc-btn:hover {
  background: #4f7052;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 480px) {
  .price-icon {
    font-size: 40px;
  }

  .price-calc-card {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .dropdown {
    display: none;
  }

  .has-dropdown.open>.dropdown {
    display: block;
  }
}

@media (max-width: 991px) {
  body.menu-open {
    overflow-y: auto;
    /* menyu açıldıqda səhifə scroll olsun */
  }

  .hg-nav {
    position: relative;
    /* absolute əvəzinə relative ki, hündürlük artsın */
    width: 100%;
    max-height: 100vh;
    /* çox uzanarsa ekrana uyğun */
    overflow-y: auto;
    /* menyunun içi də scroll edə bilsin */
  }

  .hg-nav-links {
    width: 100%;
  }

  .dropdown {
    display: none;
  }

  .has-dropdown.open>.dropdown {
    display: block;
  }
}

/* ==== Ümumi Stil ==== */
.hgx-header {
  background-color: #fcf5e9;
  border-bottom: 2px solid #139e3b;
  position: relative;
  z-index: 1000;
}

.hgx-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.hgx-logo img {
  display: block;
}

/* ==== Desktop Naviqasiya ==== */
.hgx-navigation {
  display: flex;
  align-items: center;
}

.hgx-menu-list {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hgx-item a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.hgx-item a:hover {
  color: #139e3b;
}

/* ==== Dropdown ==== */
.has-submenu {
  position: relative;
}

.hgx-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fcf5e9;
  border: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  list-style: none;
  min-width: 220px;
  padding: 0;
  overflow: hidden;
}

.hgx-submenu li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.hgx-submenu li:last-child a {
  border-bottom: none;
}

.hgx-submenu li a:hover {
  background-color: #f7f7f7;
  color: #139e3b;
}

.has-submenu:hover .hgx-submenu {
  display: block;
}

/* ==== Hesablama düyməsi ==== */
.hgx-btn {
  background-color: #139e3b;
  color: #fcf5e9;
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 8px;
  width: 100%;
}

.hgx-btn:hover {
  background-color: #257a42;
}

.hgx-item-buttons {
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 8px;
}

/* ==== Mobil versiya ==== */
.hgx-menu-toggle {
  display: none;
  font-size: 22px;
  color: #139e3b;
  cursor: pointer;
}

.hgx-menu-close {
  display: none;
  font-size: 24px;
  color: #139e3b;
  text-align: right;
  padding: 15px;
  cursor: pointer;
}

/* ==== Mobil Stiller ==== */
@media (max-width: 991px) {

  /* Menyu açma ikonu */
  .hgx-menu-toggle {
    display: block;
    font-size: 24px;
    color: #139e3b;
    cursor: pointer;
  }

  /* Mobil naviqasiya paneli */
  .hgx-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fcf5e9;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 30px;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.15);
  }

  /* Açıq olduqda görünür */
  body.hgx-menu-open .hgx-navigation {
    right: 0;
  }

  /* Bağlama ikonu */
  .hgx-menu-close {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 26px;
    color: #139e3b;
    cursor: pointer;
    background: rgba(99, 138, 102, 0.1);
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.3s;
  }

  .hgx-menu-close:hover {
    background: rgba(99, 138, 102, 0.2);
  }

  /* Menyu list */
  .hgx-menu-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  /* Menyu item */
  .hgx-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: background 0.3s, color 0.3s;
  }

  .hgx-item a:hover {
    background: rgba(99, 138, 102, 0.05);
    color: #139e3b;
  }

  /* Dropdown menyular */
  .hgx-submenu {
    position: static;
    box-shadow: none;
    border: none;
    min-width: 100%;
    background: #fdf9f3;
    padding-left: 15px;
    border-left: 3px solid #139e3b;
  }

  .hgx-submenu li a {
    font-size: 14px;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
  }

  /* İkon animasiyası */
  .has-submenu>a i {
    transition: transform 0.3s ease;
  }

  .has-submenu.open>a i {
    transform: rotate(180deg);
  }

  /* Açılma effekti */
  .has-submenu .hgx-submenu {
    display: none;
    animation: fadeIn 0.3s ease;
  }

  .has-submenu.open .hgx-submenu {
    display: block;
  }

  /* Hesablama düymələri */
  .hgx-item-buttons {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hgx-btn {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
  }

  /* Təmir düyməsi fərqli rəng */
  .hgx-btn-secondary {
    background: transparent;
    color: #139e3b;
    border: 2px solid #139e3b;
    display: block;
  }

  .hgx-btn-secondary:hover {
    background: #139e3b;
    color: #fcf5e9;
  }
}

/* Açılma animasiyası */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* İkinci düymə rəng fərqi üçün */
.hgx-btn-secondary {
  background-color: transparent;
  color: #139e3b;
  border: 2px solid #139e3b;
}

.hgx-btn-secondary:hover {
  background-color: #139e3b;
  color: #fcf5e9;
}

/* Default olaraq ikinci düymə görünməsin */
.hgx-btn-secondary {
  display: none;
}

/* Yalnız mobil ölçüdə görünsün */
@media (max-width: 991px) {
  .hgx-btn-secondary {
    display: block;
  }
}

@media (min-width: 992px) {
  .has-submenu {
    position: relative;
  }

  .hgx-submenu {
    top: 100%;
    /* Arada boşluq qalmasın */
    margin-top: 0;
    /* Əlavə margin olmasın */
  }

  /* Hover olarkən açıq qalsın */
  .has-submenu:hover>.hgx-submenu {
    display: block !important;
  }
}

.campaigns-section {
  background: #fcf5e9;
  padding: 60px 20px;
}

.campaigns-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.campaigns-title {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #139e3b;
}

.campaigns-intro {
  font-size: 16px;
  margin-bottom: 40px;
  color: #7c7c7c;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Paket kartları grid */
.campaigns-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Kart dizaynı */
.campaign-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.campaign-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Şəkil */
.campaign-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.campaign-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

.hgcx-info-wrap {
  background: #fcf5e9;
  padding: 60px 20px;
}

.hgcx-info-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hgcx-info-heading {
  font-size: 36px;
  font-weight: 700;
  color: #139e3b;
  margin-bottom: 20px;
}

.hgcx-info-paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.hgcx-values-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #139e3b;
}

.hgcx-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hgcx-values-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 12px;
  color: #444;
  gap: 10px;
}

.hgcx-values-list i {
  font-size: 18px;
  color: #139e3b;
  background: #e8f5e9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hgcx-info-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.hgcx-info-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .hgcx-info-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hgcx-values-list li {
    justify-content: center;
  }
}

:root {
  --accent: #139e3b;
  /* əsas yaşıl */
  --accent-dk: #0f7c2e;
  /* hover tünd yaşıl */
  --ink: #101828;
  /* başlıq mətni */
  --muted: #475467;
  /* təsvir mətni */
  --bg-soft: #fcf5e9;
  /* bej fon */
  --card: #ffffff;
  /* kart fonu */
  --radius: 14px;
  --shadow-sm: 0 6px 16px rgba(0, 0, 0, .06);
  --shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

/* ================ SECTION ================= */
.hgcx-projects-wrap {
  background: var(--bg-soft);
  padding: clamp(56px, 8vw, 96px) 20px;
}

.hgcx-projects-container {
  max-width: 1200px;
  margin: 0 auto;
}

.hgcx-projects-title {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(26px, 4vw, 36px);
}

.hgcx-projects-desc {
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.85;
  margin: 0 0 22px;
}

/* ================== TABS ================== */
.hgcx-tabs {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, .06);
  padding: 16px;
}

/* radios hidden */
.hgcx-tabs input[type="radio"] {
  position: absolute;
  left: -9999px;
}

/* Tab düymələri: AĞ + YAŞIL (#139e3b) */
.hgcx-tabs>label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 14px 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  /* AĞ */
  color: var(--accent);
  /* YAŞIL mətn */
  border: 1px solid var(--accent);
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.hgcx-tabs>label:hover {
  transform: translateY(-1px);
}

/* Seçilən tab: YAŞIL fon + AĞ mətn */
#tab-photos:checked+label {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(19, 158, 59, .20);
}

#tab-photos:checked+label+input+label {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent);
}

#tab-videos:checked+label {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(19, 158, 59, .20);
}

/* Panellər */
.hgcx-tab-panel {
  display: none;
}

#tab-photos:checked~.photos {
  display: block;
}

#tab-videos:checked~.videos {
  display: block;
}

/* ================== GRID ================== */
.hgcx-projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.hgcx-project-card {
  grid-column: span 4;
  /* 3 sütun */
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .06);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hgcx-project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 0, 0, .10);
}

@media (max-width: 1024px) {
  .hgcx-project-card {
    grid-column: span 6;
  }
}

/* 2 sütun */
@media (max-width: 600px) {
  .hgcx-project-card {
    grid-column: span 12;
  }
}

/* 1 sütun */

/* Şəkillər */
.hgcx-project-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform .35s ease;
  backface-visibility: hidden;
}

.hgcx-project-card:hover img {
  transform: scale(1.03);
}

/* Overlay (bax/oynat yazısı) — klikləri videoya ötürmək üçün passiv */
.hgcx-project-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity .25s ease;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  /* <<< kliklər video/img-ə keçsin */
}

.hgcx-project-card:hover .hgcx-project-overlay {
  opacity: 1;
}

.hgcx-project-overlay span {
  background: rgba(0, 0, 0, .45);
  padding: 6px 12px;
  border-radius: 999px;
}

/* ================= VIDEOS ================= */
.videos-grid .video-card {
  background: #000;
}

.hgcx-video-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
}

.hgcx-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Mərkəzdə "Oynat" yazısı (kliklə video çalışır; yazı passivdir) */
.hgcx-video-wrap::after {
  content: "▶︎ Oynat";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .55);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .2px;
  opacity: .9;
  transition: opacity .25s ease;
  pointer-events: none;
  /* klik videoya getsin */
}

/* Video oynayanda overlay-ləri gizlətmək üçün (JS .playing sinfini əlavə edəcək) */
.hgcx-project-overlay {
  pointer-events: none;
}

.hgcx-video-wrap.playing::after {
  opacity: 0;
}

/* "Oynat" yazısı gizlənir */

/* ================= ACCESSIBILITY ================= */
.hgcx-project-card a {
  outline: none;
}

.hgcx-project-card a:focus-visible {
  box-shadow: 0 0 0 3px rgba(19, 158, 59, .35) inset, var(--shadow);
}

/* =========== REDUCED MOTION =========== */
@media (prefers-reduced-motion: reduce) {

  .hgcx-project-card,
  .hgcx-project-card img,
  .hgcx-project-overlay,
  .hgcx-tabs>label {
    transition: none;
  }
}

.construction-services {
  background: #fcf5e9;
}

.services-bg {
  position: relative;
}

.services-overlay {
  background: #fcf5e9;
  padding: 40px 0;
  border-radius: 10px;
}

.services-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.services-title {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #139e3b;
}

.services-intro {
  font-size: 16px;
  margin-bottom: 40px;
  color: #7c7c7c;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.service-card {
  background: #fcf5e9;
  color: #000;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 40px;
  color: #139e3b;
  background: #e8f5e9;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-icon {
  background: #139e3b;
  color: #fcf5e9;
  transform: scale(1.1);
}

.service-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #139e3b;
}

.service-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* Paket spesifikasiyası kartı */
.pkg-specs-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  padding: 16px;
  margin-top: 16px;
}

.pkg-specs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.pkg-specs-head strong {
  font-size: 18px;
}

.pkg-badge {
  background: #139e3b;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

/* Grid cədvəl */
.pkg-specs-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  /* sol: iş adı, sağ: marka/qiymət */
  gap: 8px 12px;
}

.pkg-row {
  display: contents;
  /* hər sətri iki xanaya bölmək üçün */
}

/* Sol sütun: iş adı */
.pkg-cell.name {
  background: #f8faf8;
  border: 1px solid #e7efe8;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #1f2937;
}

/* Sağ sütun: marka/limit */
.pkg-cell.val {
  background: #fff;
  border: 1px solid #ecf0ec;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #374151;
}

/* kiçik badge brend üçün (opsional) */
.pkg-brand {
  font-weight: 700;
  color: #139e3b;
}

/* mobil uyğunlaşma */
@media (max-width: 576px) {
  .pkg-specs-grid {
    grid-template-columns: 1fr;
    /* hər sətir alt-alta */
  }

  .pkg-cell.val {
    margin-top: -6px;
  }

  /* bir az sıx görünüş üçün */
}

/* alt qeydlər */
.pkg-foot-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-left: 3px solid #139e3b;
  background: #f5fbf6;
  color: #334155;
  border-radius: 8px;
  font-size: 14px;
}

/* Seçim “pill”ləri */
.hidden-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 1px solid #e7efe8;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  color: #1f2937;
  font-weight: 600;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.step-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.hidden-radio:checked+.step-item {
  border-color: #139e3b;
  box-shadow: 0 8px 22px rgba(19, 158, 59, .18);
}

/* Paket spesifikasiyası */
.pkg-specs-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
  padding: 16px;
}

.pkg-specs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.pkg-badge {
  background: #139e3b;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
}

/* Cədvəl grid: desktop 2 sütun, mobilda tək-tək */
.pkg-specs-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8px 12px;
}

.pkg-row {
  display: contents;
}

.pkg-cell.name {
  background: #f8faf8;
  border: 1px solid #e7efe8;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  color: #1f2937;
}

.pkg-cell.val {
  background: #fff;
  border: 1px solid #ecf0ec;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #374151;
}

.pkg-brand {
  font-weight: 700;
  color: #139e3b;
}

@media (max-width: 768px) {
  .pkg-specs-grid {
    grid-template-columns: 1fr;
  }

  .pkg-cell.val {
    margin-top: -6px;
  }
}

