@media screen and (max-width: 1300px) {
  .header-text p span {
    font-size: 6rem;
  }

  .about{
    padding: 20px 0px;
  }

  .about-img{
    width: 100%;
    justify-content: center;
    gap: 50px;
  }

  .about-text{
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
   flex-direction: column;
   align-items: center;
   text-align: center;
  }

  
.about-text-3 button{
  left: 50%;
}
}

@media screen and (max-width: 1200px) {
  .header-text p {
    margin-bottom: 0px;
  }

  .header-text p span {
    font-size: 5rem;
  }
  .about-img{
    width: 100%;
  }
  .flower-prize {
    width: 350px;
  }

  .flower-prize-image img {
    height: 350px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }

  .header-text p {
    margin-bottom: 0px;
  }

  .header-text p span {
    font-size: 5rem;
  }

  .header-text button {
    padding: 8px 15px;
  }
  .about-img{
    width: 100%;
  }

  .about-text-3 button {
    padding: 8px 15px;
  }

  .special-offer-text p:nth-child(2),
.special-offer-text p:nth-child(3) {
  font-size: 40px;
  font-weight: 600;
}

.special-offer-text .first-p {
  font-size: 40px;
  font-weight: 600;
}

}

@media screen and (max-width: 990px) {
  html {
    font-size: 8px;
  }
  .flower-prize {
    width: 300px;
  }

  .flower-prize-image img {
    height: 300px;
  }

  .shop-text p:nth-child(2),
  .shop-text p:nth-child(3) {
    font-size: 40px;
  }   

  .shop-text-1 p:nth-child(2),
  .shop-text-1 p:nth-child(3) {
    font-size: 40px;
  }   

  .shop-text-2 p:nth-child(2),
  .shop-text-2 p:nth-child(3) {
    font-size: 40px;
  }  

  .rate {
    padding: 0px;
  }
  .rate-main {
    flex-wrap: wrap;
    padding: 0px;
  }
  
  .rate-text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0px;
  }

  .rate-review p{
    padding-bottom: 0px;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
  .footer-section {
    width: 100%;
    gap: 0px;
  }

  .footer-section-1{
    padding-bottom: 0px;
  }
  .footer-section h3 {
    font-size: 20px;
  }
  .footer-section p, .contact-info p {
    font-size: 13px;
  }
  .links a {
    font-size: 16px;
  }
  .copyright-main {
    flex-direction: column;
    text-align: center;
  }
  .social-icons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }

  .header-text button {
    padding: 6px 10px;
    font-size: 1.5rem;
  }

  .features-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
  .about{
    padding: 10px 0px;
  }

  .about-img{
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .about-text-1{
    font-size: 15px;
    padding-bottom: 5px;
  }

  .about-text-2 p{
    font-size: 40px;
  }

  .about-text-2 p:nth-child(3){
    padding-bottom: 5px;
  }
  .about-text-3 p:nth-child(3){
    padding-bottom: 5px;
  }
  
  .about-text-3 p{
    font-size: 14px;
    padding-bottom: 5px;
  }

  .about-text-3 button {
    padding: 6px 10px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }


    .contact-section {
    flex-direction: column;
    align-items: center;
  }
  
  .contact-info,
  .contact-form {
    max-width: 100%;
    width: 100%;
  }
  
  .name-fields {
    flex-direction: column;
  }
  
  .info-row {
    flex-direction: column;
    gap: 15px;
  }


  .faq-section {
    padding: 30px 15px;
  }
  
  .faq-question {
    font-size: 18px;
  }
  
  .faq-answer p {
    font-size: 14px;
  }

  .special-offer-main {
    flex-direction: column;
  }
  
  .special-offer-image,
  .special-offer-text-alignment {
    width: 100%;
  }
  
  .special-offer-text p {
    font-size: 24px;
  }
  
  
  .flower-prize {
    width: 100%;
    max-width: 400px;
  }

  .flower-prize-text {
    padding: 5px 0;
  }

  .flower-prize-image img {
    height: 400px;
  }

  .shop-text p:nth-child(2),
  .shop-text p:nth-child(3) {
    font-size: 30px;
  }

  .shop-text p:nth-child(4) {
    padding-bottom: 10px;
    font-size: 14px;
  }   

  .shop-text-1 p:nth-child(2),
  .shop-text-1 p:nth-child(3) {
    font-size: 30px;
  }   

  .shop-text-1 p:nth-child(4) {
    padding-bottom: 10px;
    font-size: 14px;
  } 

  .shop-text-2 p:nth-child(2),
  .shop-text-2 p:nth-child(3) {
    font-size: 30px;
  }  
  .shop-text-2 p:nth-child(4) {
    padding-bottom: 10px;
    font-size: 14px;
  } 

  .shop {
    width: 100%;
    padding-top: 10px;
  }

  .shop-text{
    text-align: center;
  }

  .shop-text-1{
    text-align: center;
  }

  .shop-text-2{
    text-align: center;
  }

  
.flower-prize-image p {
  font-size: 10px;
}
  
.special-offer-text button {
  margin-top: 30px;
  padding: 6px 10px;
    font-size: 1.5rem;
}

footer {
  padding: 40px;
}
.footer-main {
  gap: 30px;
}
.footer-section h3 {
  font-size: 18px;
}
.footer-section p, .contact-info p {
  font-size: 12px;
}
.links a {
  font-size: 14px;
}
.copyright {
  font-size: 16px;
}

  
}

@media screen and (max-width: 580px) {
  html {
    font-size: 7px;
}
/* Updated Mobile Menu CSS */
  .navbar {
    position: relative;
    padding: 15px 0;
  }

  .borderYtoX {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }

  .borderYtoX.active {
    display: flex;
    
    opacity: 1;
    transform: translateY(0);
  }

  nav.borderYtoX ul {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
  }

  nav.borderYtoX a {
    font-size: 1.8rem;
    padding: 10px 20px;
    color: #fff !important;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    border: none !important;
  }

  /* Remove side borders */
  nav.borderYtoX a:before,
  nav.borderYtoX a:after {
    display: none !important;
  }

  /* Add underline animation */
  nav.borderYtoX a:hover {
    color: #ff6e4e !important;
  }

  nav.borderYtoX a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff6e4e;
    transition: width 0.3s ease;
  }

  nav.borderYtoX a:hover::after {
    width: 100%;
  }

  .nav-toggle {
    display: block;
    transition: all 0.3s ease;
  }

  .nav-toggle.active i {
    transform: rotate(180deg);
    color: #ff6e4e;
  }

  .about-text-2 p{
    font-size: 20px;
  }

/* Toggle Button Animation */
.nav-toggle i {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-toggle.active i.fa-bars {
  transform: rotate(180deg);
}

.about-img-1 img{
  width: 200px;
  height: 300px;
}

.first-img{
  padding-top: 0px;
}

.second-img{
  padding-top: 20px;
 
}

.about-text-3 p{
  font-size: 10px;
  padding-bottom: 5px;
}
.flower-prize {
  width: 100%;
  max-width: 300px;
}

.flower-prize-image img {
  height: 300px;
}

.shop-text p:nth-child(2),
.shop-text p:nth-child(3) {
  font-size: 24px;
}

.shop-text p:nth-child(4) {
  font-size: 12px;
}

.shop-text-1 p:nth-child(2),
.shop-text-1 p:nth-child(3) {
  font-size: 24px;
}   

.shop-text-1 p:nth-child(4) {
  padding-bottom: 10px;
  font-size: 12px;
} 

.shop-text-2 p:nth-child(2),
.shop-text-2 p:nth-child(3) {
  font-size: 24px;
}  
.shop-text-2 p:nth-child(4) {
  padding-bottom: 10px;
  font-size: 12px;
} 
.special-offer-text p:nth-child(2),
.special-offer-text p:nth-child(3){
  font-size: 30px;
  font-weight: 600;
}



.special-offer-text .first-p {
  font-size: 30px;
  font-weight: 600;
}

.rate-text {
  padding: 0px;
}

.rate-review p {
  font-size: 15px;
}
footer {
  padding: 30px;
}
.footer-section h3 {
  font-size: 16px;
}
.footer-section p, .contact-info p {
  font-size: 11px;
}
.links a {
  font-size: 13px;
}
.social-icons a {
  font-size: 18px;
}
}

@media screen and (max-width: 425px) {
  html {
    font-size: 6px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }


  
  .feature-card {
    padding: 1.5rem;
  }

  
.about-img-1 img{
  width: 130px;
  height: 230px;
}

.first-img{
  padding-top: 0px;
  width: 150px !important; 
  height: 280px;
}

.aboutmain{
  gap: 0PX;
}

.shop-part-1 {
  padding: 0px;
  gap: 0px;
}


.special-offer-image{
  width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.special-offer-image img{
  width: 300px;
  height: 300px;
}

.special-offer{
  padding: 10px 0px;
}

.special-offer-text-alignment{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.special-offer-text button {
  left:25%;
  width: 45%;
  margin-bottom: 10px;
}
#myBtn{
  width: 30px;
  padding: 8px;
}
}

@media screen and (max-width: 400px) {
  html {
    font-size: 6px;
  }

  .flower-prize-image img {
    height: 250px;
  }

  footer {
    padding: 20px;
  }
  .footer-main {
    gap: 20px;
  }
  .footer-section h3 {
    font-size: 14px;
  }
  .footer-section p, .contact-info p {
    font-size: 10px;
  }
  .links a {
    font-size: 12px;
  }
  .social-icons a {
    font-size: 16px;
  }


}
