@charset "utf-8";

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

html{
	scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #282828; 
}

/* HEADER */
header {
    background-color: #282828;
    height: 111px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.logo {
    width: auto;
    height: auto;
    color: white;
    font-size: 2.5em;
}

.logo img {
	position: sticky; 
	width: 270px;
	height 50px;
}

/* NAVIGATION */
.nav-link {
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}

.nav-link a {
	font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #EDEDED; 
    font-weight: 350;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.nav-link a:visited {
    color: #EDEDED; 
}

.nav-link a::after {
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #EDEDED;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.nav-link a:hover {
    color: #FFCF01; 
}

.nav-link a:hover::after {
    width: 100%;
}

.hamburger {
	display: none;
}

/* HEADER BUTTON */
.header-button {
    background-color: #FFCF01;
    color: #282828;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
	text-decoration: none;
}

.header-button:hover {
    background-color: #EDEDED;
    color: #282828;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.abt-button {
    background-color: #FFCF01;
    color: #282828;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
	text-decoration: none;
}

.abt-button:hover {
    background-color: #EDEDED;
    color: #282828;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

body {
    margin: 0;
    padding: 0;
}

.container { /*for homepage image*/
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.hero {
    background-color: #EDEDED;
    height: 100%;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero img {
    width: 100%;
    height: 100%;
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

.blog-title, /* part of blog html  */
.blog-grid {
	padding-left: 60px;
	padding-right: 60px;
}

/* WELCOME (ABOUT US)  */
.about-us-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 80px 60px;
    background-color: #EDEDED;
    min-height: 20px;
    box-sizing: border-box;
}

.about-us-content {
	flex: 1;
	max-width: 55%;
	padding-right: 40px;
	text-align: left;
}

.about-us-content h2{
	font-size: 5rem;
	font-family: "Playfair Display", serif;
	margin-bottom: 25px;
	margin-top: 0;
	color: #282828;
	font-weight: bold;
}

.about-us-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 3.1rem;
    text-align: justify;
	font-family: "Montserrat", sans-serif;
	color: #282828;
}

.about-us-content p:last-child {
    margin-bottom: 0;
}

.about-us-image {
    flex: 0 0 auto;
    max-width: 40%; 
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.about-us-image img {
    max-width: 100%;
	padding: 0 70px 0 3px;
    height: auto;
	display: block;
}

/* PHILOSOPHY */
.philosophy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px; 
    background-color: #EDEDED; 
    color: #282828;
    min-height: 10px; 
    box-sizing: border-box;
    gap: 40px; 
}

.philosophy-title-container {
    flex-basis: 30%; 
    max-width: 400px; 
    text-align: left;

}

.philosophy-title {
    font-size: 5rem; 
    font-family: "Playfair Display", serif;
    color: #282828;
    font-weight: bold; 
    margin: 0; 
}

.philosophy-yellow-box {
    flex-basis: 65%; 
    max-width: 800px; 
    background-color: #FFCF01; 
    padding: 40px; 
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    text-align: left; 
}

.philosophy-yellow-box p {
    font-size: 1.2rem; 
    line-height: 1.6; 
    color: #282828; 
    margin-bottom: 20px; 
	font-weight: 500;
}

.philosophy-yellow-box p:last-child {
    margin-bottom: 0;
}

/* CUSTOMIZE & IDEA */
.customize-section {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 60px 60px; 
    background-color: #EDEDED; 
    min-height: 30px;
    box-sizing: border-box;
    gap: 40px;
}

.customize-content-left {
    flex-basis: 60%; 
    max-width: 800px; 
    text-align: justify;
}

.customize-content-left p {
    font-size: 1.2rem; 
    line-height: 1.6; 
    color: #282828; 
    margin-bottom: 2.3rem; 
}

.customize-title-right {
    flex-basis: 35%; 
    max-width: 600px;
    text-align: left; 
	padding-left: 40px;
}

.customize-title {
    font-size: 5rem; 
    font-family: "Playfair Display", serif;
    color: #282828; 
    font-weight: bold; 
    margin: 0;
    line-height: 1.1;
}

.custom img { /* gambar custom bawah */
    width: 100%;
    height: 100%;
    display: block;
	margin: auto;
	min-height: 150px;
}

.site-footer { /* footer */
  background-color: #282828;
  color: #EDEDED;
  padding: 2rem 1rem 1rem;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-column {
  flex: 1 1 200px;
  margin: 2rem 5;
}
.footer-brand .footer-logo img {
  height: 50px;
  width: 50px;
}
.footer-address {
  font-style: normal;
  line-height: 1.5;
  margin: 1rem 0;
  font-family: "Montserrat", sans-serif;
}

.footer-address h3 {
	font-family: "Playfair Display", serif;
	text-decoration: none;
	padding-bottom: 5px;
}

.social-links a {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

.social-links h3 {
	font-family: "Playfair Display", serif;
	text-decoration: none;
	padding-bottom: 10px;
}

.social-links img {
  width: 32px;
  height: 32px;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  margin: 0.5rem 0 0.5rem 90px;
}
.footer-nav a {
  color: #EDEDED;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.footer-nav a:hover {
  color: #ffcf01;
}
.footer-contact p {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.icon-inline {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.icon-inline img {
	height: 30px;
	width: 30px;
}

.footer-copy {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 1rem;
  font-size: 0.875rem;
  margin-top: 1rem;
  text-decoration: none;
  color: #ededed;
}

.back-to-top-footer {
  background: #ffcf01;
  color: #282828;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  align-self: flex-end;
  margin-top: 1rem;
}
.back-to-top-footer:hover {
  transform: translateY(-3px);
}

img {
  display: block;
  max-width: 100%;
}

/* About Us */
.container {
  width: 100vw;
  max-width: 100vw;
  padding: 30px;
  margin: 0;
  box-sizing: border-box;
}

.about-hero {
  padding: 0;
  height: auto;
  widows: auto;
}
.about-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.about-hero p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.facility-image {
  width: 100vw;            
  position: relative;
  left: 50%;               
  transform: translateX(-50%);
  margin: 0;         
  padding: 0;              
  overflow: hidden;         
}

.timeline {
  background: #282828;
  color: #EDEDED;
  width: 100vw;            
  position: relative;
  left: 50%;               
  transform: translateX(-50%);
  margin: 0;         
  padding: 0;              
  overflow: hidden;

}
.timeline p {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.timeline-year {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #FFCF01;
  margin: 0;
  padding-top: 0.5rem;
}

.timeline img {
	height: 50px;
	width : 270px;
}

.text-center img {
	margin: 20px 0 5px 0;
}

.brand-pill {
  display: inline-block;
  background: #ededed;
  color: #282828;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
}

.our-team {
  padding: 3rem;
}
.our-team h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

/* Members */
.profile-team {
	padding-top: 25px;
	margin-bottom: 25px;
}

.profile-team h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-align: center;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
  align-items: start;
  gap: 30px;
  padding-top: 30px; 
}

.profile {
  background: #f2f2f2;     
  border-radius: 0.5rem;
  width: 250px; 
  margin: 0 0 -10 0;
  box-sizing: border-box;
  text-align: center;
}

.profile img {
  width: 250px;
  height: 250px;
  border-radius: 4px;
  text-align: center;
}

.profile-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px
}

.profile-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
}

.profile-date {
  font-size: 1rem;
  color: #282828;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.team-cta-text {
  text-align: center;
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
}
.team-btn {
  display: inline-block;
  background: #FFCF01;
  color: #282828;
  padding: 0.5rem 3rem 0.5rem 3rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
}

.team-cta-text { text-align: center; margin-top: 2rem; }
.team-btn-wrap { text-align: center; }
.team-btn { display: inline-block; }

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

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-page {
  padding:0;
}

.contact-hero h1 {
	padding: 30px;
	text-align: center;
}

.contact-hero img {
  width: 100vw;            
  position: relative;
  left: 50%;               
  transform: translateX(-50%);
  margin: 0;         
  padding: 0;              
  overflow: hidden;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

.info-column {
  margin-left: 50px;
}

.info-column h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
  padding-top: 50px;
}

.info-column h2 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.info-column p {
  line-height: 1;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}

.contact-detail {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.contact-detail .icon {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
}

.form-column {
  margin-top: 2rem;        
  background: #282828;
  padding: 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
}

.form-row {
  margin-bottom: 1rem;
}

.form-row.row-two {
  display: flex;
  gap: 1rem;  
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: none;
  background: #f2f2f2;
}

.form-action {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .contact-form .row-two {
    flex-direction: row;
  }
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  background: #ededed;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  font-family: 'Montserrat', sans-serif;
}

.form-action {
  display: flex;
  justify-content: flex-end;
}

.form-action button {
  background: #ffcf01;
  color: #282828;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.form-action button:hover {
  background: #ededed;
}


/* Blog Post */
.blog-title {
	padding: 70px 0 10px 70px;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	text-align: center;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.blog {
  display: flex;
  flex-direction: column;
  background: #ededed;
}

.blog img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px;
}

.blog-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px
}

.blog-content h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
}

.blog-date {
  font-size: 0.875rem;
  color: #282828;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.btn {
  display: inline-block;
  text-decoration: none;
  background: #282828;
  color: #ededed;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  text-align: center;
  align-self: start;
  transition: background 0.2s ease;
}

.btn:hover {
  background: #ffcf01;
}

/* add footer icons? */
.site-footer .icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* Zip struct */

.zipper-image {
  width: 100vw;            
  position: relative;
  left: 50%;               
  transform: translateX(-50%);
  height: 46vw; /* ieu padding bawah */
}

.zip-button {
  background-color: #FFCF01;
  color: #282828;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  position: absolute;
  top: 490px;    
  right: 55px;  
}

.zip-button:hover {
  background-color: #EDEDED;
  color: #282828;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.zip-btn {
  padding-top: 60px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

/* Showroom */
.showroom img { 
  width: 100vw;            
  position: relative;
  left: 50%;               
  transform: translateX(-50%);
  margin: 0;         
  padding: 0;              
  overflow: hidden;
}

.showroom-column h1 {
  padding: 50px 0 10px 50px;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
}

.footer-column img /* kudu nambah deui */ {
  width: 32px;
  height: 32px;
}

.footer-contact p /* teuing ah lieur */{
  display: flex;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.4;
}
main {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.showroom-hero {
  padding: 0;
  height: auto;
  widows: auto;
}
.showroom-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: left;
  margin-top: 3.8rem;
}
.showroom-hero p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.category-bar {
  display: flex;
  height: 3rem;             
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}
.category-bar__active { /* koneng */
  flex: 1;                  
  background: #FFCF01;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.category-bar__inactive { /* jeung abu */
  flex: 4;                   
  background: #ececec;
}

.category-bar__active {
  color: #282828;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
}

/* carousel */
.css-carousel input { display: none; }

.css-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1140px;     
  margin: 10px;
}
.carousel-slides {
  display: flex;
  width: 300%;       
  transition: transform 0.5s ease;
}
.carousel-item {
  flex: 0 0 33.3333%;
}
.carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-controls .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #EDEDED;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.7rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;        
  z-index: 1;
  margin-left: -16px;
  margin-right: -16px;
}

.coil-carousel #coil-slide1:checked ~ .carousel-slides { transform: translateX(0%); }
.coil-carousel #coil-slide2:checked ~ .carousel-slides { transform: translateX(-33.3333%); }
.coil-carousel #coil-slide3:checked ~ .carousel-slides { transform: translateX(-66.6666%); }
.coil-carousel #coil-slide1:checked ~ .carousel-controls label[for="coil-slide3"].prev,
.coil-carousel #coil-slide2:checked ~ .carousel-controls label[for="coil-slide1"].prev,
.coil-carousel #coil-slide3:checked ~ .carousel-controls label[for="coil-slide2"].prev {
  display: block; left: 1rem;
}
.coil-carousel #coil-slide1:checked ~ .carousel-controls label[for="coil-slide2"].next,
.coil-carousel #coil-slide2:checked ~ .carousel-controls label[for="coil-slide3"].next,
.coil-carousel #coil-slide3:checked ~ .carousel-controls label[for="coil-slide1"].next {
  display: block; right: 1rem;
}

.vislon-carousel #vislon-slide1:checked ~ .carousel-slides { transform: translateX(0%); }
.vislon-carousel #vislon-slide2:checked ~ .carousel-slides { transform: translateX(-33.3333%); }
.vislon-carousel #vislon-slide3:checked ~ .carousel-slides { transform: translateX(-66.6666%); }
.vislon-carousel #vislon-slide1:checked ~ .carousel-controls label[for="vislon-slide3"].prev,
.vislon-carousel #vislon-slide2:checked ~ .carousel-controls label[for="vislon-slide1"].prev,
.vislon-carousel #vislon-slide3:checked ~ .carousel-controls label[for="vislon-slide2"].prev {
  display: block; left: 1rem;
}
.vislon-carousel #vislon-slide1:checked ~ .carousel-controls label[for="vislon-slide2"].next,
.vislon-carousel #vislon-slide2:checked ~ .carousel-controls label[for="vislon-slide3"].next,
.vislon-carousel #vislon-slide3:checked ~ .carousel-controls label[for="vislon-slide1"].next {
  display: block; right: 1rem;
}

.metal-carousel #metal-slide1:checked ~ .carousel-slides { transform: translateX(0%); }
.metal-carousel #metal-slide2:checked ~ .carousel-slides { transform: translateX(-33.3333%); }
.metal-carousel #metal-slide3:checked ~ .carousel-slides { transform: translateX(-66.6666%); }
.metal-carousel #metal-slide1:checked ~ .carousel-controls label[for="metal-slide3"].prev,
.metal-carousel #metal-slide2:checked ~ .carousel-controls label[for="metal-slide1"].prev,
.metal-carousel #metal-slide3:checked ~ .carousel-controls label[for="metal-slide2"].prev {
  display: block; left: 1rem;
}
.metal-carousel #metal-slide1:checked ~ .carousel-controls label[for="metal-slide2"].next,
.metal-carousel #metal-slide2:checked ~ .carousel-controls label[for="metal-slide3"].next,
.metal-carousel #metal-slide3:checked ~ .carousel-controls label[for="metal-slide1"].next {
  display: block; right: 1rem;
}

.blog-hero {
  padding: 0;
  height: auto;
  widows: auto;
}
.blog-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 0;
  text-align: left;
}
.blog-hero p {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: -10px;
  line-height: 1.6;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.paragraph p {
  font-family: 'Montserrat', sans-serif;
  padding: 2rem 3.5rem 0 3.5rem;
  text-align: justify;
  font-size: 15px;
}

.blog-btn {
  display: inline-block;
  background: #282828;
  color: #EDEDED;
  padding: 0.3rem 2.5rem 0.3rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
}

/*media all*/
@media (max-width: 992px) {
  /* GENERAL */
  body {
    font-size: 90%;
  }

  header {
    flex-direction: column;
    height: auto;
    padding: 20px;
    align-items: flex-start;
  }
	
.hamburger {
  background: none;
  border: none;
  font-size: 2rem;
  color: #FFCF01;
  cursor: pointer;
  display: block;
}

.nav-link {
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #282828;
  padding: 10px 0;
}

.nav-link.active {
  display: flex;
}

.nav-link a {
  padding: 10px 20px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
  }

.header-button {
    align-self: flex-start;
    margin-top: 10px;
  }
	
.footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.footer-column {
    margin: 1rem 0;
  }

.footer-nav li {
    margin: 0.5rem 0;
  }

.footer-contact p {
    justify-content: center;
  }

.back-to-top-footer {
    align-self: center;
    margin-top: 2rem;
  }
	
/*for homepage image*/
	
.hero img {
    height: auto;
	margin-top: 120px;
  }

  .about-us-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .about-us-content {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .about-us-content h2 {
    font-size: 3rem;
  }

  .about-us-image {
    max-width: 100%;
    justify-content: center;
    padding-top: 20px;
  }

  .about-us-image img {
    padding: 0;
  }

  .philosophy-section {
    flex-direction: column;
    padding: 10px 20px;
    gap: 20px;
  }

  .philosophy-title-container,
  .philosophy-yellow-box {
    max-width: 100%;
    flex-basis: auto;
  }

  .philosophy-title {
    font-size: 3rem;
  }

  .philosophy-yellow-box {
    padding: 20px;
  }

  .customize-section {
    flex-direction: column-reverse;
    padding: 40px 20px;
    gap: 20px;
  }

  .customize-content-left,
  .customize-title-right {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .customize-title {
    font-size: 3rem;
  }

  .custom img {
    min-height: auto;
    margin-top: 0px;
  }
	
  .about-hero h1 {
	padding-top: 75px;
	}
  
  .about-hero p {
	font-size: 17px;
	text-align: justify;
	}
	
	.container h1 {
		padding-top: 75px;
		line-height: 40px;	
	}
	
	#teuing {
		padding-top: 20px;
	}
	
	#kumaha {
		padding-top: 20px;
	}

	.container p {
		text-align: justify;
	}
	
	.team-cta-text {
		text-align: justify;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.carousel-item img {
		width: 100%;
	    height: auto;
		padding: 0 30px;
	}
	
	.zip-btn {
		padding: 45px 50px 0 50px;
		font-size: 17px;
		text-align: justify;
	}
	
	}
	
}

