*{
padding: 0;
margin: 0;
text-decoration: none;
}
/* .header{
position: fixed; 
top: 0;
left: 0;
width: 100%;
padding-left: 100px;
padding-right: 100px;
display: flex;
justify-content: space-between;
align-items: center;
} */
html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 0 5vw; /* more fluid and responsive */
display: flex;
justify-content: space-around;
align-items: center;
background: transparent;
transition: background 0.3s ease, box-shadow 0.3s ease;
z-index: 1000;
}
/* MENU BUTTON */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: rgb(12, 60, 102);
  cursor: pointer;
  z-index: 2001;
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

.header.scrolled {
background: white;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header.scrolled a {
color: rgb(124, 130, 138);
}

.header.scrolled a:hover {
color: blue;
}

.header_context {
display: flex;
align-items: center;
}

li {
list-style: none;
display: inline-block;
margin-right: 2vw;
}

.Header_cont {
font-family: ui-sans-serif, system-ui, sans-serif;
font-size: clamp(0.8rem, 1vw, 1rem); /* responsive text */
color: rgb(217, 230, 250);
text-decoration: none;
font-weight: 500;
}

.Header_cont:hover {
color: blue;
}

.img_logo {
width: 100px;
}

.home_page {
position: relative;
width: 100%;
overflow: hidden;
}

.home_page_image {
width: 100%;
height: auto;
display: block;
}

/* Added dark overlay to improve text contrast */
/* .home_page_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.35);
z-index: 1;
} */

/* Unified text container so elements scale naturally */
.home_text_container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
padding: 20px;
z-index: 2;
max-width: 90%;
}

.Innovative h1 {
font-size: clamp(1.5rem, 4vw, 2.9rem);
font-weight: 900;
line-height: 1.3;
margin-bottom: 1rem;
}

#Polystyrene {
color: rgb(132, 207, 245);
}

.quality_p p {
font-size: clamp(1rem, 2vw, 1.8rem);
font-weight: 500;
line-height: 1.5;
color: rgb(230, 240, 255);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .header_context {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .header_context.active {
    display: flex;
  }

  .Header_cont {
    color: rgb(12, 60, 102);
    margin: 10px 0;
    font-size: 1rem;
  }

  .img_logo {
    width: 80px;
  }

  .home_text_container {
    position: static;
    transform: none;
    padding: 60px 20px;
  }

  .Innovative h1 {
    font-size: 1.8rem;
  }

  .quality_p p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .Header_cont {
    font-size: 0.9rem;
  }

  .img_logo {
    width: 70px;
  }

  .Innovative h1 {
    font-size: 1.4rem;
  }

  .quality_p p {
    font-size: 0.9rem;
  }
}

/* About Leemtech */
.About {
  background-color: rgb(247, 249, 250);
  width: 100%;
  min-height: auto;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.About_Leemtech {
  text-align: center;
  max-width: 1200px;
}

.About_Leemtech_Context_Header {
  color: rgb(7, 38, 69);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  line-height: 1.3;
  margin-top: 36px;
  font-weight: 700;
}

.About_Leemtech_Context_Header_P {
  color: rgb(75, 85, 128);
  margin-top: 11px;
  line-height: 1.8;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.extra {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 10px;
}

.extra_img {
  width: 100%;
  max-width: 330px;
  height: auto;
  border-radius: 10px;
}

.Commitment {
  margin-top: 10px;
}

.extra_context {
  text-align: left;
  color: rgb(7, 38, 69);
  font-size: 1.125rem;
  font-weight: 600;
}

.abt_txt {
  text-align: left;
  margin-top: 10px;
  font-size: clamp(0.9rem, 1.8vw, 1.125rem);
  color: rgb(90, 100, 90);
  line-height: 1.6;
}

.bout_quality {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.Quality-Assurance,
.Eco-Friendly,
.Energy-Efficient,
.Industry-Certified {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.all {
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  line-height: 1.4;
  color: rgb(0, 0, 0);
  text-align: left;
  margin-top: 5px;
}

h4 {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 600;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: left;
}

svg {
  border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .extra {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .extra_context,
  .abt_txt {
    text-align: center;
  }

  .bout_quality {
    grid-template-columns: 1fr;
  }
}

/* Our Polystyrene Product */
.Our-Polystyrene-Product_h2 {
  color: rgb(7, 38, 69);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 2.5rem;
  margin-top: 36px;
  font-weight: 700;
  text-align: center;
}

.Our-Polystyrene-Product_Header_P {
  color: rgb(75, 85, 128);
  margin-top: 11px;
  line-height: 1.8rem;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.3rem);
  text-align: center;
}

/* Main Product Cards */
.grid-product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 50px;
}

.grid-product-container_panel {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(217, 223, 228, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 280px;
  transition: transform 0.3s ease, border 0.3s ease;
}

.grid-product-container_panel:hover {
  transform: translateY(-5px);
  border: 2px solid rgb(10, 50, 84);
}

.grid-product-img,
.grid-product-img_1,
.grid-product-img_2 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.grid-product-txt {
  padding: 1rem;
  color: rgb(10, 50, 84);
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.panels {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.panels_p {
  color: rgb(76, 86, 99);
  font-size: 0.9rem;
  line-height: 1.4rem;
}

/* Product Advert */
.grid-product-container_product_advert {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 60px;
}

.grid-product-container_panel_advert {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(217, 223, 228, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 320px;
  transition: transform 0.3s ease, border 0.3s ease;
}

.grid-product-container_panel_advert:hover {
  transform: translateY(-5px);
  border: 2px solid rgb(10, 50, 84);
}

.grid-product-img_2_advert {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panelsp {
  color: rgb(10, 50, 84);
  font-size: 1rem;
  margin: 0.5rem 0;
}

.panelspp {
  color: rgb(10, 50, 84);
  font-size: 0.85rem;
  margin-left: 10px;
  line-height: 1.4;
}

.bth_holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
}

.bth_quote {
  background-color: rgb(61, 87, 235);
  color: #fff;
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bth_quote:hover {
  background-color: rgb(45, 66, 200);
}

.bth_quote a {
  color: white;
  text-decoration: none;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .grid-product-container,
  .grid-product-container_product_advert {
    flex-direction: column;
    align-items: center;
  }

  .grid-product-container_panel,
  .grid-product-container_panel_advert {
    width: 90%;
  }

  .panels_p,
  .panelsp,
  .panelspp {
    font-size: 1rem;
  }

  .bth_quote {
    width: auto;
  }
}

/* Building_Solutions */
.Building_Solutions {
  background-color: rgb(247, 249, 250);
  min-height: 655px; /* allows flexible height */
  /* padding: 40px 20px; */
}

/* Heading Styles */
.Building_Solutions_h2 {
  color: rgb(7, 38, 69);
  font-size: clamp(1.8rem, 2.5vw, 2.25rem);
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.Building_Solutions_P {
  color: rgb(75, 85, 128);
  line-height: 2rem;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-align: center;
  margin-bottom: 40px;
}

/* Grid Container */
.grid_building_solution {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* Left Column (List of Solutions) */
.grid_context {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(217, 223, 228, 0.2);
  padding: 10px 0;
}

.Construction_Solutions {
  color: rgb(75, 85, 128);
  margin-top: 10px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.Concrete_form,
.Insulated_form,
.Polystyrene_form,
.Blocks_form {
  padding: 10px 15px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.Concrete_form:hover,
.Insulated_form:hover,
.Polystyrene_form:hover,
.Blocks_form:hover {
  background-color: aliceblue;
  border-radius: 4.5px;
}

.custom_h3 {
  color: rgb(75, 85, 128);
  font-weight: 500;
  line-height: 1.6rem;
  font-size: clamp(0.95rem, 1vw, 1rem);
}

.custom_p {
  color: rgb(124, 130, 138);
  font-size: clamp(0.85rem, 1vw, 0.95rem);
}

/* Right Side Panels */
.grid-info {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
  border: 1px solid rgba(217, 223, 228, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
  display: none; /* hidden by default for JS toggle */
  flex-direction: column;
  justify-content: flex-start;
}

.grid-info.active {
  display: flex; /* show active panel */
}

.grid-info-img_1 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.grid-info-txt {
  padding: 15px;
  flex: 1;
}

.info {
  color: rgb(10, 50, 84);
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.info_p {
  color: rgb(76, 86, 99);
  font-size: clamp(0.9rem, 1vw, 1rem);
  margin-bottom: 10px;
  line-height: 1.6;
}

.Benefits {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

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

.ul_form .order {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: rgb(76, 86, 99);
}

/* Responsive Layouts */
@media (max-width: 1000px) {
  .grid_building_solution {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .grid_context,
  .grid-info {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .Building_Solutions_h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .Building_Solutions_P {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .custom_h3 {
    font-size: 0.9rem;
  }

  .info {
    font-size: 1rem;
  }

  .info_p,
  .order {
    font-size: 0.85rem;
  }
}

/* What Our Clients Say */
.Clients_pg{
background-color: rgb(12, 60, 102);
height:344.750px;
}
.Clients_pg_h2{
color:rgb(252, 252, 252) ;
font-size: 2.25rem;
line-height: 6.5rem;
/* margin: 0px , 0px , 36px; */
/* margin-top: 36px; */
font-weight: 700;
text-align: center;
}
.Clients_pg_p{
 /* gap: 3rem; */
color:rgb(252, 252, 252);
/* margin-top: 11px; */
line-height: 2.5rem;
font-weight: 400;
font-size: 2.10rem;
text-align: center;
}
.clients-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 15px;  */
  max-width: 750px;
  margin: 0 auto; 
  position: relative;
}


.slider-container {
  flex: 1;
  overflow: hidden;
  max-width: 600px; 
}


/* The sliding track */
.slider-wrapper {
  display: flex;
  transition: transform 0.8s ease; 
}
.wrapper{
    background-color: rgb(35, 74, 110);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 580px;
    height: 175.250px;
    border-radius: 5px;
    min-width: 100%; 
  flex-shrink: 0;
  margin-top: 30px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(60, 97, 130);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 12px;
  z-index: 100;
  transition:  0.3s;
}

.slider-btn.prev {
left: 0px; 
}
.slider-btn.next { 
right: 0px; 
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.clients_info_rating{
    display: flex;
    justify-content: space-between;
}
.clients_info{
margin-top: 20px;
margin-left: 10px;
}
.clients_info_img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.clients_info_name{
    font-size: 11.25px;
    line-height: 15.75px;
    font-weight: 700;
    color: rgb(255 255 255);
}
.rating_stars{
margin-top: 20px;
margin-right: 10px;
}
.clients_info_text_class{
    /* margin-left: 40px; */
    position: relative;
    /* top : 0; */
    bottom: 30px;
    left:45px;    
    font-family:ui-sans-serif, system-ui, sans-serif;

}
.clients_comp{
    line-height: 13.5px;
    font-size: 10.125px;
    font-family:ui-sans-serif, system-ui, sans-serif;
    color: rgb(161, 192, 227);
}
blockquote {
    margin-left: 15px;
    font-size: 10.125px;
    font-style: italic;
    line-height: 15.75px;
    font-weight: 1000;
   color: rgb(161, 192, 227);
   font-family:ui-sans-serif, system-ui, sans-serif;
}
.txt{
    margin-left: 15px;
    margin-top: 5px;
    line-height: 15.75px;
    font-weight: 1000;
   color: rgb(161, 192, 227);
   font-family:ui-sans-serif, system-ui, sans-serif;
}
/* Frequently Asked Questions */
.Asked_Questions{
    background-color: rgb(247, 249, 250);
    height: 559px;
}
.Asked_Questions_h2{
    color:rgb(12, 60, 102) ;
font-size: 2.25rem;
line-height: 6.5rem;
/* margin: 0px , 0px , 36px; */
/* margin-top: 36px; */
font-weight: 700;
text-align: center;
}
.Asked_Questions_p{
    /* gap: 3rem; */
color:rgb(12, 60, 102);
/* margin-top: 11px; */
line-height: 2.5rem;
font-weight: 400;
font-size: 2.10rem;
text-align: center;
}
.fq_div {
  max-width: 466px;
  border: 1px solid rgb(12, 60, 102);
  border-radius: 4.5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-wrapper {
  display: flex;
  flex-direction: column;  
/* justify-content: center;   */
  align-items: center;      
  background: #f9fafb;      
  padding: 20px;
}

.bth_slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 13.5px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.spam_txt {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.75px;
  text-align: left;
  color: rgb(16, 77, 130);
}

.span_icon {
  transition: transform 0.3s ease;
}

.fq_context {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.fq_context.active {
  max-height: 300px; /* enough to fit content */
  padding: 10px 13.5px;
}

.fq_context_p {
  font-family: ui-sans-serif, system-ui, sans-serif;
  color: rgb(132, 149, 163);
  line-height: 1.4;
  font-size: 12px;
}

.rotate {
  transform: rotate(180deg);
}
/* .fq_question{
    margin-top: 20px;
} */
.more_fq{
  font-family: ui-sans-serif, system-ui, sans-serif;
  color: rgb(132, 149, 163);
  line-height:13.5px;
  text-align: center;
}
.contact_bth{
    width: 78.172px;
    height: 24.500px;
    padding-top: 6.75px;
    padding-left:13.5px;
    padding-right: 13.5px;
    padding-bottom: 6.75px;
    background-color:  rgb(16, 77, 130);
    border-radius: 4.5px;
    margin-top: 5px;
    font-family: ui-sans-serif, system-ui, sans-serif;
}
.contact_bth:hover{
    background-color: rgb(12, 60, 102) ;
    transition: 0.3s;
}
.contact_a{
    text-decoration: none;
    color: #fff;
    font-size: 5px;
}
/* CONTACT SECTION (Modern Screenshot Style) */
.Contact_Section {
  background-color: #f8fafc;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Contact_Section_h2 {
  color: #0c3c66;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.Contact_Section_p {
  color: #0c3c66;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

/* Layout */
.contact_content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: flex-start;
}

/* Left Card (Message Form) */
.message_card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  width: 350px;
  padding: 20px 25px;
}

.message_card h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #0c3c66;
  margin-bottom: 15px;
}

.group_input, .group_input_submgs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.text_input, .email_input, .subject_input, .message_input {
  display: flex;
  flex-direction: column;
}

.message_card p {
  font-size: 0.8rem;
  color: #0c3c66;
  font-weight: 600;
  margin-bottom: 5px;
}

.message_card input {
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  padding: 8px;
  font-size: 0.85rem;
  font-family: system-ui, sans-serif;
}

.msg_input {
  height: 90px;
  resize: none;
}

.bth_send_mgs {
  margin-top: 10px;
  width: 100%;
  background-color: #0c3c66;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.bth_send_mgs:hover {
  background-color: #084274;
}

/* Right Card (Contact Info) */
.more_info {
  background-color: #072645;
  border-radius: 8px;
  color: #fff;
  padding: 25px;
  width: 350px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.cont_info {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}

.space {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.space div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.location_h {
  font-size: 0.85rem;
  font-weight: 600;
}

.location_p {
  color: #8cb9f5;
  font-size: 0.8rem;
}

/* Request Quote Card */
.request_quot {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  width: 90%;
  max-width: 400px;
  margin-top: 20px;
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.a_q {
  color: #104d82;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.a_q_p {
  color: #5d6973;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.a_q_bth {
  background-color: #104d82;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  font-size: 0.85rem;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.a_q_bth:hover {
  background-color: #083a64;
}
.a_q_bthh{
   color: #fff;
   font-size: 0.85rem;
}
@media (max-width: 768px) {
  .request_quot {
    width: 95%;
  }
}

/* Footer */
.Footer {
  background-color: rgb(7, 38, 69);
  padding: 40px 20px;
  color: #fff;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.grid_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* Footer block styling */
.block {
  display: flex;
  flex-direction: column;
}

.block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.block a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
  font-size: 11px;
}

.block a:hover {
  color: rgb(6, 126, 207);
}

.link_ {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  border-bottom: 2px solid rgb(6, 126, 207);
  padding-bottom: 4px;
}

.Footer p {
  line-height: 1.4;
  font-size: 10.5px;
  color: rgb(140, 185, 245);
  margin-bottom: 10px;
}

/* Newsletter section */
#Subscribe {
  padding: 7px 10px;
  font-size: 9px;
  width: 70%;
  border: none;
  border-radius: 4px 0 0 4px;
}

.Subscribe_bth {
  background-color: rgb(16, 77, 130);
  padding: 7px 10px;
  font-size: 9px;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.Subscribe_bth:hover {
  background-color: rgb(6, 126, 207);
}

/* Align input + button in one row */
.block input,
.block .Subscribe_bth {
  display: inline-block;
  vertical-align: middle;
}

/* Logo styling */
.img_logo {
  width: 80px;
  margin-bottom: 10px;
}

/* Responsive layout */
@media (max-width: 768px) {
  .grid_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .Footer p {
    max-width: 100%;
  }

  .block {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .grid_content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .block {
    align-items: center;
    text-align: center;
  }

  #Subscribe {
    width: 60%;
  }
}
/*  */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(140, 185, 245);
  font-size: 11px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  cursor: pointer;
}

.footer-links {
  display: flex;
  gap: 15px;
}

.footer-links a {
  color: rgb(140, 185, 245);
  text-decoration: none;
  font-size: 11px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: rgb(6, 126, 207);
}

@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}


/* ========== RESPONSIVENESS ========== */

/* General Fix: Prevent overflow */
img, video {
  max-width: 100%;
  height: auto;
}

/* Sections should adapt width */
.home_page_image,
.About,
.Building_Solutions,
.Our-Polystyrene-Product {
  width: 100%;
  height: auto;
}

/* Grid & Flex Wrapping */
.grid-product-container,
.grid_building_solution,
.extra {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* FAQ full width on small screens */
.fq_div {
  width: 100%;
  max-width: 100%;
}

/* ========== Tablet (≤ 1024px) ========== */
@media (max-width: 1024px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .extra {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .grid_building_solution {
    flex-direction: column;
    align-items: center;
  }
}

/* ========== Mobile (≤ 768px) ========== */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }

  .header_context {
    margin: 10px 0 0 0;
  }

  li {
    margin: 10px 0;
    display: block;
  }

  .Innovative {
    top: 25%;
    left: 5%;
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    text-align: center;
    width: 90%;
  }

  .quality_p {
    bottom: 15%;
    left: 5%;
    font-size: clamp(1rem, 4vw, 1.2rem);
    text-align: center;
    width: 90%;
  }

  .quote {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }

  .grid-product-container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .grid-product-container_panel {
    width: 90%;
    margin-bottom: 20px;
  }

  .Clients_pg {
    height: auto;
    padding: 30px 15px;
  }

  .wrapper {
    width: 100%;
    height: auto;
  }

  .Asked_Questions {
    height: auto;
    padding: 30px 15px;
  }
}

/* =============================
   LEGAL PAGES STYLING
============================= */

.legal-hero {
  background: linear-gradient(135deg, #004aad, #007bff);
  color: #fff;
  text-align: center;
  padding: 100px 10% 70px 10%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.legal-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.legal-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.legal-container {
  width: 85%;
  max-width: 1000px;
  margin: 80px auto;
}

.legal-content {
  background: #fff;
  padding: 50px 60px;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  color: #03376d;
  line-height: 1.8;
}

.legal-content h2 {
  color: #004aad;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  position: relative;
}

.legal-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 40px;
  height: 3px;
  background: #1E90FF;
  border-radius: 10px;
}

.legal-content ul {
  padding-left: 25px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.legal-content a {
  color: #1E90FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-content a:hover {
  color: #004aad;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-hero {
    padding: 80px 20px 50px 20px;
  }

  .legal-hero h1 {
    font-size: 2rem;
  }

  .legal-content {
    padding: 30px 20px;
  }
}


/* ========== Small Mobile (≤ 480px) ========== */
@media (max-width: 480px) {
  .Innovative {
    font-size: 1.2rem;
  }

  .quality_p {
    font-size: 1rem;
  }

  .spam_txt {
    font-size: 11px;
  }

  .fq_context_p {
    font-size: 11px;
  }

  .clients_info_name,
  blockquote,
  .txt {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .menu-toggle {
    display: block !important;
    z-index: 2000;
    position: relative; /* or absolute/fixed depending on your header layout */
  }
}

/* @media (max-width: 768px) {
  .menu-toggle {
    display: block; 
  }

  .header_context {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background: white;
    border: 1px solid rgb(12, 60, 102);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 200px;
    padding: 15px;
  }

  .header_context ul {
    flex-direction: column;
    gap: 15px;
  }

  .header_context.show {
    display: block; 
  }
