*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* start header  */
.header{
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: 20px;
}
.nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    top: 10;
    margin-top: 10px;
    height: auto;
}
.nav a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin: 0 18px;
}

.nav a:hover {
    color: #000000;

}
/* end header */

/* start home */
.home{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -170px;
    flex-direction: row-reverse;;
}
.home .logo img{
    width: 900px;
    height: auto;
    margin-right: 0;
    margin-left: 50px;
}
.home .letters{
    width: 40%;
    height: auto;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.home .letters .h1 h1{
    font-size: 200px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFFFFF2B ;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
}
.home .letters .h2 h2{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}
.home .letters span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
}
.home .letters .h3 h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.home .letters .p p{
    font-size: 18px;
    text-align: center;
}
/* end home */

/* start third */
.third{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    top: -100px;
}

.third .menu-list {
    display: flex;
    flex: 2;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: 100vh;
}

.third .menu-card {
    background: transparent;
    border: 1px solid #31c3b6;
    box-shadow: #19d3c5;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px 0 30px 40px;
    position: relative;
    min-width: 0;
    height: 600px;
}
.third .menu-card:hover {
    transition: all 0.3s ease-in-out;
    background: #19d3c5;
    cursor: pointer;
    transform: translateY(-10px);

}

.third .menu-card img {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    object-fit: contain;
    align-self: center;
}

.third .menu-card .price {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.third .menu-card .name {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1.1;
}

.third .specials-info {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 40px 0 60px;
    position: relative;
    min-width: 350px;
}

.third .specials-info h2 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Montserrat', Arial, sans-serif;
}

.third .specials-info .underline {
    width: 120px;
    height: 4px;
    background: #fff;
    margin: 32px 0 32px 0;
    border-radius: 2px;
}

.third .specials-info p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}
/* end third */
/* start menu */
.menu {
    width: 100%;
    height: 100vh;
    padding: 60px 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu .header {
    text-align: center;
    margin-bottom: 40px;
}

.menu .header h2 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.menu .header span {
    display: block;
    width: 80px;
    color: #ffffff;
    height: 4px;
    margin: 18px auto 18px auto;
    border-radius: 2px;
}

.menu .header p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    width: 45%;
}

.menu .products {
    display: flex;
    flex-direction: column; 
    gap: 60px; 
    align-items: center;
}

.box2 {
    display: flex;
    flex-direction: row; 
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    
}
.box1 {
    display: flex;
    flex-direction: row; 
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;

}

.box {
    width: max-content;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 32px 0 32px 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    height: 100%;
}

.box .title {
    margin-bottom: 18px;
    text-align: left;
}

.box .title h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}

.box .title span {
    margin-left: 50px;
    color: #ffffff;
    width: 60px;
    height: 10px;
    margin: 10px 0 0 0;
    border-radius: 2px;
    font-weight: bold;
    font-size: 20px;
}

.box .content {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 18px;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.box .content img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 12px;
}

.box .content h5 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 4px;
}

.box .content p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: end;
}

.box .content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-left: auto;
    margin-bottom: 0;
    text-align: right;
}
.box1 :hover {
    background: #19d3c5;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.box2 :hover {
    background: #19d3c5;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.menu span {
    color: white;
    text-align: end;
}
/* end menu */
/* start location & schedule */
.location {
    width: 100vw;
    margin: 60px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 60px;
    gap: 60px;
    margin: 0 100px;
}

.location .left-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.location .left-side h2 {
    font-size: 80px; 
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: lowercase;
}

.location .left-side span {
    display: block;
    width: 60px; 
    height: 3px;  
    margin-top: 20px;
    border-radius: 2px;
}

.location .right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50vw;
}

.location .right-side h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.4;
}

.location .right-side p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    max-width: 600px;
}


.map .map-container {
    width: 80vw;
    margin: 32px 0 0 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border-radius: 12px;
}

.map .map-container iframe {
    width: 80vw;
    height: 70vh;
    border-radius: 12px;
}
/* start schedule */
.schedule {
    width: 100vw;
    min-height: 60vh;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-top: 0;
    padding: 0 0 0 0;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 48px 32px;
    width: 80vw;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

/* Responsive for schedule grid */
@media (max-width: 992px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 32px 18px;
    width: 95vw;
    padding: 30px 0 0 0;
  }
  .schedule-card {
    min-width: 0;
    width: 100%;
    padding: 0 0 0 0;
  }
}

@media (max-width: 600px) {
  .schedule-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
    gap: 18px 0;
    width: 98vw;
    padding: 20px 0 0 0;
  }
  .schedule-card {
    min-width: 0;
    width: 100%;
    padding: 0 0 0 0;
  }
}

.schedule-card {
    background: transparent;
    border-radius: 12px;
    box-shadow: none;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    min-height: 180px;
    position: relative;
}

.schedule-date {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.schedule-location {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.schedule-divider {
    width: 90%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 8px 0 18px 0;
}

.schedule-info {
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.schedule-info .icon {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.schedule-actions {
    position: absolute;
    right: 60px;
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
}

/* end location & schedule  */
/* start about */
.about {
    width: 100vw;
    height: 100vh;
    min-height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    margin: 80px 0 0 0;
    background: transparent;
}

.about-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-image-wrapper {
    position: relative;
    width: 480px;
    height: 600px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-signature {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.about-right {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
}

.about-right h2 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.1;
}

.about-underline {
    width: 80px;
    height: 4px;
    background: #fff;
    margin: 24px 0 32px 0;
    border-radius: 2px;
}

.about-right h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
}

.about-highlight {
    color: #fff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.7;
    box-decoration-break: clone;
    display: inline-block;
    max-width: 600px;
}
/* end about  */
/* start contact */
.contact {
    width: 100vw;
    height: 100vh;
    min-height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    padding: 60px 0 0 0;
    margin: 0 20000px;
}

.contact-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 8vw;
    padding-top: 20px;
}

.contact-left h2 {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.1;
}

.contact-underline {
    width: 80%;
    height: 4px;
    background: #fff;
    margin: 32px 0 32px 0;
    border-radius: 2px;
}

.contact-left p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 32px;
    font-family: Arial, sans-serif;
    max-width: 400px;
}

.contact-info {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.contact-label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    display: block;
}

.contact-value {
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
}

.contact-form {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-right: 8vw;
    padding-top: 20px;
    min-width: 400px;
}

.form-row {
    display: flex;
    gap: 18px;
    width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 48%;
    padding: 16px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    margin-bottom: 18px;
    background: #fff;
    color: #222;
    font-family: Arial, sans-serif;
}

.contact-form input[type="email"] {
    width: 100%;
}

.contact-form textarea {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    margin-bottom: 18px;
    background: #fff;
    color: #222;
    font-family: Arial, sans-serif;
    resize: none;
}

.contact-btn {
    background: #c2185b;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 14px 40px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: background 0.2s;
}

.contact-btn:hover {
    background: #ad1457;
}

/* start hero */
.footer {
  background-image: url("/imgs/truck-001-free-img.png");
  background-repeat: no-repeat;
  background-color: #c21e49;
  background-size: 200px;
  background-position: top center;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  height: 65vh;
}

.footer h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer p {
  font-size: 15px;
  margin-bottom: 25px;
}

.social-icons a {
  display: inline-block;
  margin: 0 8px;
  font-size: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #c21e49;
}

.footer-bottom {
  margin-top: 25px;
  font-size: 14px;
}
/* ========== Responsive Design ========== */

/* Mobile (max-width: 600px) */
@media (max-width: 600px) {
  .header {
    height: auto;
    padding: 20px 0 10px 0;
  }
  .nav {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
  .nav a {
    font-size: 18px;
    margin: 6px 0;
  }
  .home {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    top: 0;
    padding: 20px 0;
  }
  .home .logo img {
    width: 90vw;
    margin: 0 0 20px 0;
  }
  .home .letters {
    width: 90vw;
    align-items: center;
    text-align: center;
  }
  .home .letters .h1 h1 {
    font-size: 60px;
  }
  .home .letters .h2 h2 {
    font-size: 32px;
  }
  .third {
    flex-direction: column;
    height: auto;
    top: 0;
    padding: 0;
  }
  .third .menu-list {
    flex-direction: column;
    height: auto;
  }
  .third .menu-card {
    width: 90vw;
    height: auto;
    padding: 20px 0 20px 20px;
    margin-bottom: 18px;
  }
  .third .specials-info {
    min-width: 0;
    padding: 20px;
    width: 100vw;
  }
  .menu {
    height: auto;
    padding: 30px 0;
  }
  .menu .products {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .box1, .box2 {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: auto;
    align-items: center;
  }
  .box {
    width: 95vw;
    min-width: 0;
    height: auto;
    padding: 20px 0;
    align-items: center;
  }
  .box .content {
    width: 95vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 10px;
  }
  .location {
    flex-direction: column;
    padding: 30px 10px;
    gap: 20px;
    width: 100vw;
    margin: 0;
  }
  .location .left-side, .location .right-side {
    width: 100%;
    align-items: flex-start;
    padding: 0;
  }
  .location .left-side h2 {
    font-size: 40px;
  }
  .about {
    flex-direction: column;
    gap: 30px;
    height: auto;
    min-height: 0;
    margin: 40px 0 0 0;
    align-items: center;
  }
  .about-left, .about-right {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .about-image-wrapper {
    width: 90vw;
    height: 220px;
  }
  .about-right h2 {
    font-size: 40px;
  }
  .contact {
    flex-direction: column;
    gap: 30px;
    height: auto;
    min-height: 0;
    padding: 30px 0 0 0;
  }
  .contact-left, .contact-form {
    width: 100%;
    padding: 0 5vw;
    min-width: 0;
    align-items: flex-start;
  }
  .contact-form {
    align-items: flex-start;
    min-width: 0;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
  }
  .footer {
    background-size: 80px;
    height: auto;
    padding: 30px 5px;
  }
}

/* Tablet (601px - 992px) */
@media (min-width: 601px) and (max-width: 992px) {
  .header {
    height: auto;
    padding: 30px 0 15px 0;
  }
  .nav {
    flex-direction: row;
    gap: 12px;
    height: auto;
  }
  .nav a {
    font-size: 18px;
    margin: 0 10px;
  }
  .home {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    top: 0;
    padding: 30px 0;
  }
  .home .logo img {
    width: 70vw;
    margin: 0 0 30px 0;
  }
  .home .letters {
    width: 70vw;
    align-items: center;
    text-align: center;
  }
  .home .letters .h1 h1 {
    font-size: 100px;
  }
  .home .letters .h2 h2 {
    font-size: 40px;
  }
  .third {
    flex-direction: column;
    height: auto;
    top: 0;
    padding: 0;
  }
  .third .menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .third .menu-card {
    width: 45vw;
    height: auto;
    padding: 20px 0 20px 20px;
    margin-bottom: 18px;
  }
  .third .specials-info {
    min-width: 0;
    padding: 20px;
    width: 100vw;
  }
  .menu {
    height: auto;
    padding: 40px 0;
  }
  .menu .products {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .box1, .box2 {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: center;
  }
  .box {
    width: 45vw;
    min-width: 0;
    height: auto;
    padding: 20px 0;
    align-items: flex-start;
  }
  .box .content {
    width: 90%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
  }
  .location {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    width: 100vw;
    margin: 0;
  }
  .location .left-side, .location .right-side {
    width: 100%;
    align-items: flex-start;
    padding: 0;
  }
  .location .left-side h2 {
    font-size: 60px;
  }
  .about {
    flex-direction: column;
    gap: 30px;
    height: auto;
    min-height: 0;
    margin: 40px 0 0 0;
    align-items: center;
  }
  .about-left, .about-right {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .about-image-wrapper {
    width: 60vw;
    height: 320px;
  }
  .about-right h2 {
    font-size: 60px;
  }
  .contact {
    flex-direction: column;
    gap: 30px;
    height: auto;
    min-height: 0;
    padding: 40px 0 0 0;
  }
  .contact-left, .contact-form {
    width: 100%;
    padding: 0 10vw;
    min-width: 0;
    align-items: flex-start;
  }
  .contact-form {
    align-items: flex-start;
    min-width: 0;
  }
  .form-row {
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 48%;
  }
  .footer {
    background-size: 120px;
    height: auto;
    padding: 40px 10px;
  }
}

/* Desktop (min-width: 993px) */
@media (min-width: 993px) {
  .header {
    height: 40vh;
    padding: 0;
  }
  .nav {
    flex-direction: row;
    gap: 18px;
    height: 80px;
  }
  .nav a {
    font-size: 20px;
    margin: 0 18px;
  }
  .home {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    top: -170px;
    padding: 0;
  }
  .home .logo img {
    width: 900px;
    margin-left: 50px;
  }
  .home .letters {
    width: 40%;
    align-items: flex-start;
    text-align: left;
  }
  .third {
    flex-direction: row;
    height: 80vh;
    top: -100px;
    padding: 0;
  }
  .third .menu-list {
    flex-direction: row;
    height: 100vh;
  }
  .third .menu-card {
    width: auto;
    height: 600px;
    padding: 40px 0 30px 40px;
  }
  .third .specials-info {
    min-width: 350px;
    padding: 0 40px 0 60px;
    width: auto;
  }
  .menu {
    height: 100vh;
    padding: 60px 0 60px 0;
  }
  .menu .products {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .box1, .box2 {
    flex-direction: row;
    gap: 40px;
    width: 100%;
    height: 100vh;
    align-items: flex-start;
    justify-content: center;
  }
  .box {
    width: 600px;
    min-width: 0;
    height: 100%;
    padding: 32px 0 32px 0;
    align-items: flex-start;
  }
  .box .content {
    width: max-content;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
  }
  .location {
    flex-direction: row;
    padding: 80px 60px;
    gap: 60px;
    width: 100vw;
    margin: 0 100px;
  }
  .about {
    flex-direction: row;
    gap: 60px;
    height: 100vh;
    min-height: 70vh;
    margin: 80px 0 0 0;
    align-items: flex-start;
  }
  .about-left, .about-right {
    width: auto;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }
  .about-image-wrapper {
    width: 480px;
    height: 600px;
  }
  .about-right h2 {
    font-size: 80px;
  }
  .contact {
    flex-direction: row;
    gap: 60px;
    height: 100vh;
    min-height: 70vh;
    padding: 60px 0 0 0;
  }
  .contact-left, .contact-form {
    width: auto;
    padding-left: 8vw;
    padding-right: 8vw;
    min-width: 400px;
    align-items: flex-start;
  }
  .form-row {
    flex-direction: row;
    gap: 18px;
    width: 100%;
  }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    width: 48%;
  }
  .footer {
    background-size: 200px;
    height: 65vh;
    padding: 40px 20px;
  }
}
