@charset "UTF-8";

/*Fonts*/
@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Body.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Disp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'ss01'; 
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Semi Bold Body.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans-SemiBoldDisp.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/SequelSans-MediumOblBody.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Head.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  color: #333;
  line-height: 1.6;
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 600; 
  font-style: normal; 
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/*Navigation */
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
	padding: 5px 20px; 
  border-bottom: 1px;
	 align-items: center;
	position: relative; 
	 z-index: 2; 
  background: white; 
}


.navbar {
  display: flex;
	 gap: 20px; 
	
}


.navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
	font-size: 11px; 
	 position: relative; 
  padding: 0 10px; 
}


.navbar a:hover {
  color: #666;
	
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.description-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.description-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.description-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
}

.logo {
 
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
	font-size: 16px; 
  padding: 0 10px; 
}


.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
  background: #000 url('images/CHAIR.jpg') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  z-index: 1;
  background: transparent;
}

/* Logo image */
.logo-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.logo span {
  text-align: center;
	font-size: 14px; 
  line-height: 1.2; 
}

/* Footer Styles */
.brand-footer {
  background: #000;
  background: linear-gradient(90deg, #000, #333);
  color: white;
  padding: 40px 0;
  width: 100%;
  font-family: 'Outfit', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  padding-bottom: 10px;
}


.footer-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.social-icons img {
  width: 15px;
	height: 15px;
	padding-top: 1px;
  transition: all 0.3s ease;
}
	

.social-icons img:hover {
  opacity: 0.8;
}


  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 20px;
    height: 20px;
  }


.row {
	display: block;
  text-align: center; 
  margin-bottom: 20px; 
}

.second{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.our{
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 500;  
  font-feature-settings: 'ss02'; 
}



.redbox {
	background-color: #A82231; 
	padding-bottom: 30px;
	color:#FFFFFF;
	padding-top: 1px;

}

.brand-footer {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-section {
  flex: 1;
  padding-right: 40px;
}

.footer-columns {
  flex: 1;
  display: flex;
}

.address-factory {
  flex: 1;
}

.contact-follow {
  flex: 1;
}

.footer-section {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 15px;
  height: 15px;
}

.browse:hover {background-color:#76121D;
}

/* Main Styles */
       
        
        h1 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #000;
        }
        
        h2 {
            font-size: 24px;
            font-weight: 600;
            margin: 40px 0 20px 0;
            color: #000;
        }
        
        p {
            font-size: 16px;
            margin-bottom: 20px;
            font-weight: 400;
        }
        
        /* Numbered Sections */
        .numbered-section {
            margin-bottom: 30px;
        }
        
        .section-number {
            font-size: 24px;
            font-weight: 600;
            margin-right: 10px;
            color: #A82231; 
        }
        
        .section-title {
            font-size: 24px;
            font-weight: 600;
            display: inline;
        }
        
        /* Content Container */
        .content-container {
            max-width: 800px;
            margin: 0 auto;
			margin-top: 70px;
			
        }

.about {max-width: 650px}


.col1 {
	display:flex; 
	flex-direction: row;
	min-width: 600px;
	text-align: left;
	margin-left: -200px;
	margin-right:-600px;
}

.chair1 {
	width: 400px;
}

.about p {margin-top: -20px}



.vision-mission-container {
  display: flex;
  gap: 40px; 
  margin: 40px 0 40px 300px; 
  width: calc(100% - 80px); 
}


.numbered-section {
  flex: 1;
  min-width: 250px; 
  max-width: 400px; 

}

.section-number {
  color:#000000;
  margin-right: 10px;
}

.section-title {
  display: inline;
}

.chair2{
	float: left;              
  margin-right: 40px;       
  margin-bottom: 20px;     
  shape-outside: margin-box; 
  width: 300px;            
  height: auto;            
  object-fit: cover;       
	max-width: 100%; 
  display: block; 
	margin-left: -300px; 
}

/* Why Choose Us Section */
.why-choose-us {
  background-color: #FAF7F4;
  padding: 80px 0;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.why-choose-us h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #333;
}

.benefits-grid {
  display: flex;
  gap: 30px;
}

.benefit-column {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.benefit-column h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

.benefit-column p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.contact-prompt {
  font-weight: bold;
  color: #A82231; 
  margin-top: 20px;
}


@media (max-width: 768px) {
  .benefits-grid {
    flex-direction: column;
  }
}

.blue-square {
  width: 24px;
  height: 24px;
  background-color: #111325; 
  margin-bottom: 15px; 
}


.benefit-column {
  padding: 30px;
  position: relative; 
}


.why-choose-us h1 {
  text-align: center;
  font-size: 40px; 
  margin-bottom: 60px;
  color: #333;
}


.benefit-column {
  padding: 30px;
  position: relative;
  overflow: visible;
}

.blue-square {
  width: 70px;
  height: 70px;
  background-color: #111325;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

/* contact us button style */
.contact-prompt {
  font-weight: bold;
  color: #A82231;
  border: 2px solid #A82231;
  padding: 10px 16px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

/* Hover button contact us */
.contact-prompt:hover {
  background-color: #76121D;
  color: white;
}

.custom {
  width: 60%; 
  height: 67px;
  display: block;
  margin: 0 auto;
}


.chair2 {
  width: 500px;        
  eight: auto;
  object-fit: contain;
  margin-left: -450px;  
  margin-right: 30px;  
}

/* Mobile-first responsive base */
@media (max-width: 767px) {
  .header {
    flex-direction: column;
    padding: 15px;
  }
  
  .navbar {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  
  .logo {
    order: -1;
    margin: 10px 0;
  }
  
  .content-container {
    margin-top: 30px;
    padding: 0 15px;
  }
  
  .col1 {
    flex-direction: column;
    margin: 0;
  }
  
  .chair1 {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
  
  .vision-mission-container {
    flex-direction: column;
    margin: 30px 0;
  }
  
  .chair2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  
  .benefits-grid {
    flex-direction: column;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
  }
}

/* Tablet responsive (768px-991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 10px 20px;
  }
  
  .col1 {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .chair1 {
    width: 300px;
    margin-left: 30px;
  }
  
  .vision-mission-container {
    flex-wrap: wrap;
  }
  
  .chair2 {
    width: 300px;
    margin-right: 30px;
  }
  
  .benefit-column {
    flex: 1 1 calc(50% - 20px);
  }
}


.nav-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  background-color: #FAF7F4;
  z-index: 0;
}

.navbar a {
  padding-top: 6px; 
}

.logo {
  padding-top: 5px; 
}


@media (max-width: 1200px) {
  .content-container {
    max-width: 90%;
    margin-top: 60px;
  }
  
  .vision-mission-container {
    margin-left: 200px;
  }
  
  .chair2 {
    margin-left: -350px;
    width: 400px;
  }
}

@media (max-width: 992px) {
  .header {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  
  .logo {
    order: 1;
    width: 100%;
    margin: 10px 0;
    position: static;
    transform: none;
  }
  
  .left-nav, .right-nav {
    order: 2;
    margin: 5px 0;
  }
  
  .content-container {
    margin-top: 40px;
  }
  
  .col1 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    min-width: auto;
  }
  
  .chair1 {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    order: 2;
  }
  
  .about {
    order: 1;
    max-width: 100%;
  }
  
  .vision-mission-container {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  
  .chair2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    float: none;
  }
  
  .numbered-section {
    max-width: 100%;
  }
  
  /* Slightly larger navigation font on smaller devices */
  .navbar a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    flex-direction: column;
  }
  
  .benefit-column {
    margin-bottom: 50px;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
    margin-top: 30px;
  }
  
  .address-factory, .contact-follow {
    margin-bottom: 30px;
  }
  
  /* Slightly larger navigation font on mobile */
  .navbar a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .navbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .logo span {
    font-size: 14px;
  }
  
  .why-choose-us h1 {
    font-size: 32px;
  }
  
  /* Slightly larger navigation font on very small devices */
  .navbar a {
    font-size: 15px;
    padding: 5px 8px;
  }
}
