body, html {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
  overflow-x: hidden;
}


@font-face 
{
    font-family:font1;
    src: url(fonts/SendFlowers-Regular.ttf);
}

@font-face 
{
    font-family:font2;
    src: url(fonts/Lexend-Regular.ttf);
}

@font-face 
{
    font-family:font3;
    src: url(fonts/Lexend-VariableFont_wght.ttf);
}







/* HEADER */
header {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;  
  background: white;
  padding-bottom: 10px;
  padding-top: 10px;
}

header img {
  width: 30%;
  height: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  
}
@media (max-width: 768px) {
  header img {
    width:150%;
    height: 100%;
  }
}

header ul {
  list-style: none;
}

header ul li {
  display: inline-block;
  margin: 5px 5px;
  padding: 5px 20px;
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
}

header ul li a {
  color:#63102e;
  font-family:font3;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

header ul li a:hover{
  color:#9fe2ff;
  
}




/* FOOTER */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color:#9fe2ff;
  color:#1e2021;
  padding: 60px 80px;
  gap: 40px;
}

.footer .info {
  flex: 1;
  min-width: 250px;
}
.footer .info img {
  width: 15%;
  height: 15%;


}


.footer .info h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#1e2021;
  
}

.footer .info h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color:#1e2021;
  
}

.footer .info p {
  font-size: 14px;
  margin: 4px 0;
  opacity: 0.8;
  color:#1e2021;
  
}

.footer .info p a {
  color: #1e2021;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.footer .info p a:hover{
  color:white;
}

.socials {
  margin-top: 15px;
  color:#1e2021;
}

.socials a {
  color:#1e2021;
  font-size: 22px;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.socials a:hover {
  color:white;
}

.footer .footer-links {
  display: flex;
  flex: 0.3;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .link-column {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  justify-content: space-between;
  margin-left: 90px;
}

.footer .link-column h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer .link-column a {
  color:#1e2021;
  text-decoration: none;
  margin: 3px 0;
  font-size: 14px;
  transition:  0.2s ease-in-out;
}

.footer .link-column a:hover {
  color:white;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  background:white;
  color: black;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #ddd;
}

.btn-outline {
  display: inline-block;
  padding: 10px 22px;
  border: 2px solid #63102e;
  background-color: #63102e;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-outline:hover {
  background: white;
  color:#63102e;
}

/*Home Page*/
.hero {
  position: relative;
  height: 70vh;
  background: url('images/banner4.png') center/cover no-repeat;
  display: flex;
  align-items: flex-end; 
  padding: 40px;        
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}


.hero-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
 
}


.hero-left {
  max-width: 450px;
  color: white;
  margin-left: 50px;
}

.hero-logo {
  width: 80%;
  margin-bottom: 10px;
}

.hero-left p {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.9;
  
}


.hero-right .hero-btn {
  padding: 14px 28px;
  font-size: 16px;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: white;
  color:#63102e;
}
.hero-btn:hover {
  background-color:#9fe2ff;
  color: #63102e;

}



.intro {
  padding: 70px 20px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.intro h2 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #63102e;
  font-family: font1;
}

.intro p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.8;
  margin-bottom: 25px;
  font-family: font2;
}

.best-sellers {
  padding: 70px 20px;
  text-align: center;
  background: #63102e;
  font-family: font2;
  padding-bottom: 100px;
  
  
}
  
.best-sellers h2 {
  font-size: 50px;
  margin-bottom: 40px;
  color:#9fe2ff;
  font-family: font1;
  
  
}

.best-sellers .btn
{
  color:#63102e;
  background-color: white;
  font-family:Arial, Helvetica, sans-serif;
}

.best-sellers .btn:hover
{
  color: #63102e;
  background-color: #9fe2ff;
}




.products {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  
}

.product-card {
  width: 250px;
  background:white;
  border-radius: 6px;
  padding-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
  margin-bottom: 60px;
  border: 8px solid white;
}

.product-card:hover {
  transform: translateY(-5px);
  background:#9fe2ff;
   border: 8px solid #9fe2ff;
}

.product-card img {
  width: 100%;
  border-radius: 6px 6px 6px 6px;
}

.product-card h3 {
  font-size: 17px;
  margin-top: 10px;
  color:#3a3838;
  font-family: font2;
}

/*About Page*/
.about-hero {
    position: relative;
    height: 40vh;
    background-color:#63102e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    color:white;
    overflow: visible; 
}


.about-hero-inner {
    max-width: 900px;
    margin: 0 auto;
     font-family: font3;
   
  
   
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-top: -150px;
    margin-bottom: 0px;
    font-family: font2;
   
}



.hero-image-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    
}

.hero-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%); 
    bottom: 80px;
    max-width: 700px;
    border-radius: 12px;
    height: 90%;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
}



.about-section {
    padding: 4rem 1.5rem;
    max-width: 700px; 
    margin: 4rem auto 0 auto; 
    text-align: left; 
}


.about-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #63102e;
    font-family: font1;
    
}

.about-section p
{
  font-family: font2;
}


.mission-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 3rem auto;
    margin-top: 10px;
    padding: 0 1.5rem;
    margin-bottom: 100px;
}

.mv-card {
    background-color:#63102e;
    padding: 2rem;
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s ease-in-out;
}

.mv-card:hover
{
  transform: translateY(-5px);
  background-color:#9fe2ff;
  color: #63102e;
}

.mv-card h3{
  font-family: font2;
  font-size: 23px;
}

.mv-card p 
{
  font-size: 15px;
  font-weight: 300;
  font-family: font3;
}

/*Sets Page*/
.sets-section {
    padding: 4rem 2rem;
    text-align: left;
    margin: 1rem 1rem;
}

.sets-title {
    font-size: 2.5rem;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
    color: #63102e;
    font-family: font3;
    font-weight: 500;
}

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


.set-card {
    position: relative;
    cursor: pointer;
    background-color:#f7f7f7;   
    padding: 15px;   
    border-radius: 5px;            
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
}



.set-card .set-img {
    width: 100%;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    display: block;
}

.set-card .hover-img {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.set-card:hover .hover-img {
    opacity: 1;
}

.set-card:hover .default-img {
    opacity: 0;
}

.set-name {
    margin-top: 0.8rem;
    font-size: 1rem;
    color: #3a3838;
    font-family: font3;
    font-weight: 400;
}


.set-modal {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    z-index: 200;
}

.set-modal.active {
    display: grid;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.55);
}


.modal-content {
    position: relative;
    background:#f7f7f7;
    width: 90%;
    max-width: 900px;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    gap: 2rem;
    z-index: 300;
}


.modal-images {
    position: relative;
    width: 60%;
}

.modal-images img {
    width: 100%;
    border-radius: 10px;
}


.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: none;
    border: none;
    color:#63102e;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 8px;
   
}
.arrow.left { left: -10px; }
.arrow.right { right: -10px; }


.modal-info {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}

.modal-info h2 {
    font-size: 1.5rem;
    font-family: font3;
    font-weight: 400;
    color: #63102e;
    margin-bottom: -10px;
}
.modal-info p 
{
  line-height: 130%;
  font-family: font3;
  font-weight: 300;
  color: #3a3838;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 2rem;
    font-weight: bold;
    color:#63102e;
    cursor: pointer;
    z-index: 1000;
    transition: 0.2s;
}

.modal-close:hover {
    color:#6d9cb1;
}



/*Your Guide Page*/

.guidep
{
  background-color:#f7f7f7;
}
.guide {
  width: 100%;
  padding: 130px 20px;
  text-align: left;
}

.guide-title {
  font-size: 2.5rem;
  margin-bottom: 80px;
  margin-top: -90px;
  font-weight: 500;
  color:#63102e;
  font-family: font3;
  text-align: center;
  margin-left: -50px;
}


.guide-grid {
  display: flex;
  flex-direction: column;  
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.guide-card {
  background-color: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  align-self: flex-start;
  min-height: 0;
  flex: 0 0 100%; 
}




.guide-btn {
  width: 100%;
  text-align:center;
  font-size: 14px;
  padding: 30px 20px;
  color:#63102e;
  font-weight: 500;
  cursor: pointer;
  font-family: font3;
  background:white;
  border: none;
  transition: 0.3s ease-in-out;
}
.guide-btn:hover
{
  background: #9fe2ff;
  color: #63102e;
}


.guide-btn::after {
  content: "＋";
  float:right;
  font-size: 15px;
  color:#63102e;
  transition: 0.3s ease-in-out;
  
}
.guide-btn:hover::after{
  color:#63102e;
}

.guide-btn.active::after {
  content: "−";
  color:#63102e;
}
.guide-btn.active:hover::after {
  content: "−";
  color:#63102e;
}



.guide-content {
  max-height: 0;          
  overflow: hidden;       
  padding: 0 22px;        
  color:#3a3838;
  transition: max-height 0.4s ease, padding 0.3s ease-in-out;
  font-family: font3;
  font-weight: 300;
  font-size: 10px;
  
}

.guide-card.active .guide-content {
  padding: 18px 22px 22px; 
  max-height: 500px;        
}


.guide-content p {
  font-size: 16px;
  margin-bottom: 10px;
}


.size-chart-wrapper {
  width: 100%;
  background-color:#63102e; 
  padding: 60px 0; 
}

.size-chart-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.size-chart-title {
  font-size: 2rem;
  color: #f2f2f2;
  font-weight: 500;
  font-family: font3;
  margin-bottom: 5px;
  
}

.size-chart-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  color: #f2f2f2;
}

.size-chart-table {
  overflow-x: auto;
  margin-bottom: 30px;
}

.size-chart-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.size-chart-table th {
  padding: 20px 15px;
  text-align: center;
  color: #1e2021;
}

.size-chart-table th {
  background:#9fe2ff;
  border: 1px solid #63102e;
  font-weight: bold;
}
.size-chart-table td{
  color:#63102e;
  padding: 20px 20px;
  text-align: center;
  background-color:#f2f2f2;
  border: 1px solid #63102e;
  font-weight:400;
}

.size-chart-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.size-chart-tips {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  color: #f2f2f2;
  font-family: font3;
  font-weight: 300;
}

.size-chart-tips li {
  margin-bottom: 8px;
}



/*FAQ Page*/
.faq {
  width: 100%;
  padding: 50px 0px; 
  background-color:white;
  color:#63102e;
  font-family: font3;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  padding-bottom: 100px;
 
}

.faq-section-header {
  font-size: 2.5rem; 
  margin-top: -15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: font3;
  font-weight: 500;
 
  
}

.faq-item {
  background-color:#63102e;
  margin: 10px auto; 
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 90%; 
  text-align: left;
}

.faq-question {
  background: none;
  border: none;
  color:#f0f1f2;
  font-family: font2;
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.faq-question:hover {
  background-color:#9fe2ff;
  color:#63102e;
}


.faq-question::after {
  content: "＋";
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #9fe2ff; 
}


.faq-question:hover::after {
  color: #63102e; 
}


.faq-item.active .faq-question::after {
  content: "−";
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color:#9fe2ff;
  font-family: font2;
  color:#63102e;
  font-weight: 300;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px 20px 20px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.contact-container {
  max-width: 1000px;
  margin: 60px auto;
  display: flex;
  flex-direction: column; 
  gap: 40px;
  
}

.contact-container h1 {
  color: #63102e;
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-bottom: 10px;
  width: 100%; 
  font-size: 2.5rem;
  margin-top: -30px;
  font-family: font3;
  font-weight: 500;
}



/*Contact Page*/
.contact-form {
  background-color:#63102e;
  color: #f2f2f2;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: font3;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
}

.contact-form textarea {
  height: 100px;
  resize: vertical;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  margin-bottom: 20px;
  font-weight: 100;  
}

.radio-option {
  display: flex;
  align-items: center; 
  gap: 5px;         
  cursor: pointer;
  font-weight: normal;
}

.radio-option input[type="radio"] {
  margin: 0;           
  width: 18px;
  height: 18px;
  accent-color: #9fe2ff; 
}



.contact-form button {
  background-color:#9fe2ff;
  color:#63102e;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-family: font3;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.contact-form button:hover {
  background-color:#f2f2f2;
  
}


.contact-info {
    background-color: #63102e;
    padding: 30px;
    color: #f2f2f2;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    line-height: 0.5;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.contact-details {
    display: flex;
    flex-direction: column;
    margin-left: -140px; 
   
   
}
.contact-info h2 
{
  display: flex;
  flex-direction: column;
  margin-right: -40px; 
}

.contact-info img.contact-logo {
    max-width: 250px; 
    height: auto; 
    margin-right: 50px; 
}
.contact-info a {
  color:#f2f2f2;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.contact-info a:hover {
  color: #9fe2ff;
}

    @media(max-width: 900px) {
      .contact-container {
        flex-direction: column;
        gap: 20px;
      }
      .contact-info
      {
         flex-direction: column;
      }
    }


@media(min-width: 768px) {
  .faq-section-header {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .faq-item {
    max-width: 900px;
  }

  .faq-question {
    font-size: 18px;
    padding: 20px 25px;
    
  }

  .faq-answer {
    padding: 0 25px;
  }

  .faq-item.active .faq-answer {
    padding: 20px 25px 25px;
  }

  .faq-answer p {
    font-size: 18px;
  }
}




@media (max-width: 768px) {

    .about-hero {
        height: 40vh;
        padding: 1.5rem;
    }

    .mission-values {
        grid-template-columns: 1fr;
    }

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




@media (max-width: 768px) {

  
  header {
    flex-direction: column;
    padding: 10px 0;
  }

  header img {
    margin: 0;
    width: 130px;
    height: 40px;
  }

  header ul {
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }

  header ul li {
    display: block;
    padding: 10px 0;
    margin: 0;
  }

  
  .footer {
    flex-direction: column;
    padding: 40px 20px;
    text-align: left;
  }
  .footer .info img {
    margin: 0;
    width: 130px;
    height: 40px;
  }

  .footer .info h1 {
    font-size: 28px;
  }

  .footer .footer-links {
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
  }

  .footer .link-column h3 {
    font-size: 14px;
  }

  .footer .link-column a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .hero {
    padding: 20px;
    height: 60vh;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .hero-right {
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
    .about-hero {
        padding: 3rem 1rem 4rem;
    }

    .about-hero h1 {
        font-size: 2.2rem;
    }

    .about-hero .subtitle {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .hero-image {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 600px) {
  .guide-title {
    font-size: 30px;
  }
  .guide-bg {
    height: 300px;
  }
  .guide-card 
  {
    width: 90%;
  }
  
}
@media(min-width: 768px) {
  .guide-card {
    flex: 0 0 48%; 
  }
}

@media(min-width: 1200px) {
  .guide-card {
    flex: 0 0 23%;  
  }
}
.guide-card:hover{
  transform: translateY(-5px);

}
@media(min-width: 768px) {
  .guide-grid {
    flex-direction: row;        
    flex-wrap: wrap;
    justify-content: space-between;
  }
}




