/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Professional Footer Styles - FULL WIDTH */
/* Remove all constraints from footer section */
#g-footer {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}
#g-footer > .g-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
#g-footer .g-grid {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#g-footer .g-block {
  padding: 0 !important;
  margin: 0 !important;
}
#g-footer .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.g-footer-professional {
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  color: #ecf0f1;
  padding: 3rem 0 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.g-footer-professional .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .g-footer-professional .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .g-footer-professional .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .g-footer-professional .footer-col {
    padding: 0 1rem;
  }
}
.g-footer-professional .footer-col h4 {
  color: #f39c12;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g-footer-professional .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g-footer-professional .footer-col ul li {
  margin-bottom: 0.75rem;
}
.g-footer-professional .footer-col ul li i {
  width: 20px;
  margin-right: 8px;
  color: #f39c12;
  display: inline-block;
}
.g-footer-professional .footer-col ul li a, .g-footer-professional .footer-col ul li span {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}
.g-footer-professional .footer-col ul li a:hover {
  color: #f39c12;
}
.g-footer-professional .footer-brand .footer-logo {
  margin-bottom: 1rem;
}
.g-footer-professional .footer-brand .footer-logo img {
  max-height: 60px;
  /* Original colors preserved */
}
.g-footer-professional .footer-brand .footer-tagline {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}
.g-footer-professional .footer-brand .footer-slogan {
  color: #f39c12;
  font-size: 0.95rem;
}
.g-footer-professional .footer-social p {
  margin-bottom: 0.5rem;
}
.g-footer-professional .footer-social p a {
  color: #bdc3c7;
  text-decoration: none;
}
.g-footer-professional .footer-social p a:hover {
  color: #f39c12;
}
.g-footer-professional .footer-social p a i {
  margin-right: 5px;
  color: #f39c12;
}
.g-footer-professional .footer-social .social-icons {
  margin: 1rem 0;
}
.g-footer-professional .footer-social .social-icons a {
  color: #bdc3c7;
  margin-right: 1rem;
  transition: color 0.3s ease;
}
.g-footer-professional .footer-social .social-icons a:hover {
  color: #f39c12;
}
.g-footer-professional .footer-social .footer-cta {
  margin-top: 1.5rem;
}
.g-footer-professional .footer-social .footer-cta .btn-footer {
  display: inline-block;
  background: #f39c12;
  color: #2c3e50;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.g-footer-professional .footer-social .footer-cta .btn-footer i {
  margin-right: 8px;
}
.g-footer-professional .footer-social .footer-cta .btn-footer:hover {
  background: #e67e22;
  transform: translateY(-2px);
  color: #fff;
}
.g-footer-professional .footer-bottom {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
}
.g-footer-professional .footer-bottom .footer-copyright {
  color: #95a5a6;
  font-size: 0.9rem;
}
/* Phone Header Styles */
.g-phone-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.g-phone-header .header-phone-link {
  display: inline-flex;
  align-items: center;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  background: #f39c12;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.g-phone-header .header-phone-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
.g-phone-header .header-phone-link:hover {
  background: #e67e22;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .g-phone-header .header-phone-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }
  .g-phone-header .header-phone-link .phone-number {
    display: none;
  }
  .g-phone-header .header-phone-link i {
    margin-right: 0;
  }
}
/* Realisations / Client Logos Section */
.client-logos {
  background: #f8f9fa;
  padding: 4rem 0;
}
.client-logos .section-title-small {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 3rem;
}
.client-logos .section-title-small::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f39c12;
  margin: 1rem auto 0;
}
.client-logos .logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .client-logos .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .client-logos .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.client-logos .client-logo {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
}
.client-logos .client-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.client-logos .client-logo img.client-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.3s ease;
}
.client-logos .client-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.client-logos .client-logo:hover img {
  transform: scale(1.05);
}
/* Features section wrapper */
.g-features-logos .g-container {
  max-width: 100%;
  padding: 0;
}
.g-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #3e5871 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}
.g-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .g-hero h1 {
    font-size: 3.5rem;
  }
}
.g-hero .hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.btn, .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 12px 24px;
  transition: all 0.3s ease;
}
.btn.btn-primary, .btn.button-primary, .button.btn-primary, .button.button-primary {
  background: #fdbc12;
  color: #2c3e50;
  border: none;
}
.btn.btn-primary:hover, .btn.button-primary:hover, .button.btn-primary:hover, .button.button-primary:hover {
  background: #da9e02;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn.btn-secondary, .btn.button-secondary, .button.btn-secondary, .button.button-secondary {
  background: #2c3e50;
  color: white;
  border: none;
}
.btn.btn-secondary:hover, .btn.button-secondary:hover, .button.btn-secondary:hover, .button.button-secondary:hover {
  background: #3e5871;
}
.product-card, .bundle-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.product-card:hover, .bundle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.product-card .card-image, .bundle-card .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.product-card .card-content, .bundle-card .card-content {
  padding: 1.5rem;
}
.product-card .card-title, .bundle-card .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
.product-card .card-price, .bundle-card .card-price {
  color: #fdbc12;
  font-weight: 700;
  font-size: 1.1rem;
}
.client-logos {
  background: #f5f5f5;
  padding: 3rem 0;
}
.client-logos .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.client-logos .client-logo {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
  max-height: 60px;
}
.client-logos .client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.sticky-cta .btn {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}
.contact-form label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none;
  border-color: #fdbc12;
}
.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 2rem;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #fdbc12;
  margin: 1rem auto 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}
.category-card {
  background: white;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-bottom: 3px solid #fdbc12;
}
.category-card .category-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.category-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.category-card p {
  font-size: 0.9rem;
  color: #9e9e9e;
  margin: 0;
}
.category-card.category-featured {
  background: #fdbc12;
  color: #2c3e50;
}
.category-card.category-featured p {
  color: #2c3e50;
  opacity: 0.8;
}
.g-footer {
  background: #2c3e50;
  color: white;
  padding: 3rem 0 1rem;
}
.g-footer a {
  color: #fdbc12;
}
.g-footer a:hover {
  color: #fdca45;
}
.g-menu-item-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .g-hero h1 {
    font-size: 2rem;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .sticky-cta {
    bottom: 10px;
    right: 10px;
    left: 10px;
    text-align: center;
  }
}
.product-grid, .bundle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 1rem 0;
}
.product-card .card-image-wrapper, .bundle-card .card-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.product-card .card-category, .bundle-card .card-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fdbc12;
  color: #2c3e50;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.product-card .btn-sm, .bundle-card .btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}
.bundle-card {
  border: 2px solid transparent;
}
.bundle-card.bundle-featured {
  border-color: #fdbc12;
}
.bundle-card.bundle-featured::before {
  content: "Populaire";
  position: absolute;
  top: 15px;
  right: -30px;
  background: #fdbc12;
  color: #2c3e50;
  padding: 4px 40px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(45deg);
}
.bundle-card .bundle-contents {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.bundle-card .bundle-contents li {
  padding: 0.3rem 0;
  font-size: 0.9rem;
}
.bundle-card .bundle-contents li i {
  color: #4CAF50;
  margin-right: 8px;
}
.bundle-card .card-target {
  color: #9e9e9e;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.g-productcards, .g-bundlecards, .g-quickselector {
  padding: 4rem 0;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
.contact-form .form-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-form .form-checkbox label input {
  width: auto;
  margin-right: 10px;
}
.contact-form .form-submit {
  text-align: center;
  margin-top: 1.5rem;
}
.contact-info-particle .contact-info-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #2c3e50;
}
.contact-info-particle .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info-particle .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.contact-info-particle .contact-item i {
  color: #fdbc12;
  margin-right: 12px;
  font-size: 1.2rem;
  margin-top: 3px;
}
.contact-info-particle .contact-item a {
  color: #2c3e50;
  text-decoration: none;
}
.contact-info-particle .contact-item a:hover {
  color: #fdbc12;
}
.g-googlemap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.g-googlemap iframe {
  display: block;
}
.section-title-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 2rem;
}
.g-page-header {
  background: linear-gradient(135deg, #2c3e50 0%, #476481 100%);
  color: white;
  padding: 3rem 0;
  text-align: center;
}
.g-page-header .page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.g-page-header .page-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}
.header-phone {
  color: #fdbc12;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-phone:hover {
  color: #fdca45;
}
.header-phone i {
  font-size: 1.1rem;
}
.g-phone-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-contact-main {
  padding: 3rem 0;
  background: #f5f5f5;
}
.g-contact-main .g-mainbar {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .g-contact-main .g-mainbar {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .g-contact-main .g-sidebar {
    padding-top: 2rem;
  }
}
.g-bundles-header {
  background: linear-gradient(135deg, #2c3e50 0%, #3e5871 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}
.g-bundles-header .bundles-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.g-bundles-header .bundles-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.g-bundles-intro {
  padding: 4rem 0;
  background: white;
}
.g-bundles-cta {
  background: #f5f5f5;
  padding: 4rem 0;
}
.g-bundles-cta .bundles-bottom-cta {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.g-bundles-cta .bundles-bottom-cta h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}
.g-bundles-cta .bundles-bottom-cta p {
  color: #9e9e9e;
  margin-bottom: 1.5rem;
}
.bundle-card {
  position: relative;
}
.bundle-card.bundle-featured {
  border: 3px solid #fdbc12;
}
.bundle-card.bundle-featured .card-title::after {
  content: "Populaire";
  display: inline-block;
  background: #fdbc12;
  color: #2c3e50;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.g-logo-pancarte img {
  max-height: 50px;
  width: auto;
}
.g-footer-pancarte {
  background: #2c3e50;
  color: white;
  padding: 2rem 0;
}
.g-footer-pancarte a {
  color: #fdbc12;
  text-decoration: none;
}
.g-footer-pancarte a:hover {
  color: #fed15e;
}
.g-footer-pancarte .footer-brand {
  text-align: center;
}
.g-footer-pancarte .footer-brand img {
  /* Original colors preserved */
}
.g-footer-pancarte .footer-contact {
  text-align: center;
}
.g-footer-pancarte .footer-contact a {
  display: block;
  margin: 5px 0;
}
@media (max-width: 991px) {
  .g-container-main .g-grid {
    flex-direction: column;
  }
  .g-container-main .g-mainbar, .g-container-main .g-sidebar {
    width: 100% !important;
  }
}
.g-lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-lang-switcher .mod-languages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.g-lang-switcher .mod-languages li {
  display: inline-block;
}
.g-lang-switcher .mod-languages li a {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.g-lang-switcher .mod-languages li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fdbc12;
}
.g-lang-switcher .mod-languages li.lang-active a {
  background: #fdbc12;
  color: #2c3e50;
}
.g-lang-switcher .mod-languages img {
  display: none;
}
.g-lang-switcher-flags .mod-languages li a {
  padding: 5px;
}
.g-lang-switcher-flags .mod-languages li a img {
  display: block;
  width: 24px;
  height: auto;
  border-radius: 2px;
}
.g-lang-switcher-flags .mod-languages li a span {
  display: none;
}
.g-slider-section {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.g-slider-section .g-grid {
  margin: 0;
  padding: 0;
}
.g-slider-section .g-content {
  padding: 0;
}
.g-slider-section > .g-container {
  max-width: 100%;
  padding: 0;
}
#g-slider {
  padding: 0;
}
#g-slider .g-grid {
  margin: 0;
}
#g-slider .g-block {
  padding: 0;
}
@media (max-width: 992px) {
  .g-main-nav .g-menu-item a {
    padding: 12px 15px !important;
    font-size: 0.95rem;
  }
  .g-offcanvas-content .g-menu-item a {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 1.75rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  .g-section {
    padding: 30px 15px !important;
  }
  .g-grid {
    flex-direction: column !important;
  }
  .g-block {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 30px 20px !important;
  }
  .footer-col {
    text-align: center;
  }
  .footer-brand {
    order: -1;
  }
  .footer-logo img {
    max-width: 180px !important;
    margin: 0 auto;
  }
  .footer-contact ul, .footer-links ul {
    padding-left: 0;
  }
  .footer-contact ul li, .footer-links ul li {
    margin-bottom: 12px;
  }
  .footer-cta {
    margin-top: 20px;
  }
  .footer-cta .btn {
    width: 100%;
    max-width: 280px;
  }
  .btn, .button {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .product-card, .bundle-card {
    margin-bottom: 20px;
  }
  .product-card .card-image, .bundle-card .card-image {
    height: 180px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .contact-form {
    padding: 1.5rem;
  }
  .contact-form .form-row {
    flex-direction: column;
  }
  .sticky-cta {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }
  .sticky-cta .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.3rem !important;
  }
  .g-section {
    padding: 20px 10px !important;
  }
  .category-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-grid {
    padding: 20px 15px !important;
  }
  .footer-bottom {
    padding: 15px !important;
    font-size: 0.85rem;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn, .button, a, .g-menu-item a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hero-carousel-nav {
    min-width: 48px !important;
    min-height: 48px !important;
  }
  .hero-carousel-dot {
    min-width: 14px !important;
    min-height: 14px !important;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .g-pageheader {
    min-height: 180px !important;
  }
  .hero-carousel-wrapper {
    padding: 20px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #g-navigation {
    padding: 8px 10px !important;
  }
  #g-navigation .g-container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  #g-navigation .g-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #g-navigation .g-container > .g-grid:first-of-type {
    display: none !important;
  }
  #g-navigation .g-block {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    padding: 0 4px !important;
    margin: 0 !important;
  }
  #g-navigation .size-10, #g-navigation .size-20, #g-navigation .size-50, #g-navigation .size-100 {
    width: auto !important;
    flex: 0 0 auto !important;
  }
  #g-navigation .g-block:has(.g-main-nav), #g-navigation .g-block .g-main-nav {
    display: none !important;
  }
  #g-navigation .size-50 {
    display: none !important;
  }
  #g-navigation .g-lang-switcher, #g-navigation .g-block.size-10 {
    margin-left: auto !important;
  }
  #g-navigation .g-logo img {
    max-height: 36px !important;
  }
  .g-offcanvas-toggle {
    flex: 0 0 auto !important;
    width: 32px !important;
    height: 32px !important;
  }
  .g-offcanvas-toggle i {
    font-size: 1.2rem !important;
  }
  .g-phone-header .phone-number {
    display: none !important;
  }
  .g-phone-header .header-phone-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(253, 188, 18, 0.2) !important;
    border-radius: 50% !important;
  }
  .g-phone-header .header-phone-link i {
    font-size: 1rem !important;
    color: #fdbc12 !important;
  }
  .mod-languages ul {
    display: flex !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mod-languages ul li {
    margin: 0 !important;
  }
  .mod-languages ul li a {
    display: block !important;
    padding: 4px 8px !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
  }
}
/*# sourceMappingURL=custom_15.css.map */