body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    transition: background-color 0.3s;
    background: linear-gradient(180deg, #000000 25%, #000000 50%, #d90429 100%);     
    color: #fff;                   
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

nav {
    background-color: #000;
    width: 100%;
    position: sticky;
    top: 0;
    color: #000;
    border-top: 10px solid #d90429;
    border-bottom: 1px solid #d90429;
    height: 180px;
    overflow: visible;
    z-index: 100;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    height: 180px;
}

.navbar a {
    display: inline;
    padding: 14px 20px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.navbar li {
    display: flex;
    align-items: center;
}

.navbar > li > a:hover {
    transform: scale(1.44);
}

.navbar li.dropdown {
    position: relative;
}

.navbar li.dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    border: 2px solid #d90429;
    border-radius: 6px;
    min-width: 200px;
    padding: 10px 0;
    z-index: 200;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.navbar li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.dropdown-menu li a:hover {
    color: white;
    background-color: #d90429;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.logo-stack {
  position: relative;
  display: inline-block;
}

.nav-logo {
  display: block;
  height: 190px;
  transition: opacity 0.3s ease;
}

.old-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;  
}

.logo-stack:hover .current-logo {
  opacity: 0;   
}

.logo-stack:hover .old-logo {
  opacity: 1;   
}

.nav-brand {
    display: flex;
    align-items: center;
}

.quote-phone-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    height: 175px;
    margin-top: -20px;
    gap: 0px;
}

.quote-button {
    background-color: #d90429;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.quote-button a {
    background-color: #d90429;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

.quote-button:hover {
    background-color: #b00322;
}

.phone-number {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.nav-contact {
    display: flex;
    align-items: flex-end;
}

.hamburger {
    display: none;
}

.footer-credit {
    text-align: center;
    background-color: #d90429; 
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    font-style: italic; 
}

footer {
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 15px;
    background-color: #000;
    border-top: 1px solid #d90429;
}

footer .footer-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

footer .social-icon {
    width: 38px;
    height: 38px;
    transition: transform 0.2s ease;
}

footer .social-icon:hover {
    transform: scale(1.1);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;          
    justify-content: center;   
    gap: 10px;                  
    text-align: center;         
    margin: 10px 0;            
}

.footer-links a {
    color: #fff;
    text-decoration: none;    
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #d90429;             
}

.usa-banner {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: 'Dancing Script', cursive;
    position: relative;  
    left: -25px;          
}

.usa-banner img {
    max-width: 135px;
    display: block;
    margin: 0 auto 2px; 
}

.usa-banner p {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
}

.tagline {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin: 60px 0 5px 0;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    animation: fadeIn 1.2s ease-out;
    letter-spacing: 1px;
}

.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: white;
}

.hero-image {
    width: 100%;
    height: auto;         
    display: block;
}

.hero-content {
    position: absolute;
    top: 10%;             
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: 'Dancing Script', cursive;
    max-width: 90%;
    
}

.hero-content h1 {
    font-size: clamp(2rem, 6vw, 4rem);
}

.hero-content p,
.since-text {
    font-size: clamp(1rem, 3vw, 1.5rem);
    
}

.hero-content h1,
.hero-content p,
.since-text {
    margin: 0.2rem 0;
    line-height: 1.2;
    animation: popIn 1.5s ease-out forwards; 
}

@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.quality-text-section {
  width: min(1000px, calc(100% - 40px));
  margin: clamp(30px, 5vw, 60px) auto;
  text-align: center;
  color: #fff;
}

.quality-text-section h2 {
  margin-bottom: 18px;
  font-size: 26px;
  color: #d90429;
}

.quality-text-section p {
  margin-bottom: 18px;
  line-height: 1.75;
  font-size: 17px;
}

.info-section {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.info-section h2{
   color:#fff;
}

.info-section .hours,
.info-section .location,
.info-section .contact {
    flex: 1;
    text-align: center;
    color: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
}

.info-section .hours::after,
.info-section .location::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #d90429;
}

.contact a {
    text-decoration: none;
    color: #fff;
}

.services-section {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}

.services-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.services-grid a {
    text-decoration: none; 
    color: inherit;        
}

.service-link {
    text-decoration: none;  
    color: inherit;         
    display: inline-block; 
}

.services-bar img {
    filter: invert(1);
}

.service-item {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    user-select: none;
    background-color: #f9f9f9; 
    border: 2px solid #ccc;
    text-decoration: none; 
}

.service-item:hover {
    transform: scale(1.05);
}

.service-item img {
    display: block;
    margin: 0 auto 15px auto;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.delivery-section {
  width: min(1500px, calc(100% - 64px));
  margin: clamp(28px, 5vw, 60px) auto;
  padding: clamp(10px, 2.2vw, 32px) clamp(10px, 2.5vw, 24px);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  background-color: #ffffff;
  min-width: 0;
  box-sizing: border-box;
}

.delivery-section h2 {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}

.delivery-subtext {
  max-width: 780px;
  margin: 0 auto clamp(12px, 2.2vw, 24px);
  text-align: center;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.6;
  color: #000;
}

.delivery-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1.6vw, 16px);
  margin-top: clamp(10px, 1.8vw, 18px);
}

.delivery-gallery > * {
  min-width: 0; 
}

.delivery-gallery img {
  width: 100%;
  height: clamp(160px, 15vw, 360px);
  object-fit: contain;   
  background-color: #fff; 
}

.delivery-note {
  max-width: 900px;
  margin: clamp(14px, 2vw, 22px) auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.15);
  text-align: center;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.6;
  color: #000;
}

.whats-new-section {
    padding: 60px 20px;
    text-align: center;
}

.whats-new-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #fff;
}

.whats-new-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(15px, 3vw, 30px);
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;   
}

.new-item {
    background-color: #f4f4f4; 
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: 2px solid #ccc;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000;
}

.new-item img {
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.new-item img:only-of-type {
    width: 100%;
    margin-bottom: 15px;
}

.new-item img:first-of-type:nth-last-of-type(2),
.new-item img:first-of-type:nth-last-of-type(2) + img {
    width: 88%;         
    margin-left: auto;
    margin-right: auto;
}

.new-item h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
}

.new-item p {
    font-size: 16px;
    color: #000;
    border-top: 1px solid #ddd;
    padding: 0.5rem 1rem;
    margin-top: 10px;
    margin-bottom: 14px;
}

.new-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.about-summary {
  max-width: 1100px;
  margin: 60px auto;
  color:#000;
  text-align: center;
}

.about-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-card {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 2px solid #ccc;
  background-color: #f9f9f9;
}

.about-card:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 8px 18px rgba(0,0,0,0.2); 
}

.about-card i {
  font-size: 2rem;
  color: #000;
  margin-bottom: 15px;
}

.about-page {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
}

.about-page h1 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.about-page p {
    margin-bottom: 20px;
}

.about-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  overflow: visible;
  flex-wrap: nowrap;
}

.side-stars {
  position: absolute;
  top: 120px; 
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #000;
}

.left-stars div:nth-child(2) {
  left: -20px;
}

.right-stars div:nth-child(2) {
  right: -20px;
}

.left-stars {
  left: -8px;
}

.right-stars {
  right: -8px;
}

.side-stars div {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
}

.side-stars div i {
  font-size: 30px;
  color: #fff;
  transition: opacity 0.3s;
}

.side-stars div .star-name {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.side-stars div:hover .star-name {
  opacity: 1;
}

.about-content {
    max-width: 700px; 
    font-size: 16PX;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;   
    height: calc(100% - 100px);  
    width: 4px;
    background-color: #d90429;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    color:#000;
}

.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.timeline-item .content {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #ccc;
    max-width: 400px;
    flex: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.timeline-item .image {
    width: 260px;           
    height: 190px;         
    flex-shrink: 0;
    margin: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;      
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12); 
}

.timeline-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
    border-radius: 10px;
    display: block;
}

.timeline-item .content h3 {
    margin-top: 0;
    color: #d90429;
    font-size: 20px;
    margin-bottom: 10px;
}

.shop-section {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.shop-section h2{
    color:#fff;
}

.shop-button {
    background-color: #d90429;
    color: white;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.shop-button.disabled {
    background-color: #777;
    cursor: not-allowed;
    pointer-events: none;
}

.shop-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.shop-container {
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.founder-section {
    padding: 60px 20px;
}

.founder-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.founder-image {
    flex: 0 0 auto;      
    width: 250px;        
}

.founder-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    display: block;
}

.founder-text {
    flex: 2;
    min-width: 250px;
    background-color: #f9f9f9;
    color: #000; 
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-text:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 8px 18px rgba(0,0,0,0.2); 
}

.founder-text h2,
.founder-text p {
    color: #000; 
}

.shop-button:hover {
    background-color: #b00322;
}

.faq-section {
  float: right;
  width: 250px;
  margin-top: 80px;
  padding: 5px;
  background-color: #f9f9f9; 
  border-radius: 8px;
  border: 2px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-right: 150px;
}

.faq-section h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.faq-question {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.faq-question:hover {
  background-color: #eee;
}

.faq-answer {
  display: none;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  color:#000;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.exclamation {
    color: #fff;
    font-weight: bold;
    margin-left: 5px; 
}

.contact-page {
  max-width: 800px;
  margin: 100px auto 60px;
  padding: 0 20px;
}

.contact-form-section h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}

.contact-form-section p {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #d40000;
}

.contact-form .quote-button {
  background-color: #d90429;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.contact-form .quote-button:hover {
  background-color: #b30000;
}

.services-bar {
  background: rgba(0, 0, 0, 0.5); 
  padding: 40px 0 20px 0; 
  position: sticky;   
  top: 180px;         
  z-index: 99;       
}

.services-bar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px; 
  max-width: 1400px; 
  margin: 0 auto;
  padding: 0 10px;
}

.service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: transform 0.2s ease, color 0.2s ease;
}

.service-link.active-link {
  color: #b30000 !important;
  transform: translateY(-5px); 
  transition: color 0.3s ease, transform 0.3s ease;
}

.service-link img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 10px; 
}

.service-link h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  color:#fff;
}

.services-grid-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.service-card {
    position: relative; 
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 40px 20px;
    scroll-margin-top: 190px; 
}

.service-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;          
    height: 120px;        
    object-fit: contain;
    opacity: 0.12; 
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;  
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.service-card h2 {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;

}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color:#000;
}

.service-card.active {
  background-color: #fff5e0; 
  transition: background 0.3s, border 0.3s;
}

.stats-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
}

.stat {
  flex: 1 1 150px; 
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
}

.stat-label {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #fff;
}

.stat-bar {
  width: 150px; 
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0.5rem auto; 
  overflow: hidden;
}

.stat-fill {
  height: 100%;
  width: 0;
  background-color: #d90429;
  border-radius: 5px;
  transition: width 2s ease-in-out;
}

.projects-grid h1 {
    grid-column: 1 / -1; 
    text-align: center;
    font-size: 2rem;     
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 450px)); 
    gap: 2rem 4rem; 
    padding: 2rem;
    justify-content: center; 
}

.project-card {
    border: 2px solid #ccc;
    padding: 1rem;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 450px;
    color:#000;
}

.project-header {
    display: flex;
    align-items: center;        
    justify-content: center;  
    position: relative;        
    width: 100%;
    margin-bottom: 0.5rem;
    flex-direction: column; 
    align-items: center;
    position: relative;
}

.project-header h3 {
    margin: 0;
    text-align: center;
    color:#000;
}

.project-date {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    font-size: 0.75rem;
    color: #fff;
    background-color: #cc0000;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    font-family: sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);   
    gap: 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 370px;
}

.project-gallery img {
    width: 100%;       
    height: auto;      
    object-fit: cover;  
    image-rendering: auto; 
    border-radius: 4px;
    transition: transform 0.2s;
}

.project-gallery img:hover {
    transform: scale(1.05);
}

.project-card p {
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: center;
    font-style: italic;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid #ddd;
    letter-spacing: 0.5px;
    background-color: #fafafa;
    border-radius: 4px;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 25%, #000000 50%, #d90429 100%); 
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-screen .loading-logo {
    width: 100px; 
    height: 100px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-screen p {
    font-size: 1.2rem;
    margin-top: 10px;
}

#lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 65px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0000; 
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
}


.close-lightbox:hover {
  color: #d90429;
  background-color: rgba(0,0,0,0.3);
  border-radius: 50%;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #000;  
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
}

.close-button:hover {
  color: #fff;
  background-color: #d90429;
  border-radius: 50%;
}

.return-policy-page {
    max-width: 900px;     
    margin: 50px auto;       
    padding: 20px;
    color: #fff;           
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;
}

.return-policy-page h1,
.return-policy-page h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff; 
    white-space: normal; 
    word-wrap: break-word;
    word-break: break-word;
}

.return-policy-page h1 {
    font-size: 28px;
}

.return-policy-page h2 {
    font-size: 22px;
}

.return-policy-page p {
    margin-bottom: 15px;
    text-align: justify;
}

.return-policy-page ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.return-policy-page ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.return-policy-page a {
    color: #ffffff;
    text-decoration: none;
}

.return-policy-page a:hover {
    color: #cccccc;
}

.return-policy-page h1, 
.return-policy-page h2 {
    word-wrap: break-word;
}

@media (hover: none) and (pointer: coarse) {
.navbar > li > a:hover,
.navbar li a:hover,
.service-item:hover,
.about-card:hover,
.project-gallery img:hover,
.service-link:hover,
.about-card:hover,
.product-card:hover {
    transform: none !important;
}

.dropdown-menu li a:hover,
.quote-button:hover,
.shop-button:hover,
.close-button:hover,
.about-card:hover,
.close-lightbox:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.navbar li.dropdown:hover > .dropdown-menu {
    display: none !important;
}

.logo-stack:hover .current-logo {
    opacity: 1 !important;
}

.logo-stack:hover .old-logo {
    opacity: 0 !important;
}
.side-stars div .star-name {
    display: none !important;
}

.side-stars div:hover .star-name {
    display: none !important;
}

.side-stars div {
    pointer-events: none !important;
}

.about-card {
    pointer-events: none !important;
}

.service-card:hover {
    transform: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important; 
    cursor: default; 
}

.faq-question:hover {
  background-color: inherit !important;
  cursor: default !important;
}
}

@media (max-width: 1440px) {
nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: clamp(5px, 1vw, 20px) clamp(10px, 2vw, 40px);
    background-color: #000;
    border-top: 10px solid #d90429;
    position: sticky;
    top: 0;
    z-index: 100;
    height: auto;         
    box-sizing: border-box;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(5px, 2vw, 20px);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.navbar li a {
    font-size: clamp(15px, 1.5vw, 20px);
    padding: clamp(3px, 0.8vw, 14px) clamp(4px, 1vw, 20px);
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.navbar li a:hover {
    transform: scale(1.2);
}

.nav-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nav-brand .nav-logo {
    height: clamp(50px, 12vw, 190px); 
    transition: height 0.2s ease;
}

.quote-phone-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(10px, 1.2vw, 18px);
    gap: clamp(2px, 0.5vw, 10px);
    height: auto;  
}

.quote-button {
    padding: clamp(4px, 0.8vw, 12px) clamp(6px, 1vw, 16px);
    font-size: inherit;
}

.phone-number {
    font-size: inherit;
}

.nav-contact {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: clamp(5px, 1vw, 15px);
    max-width: 40%;  
    margin-right: 0;
}

.navbar li.dropdown > a {
    gap: 4px;
    display: flex;
    align-items: center;
}

.dropdown-menu {
    min-width: 150px;
    font-size: clamp(10px, 1.2vw, 16px);
    padding: clamp(4px, 0.5vw, 10px) 0;
}

.dropdown-menu li a {
    padding: clamp(4px, 0.8vw, 10px) clamp(6px, 1vw, 16px);
}
}

@media (min-width: 768px) and (max-width: 1219px) {
 
    .service-card {
        scroll-margin-top: 300px; 
    }
}

@media (max-width: 768px) {
html, body {
    overflow-x: hidden; 
}
body.about-body,
body.shop-body,
body.contact-body,
body.index-body,
body.projects-body,
body.return-policy-body {
    padding-top: 175px; 
}   

body.services-body {
    padding-top: 350px; 
}   

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;       
    background-color: #000;
    border-top: 10px solid #d90429;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 175px;              
    box-sizing: border-box;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
    gap: 0;
}

.navbar li:not(.nav-brand):not(.nav-contact):not(.hamburger) {
    display: none;
}

.navbar li a {
    font-size: 15px;
}

.dropdown .dropdown-menu {
    display: none !important;
}

.dropdown.show-dropdown .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    padding: 10px;
}

.hamburger {
    font-size: clamp(35px, 6vw, 50px); 
    color: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar.show-mobile li:not(.nav-brand):not(.nav-contact):not(.hamburger) {
    display: block;           
    position: static;       
    top: 100%;               
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 2px solid #d90429;
    z-index: 999;            
}

.navbar.show-mobile li:not(.nav-brand):not(.nav-contact):not(.hamburger) a {
    display: block;
    padding: 15px 0;
    background-color: #000;
}

.navbar.show-mobile {
    position: absolute;
    top: 90%; 
    left: 0;
    width: 100%;
    
}

.nav-contact {
    position: fixed;       
    top: 100px;            
    right: 20px;           
    display: flex;
    align-items: center;
    gap: 15px;             
    z-index: 2000;         
}

.nav-brand {
    position: fixed;        
    top: 60px;              
    left: 15px;             
    z-index: 2000;
}

.nav-brand .logo-stack img.nav-logo {
    height: clamp(110px, 8vw, 1222px);
    width: auto;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.nav-brand .logo-stack:hover .current-logo {
    opacity: 0;
}

.nav-brand .logo-stack:hover .old-logo {
    opacity: 1;
}

.services-bar {
  position: fixed;
  top: 175px; 
  width: 100%; 
  z-index: 999;
}

.services-bar .service-link img {
    width: clamp(30px, 6vw, 60px); 
    height: auto;
    transition: all 0.3s ease;
}

.services-bar .service-link h4 {
    font-size: clamp(10px, 1.5vw, 14px); 
    text-align: center;
}

.services-bar-container {
    display: flex;          
    flex-wrap: nowrap;      
    gap: 18px;            
    padding: 0 10px;        
    text-align: center;
}

.services-grid-page {
    max-width: 1200px;
    margin: 20px auto; 
    padding: 0 10px;   
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;         
}

.service-card {
    padding: 8px 10px;            
    border-radius: 8px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    scroll-margin-top: 260px;
    min-height: auto;              
}

.service-card h2 {
    font-size: 18px;              
    margin-bottom: 6px;
    text-align: center;
}

.service-card p {
    font-size: clamp(15px, 1.5vw, 16px);              
    line-height: 1.4;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 100%;
    margin: 50px auto;
    padding: 0 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50px;    
    bottom: 50px; 
    width: 4px;
    background-color: red;
    left: 48%;
    transform: translateX(-50%);
}

.timeline-item {
    flex-direction: row; 
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 100%;
}

.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
}

.timeline-item .content {
    max-width: 45%; 
    padding: 15px;
    font-size: clamp(15px, 1.5vw, 16px);
}

.timeline-item .image {
    max-width: 45%; 
    height: auto;
    margin: 0;
}

.timeline-item .image img {
    width: 100%;
    height: auto;
}

.timeline-item .content h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.timeline-item:last-child {
    margin-bottom: 10px; 
}

.founder-text h1 {
    font-size: clamp(2rem, 3.5vw, 2.5rem); 
    margin-bottom: 20px; 
}

.founder-text p {
    font-size: clamp(15px, 1.5vw, 16px);
    line-height: 1.4;
}

.founder-section {
    display: flex;
    flex-wrap: nowrap;      
    align-items: center;   
    gap: 10px;
    padding: 10px 10px;
}

.founder-image {
    flex: 0 0 auto;         
    width: clamp(50px, 30%, 150px);
}

.founder-text {
    flex: 1 1 0;          
    min-width: 0;          
}

.founder-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    display: block;
}

.stats-section {
    display: flex;
    flex-wrap: nowrap;         
    justify-content: space-around;
    margin: 2rem 0;
    padding: 0 1rem;
    overflow: hidden;            
}

.stat {
    flex: 1 1 0;              
    min-width: 60px;             
    text-align: center;
    white-space: nowrap;          
}

.stat-number {
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: bold;
    white-space: nowrap;
}

.stat-label {
    font-size: clamp(0.8rem, 1.5vw, 1rem); 
    color: #fff;
    margin-top: 0.2rem;
    white-space: nowrap; 
}

.stat-bar {
    width: 100%;                
    height: 6px;
    background-color: #eee;
    border-radius: 5px;
    margin: 0.25rem auto;
    overflow: hidden;
}

.stat-fill {
    height: 100%;
    width: 0;
    background-color: #d90429;
    border-radius: 5px;
    transition: width 2s ease-in-out;
}

.whats-new-section {
    padding: clamp(10px, 5vw, 60px) clamp(5px, 3vw, 20px);
    text-align: center;
}

.whats-new-section h2 {
    margin-bottom: clamp(10px, 4vw, 40px);
}

.whats-new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(120px, 25vw, 180px), 1fr));
    gap: clamp(6px, 3vw, 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.new-item {
    background-color: #f4f4f4;
    border-radius: clamp(6px, 1vw, 12px);
    border: 2px solid #ccc;
    padding: clamp(6px, 2vw, 20px);
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.new-item img {
    width: 100%;         
    height: auto;         
    max-height: none;     
    object-fit: cover;
}

.new-item h3 {
    font-size: clamp(15px, 2vw, 16px);
    margin: clamp(3px, 1vw, 10px) 0;
}

.new-item p {
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: 1.3;
    padding: clamp(3px, 2vw, 12px);
    border-top: 1px solid #ddd;
}

.new-price {
    color: #d90429;
    font-size: 12px;
}
}

@media (max-width: 360px) { 
.nav-brand .logo-stack img.nav-logo {
    height: clamp(90px, 20vw, 120px);
    width: auto;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.hamburger {
    font-size: clamp(30px, 6vw, 40px); 
    color: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quote-phone-stack .quote-button,
.quote-phone-stack .phone-number {
    font-size: clamp(12px, 2.5vw, 12px);  
    padding: 4px 8px;                   
}
}

@media (max-width: 480px) { 
.side-stars {
    display: none; 
}
}

@media (max-width: 1100px) {
.service-item {
    width: clamp(160px, 25vw, 180px);
    padding: clamp(12px, 2vw, 18px);
    font-size: clamp(14px, 2vw, 16px);
    height: 100px;
}

.service-item img {
    width: clamp(36px, 5vw, 44px);
    height: auto;
}

.services-grid {
    gap: clamp(12px, 3vw, 20px);
}
  
.services-section h2,
.shop-section h2 {
    font-size: clamp(20px, 2vw, 18px);
    margin-bottom: 16px;
}
  
.shop-cta {
    margin-bottom: 24px;
}

.shop-button {
    font-size: clamp(12px, 3vw, 16px);
    padding: 10px 20px;
    background-color: #d90429;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease;
}

 .about-content {
    max-width: 80%;
    font-size: clamp(15px, 1.5vw, 16px); 
    text-align: center;
}

.quality-text-section p {
    max-width: 80%;
    margin: 0 auto 14px auto; 
    font-size: clamp(15px, 1.5vw, 16px);
}

.side-stars div {
  position: relative;
  width: clamp(30px, 6vw, 50px);   
  height: clamp(30px, 6vw, 50px);  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.side-stars div i {
  font-size: clamp(16px, 4vw, 30px); 
  transition: all 0.3s ease;
}

.side-stars div .star-name {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: clamp(16px, 4vw, 30px); 
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.left-stars {
  left: clamp(0px, -5vw, -8px);  
}

.right-stars {
  right: clamp(0px, -5vw, -8px); 
}
}

@media (max-width: 800px) {
.since-text {
    font-size: clamp(14px, 3vw, 20px);
    margin-bottom: 10px;
}
.service-item {
    width: clamp(130px, 28vw, 160px);
    padding: clamp(10px, 2vw, 14px);
    font-size: clamp(12px, 2vw, 14px);
    height: 90px;
}

.service-item img {
    width: clamp(30px, 6vw, 40px);
}

.services-grid {
    gap: clamp(10px, 2vw, 18px);
}
  
.info-section .hours,
.info-section .location,
.info-section .contact {
    flex: 1 1 0; 
    min-width: 120px; 
    text-align: center;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    font-size: clamp(14px, 2vw, 18px);
}

.info-section .hours::after,
.info-section .location::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #d90429;
}

.info-section iframe {
    width: 100%;
    height: auto;
    max-height: 200px;
}

.info-section h2 {
    font-size: clamp(20px, 2vw, 18px); 
    margin-bottom: 10px;
}

footer .social-icon {
    width: clamp(25px, 3vw, 38px); 
    height: clamp(25px, 3vw, 38px);
    transition: transform 0.2s ease;
}

.usa-banner {
    color: white;
    text-align: center;
    font-size: clamp(14px, 2vw, 20px); 
    font-family: 'Dancing Script', cursive;
    position: relative;
    left: -2px;
}

.usa-banner img {
    max-width: clamp(80px, 15vw, 135px);
    display: block;
    margin: 0 auto 2px;
}
}

@media (max-width: 500px) {
.info-section {
    flex-wrap: wrap; 
}

.hours { order: 1; }
.location { order: 3; } 
.contact { order: 2; }  

.info-section .hours,
.info-section .location,
.info-section .contact {
    flex: 1 1 45%; 
    min-width: 120px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.info-section .hours::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #d90429;
}
 
.info-section iframe {
    width: 100%;
    height: auto;
    max-height: 150px; 
}

.info-section .location::after {
    content: none;
}

.service-item {
    width: clamp(70px, 32vw, 100px);
    padding: clamp(4px, 1.5vw, 8px);
    font-size: clamp(10px, 2.5vw, 12px);
    height: 60px;
}

.service-item img {
    width: clamp(18px, 6vw, 24px);
}

.services-grid {
    gap: clamp(4px, 2vw, 10px);
}
}

@media (max-width: 657px) {
.about-card {
  flex: 1 1 clamp(120px, 37%, 160px);
  padding: clamp(5px, 1.8vw, 10px);
}
.about-card i {
  font-size: clamp(1rem, 3.2vw, 1.4rem);
  margin-bottom: clamp(3px, 1.2vw, 6px);
}
.about-card h3 {
  font-size: clamp(0.8rem, 3vw, 1.1rem);
  margin-bottom: clamp(3px, 1vw, 5px);
}
.about-card p {
   font-size: clamp(15px, 1.5vw, 16px);
}
.about-grid {
  gap: clamp(8px, 3.5vw, 15px);
}
}

@media (max-width: 553px) {
 
 .services-bar {
      padding: 10px 0 5px 0;   /* ← smaller height for mobile */
  }
.services-bar-container {
    display: flex;
    flex-wrap: wrap;          
    justify-content: center;  
    gap: 2px;                 
    padding: 0 5px;
}

.services-bar .service-link {
    flex: 0 0 25%;            
    max-width: 60px;         
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-bar .service-link img {
    width: clamp(20px, 20%, 40px);
    height: auto;
}

.services-bar .service-link h4 {
    font-size: clamp(10px, 1.5vw, 12px);
    text-align: center;
}
.service-card {
    scroll-margin-top: 190px; 
}
}

@media (max-width: 1635px) {
.faq-section {
    float: none;
    width: 90%;
    max-width: 250px;
    margin: 40px auto 0 auto;
}

.contact-page {
    margin-top: 40px; 
}
}

@media (max-width: 800px) {
footer {
    font-size: 14px; 
    padding: 15px 10px;
}

.usa-banner {
    font-size: 16px !important;
}

.usa-banner p {
    font-size: 12px !important;
}

.footer-credit {
    font-size: 12px !important;
    padding: 6px 0;
}

footer .social-icon {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 400px) {
footer {
    font-size: 10px; 
    padding: 8px 5px;
}

.usa-banner {
    font-size: 12px !important; 
}

.usa-banner p {
    font-size: 10px !important; 
}

.footer-credit {
    font-size: 10px !important; 
    padding: 3px 0;
}

footer .social-icon {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 1028px) {
.projects-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: clamp(12px, 1.5vw, 24px);
    padding: clamp(12px, 2vw, 24px);
}

.project-card {
    width: clamp(200px, 90%, 450px);
    padding: clamp(0.6rem, 1.5vw, 1rem);
}

.project-header h3 {
    font-size: clamp(16px, 1.5vw, 20px);
}

.project-gallery {
    gap: clamp(3px, 0.5vw, 6px);
}

.project-gallery img {
    width: 100%;
}

.project-card p {
   font-size: clamp(15px, 1.5vw, 16px);
    padding: clamp(0.2rem, 0.5vw, 0.4rem);
}
}

@media (max-width: 480px) {
.projects-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: clamp(8px, 3vw, 12px);
    padding: clamp(8px, 3vw, 16px);
}

.project-card {
    width: clamp(140px, 90%, 300px);
    padding: clamp(0.4rem, 2vw, 0.8rem);
}

.project-header {
    flex-direction: column; 
    align-items: center;
    position: relative;
}

.project-header h3 {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 0.2rem;
    text-align: center;
}

.project-date {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    font-size: clamp(9px, 2.5vw, 11px);
    padding: clamp(2px, 1vw, 4px) clamp(4px, 2vw, 6px);
    margin-top: 2px;
}

.project-gallery {
    gap: clamp(2px, 1.5vw, 4px);
}

.project-gallery img {
    width: 100%;
}

.project-card p {
    font-size: clamp(14px, 2vw, 16px);
    padding: clamp(0.2rem, 1vw, 0.4rem);
}
}

@media (max-width: 1115px) {
  .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 90%;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
  }

  .hero-content h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin: 0.3rem 0;
    line-height: 1.2;
  }

  .hero-content p,
  .since-text {
    font-size: clamp(1rem, 3vw, 1.5rem);
    margin: 0.2rem 0;
  }
}

@media (max-width: 760px) {
  .project-header {
      flex-direction: column; 
      align-items: center;
      position: relative;
  }

  .project-date {
      position: relative;
      transform: none;
      right: auto;
      top: auto;
      font-size: clamp(9px, 2.5vw, 11px);
      padding: clamp(2px, 1vw, 4px) clamp(4px, 2vw, 6px);
      margin-top: 2px;
  }
}

@media (max-width: 500px) {
  .projects-grid {
      grid-template-columns: 1fr; 
      justify-items: center;      
      gap: clamp(8px, 3vw, 12px);
      padding: clamp(8px, 3vw, 16px); 
  }

  .project-card {
      width: 100%;              
      max-width: 400px;        
      box-sizing: border-box;   
      margin: 0 auto;            
  }
}

@media (max-width: 768px) {
    #shop-all-btn {
        bottom: 12px;
        right: 12px;
        padding: 10px 16px;  
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .return-policy-page {
        margin: 30px 15px;
        padding: 15px;
    }

    .return-policy-page h1 {
        font-size: 24px;
    }

    .return-policy-page h2 {
        font-size: 20px;
    }

    .return-policy-page p,
    .return-policy-page ul li {
        font-size: 16px;  
    }

    .return-policy-page ul {
        margin-left: 15px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .return-policy-page {
        margin: 20px 10px;
        padding: 10px;
    }

    .return-policy-page h1 {
        font-size: 20px;  
    }

    .return-policy-page h2 {
        font-size: 18px;  
    }

    .return-policy-page p,
    .return-policy-page ul li {
        font-size: 14px;  
    }

    .return-policy-page ul {
        margin-left: 10px;
        padding-left: 10px;
    }
}

