:root{
  --primary-color: #808080; /* Navy */
  --secondary-color: #ffffff; /* Whiteish */
  --accent-color: #a7e0ff; /* Turqoise */
  --text-color: #000000; /* Whiteish */
  --dark-blue: rgb(0, 97, 153); /* Bluesih */
  --light-blue: #00aaff; /* light-blue */
}   

html,body {
height: 100%;
margin: 0;
}

body {
background-color: #fffcf6;
margin: 0;
padding: 0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;;
}




/* First Font Family */
@font-face {
  font-family: oswald;
  src: url(/assets/fonts/Oswald/Oswald-Regular.ttf);
}

/* Second Font Family */
@font-face {
  font-family: regular;
  src: url(/assets/fonts/Roboto/Roboto-Regular.ttf);
}

/* third Font Family */
@font-face {
font-family: oswald-bold;
src: url(/assets/fonts/Oswald/Oswald-Bold.ttf);
}




/* BASE*/
/* BASE*/
/* BASE*/
@media only screen and (min-width: 0px) {
/* Styles for small screens go here */
/* header navigation */

/*HEADER*/
/*HEADER*/
/*HEADER*/

/* Basic styles for the off-canvas navigation */


/* Mobile Navigation */
/* Mobile Navigation */
.mobile-nav {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 50%; /* 2/3 of the screen */
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 1000;
  padding-top: 20px;
  transition: transform 0.3s ease;
  transform: translateX(100%); /* <-- THIS hides it off screen */
}

/* When menu is open */
.mobile-nav.active {
  transform: translateX(0); /* <-- THIS slides it in */
}

/* Close "X" Button */
.close-nav {
position: absolute;
top: 20px;
left: 20px;
font-size: 28px;
cursor: pointer;
color: white;
padding: 10px;
border-radius: 10px;
}

.close-nav:hover {
background-color: #606060;
padding: 10px;
}

.mobile-nav ul {
display: flex;
flex-direction: column;
justify-content:space-evenly;
list-style: none;
padding: 40px;
text-align: left;
width: 100%;
padding: 0;
}

.mobile-nav li:hover {
background-color: #606060;

}

.mobile-nav li {
margin: 20px 0;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}

.mobile-nav a {
color: white;
text-decoration: none;
font-size: 24px;
}


/* For larger screens, the menu will remain hidden */
@media (min-width: 1024px) {
.mobile-nav {
  display: none;
}
}



#header-roc-banner {
  padding: 10px;
  display: flex;
  justify-content: center;
  background-color: #001d4b;
  color: white;
  gap: 8px;
  font-size: 13px;
}


.header {
  display: flex;
  height: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}








.container-1 {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  align-items: center;
  justify-content: center;

  #nav-logo {
    display: flex;
    height: 80px;
    width: 160px;
  }
}

.container-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgb(255, 255, 255);
  
  #top-box {
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

    
    #button-box {
      #join-hvac {
        background-color: #f71821;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        font-size: 13px;
        transition: background-color 0.8s, color 0.8s;
        font-family: regular;
      }

      #join-hvac:hover {
        background-color:#ffe500;
        transition: 0.8s;
        color: rgb(0, 0, 0);
        border-color: rgb(0, 0, 0);
      }
    }
  }

  #bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;

    #top-box-bottom {
      font-size: 14px;
      color: rgb(0, 0, 0);
      
    }
    #bottom-box-bottom {
      font-size: 13px;
      text-align: center;
    }
    
  }
}

.container-3 {
  display: none;

}

/*Navigation-Mobile*/
.container-4-navigation {
  cursor: pointer;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;

  #bars {
    color: #000000;
    height: 40px;
    width: 40px;
  }
}

.container-5 {
  display: none;
}

 /*NAV-BANNER*/
 .nav-banner {
  display: flex;
  font-size: 12px;
  color: rgb(0, 0, 0);
  background-color: #003b89;
  padding: 8px;

  #banner {
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #banner-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    #location-banner-icon {
      height: 34px;
      width: 34px;
    }
  }
 }

/*NAVIGATION*/
.navigation {
  display: none;

}






/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */
/* POP-UP FORM */

/* Popup styles */
.popup {
display: none; /* Hidden by default */
position: fixed;
z-index: 1000; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

.popup-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
border-radius: 12px;
max-width: 800px;
position: relative; /* Relative positioning to keep children in place */
}

.pop-up-title {
display: flex;
justify-content: center;
}

/* Close button */
.close {
position: absolute; /* Position the button relative to .popup-content */
top: 10px; /* Distance from the top */
right: 15px; /* Distance from the right */
color: #000000;
font-size: 28px;
font-weight: bold;
cursor: pointer; /* Pointer cursor on hover */
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
}

/* Form styling */
#form-label {
display: flex;
flex-direction: column;
}

#form-button {
margin: 0 auto;
display: block;
}

#form-button-style {
padding: 14px;
border-radius: 12px;
font-size: 15px;
border: none;
border-width: 0;
color: #000000;
background-color: #b5b5b5;
}

#form-button-style:hover {
color: white;
background-color: #2b91ff;
transition: background-color 0.3s ease, color 0.3s ease;
}

















/*PAGE SECTION*/
/*PAGE SECTION*/
/*PAGE SECTION*/
  /* ──────────────────────────────────────────────
     BASE VARIABLES & RESET
     ────────────────────────────────────────────── */
  :root {
    --primary-color: #ffffff;
    --accent-color: #ff6f00;
    --overlay-color: rgba(0, 0, 0, 0.5);
    --max-content-width: 1200px;
    --transition-duration: 0.6s;
  }

  body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #111;
  }

  a {
    color: var(--accent-color);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

  /* ──────────────────────────────────────────────
     BACKGROUND IMAGE & OVERLAY
     ────────────────────────────────────────────── */
  .topic-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
  }

  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
    z-index: -2;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    z-index: -1;
  }

  /* ──────────────────────────────────────────────
     FLEX CONTAINER: Column on Mobile, Row on Desktop
     ────────────────────────────────────────────── */
.page-section {
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
  gap: 40px;
  display: flex;
  flex-direction: column; /* mobile: stack vertically */
  align-items: center;
  color: white;
}

@media only screen and (min-width: 768px) {
  .page-section {
    /* keep display:flex but switch direction */
    flex-direction: row;   /* desktop: side-by-side */
    margin-left: 100px;
    margin-right: 100px;
  }
}




  .left-content,
  .right-content {
    flex: 1;
  }

  .right-content {
    padding-top: 20px;
  }
  @media only screen and (min-width: 768px) {
    .right-content {
      padding-top: 0;
      padding-left: 40px;
    }
  }

  /* ──────────────────────────────────────────────
     LEFT COLUMN: MAIN CONTENT
     ────────────────────────────────────────────── */
  .left-content .page-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    opacity: 0;
    transform: translateY(20px);
  }

  .left-content .page-content {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 2rem;
  }

  @media only screen and (min-width: 768px) {
    .left-content .page-title {
      font-size: 3rem;
    }
    .left-content .page-content {
      font-size: 1.125rem;
    }
  }

  .left-content .page-content p {
    margin-bottom: 1rem;
  }

  .left-content .page-content ul {
    list-style: none;
    padding-left: 0;
  }

  .left-content .page-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    opacity: 0;
    transform: translateX(-20px);
  }

  .left-content .page-content ul li::before {
    content: "✔︎";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-color);
    font-size: 1rem;
    line-height: 1.2;
  }

  /* ──────────────────────────────────────────────
     RIGHT COLUMN: ACCORDION LIST
     ────────────────────────────────────────────── */
  .accordion {
    background: transparent;
    border: none;
  }

  .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
  }

  .accordion-header {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.8rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
  }

  .accordion-header:hover {
    color: var(--accent-color);
  }

  .accordion-header::after {
    content: "+";
    font-size: 1.2rem;
    transition: transform 0.3s ease;
  }

  .accordion-header[aria-expanded="true"]::after {
    content: "−";
    transform: rotate(180deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 0.5rem;
  }

  .accordion-content p {
    margin: 0.8rem 0;
  }

  @media only screen and (min-width: 768px) {
    .accordion-header {
      font-size: 1.5rem;
    }
    .accordion-content {
      font-size: 1.125rem;
    }
  }

  /* ──────────────────────────────────────────────
     SCROLL‐TRIGGERED ANIMATION CLASSES
     ────────────────────────────────────────────── */
  .animate-on-scroll {
    transition: opacity var(--transition-duration) ease-out,
      transform var(--transition-duration) ease-out;
  }

  .visible {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Staggered delays - left column list items */
  .left-content .page-content ul li.visible:nth-child(1) {
    transition-delay: 0.3s;
  }
  .left-content .page-content ul li.visible:nth-child(2) {
    transition-delay: 0.45s;
  }
  .left-content .page-content ul li.visible:nth-child(3) {
    transition-delay: 0.6s;
  }
  .left-content .page-content ul li.visible:nth-child(4) {
    transition-delay: 0.75s;
  }
  .left-content .page-content ul li.visible:nth-child(5) {
    transition-delay: 0.9s;
  }
  .left-content .page-content ul li.visible:nth-child(6) {
    transition-delay: 1.05s;
  }
  .left-content .page-content ul li.visible:nth-child(7) {
    transition-delay: 1.2s;
  }

  /* Staggered delays - accordion headers */
  .accordion-header.visible:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  .accordion-header.visible:nth-of-type(2) {
    transition-delay: 0.45s;
  }
  .accordion-header.visible:nth-of-type(3) {
    transition-delay: 0.6s;
  }
  .accordion-header.visible:nth-of-type(4) {
    transition-delay: 0.75s;
  }
  .accordion-header.visible:nth-of-type(5) {
    transition-delay: 0.9s;
  }











/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
.footer-section {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}
}


/*DEALER-PROMO*/

  #bryant-logo {
    width: 100%;
  }

  #mobile-dealer-bryant {
  width: 100%;
}

  .dealer-container {
    display: none;
  }





/* MOBILE */
/* MOBILE */
/* MOBILE */
@media only screen and (min-width: 360px) {
  /* Styles for small screens go here */
  /* header navigation */

  

}
/* SMALL LANDSCAPE */
/* SMALL LANDSCAPE */
/* SMALL LANDSCAPE */
@media only screen and (min-width: 568px) {


}
/* LARGE LANDSCAPE */
/* LARGE LANDSCAPE */
/* LARGE LANDSCAPE */
@media only screen and (min-width: 666px) {

}
/* TABLET */
/* TABLET */
/* TABLET */
@media only screen and (min-width: 768px) {


 

}
/* SMALL DESKTOP */
/* SMALL DESKTOP */
/* SMALL DESKTOP */
@media only screen and (min-width: 1024px) {

.dealer-container {
    display: unset;
    height: 700px;
    width: 700px;
}

#mobile-dealer-bryant {
  display: none;
}







/*NAVIGATION*/
#header-roc-banner {
display: flex;
justify-content: center;
gap: 50px;
color: white;
font-size: 16px;
}

.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
background-color: #fff;
}

.header-navigation {
width: 100%;
display: flex;
flex-direction: column; /* Keep this if you need a column layout */
align-items: center; /* Centers items horizontally */

#header-roc-banner {
  width: 100%;
}
}

.header {
width: 100%;
height: 150px;
padding: 0;
background-color: white;


.container-1 {
  width: 100%;
  background-color: #ffffff;
  
  #nav-logo {
    height: 140px;
    width: 300px;
  }
}

.container-2 {
  display: flex;
  width: 100%;
  background-color: #ffffff;

  #top-box {
    display: flex;
    justify-content: start;
    width: unset;
    width: 100%;

    #button-box {

      #join-hvac {
        font-size: 20px;
        display: flex;
        width: 100%;
        border-style:groove;
        border-color: #000;
        border-width: 3px;
      }
    }
  }

  #bottom-box {
    display: flex;
    justify-content: start;
    width: unset;
    width: 100%;
    background-color: #ffffff;

    
    #bottom-box-bottom{
      font-size: 20px;
      display: flex;
      width: 100%;
      background-color: rgb(255, 255, 255);

    }
  }
}

.container-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

    #areas-served-box {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 100%;

      #area-served {
        width: 260px;
        font-size: 20px;


      }
      #location-icon {
        height: 50px;
        width: 50px;
      }


    }

    #stars-box {
      background-color: rgb(255, 255, 255);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-size: 20px;
      
      #stars{
        width: 100px;
      }
    }
}

.container-4-navigation {
  display: none;
}

.container-5 {
  width: 100%;
  background-color: #f71821;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 26px;
  transition: background-color 0.8s, color 0.8s;
}
}

.container-5:hover {
background-color: #ffe500;
color: #000;
transition: 0.8s;
}

/*NAV-BANNER*/
.nav-banner {
display: none;
}

/*NAVIGATION*/

.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
background-color: #fff;
}

.navigation-placeholder {
display: none; /* Initially hidden */
}

.fixed + .navigation-placeholder {
display: block;
}



.navigation {
width: 100%;
display: flex;
justify-content: center;
background-color: #000;
transition: top 0.3s ease-in-out; /* Smooth transition for the top position */


#nav-bar {
  display: flex;
  justify-content: center;
  height: 50px;
  width: 100%;
  }


#nav-links{
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #ffffff;
background-color: #003b89;
height: 100%;
width: 100%;
transition: 0.8s;
}

#nav-links:hover {
  background-color: #ffffff;
  height: 100%;
  transition: 0.8s;
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}

#specials {
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #000000;
background-color: #ffe500;
height: 100%;
width: 100%;
transition: 0.8s;
font-family: oswald-bold;
border-color: #000000;
border-width: 0px 0px 0px 0px;
border-style:groove;
border-radius: 0px 0px 0px 0px;
}

#specials:hover {
background-color: #ffffff;
  height: 100%;
  transition: 0.8s;
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
}




/*HERO*/
.hero {
margin-top: 0px;

.hero-logo {

  #floating-logo {
    height: 320px;
    width: 320px;
  }
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 70px;
}

.hero-interface {

  .hero-buttons{
    font-size: 27px;
  }
}
}



/* body-styling */
.topic-body {
  padding: 60px;
}

.page-section {
}

.page-title {

}

.page-content {

}






}
/* LARGE DESKTOP */
/* LARGE DESKTOP */
/* LARGE DESKTOP */
@media only screen and (min-width: 1300px) {
  /* Styles for large screens go here */


}
/* FULL DESKTOP */
/* FULL DESKTOP */
/* FULL DESKTOP */
@media only screen and (min-width: 2500px) {
  /* Styles for large screens go here */


}