{"id":860,"date":"2026-02-18T13:50:02","date_gmt":"2026-02-18T07:50:02","guid":{"rendered":"https:\/\/downthelinecustoms.com\/?page_id=860"},"modified":"2026-02-18T14:15:51","modified_gmt":"2026-02-18T08:15:51","slug":"starlight-headliners","status":"publish","type":"page","link":"https:\/\/downthelinecustoms.com\/index.php\/starlight-headliners\/","title":{"rendered":"Starlight Headliners"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"860\" class=\"elementor elementor-860\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01117a1 e-flex e-con-boxed e-con e-parent\" data-id=\"01117a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b107266 elementor-widget elementor-widget-html\" data-id=\"b107266\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<header class=\"dlc-header\">\r\n  <div class=\"container\">\r\n    <!-- Logo -->\r\n    <a href=\"\/\" class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/DTLLogo.webp\" alt=\"Down The Line Customs\">\r\n    <\/a>\r\n\r\n    <!-- Slogan -->\r\n    <span class=\"slogan\">Perfection is Our Baseline.<\/span>\r\n\r\n    <!-- Navigation Menu -->\r\n    <nav class=\"dlc-nav\">\r\n      <a href=\"\/\">Home<\/a>\r\n\r\n      <!-- Services Dropdown -->\r\n      <div class=\"dropdown\">\r\n        <a href=\"https:\/\/downthelinecustoms.com\/index.php\/services\/\" class=\"dropbtn\">\r\n          Services <span class=\"chevron\">&#9660;<\/span>\r\n        <\/a>\r\n        <div class=\"dropdown-content\">\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/services\/\">All Services<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/automotive-window-tinting\/\">Automotive Window Tinting<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/architectural-window-tinting\/\">Architectural Window Tinting<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/remote-starts\/\">Remote Starts<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/wraps\/\">Wraps<\/a>\r\n          <a href=\"https:\/\/downthelinecustoms.com\/index.php\/starlight-headliners\/\">Starlight Headliners<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/gallery\/\">Gallery<\/a>\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/warranty\/\">Warranty<\/a>\r\n      <a href=\"https:\/\/downthelinecustoms.com\/index.php\/contact-us\/\">Contact<\/a>\r\n    <\/nav>\r\n\r\n    <!-- Hamburger Icon -->\r\n    <div class=\"dlc-menu-toggle\">&#9776;<\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<style>\r\n\/* Sticky Header *\/\r\n.dlc-header {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  background: linear-gradient(90deg, #6a0dad, #1e90ff);\r\n  padding: 15px 20px;\r\n  z-index: 1000;\r\n  color: white;\r\n  font-family: Arial, sans-serif;\r\n  box-shadow: 0 2px 12px rgba(0,0,0,0.35);\r\n}\r\n\r\n\/* Prevent content from hiding under header *\/\r\nbody { margin-top: 95px; }\r\n\r\n\/* Container: logo left, slogan center, nav right *\/\r\n.dlc-header .container {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: space-between;\r\n  position: relative;\r\n}\r\n\r\n\/* Logo *\/\r\n.dlc-header .logo img { \r\n  height: 60px; \r\n}\r\n\r\n\/* Slogan always centered *\/\r\n.dlc-header .slogan {\r\n  position: absolute;\r\n  left: 50%;\r\n  transform: translateX(-50%);\r\n  font-size: 18px;\r\n  font-weight: 400;\r\n  letter-spacing: 1px;\r\n  color: #E5E5E5;\r\n  text-shadow: 0 2px 6px rgba(0,0,0,0.35);\r\n  white-space: nowrap;\r\n  z-index: 500;\r\n}\r\n\r\n\/* Desktop Navigation *\/\r\n.dlc-nav {\r\n  display: flex;\r\n  gap: 24px;\r\n  align-items: center;\r\n  margin-left: auto;\r\n}\r\n\r\n.dlc-nav a {\r\n  color: white;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  transition: color 0.2s ease;\r\n}\r\n\r\n.dlc-nav a:hover { color: #FFD700; }\r\n\r\n\/* Dropdown *\/\r\n.dropdown {\r\n  position: relative;\r\n  display: inline-block;\r\n}\r\n\r\n.dropbtn {\r\n  color: white;\r\n  text-decoration: none;\r\n  font-weight: 600;\r\n  cursor: pointer;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 5px;\r\n  transition: color 0.2s ease;\r\n}\r\n\r\n.dropbtn:hover { color: #FFD700; }\r\n\r\n.dropdown-content {\r\n  display: none;\r\n  position: absolute;\r\n  background-color: rgba(0,0,0,0.95);\r\n  min-width: 220px;\r\n  z-index: 1000;\r\n  flex-direction: column;\r\n  border-radius: 4px;\r\n  box-shadow: 0 2px 8px rgba(0,0,0,0.4);\r\n}\r\n\r\n.dropdown-content a {\r\n  color: white;\r\n  padding: 12px 16px;\r\n  text-decoration: none;\r\n  display: block;\r\n  font-weight: 500;\r\n}\r\n\r\n.dropdown-content a:hover {\r\n  background-color: #1e90ff;\r\n}\r\n\r\n\/* Show dropdown on hover (desktop) *\/\r\n.dropdown:hover .dropdown-content { display: flex; }\r\n\r\n\/* Chevron *\/\r\n.chevron {\r\n  font-size: 10px;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n\/* Hamburger *\/\r\n.dlc-menu-toggle {\r\n  display: none !important;\r\n  font-size: 32px;\r\n  cursor: pointer;\r\n  color: white;\r\n}\r\n\r\n\/* Tablet & Mobile *\/\r\n@media (max-width: 1024px) {\r\n  \/* Slogan stays centered *\/\r\n  .dlc-header .slogan {\r\n    position: absolute;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    font-size: 16px;\r\n  }\r\n\r\n  \/* Mobile\/Tablet Nav *\/\r\n  .dlc-nav {\r\n    position: fixed;\r\n    top: 95px;\r\n    left: 0;\r\n    right: 0;\r\n    flex-direction: column;\r\n    background-color: rgba(0,0,0,0.9);\r\n    display: none;\r\n    z-index: 999;\r\n  }\r\n\r\n  .dlc-nav.active { display: flex; }\r\n\r\n  .dlc-nav a {\r\n    display: block;\r\n    width: 100%;\r\n    text-align: center;\r\n    padding: 14px 0;\r\n    border-bottom: 1px solid #222;\r\n  }\r\n\r\n  .dropdown-content {\r\n    position: relative;\r\n    display: none;\r\n    background-color: rgba(0,0,0,0.9);\r\n  }\r\n\r\n  .dropdown.active .dropdown-content { display: flex; }\r\n  .dropdown.active .chevron { transform: rotate(180deg); }\r\n\r\n  .dlc-menu-toggle { display: block !important; }\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  const toggle = document.querySelector('.dlc-menu-toggle');\r\n  const nav = document.querySelector('.dlc-nav');\r\n  const links = document.querySelectorAll('.dlc-nav a');\r\n  const dropdowns = document.querySelectorAll('.dropdown');\r\n\r\n  \/\/ Hamburger toggle\r\n  toggle.addEventListener('click', () => {\r\n    nav.classList.toggle('active');\r\n  });\r\n\r\n  \/\/ Link click behavior\r\n  links.forEach(link => {\r\n    link.addEventListener('click', (e) => {\r\n      \/\/ On mobile\/tablet, if clicking dropdown parent, toggle dropdown\r\n      if (link.classList.contains('dropbtn') && window.innerWidth <= 1024) {\r\n        e.preventDefault();\r\n        link.parentElement.classList.toggle('active');\r\n        return; \/\/ do not close nav\r\n      }\r\n      \/\/ Close nav for normal links\r\n      nav.classList.remove('active');\r\n      dropdowns.forEach(d => d.classList.remove('active'));\r\n    });\r\n  });\r\n\r\n  \/\/ Optional: click outside to close dropdowns (mobile\/tablet)\r\n  document.addEventListener('click', (e) => {\r\n    dropdowns.forEach(drop => {\r\n      if (!drop.contains(e.target) && window.innerWidth <= 1024) {\r\n        drop.classList.remove('active');\r\n      }\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4270be2 e-flex e-con-boxed e-con e-parent\" data-id=\"4270be2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6e19e3 elementor-widget elementor-widget-image\" data-id=\"f6e19e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"190\" height=\"300\" src=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-15-161318-190x300.webp\" class=\"attachment-medium size-medium wp-image-55\" alt=\"\" srcset=\"https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-15-161318-190x300.webp 190w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-15-161318-650x1024.webp 650w, https:\/\/downthelinecustoms.com\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-15-161318.webp 713w\" sizes=\"(max-width: 190px) 100vw, 190px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b82e106 e-flex e-con-boxed e-con e-parent\" data-id=\"b82e106\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e63c982 elementor-widget elementor-widget-heading\" data-id=\"e63c982\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Custom Starlight Headliners<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f043d08 e-flex e-con-boxed e-con e-parent\" data-id=\"f043d08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8336334 elementor-widget elementor-widget-heading\" data-id=\"8336334\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Luxury Lighting | Expert Installation | Transform Your Interior<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9d53b2 e-flex e-con-boxed e-con e-parent\" data-id=\"f9d53b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27175a6 elementor-widget elementor-widget-html\" data-id=\"27175a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- About Section: Starlight Headliners -->\r\n<section class=\"service-about-starlight\" style=\"background-color: #111; padding: 60px 20px; color: #ffffff;\">\r\n  <div class=\"container\" style=\"max-width: 900px; margin: 0 auto;\">\r\n    <h2 style=\"color: #1e90ff;\">Why Choose Our Starlight Headliners?<\/h2>\r\n    <p>At <strong>Down The Line Customs<\/strong>, we are proud to be the <strong>only shop in Aberdeen, SD<\/strong> that professionally installs premium starlight headliners. This upgrade brings the beauty of a star\u2011filled night sky into the interior of your vehicle using fiber optic technology that creates a breathtaking visual experience.<\/p>\r\n    <p>Our starlight headliners are custom\u2011designed and meticulously installed, offering benefits like:<\/p>\r\n    <ul>\r\n      <li>Luxury ambiance with a realistic starry night ceiling that transforms your vehicle\u2019s interior<\/li>\r\n      <li>Custom patterns, colors, and twinkle effects tailored to your vision<\/li>\r\n      <li>Professional installation with hidden wiring and seamless integration for a clean, high\u2011end finish<\/li>\r\n      <li>High\u2011quality fiber optic lights designed for durability and long\u2011lasting performance<\/li>\r\n      <li>A unique experience that elevates comfort and interior aesthetics<\/li>\r\n    <\/ul>\r\n    <p>Whether you want a subtle twinkling glow or a dazzling starfield effect, our expert team can bring your ideas to life with precision and care.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.service-about-starlight {\r\n  font-family: Arial, sans\u2011serif;\r\n  text-align: left;\r\n}\r\n\r\n.service-about-starlight h2 {\r\n  font-size: 32px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.service-about-starlight p {\r\n  font-size: 16px;\r\n  line-height: 1.7;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.service-about-starlight ul {\r\n  list-style: disc;\r\n  margin-left: 20px;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.service-about-starlight ul li {\r\n  margin-bottom: 12px;\r\n  font-size: 16px;\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d74f532 e-flex e-con-boxed e-con e-parent\" data-id=\"d74f532\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f67938 elementor-widget elementor-widget-video\" data-id=\"2f67938\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=BoOLJJOKSRg&amp;t=3s&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4ecc23 e-flex e-con-boxed e-con e-parent\" data-id=\"b4ecc23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab9bc2c elementor-widget elementor-widget-html\" data-id=\"ab9bc2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FAQ Section: Starlight Headliners -->\r\n<section class=\"service-faq-starlight\">\r\n  <div class=\"container\" style=\"max-width: 900px; margin: 60px auto; padding: 0 20px; color: #ffffff;\">\r\n    <h2 style=\"color: #1e90ff; text-align: center; margin-bottom: 30px;\">Frequently Asked Questions<\/h2>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">Can starlight headliners be installed in any vehicle?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>We can install starlight headliners in most cars, trucks, and SUVs. Each installation is custom\u2011fit, so we evaluate your vehicle beforehand to ensure the best results.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">How long does installation take?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>Installation typically takes 1\u20132 days depending on the size and complexity of your headliner. We handle each project carefully to ensure a flawless finish.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">Can I customize the star pattern and colors?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>Yes! We offer full customization of star patterns, color schemes, and twinkle effects to create a unique starlight experience tailored to your preferences.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">Will installation damage my headliner?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>No. Our expert installation process preserves your vehicle\u2019s original headliner, hiding all wiring and creating a seamless, high-end look.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">Do you offer warranties?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>We provide a warranty on workmanship and materials. Coverage can vary depending on the complexity of the project, so we\u2019ll give you full details for your specific installation.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"faq-item\">\r\n      <button class=\"faq-question\">How do I schedule a consultation?<\/button>\r\n      <div class=\"faq-answer\">\r\n        <p>You can schedule your starlight headliner consultation through our online booking form, or by calling or texting us directly. We\u2019ll work with your schedule for a seamless experience.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.service-faq-starlight .faq-item {\r\n  margin-bottom: 20px;\r\n  border-bottom: 1px solid rgba(255,255,255,0.3);\r\n}\r\n\r\n.service-faq-starlight .faq-question {\r\n  width: 100%;\r\n  background: none;\r\n  border: none;\r\n  color: #ffffff;\r\n  font-size: 18px;\r\n  text-align: left;\r\n  padding: 15px 0;\r\n  cursor: pointer;\r\n  font-weight: 600;\r\n  display: flex;\r\n  justify-content: space-between;\r\n  align-items: center;\r\n}\r\n\r\n.service-faq-starlight .faq-question::after {\r\n  content: '\\25BC'; \/* down arrow *\/\r\n  font-size: 12px;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.service-faq-starlight .faq-item.active .faq-question::after {\r\n  transform: rotate(180deg);\r\n}\r\n\r\n.service-faq-starlight .faq-answer {\r\n  max-height: 0;\r\n  overflow: hidden;\r\n  transition: max-height 0.3s ease, padding 0.3s ease;\r\n  padding: 0 0;\r\n}\r\n\r\n.service-faq-starlight .faq-item.active .faq-answer {\r\n  max-height: 500px;\r\n  padding: 10px 0;\r\n}\r\n\r\n.service-faq-starlight .faq-answer p {\r\n  font-size: 16px;\r\n  line-height: 1.6;\r\n  margin: 0;\r\n  color: #ffffff;\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n  const faqItems = document.querySelectorAll('.service-faq-starlight .faq-item');\r\n\r\n  faqItems.forEach(item => {\r\n    const btn = item.querySelector('.faq-question');\r\n    btn.addEventListener('click', () => {\r\n      item.classList.toggle('active');\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c2450e e-flex e-con-boxed e-con e-parent\" data-id=\"8c2450e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9dc0e0 elementor-widget elementor-widget-html\" data-id=\"e9dc0e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Book Your Appointment CTA -->\r\n<section class=\"book-appointment-banner\">\r\n  <div class=\"referral-content\">\r\n    <h2>Book Your Appointment<\/h2>\r\n    <p>Schedule your window tint, detailing, or custom work with us today. We make it easy and convenient!<\/p>\r\n    <a href=\"\/index.php\/book-now\/\" class=\"referral-btn\">Book Now<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\/* Book Appointment CTA Styling *\/\r\n.book-appointment-banner {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  text-align: center;\r\n  max-width: 600px;\r\n  margin: 40px auto;\r\n  padding: 40px 20px;\r\n  border-radius: 12px;\r\n  background: linear-gradient(90deg, #6a0dad, #1e90ff);\r\n  box-shadow: 0 6px 20px rgba(0,0,0,0.15);\r\n  color: #ffffff;\r\n}\r\n\r\n.book-appointment-banner h2 {\r\n  font-size: 28px;\r\n  margin-bottom: 16px;\r\n  color: #ffffff;\r\n}\r\n\r\n.book-appointment-banner p {\r\n  font-size: 16px;\r\n  line-height: 1.6;\r\n  margin-bottom: 25px;\r\n  color: #ffffff;\r\n}\r\n\r\n.referral-btn {\r\n  display: inline-block;\r\n  padding: 14px 32px;\r\n  font-weight: 600;\r\n  border-radius: 30px;\r\n  background: #ffffff;\r\n  color: #1e90ff;\r\n  text-decoration: none;\r\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n}\r\n\r\n.referral-btn:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 18px rgba(0,0,0,0.3);\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (min-width: 992px) {\r\n  .book-appointment-banner {\r\n    max-width: 450px;\r\n  }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Perfection is Our Baseline. Home Services &#9660; All Services Automotive Window Tinting Architectural Window Tinting Remote Starts Wraps Starlight Headliners [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-860","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/860","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/comments?post=860"}],"version-history":[{"count":14,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/860\/revisions"}],"predecessor-version":[{"id":917,"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/pages\/860\/revisions\/917"}],"wp:attachment":[{"href":"https:\/\/downthelinecustoms.com\/index.php\/wp-json\/wp\/v2\/media?parent=860"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}