body {
  background: #fff;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .cookie-checkbox {
  display: none;
}

.cookies-eu-banner .accept-btn {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .accept-btn:hover {
  background: #fff;
  color: #222;
}

.cookie-checkbox:checked + .cookies-content {
  display: none;
}

.header-gartenloungeup.com {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.cHut0UnCDn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 16px;
}

.logo {
  color: #f9a825;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}

.hHGp8E0orf {
  display: flex;
  gap: 20px;
}

.hHGp8E0orf a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.hHGp8E0orf a:hover {
  color: #f9a825;
}

.nav-toggle {
  display: none;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 10000;
}

.burger span {
  background: #f9a825;
  height: 3px;
  width: 24px;
  border-radius: 2px;
}

.zv0YICHEHs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.zv0YICHEHs a {
  color: #f9a825;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
}

.nav-toggle:checked ~ .burger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle:checked ~ .burger span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked ~ .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-toggle:checked ~ .zv0YICHEHs {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hHGp8E0orf {
    display: none;
  }

  .burger {
    display: flex;
  }
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  color: #111;
}

a:hover {
  color: #f9a825;
  text-decoration: none;
  transition: 0.5s ease-out;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

p {
  line-height: 26px;
}

.product-grid {
  margin-top: 80px;
}

.SgynrCIQTq {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.SgynrCIQTq:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.R3QVC0Cp7O {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.product-price {
  font-size: 24px;
  font-weight: bold;
  color: #f9a825;
  margin-bottom: 15px;
}

.product-offers {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product-offers h6 {
  color: #f9a825;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-offers ul {
  margin: 0;
  padding-left: 20px;
}

.product-offers li {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.Lc59hsYxcR {
  background: #f9a825;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
}

.Lc59hsYxcR:hover {
  background: #e6951f;
  color: #fff;
  text-decoration: none;
}

.comments-section {
  background: #f8f9fa;
  padding: 60px 0;
  margin-top: 60px;
}

.comment-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.o3k9oRHeyA {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f9a825;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
}

.comment-info h6 {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.comment-info small {
  color: #666;
}

.comment-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.comment-offers {
  background: #f0f8ff;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #f9a825;
}

.comment-offers h6 {
  color: #f9a825;
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-offers ul {
  margin: 0;
  padding-left: 18px;
}

.comment-offers li {
  font-size: 12px;
  color: #666;
  margin-bottom: 3px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  color: #333;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 16px;
}

/* button */
.button {
  background: #f9a825;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
}

.button:hover {
  border-color: #f9a825;
  color: #f9a825;
  background: transparent;
  transition: 0.5s ease-out;
}

/* navbar */
.navbar {
  padding: 8px 0 12px;
  transition: 0.5s ease-out;
  background: transparent;
}

.navbar .navbar-brand {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.navbar .navbar-nav li {
  padding: 0 15px;
}

.navbar .navbar-nav li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.navbar .navbar-nav li a:last-child {
  padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar .navbar-toggler i {
  color: #fff;
}

.navbar-fixed {
  background: #fff;
  transition: 0.5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
  color: #232323;
}

.navbar-fixed .navbar-brand span {
  color: #f9a825;
}

.navbar-fixed .navbar-nav li a {
  color: #232323;
}

.navbar-fixed .navbar-toggler i {
  color: #333;
}

.navbar-transparent {
  background: transparent !important;
}

/* haader title */
.LImMNl333j {
  background: #f9a825;
  padding: 160px 0 100px;
  text-align: center;
}

.LImMNl333j h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

/* about us */
.about h2 {
  font-weight: 600;
}

.about h2 span {
  color: #f9a825;
}

.about h6 {
  color: #333;
  margin-bottom: 28px;
  margin-top: 10px;
}

/* home intro */
.home-intro {
  background: linear-gradient(rgba(245, 245, 36, 0.5), rgba(156, 130, 2, 0.5)),
    url("../images/bg-intro.png");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-size: cover;
  padding: 210px 0 120px !important;
}

.home-intro h5 {
  color: #f9a825;
  margin-top: 40px;
}

.home-intro h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 25px 0;
  line-height: 54px;
}

.home-intro h6 {
  color: #fff;
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 15px;
}

.home-intro img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* section */
.section {
  padding: 100px 0 120px;
}

.title-section {
  text-align: center;
  margin-bottom: 50px;
}

.title-section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-section h3 span {
  color: #f9a825;
}

.title-section p {
  width: 60%;
  margin: auto;
  line-height: 30px;
  font-size: 15px;
}

.title-section-two {
  text-align: left;
}

.title-section-two p {
  width: 100%;
}

/* services */
.services {
  padding: 100px 0 90px;
}

.services .content {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.services .content i {
  font-size: 54px;
  color: #f9a825;
}

.services .content h5 {
  margin: 25px 0 14px;
}

.services .content-center {
  background: #f9a825;
  color: #fff;
}

.services .content-center i {
  color: #fff;
}

.services .content-center h5 {
  color: #fff;
}

/* pricing */
.pricing .content {
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border: 2px solid #ddd;
}

.pricing .content h3 {
  font-size: 38px;
  font-weight: 600;
  margin: 10px 0 22px;
  color: #f9a825 !important;
}

.pricing .content li {
  margin: 15px 0;
}

.pricing .content li i {
  margin-right: 20px;
}

.pricing .content-color {
  border: 2px solid #f9a825;
}

.pricing .content-color .button {
  background: #f9a825;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
}

.pricing .content-color .button:hover {
  border-color: #f9a825;
  color: #f9a825;
  background: transparent;
  transition: 0.5s ease-out;
}

.pricing .button {
  border: 2px solid #111;
  color: #111;
  background: transparent;
}

.pricing .button:hover {
  border-color: #f9a825;
  color: #f9a825;
  background: transparent;
  transition: 0.5s ease-out;
}

/* features */
.features .content {
  background: #fff;
  border-radius: 6px;
  padding: 25px 30px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.features .content i {
  font-size: 54px;
  color: #f9a825;
  margin-top: 16px;
}

.features .content h5 {
  margin: 0 0 14px;
}

.features .content .icon {
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 56px;
}

.features .content .content-text {
  overflow: hidden;
}

/* latest blog */
.latest-blog {
  padding-top: 120px;
}

.latest-blog .content {
  border-radius: 6px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border: 2px solid #ddd;
}

.latest-blog .content span {
  position: relative;
  background: #f9a825;
  color: #fff;
  padding: 8px 20px;
  top: -29px;
  border-radius: 0 6px 0 0;
  margin-bottom: -29px;
  left: -2px;
}

.latest-blog .content img {
  border-radius: 3px 3px 0 0;
}

.latest-blog .content-text {
  padding: 30px;
  padding-top: 2px;
}

.latest-blog .content-text h5 {
  line-height: 30px;
}

.latest-blog .content-text a:hover {
  color: #f9a825;
  transition: 0.5s ease-out;
}

/* blog */
.blog .content {
  border-radius: 6px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border: 2px solid #ddd;
  margin-bottom: 30px;
}

.blog .content span {
  position: relative;
  background: #f9a825;
  color: #fff;
  padding: 8px 20px;
  top: -29px;
  border-radius: 0 6px 0 0;
  margin-bottom: -29px;
  left: -2px;
}

.blog .content img {
  border-radius: 3px 3px 0 0;
}

.blog .content-text {
  padding: 30px;
  padding-top: 2px;
}

.blog .content-text h5 {
  line-height: 30px;
}

.blog .content-text a:hover {
  color: #f9a825;
  transition: 0.5s ease-out;
}

/* pagination */
.pagination {
  text-align: center;
  margin: 0 auto;
  display: inherit;
}

.pagination ul li {
  display: inline-block;
  margin: 10px;
}

.pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #ddd;
  display: block;
  font-size: 18px;
  border-radius: 6px;
}

.pagination ul li .active {
  background: #f9a825;
  color: #fff;
  border-color: #f9a825;
}

/* blog single */
.blog-single .content h5 {
  font-size: 24px;
  line-height: 34px;
}

.blog-single .content li {
  display: inline-block;
  margin-right: 20px;
}

.blog-single .content li i {
  margin-right: 10px;
}

.blog-single .content img {
  margin-top: 30px;
  margin-bottom: 25px;
}

.blog-single .content .quote {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.blog-single .comments {
  border-top: 2px solid #ddd;
  padding-top: 30px;
  margin-top: 35px;
}

.blog-single .comments h5 {
  margin-bottom: 25px;
}

.blog-single .button {
  margin-top: 0;
}

.blog-single .search {
  margin-bottom: 16px;
}

.blog-single .search input {
  width: calc(100% - 65px);
  height: 52px;
}

.blog-single .search .button {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 22px;
  height: 52px;
  line-height: 26px;
  width: 52px;
}

.blog-single .sidebar-link h5 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.blog-single .sidebar-link li {
  margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
  font-size: 15px;
}

.blog-single .categories {
  margin-top: 40px;
}

/* contact */
.contact form input,
.contact form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

.contact .button {
  margin-top: 0;
}

.contact li {
  margin-bottom: 25px;
  font-size: 20px;
}

.contact li i {
  margin-right: 28px;
  color: #f9a825;
}

.contact .map {
  position: relative;
  top: -5px;
}

.contact .map i {
  float: left;
  margin-right: 34px;
  margin-top: 10px;
}

.contact .map p {
  overflow: hidden;
  line-height: 42px;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

form input,
form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

/* footer bottom */
.footer-bottom {
  background: #0a0a0a;
  text-align: center;
  color: #eee;
  padding: 20px 0 8px;
}

/* footer */
footer {
  padding: 120px 0 110px;
  background: #111;
  color: #ddd;
}

footer h5 {
  color: #fff;
  margin-bottom: 25px;
}

footer h6 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  top: -8px;
}

footer h6 span {
  color: #f9a825;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  color: #ddd;
}

footer ul li a:hover {
  color: #f9a825;
  transition: 0.5s ease-out;
}

footer ul li i {
  margin-right: 25px;
}

footer ul .map {
  line-height: 30px;
}

footer ul .map i {
  float: left;
  margin-right: 34px;
  margin-top: 5px;
}

footer ul .map p {
  overflow: hidden;
}

footer ul li:last-child {
  margin-bottom: 0;
}

/*responsive*/
@media (max-width: 980px) {
  .home-intro img {
    margin-top: 95px;
  }

  .services .content {
    padding: 20px;
  }

  .pricing .content {
    padding: 20px;
  }

  .features img {
    margin-bottom: 30px;
  }

  .latest-blog .content {
    margin-bottom: 30px;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .about .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .features .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }
}

@media (max-width: 767px) {
  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .blog-single .search {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .navbar-fixed .navbar-nav li {
    padding: 0;
  }

  .navbar .navbar-nav {
    background: #fff;
    padding: 14px;
  }

  .navbar .navbar-nav li a {
    color: #333;
  }

  .navbar-fixed .navbar-nav {
    padding: 0;
  }

  .services .content {
    margin-bottom: 30px;
  }

  .services .col-sm-12:last-child .content {
    margin-bottom: 0;
  }

  .pricing .content {
    margin-bottom: 30px;
  }

  .pricing .col-sm-12:last-child .content {
    margin-bottom: 0;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .blog-single .search {
    margin-top: 30px;
  }

  footer .col-sm-6 {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-brand {
    margin-left: 11px;
  }

  .navbar .navbar-nav {
    margin: 11px;
    margin-left: 11px !important;
  }

  .navbar-fixed .navbar-nav {
    padding: 2px;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  footer .col-12 {
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }
}
