/* ==========================================================================
   1. BASE & RESET
   ========================================================================== */
:root {
  /* Surface backgrounds */
  --bg-main: #f9f9fb;        /* Off-white main background */
  --bg-dark: #15264e;        /* Deep dark blue for headers/footers/cards */
  --bg-card-light: #ffffff;  /* Pure white for regular main-area cards */
  
  /* Brand/Action colors */
  --brand-orange: #ff6b00;   /* Vibrant orange accent */
  --brand-orange-hover: #e05e00; /* Darker orange for accessible hover states */
  
  /* Text colors */
  --text-dark: #1e293b;      /* Dark gray/blue for high readability on off-white */
  --text-light: #f8fafc;     /* Clean off-white text for dark backgrounds */
  --text-muted: #64748b;     /* Soft gray for secondary text */
}



   * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    hanging-punctuation: first last;
}

body {
    background-color: var(--bg-main);
    color: var(--text-dark);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
     margin-inline: auto;
}
p {
    
 max-width: 75ch;
 /* margin-inline: auto; */
 
 text-wrap:pretty;
 
}


img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 1rem;
}
ul {
    list-style-type:none;
}

a {
  color: inherit;            /* Inherits text color from parent element */
  text-decoration: none;     /* Removes the default underline */
  cursor: pointer;           /* Keeps the hand pointer icon */
}

.t-page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.015em;
}

@media(prefers-reduced-motion: no-preference) {
    :has(:target){
        scroll-behavior: smooth;
        scroll-padding-top: 1rem;
    }
}

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* .active{
    color:#047857;
} */

/* ==========================================================================
   2. LAYOUT & UTILITIES
   ========================================================================== */
  

   .demo{
    font-size: 250%;
    font-weight: bolder;
    color: #ea580c;
    padding: 5%;
    margin: auto;
   }
.l-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}
.l-margin-auto{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.l-grid {
    display: grid;
    gap: 1.5rem; /* gap-6 */
    grid-template-columns: 1fr;
}
.u-py-5  { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.u-py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.u-px-4  { padding-left: 1rem; padding-right: 1rem; }
.u-p-1   { padding:2rem; }

.u-my-5  { margin-bottom: 2%; }
.u-my-3  { margin-top: 3%; margin-bottom: 3%; }
.u-mb-5  { margin-bottom: 5%; }
.u-my-7  {
        margin-top: 7%;
    margin-bottom: 7%;
}

.u-ml-4{
    margin-left: 4%
}
.u-link-back {
    display: inline-flex;
    align-items: center;
    color: #2563eb; /* text-blue-600 */
    font-size: 4rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.u-link-back:hover {
    text-decoration: underline;
}
.u-text-muted { color: var(--text-muted); }
/* ==========================================================================
    COMPONENTS - Buttons
   ========================================================================== */
.c-btn{
    background-color: var( --bg-dark);
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.3rem 0.3rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border: none;

}



/* ==========================================================================
    COMPONENTS - Navigation
   ========================================================================== */
nav{
    
    font-size: 100%;
    background-color: var( --bg-dark);
    color: var(--text-light);
    border-bottom: 4px solid var(--brand-orange);
 
   /* border: 5px solid purple; */
}



@media (min-width: 768px){
nav{
    display: flex;
   
    justify-content: space-between;
    align-items: center;
   /* border: 5px solid purple; */
}
}
   .nav-strip{
    display: flex;
    padding: 3%;
    justify-content: space-between;
    /* background-color: #64748b; */
  
   }

   @media (min-width: 768px) {
     .nav-strip{
        position: relative;
        padding: 3%;
     }
}

.menu-toggle {
    float: right;
    font-size: 150%;
    padding: 1%;
    /* color: #46eb25; */
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

.nav-container {
    display: none;
    padding: 3%;

}

@media (min-width: 768px) {
    .nav-container {
        margin-top: 0%;
        display: block;
        /* flex: auto; */
        min-height: fit-content;
        

    }
}



.nav-pills {
    margin-top: 5%;
    display: grid;
    /* background-color: #9ca3af; */

}


@media (min-width: 768px) {
    .nav-pills {
         margin-top: 0%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; 
        gap: 2%;
         /* width: 100%;  */
     
        /* background-color: #b2e985; */
    }
}

.nav-item{
    white-space: nowrap;
}

.nav-link{
    padding: 0%;
    
    /* border: 5px solid purple; */
}

.nav-link :hover{
    color: var(--brand-orange);
}
.nav-item_active{
      border-bottom: 4px solid var(--brand-orange);
}
@media (min-width: 768px){
.nav-link{
    padding: 0.5%;
    /* border: 5px solid red; */
    margin: 1%;
    flex-shrink: 1;
     cursor: pointer;
}
}

@media (min-width: 768px){
     .nav-contact{
        visibility: hidden;
        position: absolute;
        top: 5px;     
        left: 55%;
       /* border: 5px solid rgb(22, 179, 17);  */
     }
}

.nav-logo{
    text-align: center;
    /* line-height: 1.1; */
}
.nav-logo__title{
    font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.025em;
    text-wrap: balance;
/* border: 5px solid rgb(179, 17, 17); */
}

@media (min-width: 768px){
     .nav-logo__title{
 font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
       /* border: 5px solid rgb(22, 179, 17);  */
     }
}

.nav-logo__subtitle{
/* border: 5px solid rgb(28, 17, 179); */
color: var(--brand-orange);
font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px){
     .nav-logo__subtitle{
 font-size: 0.675rem;
  font-weight: 800;
       /* border: 5px solid rgb(141, 17, 179);  */
     }
}

.menu-open {
    display: grid;
}


/* ==========================================================================
    COMPONENTS - MAIN HERO
   ========================================================================== */


.hero3{
   padding: 5%;
    margin-top: 60px;
   height: auto;
  display: grid;
}



.hero3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/zululandmap01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
  background-size: 100%;
  background-position: 00px 150px;
}

@media only screen and (min-width: 700px) {
.hero3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/zululandmap01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
  background-size: 45%;
  background-position: 500px 160px;
}
}

.hero3-title{
    font-family: "Archivo Black", sans-serif;
  max-width: 100%;
  text-align: left;
  font-size: 6.7vw;
  line-height: 110%;
  word-spacing: 2%;
  margin-top: 2%;;
  margin-bottom: auto;
}

@media only screen and (min-width: 700px){
  
.hero3-title{
  max-width: 100%;
 
  font-size: 3.1vw;
  line-height: 100%;
  word-spacing: 10%;
  margin-top: 0%;;
  margin-bottom: 2%;
}
}
.hero3-highlight{
  color: var(--brand-orange); /* Fill color of the text */
  -webkit-text-stroke: 1px black; 
}

@media only screen and (min-width:700px){
 .hero3-highlight{
  -webkit-text-stroke: 3px black; 
} 
}


.hero3-text {
 font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10%;
  
}

@media only screen and (min-width: 700px){
  .hero3-text {

  font-size: 150%;
  font-weight: 600;
  
  
}

}
.text-white { color:white;-webkit-text-stroke: 1px black;}

@media only screen and (min-width: 700px){
.text-white { color:white;-webkit-text-stroke: 2px black;}


}

.hero3-buttons{
  display: grid;
  gap: 10px;
  /* margin: auto; */
  align-items: center;
  /* outline: solid 2px #1d4ed8; */

}

@media only screen and (min-width: 700px){
.hero3-buttons { 
    grid-template-columns: 1fr 1fr;
}


}

.hero3-button {
  display: inline-block;
  border-radius: 4px;
  background-color: var(--bg-dark) ;
  border: 2px solid black;
  color: var(--brand-orange);
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  padding: 10px;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease;

}

.hero3-button:hover{
    border: 2px solid var(--brand-orange) ;
     color: var(--text-light);

}

.accent{
    background-color: var(--brand-orange) ;
    color: var(--text-light);
    
}

.accent:hover{
        background-color: var(--bg-card-light) ;
    color: var(--brand-orange-hover);
     
      /* transform: color ; */
}
@media only screen and (min-width: 700px){
  .hero3-text-bottom{
     /* 2. Removes it from the grid flow */
     margin-top: 10%;
/* justify-self: end;
  margin-right: 50%;   */

  }
}


   .c-mainhero{
    height: 40vh;
    display: grid;
   }
.c-mainhero__container{

    display: grid;
    align-items: center;
     gap: 20px; 
    
}

@media (min-width: 768px){
.c-mainhero__container{
    display: flex;
    align-items: center;
}
}

.c-mainhero__content{
  display: grid;
  align-items: center;
   color: var(--brand-orange);
    font-weight: 500;
    font-size: 100%;
    line-height: 1;
}

@media (min-width: 768px){
.c-mainhero__content{
  
   color: var(--brand-orange);
    font-weight: 900;
    font-size: 150%;
    line-height: 1.2;
}
}

.c-mainhero__actions{
    display: grid;
  
    padding: 4%;
    margin-left: auto;
    margin-right: auto;
}
.c-mainhero__actionItem{
border: #047857 solid;
}

/* ==========================================================================
   3. COMPONENTS - HERO
   ========================================================================== */

    /* BLOCK: Cookie Notice */
.c-cookie-bar {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none; /* Hidden by default, shown via JS */
}

@media (min-width: 768px) {
    .c-cookie-bar {
        max-width: 400px;
        right: auto;
    }
}

.c-cookie-bar__text {
    font-size: 0.8125rem;
    color: #475569;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.c-cookie-bar__actions {
    display: flex;
    gap: 0.75rem;
}

/* Reusing your orange button style */
.c-cookie-bar__btn {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border: none;
}

.c-cookie-bar__btn--accept {
    background: #ea580c;
    color: #ffffff;
}

.c-cookie-bar__btn--decline {
    background: #f1f5f9;
    color: #64748b;
}

/* BLOCK: Cookie Trigger Button */
.c-cookie-trigger {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem; /* Pin to the right */
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 10000; /* Stays above everything */
}

.c-cookie-trigger:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.c-cookie-trigger__img {
    width: 24px;
    height: 24px;
}

/* Modifier: Ensure Cookie Bar is also right-aligned to match icon */
@media (min-width: 768px) {
    .c-cookie-bar {
        left: auto; /* Remove left pin */
        right: 1.5rem; /* Match the icon's right position */
  bottom: 5rem; /* Sit above the icon */
    }
}

.c-hero {
    background-color: #0f172a;
    padding: 3rem 1rem;
    border-bottom: 4px solid #ea580c;
    text-align: center;
}

.c-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.c-hero__subtitle {
    margin-top: 0.5rem;
    color: #fb923c;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .c-hero__title { font-size: 3rem; }
}

/* BLOCK: Business Details */
.c-business-details {
    background-color: #ffffff;
    min-height: 100vh;
    border-top: 8px solid #ea580c;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .c-business-details {
        min-height: 0;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        border-radius: 0.5rem;
    }
}

/* ELEMENT: Inner Padding */
.c-business-details__inner {
    padding: 1.5rem;
}



/* ELEMENT: Title */
.c-business-details__title {
    font-size: 1.5rem; /* 24px */
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .c-business-details__title {
        font-size: 2.25rem; /* 36px */
    }
}

/* COMPONENT: Back Link */
.c-back-link {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.c-back-link:hover {
    text-decoration: underline;
}

.c-back-link__icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}

.c-p-link{
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}

.c-p-link:hover{
    color: var(--brand-orange);
}

/* ==========================================================================
   4. COMPONENTS - FAQ
   ========================================================================== */

/* Container spacing */
.zi-faq-container {
  max-width: 800px;
  margin: 40px auto;
  /* font-family: sans-serif; */
}

/* Individual Accordion Item styling */
.zi-faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* When the accordion is open, add a subtle shadow and dark border */
.zi-faq-item[open] {
  border-color: #333333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* The Clickable Header Button */
.zi-faq-question {
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none; /* Hides default chrome/safari arrow */
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

/* Hides default Firefox arrow */
.zi-faq-question::-webkit-details-marker {
  display: none;
}

/* Creates the Custom Industrial Toggle Icon (+) */
.zi-faq-question::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  transition: transform 0.2s ease;
}

/* Changes the icon to a Minus (−) when open */
.zi-faq-item[open] .zi-faq-question::after {
  content: "−";
  color: #1a1a1a;
}

/* Hover effect for the button */
.zi-faq-question:hover {
  background-color: #f0f0f0;
}

/* The Dropdown Answer Area */
.zi-faq-answer {
  padding: 0 24px 24px 24px;
  color: #444444;
  line-height: 1.6;
  font-size: 15px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}

.zi-faq-answer p {
  margin: 16px 0 0 0;
}

/* ==========================================================================
   4. COMPONENTS - BUSINESS CARD
   ========================================================================== */

     .c-cardBlock {
        display: grid;
        gap: 20px;
    }

    .c-cardBlock__cat {
        display: flex;
        justify-content: space-evenly;
    }

    .c-cardBlock__cor {
        justify-content: space-around;
    }

@media (min-width: 768px) {
    .c-cardBlock {
        display: flex;
    }

    .c-cardBlock__cat {
        justify-content: space-evenly;
    }

    .c-cardBlock__cor {
        justify-content: space-around;
    }

}


.c-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease;
}

.c-card:hover { border-color: #ea580c; }

.c-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.c-card__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    transition: color 0.2s ease;
}

.c-card:hover .c-card__title { color: #ea580c; }

.c-card__category {
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.c-card__button {
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}

.c-card__button:hover { background-color: #ea580c; }

.c-card__badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}


/* ELEMENT: Detail Card Specifics */
.c-business-card {
    background-color: #ffffff;
    border-top: 8px solid #ea580c; /* The Industrial Orange stripe */
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.c-business-card__content { 
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .c-business-card__content {
        padding: 3rem; /* More "VIP" padding for desktop */
    }
}

/* BLOCK: Vetted Badge */
.c-vetted-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0.75rem 0;
    border-top: 1px solid #f3f4f6;
}

.c-vetted-badge__icon {
    width: 1rem;
    height: 1rem;
    color: #059669; /* emerald-600 */
}

.c-vetted-badge__text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #047857; /* emerald-700 */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .c-vetted-badge__text { font-size: 0.875rem; }
}

/* COMPONENT: Section Label */
.c-section-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ea580c; /* orange-600 */
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* BLOCK: Data List (The Spec/Compliance Rows) */
.c-data-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.c-data-list__item {
    background-color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 4px solid #e5e7eb;
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    .c-data-list__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.c-data-list__label {
    font-size: 10px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
    .c-data-list__label { margin-bottom: 0; }
}

.c-data-list__value {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1e293b;
}
/* BLOCK: Trust Bar */
.c-trust-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* ELEMENT: Years Counter */
.c-trust-bar__years {
    font-size: 1.25rem; /* 20px */
    font-weight: 900;
    color: #0f172a; /* slate-900 */
    line-height: 1;
}

/* ELEMENT: Label */
.c-trust-bar__label {
    font-size: 10px;
    font-weight: 700;
    color: #ea580c; /* orange-600 */
    text-transform: uppercase;
    letter-spacing: 0.3em;
    border-left: 2px solid #e5e7eb;
    padding-left: 1rem;
}


/* Creates an independent background layer */



/* ==========================================================================
   5. COMPONENTS - BADGES
   ========================================================================== */
.c-badge {
    padding: 2px 8px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}


/* BLOCK: Contact Info Card */
.c-contact-info {
    background-color: #f8fafc; /* slate-50 */
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0; /* slate-200 */
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .c-contact-info {
        grid-template-columns: 1fr 1fr;
    }
}

/* ELEMENT: Row/Item */
.c-contact-info__item {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.c-contact-info__hours{
    display: flex;
}

/* ELEMENT: Label (Fixed width for alignment) */
.c-contact-info__label {
    width: 80px; /* equivalent to w-20 */
    flex-shrink: 0;
    color: #9ca3af;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    padding-top: 2px;
}

/* ELEMENT: Link Specifics */
.c-contact-info__link {
    color: #2563eb;
    text-decoration: none;
}

.c-contact-info__link:hover {
    text-decoration: underline;
}

.c-contact-info__address {
    color: #475569; /* slate-600 */
    font-weight: 500;
}




.c-badge--blue  { background: #dbeafe; color: #1d4ed8; border-color: #bfdbfe; }
.c-badge--green { background: #dcfce7; color: #15803d; border-color: #bbf7d0; }
.c-badge--gray  { background: #f3f4f6; color: #4b5563; border-color: #d1d5db; }


/* ==========================================================================
   6. COMPONENTS - FOOTER
   ========================================================================== */

.c-list{
    color:inherit;
} 
.c-list--circled{
    list-style-type: disc;
}


/* ==========================================================================
   6. COMPONENTS - FOOTER
   ========================================================================== */
.c-footer {
    margin-top: 1%;
     margin-bottom: 2%;
    padding: 2.5rem 1rem;
    border-top: 5px solid #f3f4f6;
    color: #9ca3af;
    font-size: 0.875rem;
    text-align: center;
    
}

.c-footer__link {
    color: #6b7280;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.c-footer__link:hover { color: #ea580c; }

.c-footer__action-link {
    color: inherit;
    text-decoration: underline;
}

.c-footer__action-link:hover { color: #374151; }

.c-footer-grid{
    display: grid;
    grid-template-columns: 1fr ;

}

@media (min-width: 768px) {
    .c-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}



/* ==========================================================================
   7. COMPONENTS - RFQ FORM
   ========================================================================== */
.c-rfq-form {
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: #ffffff;
    border: 2px dashed #e5e7eb;
    border-radius: 0.75rem;
}

.c-jumprfq-btn{
    background-color: var(--brand-orange);
    color: var(--text-light);
  
        font-size: 1rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border: none;


}

@media (min-width: 768px) {
    .c-rfq-form { padding: 2.5rem; }
}

.c-rfq-form__title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.c-rfq-form__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    color: #ea580c;
}

/* Form Layout Elements */
.c-rfq-form__group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .c-rfq-form__group--two-col { grid-template-columns: 1fr 1fr; }
    .c-rfq-form__group--three-col { grid-template-columns: 1fr 1fr 1fr; }
}

/* The Standard Input Style */
.c-rfq-form__input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    outline: none;
    transition: ring 0.2s;
}

.c-rfq-form__input:focus {
    border-color: #ea580c;
    box-shadow: 0 0 0 2px rgba(234, 88, 12, 0.2);
}

.c-rfq-form__textarea {
    min-height: 8rem;
    resize: vertical;
    font-family: inherit;
}

/* Checkbox Wrapper */
.c-rfq-form__checkbox-wrapper {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
}

.c-rfq-form__checkbox {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    accent-color: #ea580c;
}

/* Modal pop up for rfq form  */
/* Modal pop up for rfq form  */
/* Modal pop up for rfq form  */
/* Modal pop up for rfq form  */

.c-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Keeps it above headers and maps */
    backdrop-filter: blur(4px); /* Sleek modern blur effect */
}

/* The centered white alert card */
.c-modal {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: modalPulse 0.3s ease-out;
}

.c-modal__icon {
    font-size: 3rem;
    color: #2e7d32; /* Rich industrial safety green */
    margin-bottom: 15px;
}

.c-modal__title {
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1.5rem;
}

.c-modal__message {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Action button */
.c-modal__btn {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.c-modal__btn:hover {
    background-color: #333333;
}

/* Smooth entry animation */
@keyframes modalPulse {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

 /* th, td {
    padding: 12px;
  } */