/* general list settings START */
h2 {
  display: flex;
  margin: 0;
  color: #4C8A2D;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

h3 { 
    margin: 0; 
    font-size:1rem; 
    text-transform:uppercase; 
    font-family: "Open Sans", sans-serif;
  }

p {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  
}

.para-space {
  margin-bottom: 10px;
}

body {
  margin: 0;
  padding: 0;
}

.container {
    width: 100%;
    padding-inline: 0;
    margin: 0;
    padding-bottom: 150px;
    
} 

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

nav a{
    text-decoration: none;
    color: inherit;
}
 
/* general list settings END */
 
/*--------------------------------------------------------------- NAV SETTINGS START ---------------------------------------------------------------------------*/

.burger-icon-sizing {
    width: 40px;
    height: 40px;
  }

  .charnwood-fireplaces-logo {
    width: 150px;
    height: 43px;
  }

.top-row-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color:white;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
  }

 .home-logo {
    width: 154px;
    height: 45px;
  }

/*------------------------------------------------------------------ NAV SETTINGS END --------------------------------------------------------------------------*/

/* -----------------------------------------------------------------SLIDE OUT MENU START----------------------------------------------------------------------- */

.menu{
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.menu-open{
    left: 231px;
}

.menu-open .menu-side{
    left: 0;
}

.menu-side,
.menu{
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.menu-side{
    background-color: #333;
    border-right: 1px solid #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: -231px;
    width: 210px;
    height: 100%;
    padding: 10px;
    overflow-x: hidden;
}


.menu-toggle {
  position: absolute;
  padding-left: 20px;
  left: 0;
}

.menu-text-list{
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    gap: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.menu-list-spacing{
    padding-left: 20px;
    
}

/* ----------------------------------------------------------------- SLIDE OUT MENU END ----------------------------------------------------------------------*/


/* ------------------------------------------------------------------ INDEX PAGE START ---------------------------------------------------------------------- */


/*------------------------------------------------------------------- HERO IMAGE START -----------------------------------------------------------------------*/

.hero {
    width: 100%;
    position: relative;
    max-height: 80vh;   /* limits height but allows shrinking */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero img {
  width: 100%;
  height: auto;       /* preserves aspect ratio */
    /* prevents it from getting too tall */
  object-fit: contain;
  
}

/*---------------------------------------------------------------------- HERO IMAGE END---------------------------------------------------------------------- */

  .grid-container {
    display: grid;
    grid-template-rows: auto auto auto; 
    
  }

  .gallery-centre {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

   .grid-container-gallery {
    display: grid;
    grid-template-rows: auto auto auto; 
    max-width: 1250px;
    
}

  .hero-container {
    display: flex;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column: auto;
    
  }

  .index-heading {
    display: flex;
    width: 90%;
    padding-bottom: 20px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0.5rem;
    background: #4C8A2D;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
    text-wrap: nowrap;
  }

  .btn-primary:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.22);
    transform: translateY(-4px);
    background-color: #3f7425;
   }

  .container-hero-content {
    position: absolute;
    display: flex;
  }

  .bottom-left-link {
    position: absolute; 
    bottom: 10px;       
    left: 10px;          
    font-size: 14px;
    color: white;        
    text-decoration: none; 
    font-family: Open Sans, sans-serif;
    padding-left: 30px;
    padding-bottom: 10px;
    display: none;
  }

  .bottom-left-link:hover {
    color: #4C8A2D;
  }

 .social-logos-container {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
 }

 .soc-logo {
    width: 40px;
    padding: 10px;
  }

 .col-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1250px;
    width: 100%; 
    margin-inline: auto;
    gap: clamp(25px, 2vw, 100px);
  }

  .col-what-we-do {
    display: flex;
    margin: 0;
    padding-bottom: 50px;
    flex-direction: column;
    width: 80%;
    font-family: Open Sans, sans-serif;
    
  }

  .col-products-and-services {
    display: flex;
    margin: 0;
    padding-bottom: 50px;
    flex-direction: column;
    width: 80%;
    font-family: Open Sans, sans-serif;
  }

  .vendor-logo-placeholder {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding-top: 50px;
}

  .review-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    gap: clamp(100px, 2vw, 150px);
    
  }

  .review-box-1 {
    position: relative;
    padding: 25px;
    background: #F6F6F6;
    border-radius: 20px;
    max-width: 500px;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
  }

  .review-box-2 {
    position: relative;
    padding: 25px;
    background: #F6F6F6;
    border-radius: 20px;
    max-width: 500px;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.2);
  }

  .speech-triangle-one {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    transform: rotate(195deg);

    top: -50px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 80px solid #F6F6F6;
  }

  .speech-triangle-two {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    left: 10px;
    transform: rotate(170deg);

    top: -50px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 80px solid #F6F6F6;
    
  }

  .review-space {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #4C8A2D;
  }

/*------------------------------------------------------------------- INDEX PAGE END ------------------------------------------------------------------------ */

/*------------------------------------------------------------------ PRODUCT PAGE START --------------------------------------------------------------------- */

  .top-section {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .intro-text h2 {
    margin: 0;
    font-size: 2rem;
  }

  .intro-text p {
    margin-top: 5px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .product-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .button-grid button {
    min-width: 0;
    width: 100%;
    margin: 0;
    line-height: 1;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .button-grid button:hover {
    background: #d0d0d0;
  }

  .btn-gallery-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    padding: 20px;
    border-radius: 20px;
    background: #4C8A2D;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.22);
    
  }

   .btn-gallery-primary-inactive {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    padding: 20px;
    border-radius: 20px;
    color: #4C8A2D;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #4C8A2D;
    
  }

   .btn-gallery-primary-inactive:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.22);
    transform: translateY(-2px);
   }


  .manufacturer-text {
    font-size: 14px;
    
  }

  .candj-logo-product-page {
    width: 150px;
    height: 52px;

  }

  .termatech-logo-product-page {
    width: 150px;
    height: 58px;

  }

  .capital-logo-product-page {
    width: 130px;
    height: 43px;

  }

  .tandc-logo-product-page {
    width: 150px;
    height: 38px;

  }

  .pevex-logo-product-page {
    width: 150px;
    height: 30px;

  }

  .focus-logo-product-page {
    width: 150px;
    height: 48px;
  }

  .kohlangaz-logo-product-page {
    width: 150px;
    height: 33px;

  }

  .bemodern-logo-product-page {
    width: 150px;
    height: 32px;
  }

  .manufacturer-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    justify-content: flex-end;
    margin-bottom: -20px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #794545;
  }

  /* --- IMAGE GRID --- */
  .image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
  }

  /* Mobile: 2 items */
  @media (max-width: 700px) {
    .image-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .image-item {
    display: flex;
    flex-direction: column;
  }

  .image-box {
    width: 100%;
    aspect-ratio: 1 / 1; /* Makes image square */
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .image-title {
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 5px;
    color: #794545;
  }

  .gallery-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    padding-left: 20px;
    padding-right: 20px;
  }

/*------------------------------------------------------------------------ PRODUCT PAGE END ------------------------------------------------------------ */

/*---------------------------------------------------------------------- CONTACT PAGE START ------------------------------------------------------------ */

.contact-heading {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 50px;
  padding-left: 30px;
  
}

.contact-heading-2 {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  
}

.contact-block-1 {
  aspect-ratio: 1 / 1; /* square ✅ */
  min-height: 250px;  /* safety minimum */
  background-color: white;
  
}

.contact-block-2 {
  min-height: 250px;  /* safety minimum */
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
  
}

.contact-block-3 {
  aspect-ratio: 1 / 1; /* square ✅ */
  min-height: 250px;  /* safety minimum */
  
}

.contact-block-4 {
  aspect-ratio: 1 / 1; /* square ✅ */
  min-height: 250px;  /* safety minimum */
  background-color: #EEEEEE;
  border-radius: 20px;
  border: 0;
  display: flex;
  
}

.contact-block-4 iframe {
  aspect-ratio: 1 / 1; /* square ✅ */
  min-height: 250px;  /* safety minimum */
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding-bottom: 250px;
  
}

.contact-paragraph-1 {
  padding-bottom: 50px;
}

.contact-address {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 50px;
}

.contact-phone-email {
  color: #4C8A2D;
}

.phone-number-style {
    color: #4C8A2D;
    font-weight: 700;
    padding-left: 20px;
    font-size: 30px;
  }

  .email-size {
    color: #4C8A2D;
    padding-left: 25px;
    font-weight: 600;
  }

/* ---contact box START ----*/

.contact-details-align {
  display: flex;
  gap: 20px;
}

.name-box,
.contact-number-box {
  flex: 1;             
}

.name-box {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding-left: 20px;
  background: #EEEEEE;
  height: 75px;
  border-radius: 15px;
  color: #626262;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  
}

.contact-number-box {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding-left: 20px;
  background: #EEEEEE;
  height: 75px;
  border-radius: 15px;
  color: #626262;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.email-box {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding-left: 20px;
  background: #EEEEEE;
  height: 75px;
  border-radius: 15px;
  color: #626262;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);

}

.name-box,
.contact-number-box,
.email-box {
  flex-shrink: 0;
  height: 75px;
}

.contact-message-box {
  display: flex;
  height: 100%;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 20px;
  background: #EEEEEE;
  border-radius: 15px;
  color: #626262;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-button-layout {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-button {  
  padding: 20px 80px;
  color: #fff;                 
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); 
  font-size: 20px;
  background-color: #4C8A2D;   
  border: none;                
  border-radius: 20px;     
  text-decoration: none;       
  cursor: pointer;             
  transition: background 0.3s; 
}

.contact-button:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.22);
  transform: translateY(-4px);
  background-color: #3f7425; 
}

.name-box input,
.email-box input,
.contact-number-box input,
.email input,
.contact-message-box textarea {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: none;
  outline: none;
  background: transparent; /* lets your box background show through */
  color: #626262;
  padding: 0 20px;         /* gives same feel as div + text */
  font-family: inherit;
  resize: none;            /* optional for textarea */
}

input,
textarea,
select {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.625;
  font-size: 16px;        
  font-weight: 400;       
  color: #626262; 
}

::placeholder {
  font-family: Open Sans, sans-serif;
  line-height: 1.625;
  font-size: 16px;        
  font-weight: 400;       
  color: #b1b1b1; 
}

.opening-time-layout {
  display: flex;
  
}

.get-directions {
  display: flex;
  padding-bottom: 50px;
  text-decoration: none;
}

.open-google a {
  text-decoration: none; /* removes underline */
  color: #4C8A2D;           /* sets your desired color */
  font-weight: bold;      /* optional */
  transition: color 0.3s; /* optional hover effect */
  padding-left: 20px;
}

.open-google a:hover {
  color: #0077cc; /* optional hover color */
}

.opening-time {
  padding-left: 50px;
  
}

.closing-time {
  padding-left: 5px;
  
}

.time-gap {
  padding-left: 10px;
}

/*------------------------------------------------------------------ CONTACT PAGE END ---------------------------------------------------------------------- */

/*------------------------------------------------------------------ ABOUT PAGE START ---------------------------------------------------------------------- */

.about-container {
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  gap: 50px;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 50px;
  flex-direction: row-reverse;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-box {      
  display: flex;
  justify-content: center;
  flex-shrink: 1;
  order: 2;
}

.about-text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 300px;   
  min-width: 250px;
  max-width: 500px;
  aspect-ratio: auto; 
  text-align: left;
  order: 1;
}

.about-image-box {
  flex: 1 1 300px;  
  min-width: 250px;
  max-width: 500px;
  aspect-ratio: 1 / 1; 
}

.about-box-reverse {      
  display: flex;
  justify-content: center;
  flex-shrink: 1;
  order: 1;
}

.about-text-box-reverse {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 300px;   
  min-width: 250px;
  max-width: 500px;
  aspect-ratio: auto; 
  text-align: left;
  order: 2;
}

.about-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.about-heading {
  display: flex;
  padding-bottom: 25px;     
}

@media (max-width: 800px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    
  }

  .about-text-box,
  .about-image-box {
    width: 100%;
    max-width: 500px;
    aspect-ratio: auto; 
  }

  .about-image-box img {
    object-fit: cover; 
  }

  .about-box-reverse {      
    order: 0; 
  }

  .about-text-box-reverse {
    order: 0; 
  }


}

/*------------------------------------------------------------------------ ABOUT PAGE END ------------------------------------------------------------------ */

/*------------------------------------------------------------------------ FAQ PAGE START ------------------------------------------------------------------ */

.faqs-max-size {
  display: flex;
  justify-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-content {
  background-color: #F6F6F6;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  
}

.faq-subheading {
  padding-bottom: 15px;
}

.faq-subheading h2 {
  font-size: 24px;
}

/*----------------------------------------------------------------------------- FAQ PAGE START ------------------------------------------------------------ */

/*--------------------------------------------------------------------------- PRIVACY PAGE START ------------------------------------------------------------ */

.privacy-max-size {
  display: flex;
  justify-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

.privacy-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.privacy-content {
  background-color: #F6F6F6;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 100px;
  border-radius: 20px;
  margin-bottom: 25px;
  
}

.privacy-subheading {
  padding-top: 25px;
  padding-bottom: 15px;
}

.privacy-subheading h2 {
  font-size: 24px;
}

.privacy-address-layout {
  display: flex;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  color: #4C8A2D;
  font-size: 50px;
  font-weight: 800;
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 50px;
  
}

/*------------------------------------------------------------------ PRIVACY PAGE END -------------------------------------------------------------------- */

/*----------------------------------------------------------------- FOOTER PAGE START -------------------------------------------------------------------- */

  /* ===== Footer ===== */

  .site-footer { 
    background:#4C8A2D; 
    color:white; 
  }
  .footer-inner { 
    max-width:1250px; 
    margin:0 auto; 
    padding-left:30px; 
    padding-right: 30px;
    padding-top: 100px;
  }

  /* ===== Grid layout ===== */

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap:2.5rem;
    justify-items:center; /* center stacked blocks */
  }

  .footer-section {
    display:flex;
    flex-direction:column;
    gap:1rem;
    max-width:420px;
    padding-left: 0px;
    font-family: "Open Sans", sans-serif;
  }

  .footer-hours {
    white-space: nowrap;
  }

  .footer-address {
    white-space: nowrap;
  }

  .footer-charnwood-logo {
    width: 300px;
    height: 86px;
    margin: 0;

  }

  .footer-social-logos-container {
    align-items: center;
    
  }

  .footer-social-logos-container img{
    padding-right: 25px;
    padding-top: 25px;
    
  }

  .company-legal-address {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    
  }

  /* Description */

  .footer-description {
    text-align:center;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }

  /* Center content for mobile */

  .footer-address,
  .footer-hours,
  .footer-nav-logos {
    align-items:center;
    text-align:center;
  }

  /* Hours grid */

  .hours-grid { 
    display:grid; 
    grid-template-columns:auto 1fr; 
    column-gap:1rem; 
    row-gap:0.5rem; 
    text-align:left; }

  /* Navigation */

  .footer-nav { 
    list-style:none; 
    padding:0; 
    margin:0; 
  }

  .footer-nav li { 
    margin-bottom:0.4rem; 
  }

  .footer-logos { 
    display:flex; 
    gap:1.5rem; 
    align-items:center; 
    margin-top:1rem; 
  }

  .footer-logos img { 
    max-height:50px; 
    background:white; 
    
  }

  /* ===== Medium screens ===== */

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

    .footer-address,
    .footer-hours,
    .footer-description,
    .footer-nav-logos {
      align-items:flex-start;
      text-align:left;
      
    }

    .footer-inner {
      padding-left: 30px;
      padding-right: 20px;
    }

    /* Place nav on second row */

    .footer-nav-logos { 
      grid-column: span 1; 
    }
  }

  /* ===== Large screens ===== */

  @media (min-width:1040px) {
    .footer-grid { 
      grid-template-columns: 2fr 1.5fr 1.5fr 2fr;
     }

    .footer-section { 
      max-width:none; 
    }
  }


   .footer-nav li a {
    text-decoration: none; /* Remove underline */
    color: inherit;        /* Keep same color as parent */
  }

  .footer-nav li a:hover {
    color: #41473E; /* Optional hover color */
  }

/*--------------------------------------------------------------------------- FOOTER PAGE END ----------------------------------------------------------------- */

/* when screen is too narrow, stack the boxes */
@media (max-width: 910px) {  /* slightly more than 550px + gap */
  .contact-content {
    grid-template-columns: 1fr; /* stack vertically */
  }

  .contact-details-align {
    flex-direction: column;
  }

  .name-box {
    min-height: 75px;
  
  }

.contact-number-box {
    min-height: 75px;
  }

  .contact-message-box {
    min-height: 300px;
  }

  .contact-block-1 {
    aspect-ratio: auto;
    
  }

  .contact-block-3 {
    aspect-ratio: auto;
    
  }

  h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .desktop-only {
    display: none;
  }

  .footer-layout {
    flex-direction: column;
    
  }

  .footer-centre {
  flex-direction: column;

  } 

}

@media (max-width: 427px) { 
  .phone-number-style {
    font-size: 26px;
    padding-left: 10px;
  }

  .email-size {
    font-size: 14px;
    padding-left: 10px;
  }

}

  /* ----------------------------------------------------------------------media-queries START-------------------------------------------------------------- */

@media (max-width: 700px) {
  .button-grid {
      grid-template-columns: repeat(2, 1fr); 
  }

}

/* Tablet and up */

@media (min-width: 601px) {
   .btn-primary {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

    .bottom-left-link {  
    font-size: 10px;
    padding-left: 20px;
    padding-bottom: 0px;
    display: block;
  }

    .social-logos-container {
      padding-bottom: 20px;
  }

    .soc-logo {
    width: 45px;
    
  }

  .menu-toggle {
    padding-left: 30px;
  
  }

  .burger-icon-sizing {
    width: 50px;
    height: 50px;
  }

   .top-row-nav {
    height: 125px;
  }

  .charnwood-fireplaces-logo {
    width: 221px;
    height: 63px;
  }

   .review-container {
    margin-inline: auto;
    
  }


  .manufacturer-test {
    font-size: 20px;
    background-color: yellow;
    
  }

  .manufacturer-text {
    font-size: 16px;
    
  }

}

/* Desktop and up */

@media (min-width: 1025px) {
  .btn-primary {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }

    .bottom-left-link {  
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 10px;
    display: block;
  }

   .social-logos-container {
      padding-bottom: 50px;
      padding-top: 50px;
  }

  .soc-logo {
    width: 50px;
    padding: 15px;
    
  }

  .menu-toggle {
    padding-left: 50px;
  
  }

  .charnwood-fireplaces-logo {
    width: 292px;
    height: 84px;
  }

  .top-row-nav {
    height: 150px;
  }

   .review-container {
    margin-inline: auto;
    
  }

  .col-what-we-do {
    flex: 1;
    max-width: 550px;
    padding-left: 50px;

  }

  
  .col-products-and-services {
    flex: 1;
    max-width: 550px;
    padding-right: 50px;

  }

  .col-container {
      flex-direction: row;
      align-items: flex-start; 
      justify-content: center;
      gap: clamp(100px, 2vw, 100px);
      
  }

  .review-container {
    flex-direction: row;
    gap: clamp(50px, 2vw, 150px);
    
  }

  .product-heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }

    .contact-heading {
    padding-left: 0px;
    
  }

  .contact-heading-2 {
    padding-left: 0px;
    
  }

  .what-we-do-description {
     width: 100%;
     
  }

  .products-and-services-description {
     width: 100%;
  }

}

/* ---------------------------------------------------------------------media-queries END ------------------------------------------------------------*/