


@font-face {
  font-family: "BYeKan";
  src: url("../BYekan/BYekan.eot") format("eot");
  src: url("../BYekan/BYekan.ttf") format("tff");
  src: url("../BYekan/BYekan.woff") format("woff");
}
* {
  font-family: "BYeKan";
  box-sizing: border-box;
}
body {
  margin: 0;


}
/* header style  */

/* header {
    display: flex;
    padding: 15px 5%;
    justify-content: space-between;
    align-items: center;
    background-color: #e4d5a2;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.phone-number-container button {
    border: none;
    background-color: #F0E68C;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #222;
    transition: background-color 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.phone-number-container button:hover {
    background-color: #dac508;
    transform: translateY(-2px);
}

.menu-logo-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-menu {
    display: flex;
    gap: 25px;
}

.main-menu li {
    list-style: none;
}

.main-menu a {
    text-decoration: none;
    color: #63666A;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
    padding: 5px;
}

.main-menu a:hover {
    background-color: #F0E68C;
    color: #222;
    text-decoration: none;
}

.logo h2 {
    color: #63666A;
    font-size: 22px;
    white-space: nowrap;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #63666A;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: #e4d5a2;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 80px 20px 20px 20px;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.mobile-menu a {
    display: block;
    padding: 12px 15px;
    color: #63666A;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    background-color: #F0E68C;
    color: #222;
}

.close-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #63666A;
    cursor: pointer;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.overlay.active {
    display: block;
}


@media (max-width: 1200px) {
    .menu-logo-container {
        gap: 20px;
    }
    
    .main-menu {
        gap: 15px;
    }
    
    .main-menu a {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .logo h2 {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .main-menu {
        display: none;
    }
    
    .hamburger-menu {
        display: flex;
    }
    
    .menu-logo-container {
        gap: 15px;
        flex-direction: row-reverse; 
    }
    
    .menu-logo-container h2 {
        font-size: 16px;
    }
    
    .phone-number-container button {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    header {
        padding: 12px 20px;
    }
}


@media (max-width: 480px) {
    .logo h2 {
        font-size: 14px;
    }
    
    .phone-number-container button {
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .mobile-menu {
        width: 280px;
    }
}  */

/* 

header {
  display: flex;
  padding-inline: 5%;
  justify-content: space-between;
  align-items: center;
  background-color: #e4d5a2;
  width: 100%;
}

.phone-number-container button {
  border: none;
  background-color: #F0E68C;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #222;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.phone-number-container button:hover {
  background-color: #dac508;
}

.menu-logo-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-menu {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.main-menu li {
  list-style: none;
}

.main-menu a {
  text-decoration: none;
  color: #63666A;
  padding: 5px;
}

.main-menu a:hover {
  text-decoration: underline black;
} */


.main-slide {
  display: flex;
  padding-inline: 5%;
  padding-block: 5% 0;
}

.main-slide-info {
  width: 50%;
  text-align: right;
  display: flex;
  direction: rtl;
  flex-direction: column;
}

.main-slide-button {
  display: flex;
  gap: 40px;
  margin: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main-slide-info button {
  border: none;
  background-color: #F0E68C;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.main-slide-info button:hover {
  background-color: #dac508;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.main-slide-info button a {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}

.main-slide-pic {
  width: 50%;
}

.main-slide-pic img {
  width: 100%;
}


.nemone-kar-slide {
  padding-inline: 5%;
  display: flex;
  gap: 30px;
}

.nemone-kar-number {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4d5a2;
  border-radius: 10px;
}

.phone-number-box {
  background-color: #eee;
  padding: 10px 25px;
  width: fit-content;
  border-radius: 10px;
}

.phone-number-icon {
  display: flex;
  align-items: center;
  background-color: #F0E68C;
  border-radius: 10px;
  padding: 0 30px;
  gap: 30px;
}

.phone-number-icon p {
  font-size: 18px;
}

.icon-box {
  background-color: #eee;
  padding: 10px;
  border-radius: 50px;
}

.phone-number-button {
  display: flex;
  justify-content: center;
}

.phone-number-button button {
  border: none;
  font-weight: bold;
  font-size: 18px;
}

.nemone-kar-pic {
  width: 60%;
  display: flex;
  gap: 20px;
  justify-content: end;
}

.nemone-kar-pic div {
  width: 30%;
  border-radius: 15px;
}

.nemone-kar-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}


.services-slide {
  padding-inline: 5%;
  padding-block: 3%;
}

.services-title {
  text-align: center;
}

.services-card-box {
  display: flex;
  gap: 3%;
  padding-block: 2%;
}

.services-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: right;
  padding: 3% 2%;
  align-items: end;
  border-radius: 20px;
  border: 2px solid #e4d5a2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s ease;
}

.services-card:hover {
  background-color: #e4d5a2;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.services-card span {
  font-size: 40px;
  background-color: #F0E68C;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  transition: background-color 0.3s ease;
}

.services-card:hover span {
  background-color: #dac508;
}

.services-card h3 {
  font-size: 25px;
}

.services-card.active {
  background-color: #e4d5a2;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.services-card.active span {
  background-color: #dac508;
}


.wall-foam-slide {
  padding-inline: 5%;
  display: flex;
  background-color: #f5f0e6;
}

.wall-foam-pic-parent {
  width: 100%;
  height: 100%;
  padding: 2%;
}

.wall-foam-pic-parent img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.wall-foam-info {
  width: 50%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  padding: 2%;
}

.wall-foam-button {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wall-foam-button button {
  border: none;
  background-color: #F0E68C;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.wall-foam-button button:hover {
  background-color: #dac508;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#consult.active {
  background-color: #dac508;
}


.why-us-slide {
  padding-inline: 5%;
  padding-block: 3%;
}

.why-us-title {
  text-align: center;
}

.why-us-card-box {
  display: flex;
  gap: 20px;
  padding-block: 2% 0;
}

.why-us-card {
  border: 2px solid #a89a6d;
  width: 100%;
  border-radius: 20px;
  padding: 4% 2%;
  direction: rtl;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
  color: #000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.why-us-card i {
  font-size: 30px;
}

.why-us-card h3 {
  font-size: 25px;
}

.why-us-card-active,
.why-us-card.hovered {
  background-color: #a89a6d;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.why-us-button {
  text-align: center;
  padding-block: 3%;
}

.why-us-button button {
  border: none;
  background-color: #F0E68C;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.why-us-button button:hover {
  background-color: #dac508;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.questions-slide {
  display: flex;
  padding-inline: 5%;
  gap: 5%;
  padding-block: 3% 10%;
}

.questions-title-box {
  width: 100%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.questions-title h2 {
  text-align: center;
  font-size: 30px;
  margin: 0;
}

.questions-more {
  background-color: #f5f0e6;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}

.questions-more button {
  border: none;
  background-color: #F0E68C;
  padding: 18px 45px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  margin-top: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  min-width: 180px;
}

.questions-more button:hover {
  background-color: #dac508;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.questions-answer-box {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.questions-answer-card {
  direction: rtl;
  padding-inline: 4%;
  background-color: #f5f0e6;
  border-radius: 20px;
}

.questions-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.questions-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.questions-answer-card.active .questions-answer {
  max-height: 500px;
}

.questions-button button {
  background: none;
  border: none;
  font-size: 18px;
  color: #a89a6d;
  cursor: pointer;
}

.questions-button i {
  transition: transform 0.3s ease;
}

.questions-answer-card.active i {
  transform: rotate(180deg);
}


.blog-slide {
  padding-inline: 5%;
  padding-block: 5%;
  background-color: #fdf7e7;
  direction: rtl;
}

.blog-title {
  text-align: center;
  margin-bottom: 40px;
}

.blog-title h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #333;
}

.blog-title p {
  font-size: 1.1rem;
  color: #555;
}

.blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.blog-card {
  background-color: #fff7d6;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 24%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.blog-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card h3 {
  font-size: 1.3rem;
  margin: 15px;
  color: #333;
  flex-grow: 1;
}

.blog-card p {
  margin: 0 15px 15px 15px;
  font-size: 1rem;
  color: #555;
}

.blog-card .read-more-btn {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #F0E68C;
  border-radius: 10px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-card .read-more-btn:hover {
  background-color: #dac508;
}

.blog-button {
  text-align: center;
  margin-top: 40px;
  border-top: 2px solid #d1c28d;
  padding-top: 20px;
}

.blog-button button {
  border: none;
  background-color: #F0E68C;
  padding: 18px 35px;
  border-radius: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.blog-button button:hover {
  background-color: #dac508;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* ===== Footer ===== */
footer {
  background-color: #e4d5a2;
  display: flex;
  flex-direction: column;
  padding-inline: 5%;
}

.footer-info-box {
  display: flex;
  direction: rtl;
  padding-block: 5% 3%;
}

.footer-info-box h4 {
  font-size: 25px;
}

.footer-about p,
.footer-contact p {
  color: #3b3b3b;
}

.footer-about-logo {
  display: flex;
}

.footer-links a {
  color: #3b3b3b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #816e02;
}

.footer-about,
.footer-links,
.footer-contact,
.footer-social {
  width: 100%;
  padding: 2%;
}

.footer-social a {
  font-size: 30px;
  margin-left: 10px;
  color: #3b3b3b;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #816e02;
}

.footer-legal-box {
  border-top: 2px solid darkgray;
}

.footer-legal-box p {
  margin: 0;
  text-align: center;
  padding-block: 3% 1%;
}


.main-slide-pic {
  

    padding-inline: 5%;
}
.main-slide {

    margin-bottom: 2%;
}

@media (max-width: 480px) {
  
  .main-slide {
    flex-direction: column;
    gap: 25px;
    padding-block: 8% 5%;
  }
  .main-slide-info,
  .main-slide-pic {
    width: 100%;
  }
  .main-slide-info h1 { font-size: 6vw; line-height: 1.6; }
  .main-slide-info p { font-size: 4.5vw; line-height: 1.7; }
  .main-slide-info button { width: 100%; max-width: 250px; font-size: 4.5vw; padding: 12px 18px; }

  
  .nemone-kar-slide { flex-direction: column; gap: 25px; }
  .nemone-kar-number, .nemone-kar-pic { width: 100%; justify-content: center; }
  .nemone-kar-pic { flex-wrap: wrap; gap: 15px; }
  .nemone-kar-pic div { width: 45%; margin-bottom: 15px; }

  
  .services-card-box { flex-direction: column; gap: 20px; }
  .services-card { width: 100%; padding: 6% 5%; }

  
  .wall-foam-slide { flex-direction: column; gap: 25px; }
  .wall-foam-info, .wall-foam-pic { width: 100%; }
  .wall-foam-button { flex-direction: column; gap: 15px; align-items: center; }
  .wall-foam-button button { width: 100%; max-width: 250px; font-size: 4.5vw; padding: 12px 18px; }

 
  .why-us-card-box { flex-direction: column; gap: 20px; }
  .why-us-card { width: 100%; font-size: 4.5vw; padding: 6% 5%; }
  .why-us-card i { font-size: 6vw; margin-bottom: 10px; }
  .why-us-card h3 { font-size: 4.5vw; margin-bottom: 8px; }
  .why-us-card p { font-size: 4vw; line-height: 1.7; }
  .why-us-button button { width: 100%; max-width: 250px; font-size: 4.5vw; padding: 12px 18px; }

 
  .questions-slide { flex-direction: column; gap: 35px; padding-block: 8% 5%; }
  .questions-title h2 { font-size: 6vw; text-align: center; }
  .questions-more { padding: 25px 20px; margin-top: 15px; }
  .questions-more h3 { font-size: 5vw; margin-bottom: 8px; }
  .questions-more p { font-size: 4.5vw; line-height: 1.6; margin-bottom: 12px; }
  .questions-more button { width: 100%; max-width: 250px; font-size: 5vw; padding: 12px 18px; }
  .questions-answer-card { padding: 6% 5%; }
  .questions-button h4 { font-size: 5vw; }
  .questions-button button { font-size: 4.5vw; }
  .questions-answer p { font-size: 4.8vw; line-height: 1.7; }

  
  .blog-box { flex-direction: column; gap: 20px; }
  .blog-card { width: 100%; margin-bottom: 20px; }
  .blog-card h3 { font-size: 4.5vw; margin-top: 10px; }
  .blog-title h2 { font-size: 6vw; }
  .blog-title p { font-size: 5vw; line-height: 1.6; }
  .blog-button button { width: 80%; font-size: 5vw; padding: 12px 18px; }

 
  .footer-info-box { flex-direction: column; gap: 25px; }
  .footer-about, .footer-links, .footer-contact, .footer-social { width: 100%; padding: 0; text-align: center; }
}


@media (min-width: 481px) and (max-width: 768px) {
  .main-slide, .nemone-kar-slide, .wall-foam-slide, .why-us-card-box, .questions-slide, .blog-box, .footer-info-box {
    flex-direction: column;
    gap: 30px;
  }

  .main-slide-info, .main-slide-pic, .nemone-kar-number, .nemone-kar-pic, .wall-foam-info, .wall-foam-pic, .why-us-card, .questions-answer-card, .blog-card {
    width: 100%;
  }

  .main-slide-info h1 { font-size: 5vw; }
  .main-slide-info p { font-size: 4vw; }
  .main-slide-info button, .wall-foam-button button, .why-us-button button, .questions-more button, .blog-button button {
    width: 100%;
    max-width: 280px;
    font-size: 4vw;
    padding: 14px 20px;
  }

  .nemone-kar-pic div { width: 48%; margin-bottom: 15px; }
  .why-us-card { font-size: 4vw; padding: 5% 5%; }
  .why-us-card i { font-size: 5vw; }
  .why-us-card h3 { font-size: 4vw; }
  .why-us-card p { font-size: 3.8vw; }
  .questions-title h2, .blog-title h2 { font-size: 5vw; }
  .questions-button h4 { font-size: 4.5vw; }
  .questions-answer p { font-size: 4vw; line-height: 1.6; }
  .blog-card h3 { font-size: 4vw; }
}


@media  (max-width:914px) {
  .main-slide, .nemone-kar-slide, .wall-foam-slide, .why-us-card-box, .questions-slide, .blog-box, .footer-info-box {
    flex-direction: column;
    gap: 40px;
    padding-block: 8% 5%;
  }

  .main-slide-info, .main-slide-pic, .nemone-kar-number, .nemone-kar-pic, .wall-foam-info, .wall-foam-pic, .why-us-card, .questions-answer-card, .blog-card {
    width: 100%;
  }

  .main-slide-info button, .wall-foam-button button, .why-us-button button, .questions-more button, .blog-button button {
    min-width: 180px;
    padding: 16px 30px;
  }

  .nemone-kar-pic div { width: 45%; margin-bottom: 15px; }
  .why-us-card { font-size: 4.2vw; padding: 5% 5%; }
  .why-us-card i { font-size: 5vw; }
  .why-us-card h3 { font-size: 4.5vw; }
  .why-us-card p { font-size: 3.8vw; }
}


@media (min-width: 1301px) {

}

