/*
Theme Name: Neon Child
Description: Child theme for Neon theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Neon
Version: 1.0.0
Text Domain:  Neon
*/
.fusion-logo a img {
  max-width: 120px;
}
.fusion-header > .fusion-row .fusion-header-has-flyout-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.fusion-header > .fusion-row::before, .fusion-header > .fusion-row::after {
  display: none;
}
.fusion-header-has-flyout-menu-content {
  width: 100%;
}
@media screen and (max-width: 1024px) {
    .fusion-header-has-flyout-menu-content .social-icons {
      display: none;
    }
}
.textwidget p {
  margin: 0 0 20px;
}
.link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.link-underline:hover::after {
  transform: scaleX(0);
  transform-origin: left;
}
#footer {
  border-top: 1px solid #363537 !important;
}
.fusion-copyright-notice div {
  font-family: Mokoto;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.fusion-copyright-notice div a {
  color: rgb(246, 73, 132);
}
@media screen and (max-width: 1024px) {
.fusion-copyright-notice div {
  justify-content: center;
  column-gap: 20px;
  flex-direction: column;
  align-items: center;
}
}
section .fusion-row {
  max-width: var(--site_width);
  width: 100%;
}
.acf-map-wrap{
    width:100%;
    line-height:0;
    overflow:hidden;
    border-radius:0;
}

.acf-map-wrap iframe{
    width:100% !important;
    height:500px !important;
    border:0;
    display:block;
}

@media (max-width: 767px){
    .acf-map-wrap iframe{
        height:350px !important;
    }
}

.neon-faq-section .fusion-row {
  max-width: 1100px;
  width: 100%;
}

.neon-faq-section {
  background: #000;
  padding: 60px 30px;
}

.neon-faq-wrap{
    width:100%;
}

.neon-faq-item{
    border-bottom:2px solid #00ff1a;
}

.neon-faq-question{
    width:100%;
    background:none;
    border:0;
    color:#fff;
    display:flex;
    align-items:center;
    gap:25px;
    padding:15px 20px;
    cursor:pointer;
    text-align:left;
}

.faq-icon{
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #00ff1a;
    transition:.3s ease;
    flex-shrink:0;
}

.faq-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Barlow Condensed;
}

.neon-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer-inner{
    padding:0 20px 30px 55px;
    color:#fff;
    font-size:18px;
    line-height:1.7;
}

.faq-answer-inner p {
  font-size: 17px;
  line-height: 29px;
  font-family: Poppins;
  font-weight: 400;
  margin: 0;
}

.neon-faq-item.active .faq-title {
  color: #00ff1a;
}

.neon-faq-item.active {
  border-color: #FFF;
}

.neon-faq-item.active .neon-faq-answer{
    max-height:500px;
}

.neon-faq-item.active .faq-icon{
    transform:rotate(90deg);
}

/* Tablet */
@media(max-width:1024px){
    .faq-title{
        font-size:20px;
    }
	.faq-answer-inner p {
	  font-size: 14px;
	  line-height: 24px;
	}
}

/* Mobile */
@media(max-width:767px){
    .neon-faq-question{
        gap:15px;
        padding:20px 15px;
    }

    .faq-title{
        font-size: 16px;
    	line-height: 1.2;
    }

    .faq-answer-inner{
        padding:0 15px 25px 35px;
        font-size:15px;
    }

    .faq-icon{
        border-top:7px solid transparent;
        border-bottom:7px solid transparent;
        border-left:7px solid #00ff1a;
    }
}
h2.section-title {
  font-size: 45px;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 40px;
  font-family: Mokoto;
  font-weight: 400;
  color: #FFF;
}
.neon-reviews-section {
  padding: 60px 30px;
	background: #000;
}
.neon-reviews-section .fusion-row {
  max-width: 1100px;
  width: 100%;
}
h4.section-title {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1.4px;
}
@media(max-width:992px){
h2.section-title {
  font-size: 25px;
  margin: 0 0 20px;
}	
.neon-reviews-section {
  padding: 40px 30px;
}	
.neon-faq-section {
  padding: 40px 30px;
}	
}

.cta-split-section{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.cta-box{
    position:relative;
    min-height:750px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    transition:.4s ease;
}

.cta-box:hover .cta-overlay{
    background:rgba(0,0,0,.58);
}

.cta-content{
    position:relative;
    z-index:2;
    padding:30px;
    max-width:90%;
}

.cta-small{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	font-family: Poppins;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 1.4px;
}

.cta-content h2 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Mokoto;
  letter-spacing: 1px;
}

.cta-btn{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 55px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s ease;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.cta-btn:hover{
    background:#FFF;
    border-color:#FFF;
    color:#000;
}

/* Large tablet */
@media (max-width: 1200px){
    .cta-box{
        min-height:620px;
    }

    .cta-content h2{
        font-size:54px;
    }

    .cta-btn{
        min-width:220px;
        height:64px;
        font-size:24px;
    }
}

/* Tablet */
@media (max-width: 991px){
    .cta-split-section{
        grid-template-columns:1fr;
    }

    .cta-box{
        min-height:560px;
    }

    .cta-content h2{
        font-size:48px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .cta-box{
        min-height:420px;
    }

    .cta-content{
        padding:20px;
    }

    .cta-small{
        font-size:12px;
        letter-spacing:2px;
        margin-bottom:12px;
    }

    .cta-content h2{
        font-size:30px;
        margin-bottom:20px;
        line-height:1.15;
    }

    .cta-btn{
        min-width:170px;
        height:52px;
        font-size:16px;
        padding:0 20px;
    }
}
.neon-detailing-section {
  background: #000;
  padding: 60px 30px;
}
.neon-detailing-section .fusion-row {
  max-width: 1100px;
  width: 100%;
}
@media(max-width:992px){
.neon-detailing-section {
  padding: 40px 30px;
}	
}

.upcharges-wrap{
    text-align:center;
    margin-bottom:60px;
}
.upcharges-wrap h2{
    font-size:54px;
    margin:0 0 20px;
    text-transform:uppercase;
    font-weight:800;
}
.upcharges-list{
    list-style:none;
    padding:0;
    margin:0;
}
.upcharges-list li{
    font-size:20px;
    line-height:1.8;
}

.detail-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}


.small-label {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  font-family: Poppins !important;
}
.main-title{
    margin:0 0 30px;
}
.white-line,
.green-line{
	display: block;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 35px;
	color: #fff;
	font-family: Mokoto;
	letter-spacing: 1px;
}
.green-line{
    color:#39ff14;
}
.why-title{
	font-size: 22px;
	margin: 0 0 35px;
	text-transform: uppercase;
	line-height: 30px;
	font-family: Mokoto;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
}
.detail-content p {
  margin: 0 0 30px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-family: Poppins;
  font-weight: 300;
}
.detail-content strong, .detail-content b {
    font-weight:700;
}


.phone-box{
    margin-top:35px;
    display:flex;
    align-items:center;
    gap:15px;
}
.phone-icon{
    width:58px;
	border-radius: 4px;
    height:58px;
    background:#1a1a1a;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:24px;
}
.phone-text {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: Mokoto;
  letter-spacing: 1px;
}
.phone-text:hover, .phone-icon:hover {
  color: rgb(140, 139, 146);
}


.detail-right{
    position:relative;
    min-height:720px;
}
.img-box{
    position:absolute;
    overflow:hidden;
}
.img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.img-one{
    top:0;
    right:0;
    width: 72%;
  height: 470px;
}


.img-two{
    top:210px;
    left:0;
    width:72%;
    height:470px;
    z-index:2;
}


@media(max-width:1200px){
/*     .upcharges-wrap h2{font-size:44px;}
    .white-line,
    .green-line{font-size:50px;}
    .why-title{font-size:28px;}
    .detail-content{font-size:18px;} */
}

@media(max-width:991px){
    .detail-grid{
        grid-template-columns:1fr;
    }

    .detail-right{
        min-height:560px;
        margin-top:20px;
    }

    .upcharges-wrap h2{
        font-size:34px;
    }

    .upcharges-list li{
        font-size:16px;
    }

    .white-line,
    .green-line{
        font-size:36px;
    }

    .why-title{
        font-size:22px;
    }

    .detail-content{
        font-size:16px;
        line-height:1.7;
    }

    .phone-text{
        font-size:20px;
    }

    .img-one{
        width:60%;
        height:220px;
    }

    .img-two{
        top:170px;
        width:75%;
        height:360px;
    }
}

@media(max-width:600px){
    .detail-right{
        min-height:420px;
    }

    .img-one{
        width:62%;
        height:160px;
    }

    .img-two{
        top:120px;
        width:78%;
        height:260px;
    }
}
.upcharges-list li i::before {
  color: #01FF00;
}
.upcharges-list li {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-family: Mokoto;
  font-weight: 400;
}

.car-wash-section, .premium-services-section {
    background:#000;
    padding:50px 0 0;
    color:#fff;
}

.section-title{
    text-align:center;
    font-size:64px;
    margin-bottom:30px;
}

.wash-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.wash-card{
    position:relative;
    height:525px;
    overflow:hidden;
    cursor:pointer;
}

.card-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    transition:.5s;
}

.wash-card:hover .card-bg{
    transform:scale(1.08);
}

.wash-overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
	padding: 1.2em 1em;
	width: calc(100% - 20px);
	background: #232225;
	margin: 10px;
}

.price{
    display: block;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  font-family: Mokoto;
  font-weight: 400;
}

.wash-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.wash-bottom h3 {
  font-size: 35px;
  line-height: 42px;
  color: #FFF;
  font-family: Barlow Condensed !important;
  text-transform: uppercase;
  margin: 0;
	font-weight: 600;
}

.arrow{
    font-size:28px;
}

/* POPUP */
#global-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.popup-wrap{
    width:70%;
    max-width:900px;
    position:relative;
}

.popup-slide img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.popup-content{
    background: #FFF;
  color: #000;
  padding: 0px;
}

.popup-content-header {
  background: rgb(240, 240, 240);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-content-header h3, .popup-content-header p {
  font-family: Mokoto;
  font-size: 29px;
  line-height: 35px;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
}
.main-popup-content {
  background: #FFF;
  padding: 20px;
}

.close{
    position:absolute;
    top:-40px;
    right:0;
    font-size:30px;
    color:#fff;
    cursor:pointer;
}

.popup-nav span{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    color:#fff;
    cursor:pointer;
}

.prev{ left:-60px; }
.next{ right:-60px; }

@media(max-width:768px){
    .wash-grid{grid-template-columns:1fr !important;}
    .popup-wrap{width:95%;}
}

.arrow-wrap{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.arrow-icon{
    width:22px;
    height:22px;
    color:#fff;
    transition:transform .3s ease;
}


.service-card:hover .arrow-icon{
    transform:rotate(-45deg) translate(3px, -3px);
}

.close-icon{
    position:absolute;
    top:20px;
    right:20px;
    width:32px;
    height:32px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.close-icon svg{
    width:100%;
    height:100%;
    color:#fff;
    transition:transform .3s ease, opacity .3s ease;
}


.close-icon:hover svg{
    transform:rotate(90deg) scale(1.1);
    opacity:0.8;
}
.premium-services-section .wash-grid {
  grid-template-columns: repeat(5,1fr);
}
.premium-services-section .wash-bottom h3 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .premium-services-section .wash-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1024px) {
    .premium-services-section .wash-bottom h3 {
        font-size: 20px;
    }
}

/* =============================================
   GRAVITY FORM — Full Fix
   ============================================= */

/* === WRAPPER === */
.gform_wrapper,
.gform_wrapper.gravity-theme {
  background-color: #efefef !important;
  padding: 40px !important;
}

/* === KILL DEFAULT UL STYLES === */
.gform_wrapper ul.gform_fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 48px !important;
  row-gap: 36px !important;
  list-style: none !important;
  margin: 0 0 32px 0 !important;
  padding: 0 !important;
}

/* === FIELD ITEMS === */
.gform_wrapper ul.gform_fields li.gfield {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  clear: none !important;
  float: none !important;
  width: auto !important;
}

/* === FULL WIDTH FIELDS === */
/* Textarea */
.gform_wrapper ul.gform_fields li.gfield--type-textarea,
.gform_wrapper ul.gform_fields li.gfield:has(textarea) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

/* Consent / checkbox */
.gform_wrapper ul.gform_fields li.gfield--type-consent,
.gform_wrapper ul.gform_fields li.gfield:has(input[type="checkbox"]) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

/* === HIDE LABELS & REQUIRED === */
.gform_wrapper .gfield_label {
  display: none !important;
}
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_required_text {
  display: none !important;
}

/* =============================================
   INPUTS & TEXTAREA
   ============================================= */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #b5b5b5 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 8px 0 10px 0 !important;
  margin: 0 !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  color: #222 !important;
  transition: border-color 0.25s ease, color 0.25s ease !important;
  display: block !important;
}

/* Placeholder */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}

/* Hover */
.gform_wrapper input[type="text"]:hover,
.gform_wrapper input[type="email"]:hover,
.gform_wrapper input[type="tel"]:hover,
.gform_wrapper textarea:hover {
  border-bottom-color: #777 !important;
}

/* Focus */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper textarea:focus {
  border-bottom: 2px solid #000 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
  opacity: 0 !important;
}

/* Filled */
.gform_wrapper input:not(:placeholder-shown),
.gform_wrapper textarea:not(:placeholder-shown) {
  border-bottom-color: #333 !important;
  color: #111 !important;
}

/* Error */
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border-bottom: 2px solid #e53030 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.gform_wrapper .validation_message {
  color: #e53030 !important;
  font-size: 0.78rem !important;
  margin-top: 4px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* === TEXTAREA SPECIFIC === */
.gform_wrapper textarea {
  resize: none !important;
  min-height: 110px !important;
  line-height: 1.6 !important;
  width: 100% !important;
}

/* Fix ginput_container inside textarea field */
.gform_wrapper li.gfield--type-textarea .ginput_container,
.gform_wrapper li.gfield:has(textarea) .ginput_container {
  width: 100% !important;
  display: block !important;
}

/* =============================================
   NAME FIELD (First + Last subfields)
   — treat as a single full-width row
   ============================================= */

.gform_wrapper li.gfield--type-name {
  grid-column: 1 / -1 !important;
}

/* Name subfields side by side */
.gform_wrapper .ginput_complex.ginput_container_name {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  width: 100% !important;
}

.gform_wrapper .ginput_complex.ginput_container_name span {
  display: block !important;
  width: 100% !important;
}

.gform_wrapper .ginput_complex.ginput_container_name span label {
  display: none !important;
}

/* =============================================
   CHECKBOX / CONSENT
   ============================================= */

/* Container */
.gform_wrapper .ginput_container_consent,
.gform_wrapper .ginput_container_checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Reset browser checkbox completely */
.gform_wrapper input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border: 1.5px solid #999 !important;
  border-radius: 3px !important;
  background: transparent !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
  box-shadow: none !important;
  outline: none !important;
}

.gform_wrapper input[type="checkbox"]:hover {
  border-color: #555 !important;
}

.gform_wrapper input[type="checkbox"]:checked {
  background-color: #00e600 !important;
  border-color: #00e600 !important;
}

/* White checkmark */
.gform_wrapper input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 5px !important;
  height: 9px !important;
  border: 2px solid #fff !important;
  border-top: none !important;
  border-left: none !important;
  transform: rotate(45deg) !important;
  display: block !important;
}

/* Consent label */
.gform_wrapper .gfield_consent_label,
.gform_wrapper .ginput_container_consent label {
  font-size: 0.9rem !important;
  color: #555 !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.gform_wrapper .gfield_consent_label a {
  color: #222 !important;
  text-decoration: underline !important;
}

/* =============================================
   FOOTER — consent above, button below
   ============================================= */

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 20px !important;
  margin-top: 30px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  clear: both !important;
}

/* =============================================
   SUBMIT BUTTON
   ============================================= */

.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
  background-color: #00e600 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 17px 44px !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.gform_wrapper .gform_button:hover {
  background-color: #00cc00 !important;
  box-shadow: 0 4px 16px rgba(0, 230, 0, 0.3) !important;
  transform: translateY(-1px) !important;
}

.gform_wrapper .gform_button:active {
  background-color: #00b300 !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

.gform_wrapper .gform_button:focus-visible {
  outline: 3px solid #00e600 !important;
  outline-offset: 3px !important;
}

/* =============================================
   VALIDATION & CONFIRMATION
   ============================================= */

.gform_wrapper .gform_validation_errors,
.gform_wrapper .validation_error {
  background: transparent !important;
  border: none !important;
  border-left: 3px solid #e53030 !important;
  padding: 10px 16px !important;
  color: #e53030 !important;
  font-size: 0.88rem !important;
  margin-bottom: 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.gform_confirmation_wrapper {
  font-size: 1rem !important;
  color: #222 !important;
  padding: 20px 0 !important;
  border-left: 3px solid #00e600 !important;
  padding-left: 16px !important;
}

.contact-section .container::before, .contact-section .container::after {
  display: none;
}
@media (min-width: 0px) {
  .container {
    width: auto !important;
  }
}