* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'iranyekanwebregular', Arial, Helvetica, sans-serif;
  background-color: #171733;
}
body a {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  margin: auto;
  padding: 21px 0 7px;
  background-color: #171733;
  backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.logo {
  margin: 11px 28px;

}

.header-ul {
  display: flex;
  list-style: none;
}

.header-ul li {
  font-size: 14px;
  margin: 0 15px;
}

.header-ul li a {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.header-ul > li:last-child a {
  color: white;
  background-color: #8a47cc;
  border-radius: 20px;
  padding: 10px 27px;
  margin-right: 20px;
  font-family: YekanBakhBold;
}

.header-ul > li:last-child a:hover {
  background-color: #8a47cc;
}

.more-menu {
  display: flex;
}
.moremenu {
  display: flex;
}

.more-menu img {
  width: 8px;
  margin-right: 8px;
}

.moremenu img {
  width: 8px;
  margin-right: 8px;
}

.hamburger-icon {
  width: 27px;
  display: none;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color:#171733;
  z-index: 100;
  width: 100%;
  font-family: YekanBakhMedium;
  transform: translateY(-100%);
  border-radius: 0px 0px 15px 15px;
}

.cross-icon {
  width: 100%;
  text-align: left;
  padding: 25px 0;
}

.cross-icon img {
  width: 20px;
  margin-left: 30px;
}

.contactFooter {
 margin-left: 50px;
}

.hamburger-menu-items {
  padding: 10px 30px;
}

.hamburger-menu-items ul {
  list-style: none;
}

.hamburger-menu-items a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 3px 0;
}

.hamburger-menu-items div {
  height: 1px;
margin-top: 8px;
margin-bottom: 8px;

}

.more-item {
  display: flex;
  background-color: #E5B107;
  padding: 20px 50px;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 15px 15px;
}

.more-item img {
  width: 15px;
  margin-right: 5px;
}

.more-item a {
  text-decoration: none;
  color: white;
  text-shadow: 2px 1px 10px black;
  font-size: 0.85rem;
}

.show-hamburger-menu {
  animation: fadeInDown 0.25s forwards;
}

#show-more-menu {
  position: relative;
}

#show-more-menu ul {
  position: absolute;
  top: 0;
  left: -35px;
  background-color: #171733;
  border-top: 1px solid #D0AA7E;
  border-bottom: 1px solid #D0AA7E;
  border-left: 1px solid #D0AA7E;
  border-right: 1px solid #D0AA7E;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 23px;
  list-style: none;
  width: 200px;
  display: none;
}

#show-more-menu li {
  margin: 0;
  padding: 10px 20px;
  font-size: 0.8rem;
  color: black;
}

#show-more-menu li:hover {
  background-color: rgba(61, 61, 61, 0.6);
  color: black;
}

#showmoremenu {
  position: relative;
}

#showmoremenu ul {
  position: absolute;
  top: 0;
  left: -35px;
  background-color: #fff;
  border-top: 5px solid #f8e88b;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 23px;
  list-style: none;
  width: 200px;
  display: none;
}

#showmoremenu li {
  margin: 0;
  padding: 10px 20px;
  font-size: 0.8rem;
  color: black;
}

#showmoremenu li:hover {
  background-color: rgba(232, 239, 254, 0.6);
}

#show-product-menu {
  position: relative;
}

.product-menu {
  position: absolute;
  top: 0;
  left: -135px;
  background-color: #fff;
  display: none;
  justify-content: flex-start;
  width: 372px;
  border-top: 5px solid #f8e88b;
  border-radius: 12px;
  padding-top: 5px;
  margin-top: 23px;
}

.product-menu a p:first-child {
  color: #000;
  font-size: 0.95rem;
}

.product-menu a p:last-child {
  color: #000;
  font-size: 0.7rem;
}

.product-menu a {
  margin: 10px;
  display: block;
  padding: 10px;
  border-radius: 5px;
}

.banner {
  width: 1050px;
  padding: 124px 60px 80px;
  
  background: linear-gradient(135deg, #5B68F8, #B25AFE, #101029);
  box-shadow: 
    0 0 20px rgba(91, 104, 248, 0.7),
    0 0 40px rgba(178, 90, 254, 0.6),
    0 0 60px rgba(16, 16, 41, 0.8),
    inset 0 0 15px rgba(255, 255, 255, 0.1);
  
  /* افکت هاشور کوچک وقتی موس میره روش */
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  border-radius: 20px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}


.banner-text h3 {
  font-family: YekanBakhHeavy;
  font-size: 2rem;
  color: white;
  text-shadow: 0px 0px 5px black;
}

.banner-text h1 {
  font-family: YekanBakhHeavy;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 1px 10px black;
}

.banner-text h4 {
  font-family: YekanBakhHeavy;
  color: white;
  text-shadow: 2px 1px 10px black;
  margin-top: 20px;
  font-size: 33px;
  text-align: center;
}

.banner-text p {
  color: rgb(255, 255, 255);
  font-size: 17px;
  margin: 25px 0;
  line-height: 2.5rem;
}



.banner-image img {
  width: 450px;
  margin-right: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: -20px;
  box-shadow: 0px 0px 10px 2px #ffffff;


}

.banner-button {
  margin-top: 60px;
}

.register {
  font-size: 0.8rem;
  font-family: YekanBakhBold;
  color: white;
  background-color: #e5b107;
  padding: 6px 14px;
  border: none;
  border-radius: 10px;
  margin-left: 5px;
  text-decoration: none;
}

.login {
  font-size: 0.8rem;
  font-family: YekanBakhBold;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  padding: 6px 14px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 5px;
}

.go-down {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 58px;
}
.go-down div {
  background-image: url(../images/arrowbottom.svg);
  width: 164px;
  height: 78px;
}

.go-down img {
  width: 15px;
  position: relative;
  top: -60px;
}

.online-payment {
  width: 1170px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.online-payment img {
  width: 450px;
  height: 480px;
  border-radius: 20px;
  height: auto;
  
}

.section-text {
  margin: 30px 0;
  width: 530px;
}

.section-text h2 {
  color: #8a47cc;
  font-family: YekanBakhMedium;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 20px 0 5px;
}

.section-text h3 {
  color: white;
  font-family: YekanBakhHeavy;
  font-weight: 600;
  font-size: 2rem;
  margin: 5px 0 10px;
}

.section-text p {
  color: rgb(204, 204, 204);
  font-family: YekanBakhMedium;
  text-align: justify;
  line-height: 40px;
  border-bottom: 1px solid #dfe1e4;
  padding-bottom: 20px;
  margin-top: 16px;
}


.section-links {
  margin-top: 40px;
  display: flex;
}

.section-links .first-button {
  font-size: 0.9rem;
  font-family: iranyekanwebmedium;
  color: #000;
  background: #e5b107;
  padding: 6px 14px;
  border: none;
  border-radius: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.section-links .second-button {
  font-size: 0.9rem;
  font-family: iranyekanwebmedium;
  color: #28457b;
  background-color: rgba(232, 239, 254, 0.7);
  padding: 6px 14px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.section-links .second-button img {
  width: 18px;
  height: 15px;
  margin-right: 5px;
}

.attributes {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.definition {
  width: 35%;
  margin-top: 50px;
}
.items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60%;
  padding: 30px;
}

.items img {
  width: 60px;
  height: 60px;
}

.items .item {
  padding: 18px 25px 20px 0;
}
.items .item div {
  display: flex;
  align-items: center;
}

.items h4 {
  font-size: 1.5rem;
  font-family: YekanBakhHeavy;
  margin-right: 20px;
}

.items p {
  margin: 20px 0 20px 10px;
  font-size: 1rem;
  font-family: YekanBakhMedium;
  color: #303030;
  line-height: 36px;
}

.definition h3 {
  font-family: YekanBakhHeavy;
  font-size: 2rem;
  color: #8a47cc;
}

.definition p {
  width: 85%;
  margin-top: 40px;
  line-height: 40px;
  font-size: 1rem;
  color: white;
}

.items h4 {
  color: white;
}
.items p {
  color: white;
}

.first-item {
  border-left: 1px solid #e0e4e7;
}
.second-item {
  border-bottom: 1px solid #e0e4e7;
}
.third-item {
  border-top: 1px solid #e0e4e7;
}
.fourth-item {
  border-right: 1px solid #e0e4e7;
}

.start-box {
  width: 1170px;
  height: 220px;
  margin: auto;
  margin-top: 50px;
  border: 1px solid silver;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.start-box1 {
  width: 1170px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.start-box1 h5 {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 60px;
  margin-right: 20px;
  color: #8a47cc;
}

.start-box1 h1 {
  color: #8a47cc;
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 60px;
  margin-right: 20px;

}

.start-box1 h2 {
  color: #8a47cc;
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  margin-right: 20px;
  line-height: 60px;
}


.start-box1 h3 {
  color: #8a47cc;
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  margin-right: 20px;
  line-height: 60px;

}


.start-box1 h4 {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 60px;
  margin-right: 20px;
  color: #8a47cc;

}

.start-box1 li {
  text-align: right;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  color: white;
  text-align: justify;

}

.start-box1 a {
  color: #E5B107;
}

.start-box1 h6 {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 60px;
  margin-right: 20px;
  color: white;
}
.start-box h4 {
  font-family: YekanBakhHeavy;
  font-size: 1.7rem;
  color: white;
}

.start-box p {
  font-family: YekanBakhMedium;
  font-size: 1.4rem;
  color: #747480;
  margin-top: 10px;
}

.startboxbuttom {
  text-decoration: none;
  font-family: iranyekanwebmedium;
  font-size: 0.9rem;
  min-height: 28px;
  line-height: 28px;
  padding: 4px 14px;

  background: linear-gradient(135deg, #5B68F8, #B25AFE, #101029);
  box-shadow: 
    0 0 7px rgba(91, 104, 248, 0.7),
    0 0 7px rgba(178, 90, 254, 0.6),
    0 0 7px rgba(16, 16, 41, 0.8),
    inset 0 0 7px rgba(255, 255, 255, 0.1);
  
  /* افکت هاشور کوچک وقتی موس میره روش */
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 21px; 
  padding: 10px 20px;
}


.support {
  width: 1110px;
  height: 70px;
  padding: 0 30px;
  margin: 50px auto;
background: linear-gradient(135deg, #5B68F8, #B25AFE, #101029);
  box-shadow: 
    0 0 7px rgba(91, 104, 248, 0.7),
    0 0 7px rgba(178, 90, 254, 0.6),
    0 0 7px rgba(16, 16, 41, 0.8),
    inset 0 0 7px rgba(255, 255, 255, 0.1);
  
  /* افکت هاشور کوچک وقتی موس میره روش */
  transition: transform 0.3s ease, box-shadow 0.3s ease;  border-radius: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support-number {
  font-family: YekanBakhHeavy;
  font-size: 1.5rem;
}

.support-number p {
  color: white;
  text-shadow: 2px 1px 10px black;
}

#line {
  margin: 0 15px;
}


.support-request {
  display: flex;
  font-family: YekanBakhBold;
  font-size: 1.5rem;
}

.support-request img {
  width: 20px;
  margin-right: 10px;
}

.support-request p {
  color: white;
  text-shadow: 2px 1px 10px black;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: auto;
}
footer .footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc((100% - 0px));
  margin-bottom: 50px;
  padding: 0 10px;
}

.footer-links li {
  color: white;
}
.social-media {
  width: 330px;
  padding: 0 30px;
  margin-bottom: 100px;
}
.social-media p {
  font-family: YekanBakhHeavy;
  font-size: 1.3rem;
  color: white;
}

.vsadvav {
  font-family: iranyekanwebmedium !important;
  font-size: 0.9rem !important;
  color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-shadow: 0px 0px 2px #8a47cc !important;


}

.social-media div {
  display: flex;
  margin-top: 20px;
}

.social-media a {
  background-color: #eff4fe;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-left: 15px;
}

.footer-links p {
  font-size: 1.3rem;
  font-family: YekanBakhHeavy;
  margin-top: 15px;
  color: white;
}

.footer-links ul {
  list-style: none;
  
}

.footer-links a {
  text-decoration: none;
  font-size: 1rem;
  font-family: iranyekanwebmedium;
  color: white;
}

.footer-links li {
  padding: 8px 0;
}

.bell {
  background-color: #E5B107;
  width: fit-content;
  padding: 7px 7px 0px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.bell img {
  width: 40px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #simcardmobile {display: none;}
}

@media (max-width: 1200px) {
  header {
    width: 940px;
  }
  .blog {
      width: 900px;
      padding: 60px 40px 120px;
  }
  .banner {
    width: 900px;
    padding: 60px 40px 120px;
  }
  .banner-image img {
    width: 430px;
  }
  .online-payment {
    width: 940px;
  }
  .attributes {
    width: 924px;
    padding: 0 8px;
    flex-direction: column;
  }
  .definition {
    width: 100%;
    margin-top: 40px;
  }
  .start-box1 img {
    width: 800px;
  }
  .definition p {
    width: 100%;
    margin-top: 30px;
  }
  .first-item,
  .second-item,
  .third-item,
  .fourth-item {
    border: none;
  }
  .items {
    width: 90%;
    padding: 30px;
  }
  .items .item {
    padding: 18px 0 20px 50px;
  }

  .start-box {
    width: 940px;
  }

    .location-box {
    width: 940px;
  }
  .start-box1 {
    width: 940px;
  }

  .support {
    width: 880px;
  }

  footer {
    width: 940px;
  }
}
.section-image {
  margin-left: 20px;
  margin-right: 20px;

}
@media (max-width: 990px) {
  .blog {
    width: auto;
    padding: 40px 40px 85px;
    margin-left: 35px;
    margin-right: 35px;
  }
  header {
    width: auto;
    padding: 20px 60px;
  }

  .header-ul li:last-child {
    display: none;
  }

  .logo {
    margin: 0;
  }

  .header-ul li {
    margin: 0 10px;
  }
  .banner-image img {
    display: none;
  }
  .banner {
    width: auto;
    padding: 40px 40px 85px;
    margin-left: 35px;
    margin-right: 35px;
  }
  .banner-text {
    text-align: center;
  }
  .banner-text p {
    margin: 5px 0;
    font-size: 1rem;
  }
  .banner-button {
    margin-top: 40px;
  }
  .online-payment {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .section-text {
    width: 95%;
  }
  .attributes {
    width: auto;
    padding: 0 35px;
  }
  .start-box {
    margin: 0 38px;
    width: calc(100% - 76px);
  }

    .location-box {
    margin: 0 38px;
    width: calc(100% - 76px);
  }
  .start-box1 {
    margin: 0 38px;
    width: calc(100% - 76px);
  }
  .start-box1 img {
    width: 700px;
  }
  .support {
    width: calc(100% - 120px);
  }
  .support-request,
  .support-number {
    font-size: 1.5rem;
  }

  footer {
    flex-direction: column;
    width: calc(100% - 60px);
  }
  footer .footer-links {
    width: 100%;
  }

  footer .social-media {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .header-ul {
    display: none;
  }
  .hamburger-icon {
    display: block;
  }
  header {
    width: auto;
    padding: 10px 8px;
  }
  .contactFooter {
    margin-left: 0px;
   }

  .first-button {
    margin-bottom: 50px;
  }
  .banner {
    margin-left: 8px;
    margin-right: 8px;
  }
  .section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .online-payment img {
    width: 460px;
    height: 480px;
  }
  .definition {
    text-align: center;
    margin-top: 90px;
  }
  #simcardhome {display: none;}
  .definition h3 {
    font-size: 1.6rem;
  }
  footer .footer-links {
    display: block;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .footer-links p {
    font-size: 1.6rem;
    font-family: YekanBakhHeavy;
    margin-top: 5px;
    margin-bottom: 20px;
    color: white;
  }




  .items {
    width: 100%;
    padding: 50px 0;
  }
  .items .item {
    padding: 18px 0 20px 20px;
  }
  .start-box {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
    .location-box {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
  .start-box1 {
    margin: 0 8px;
    width: calc(100% - 16px);
  }
  .start-box1 p {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
  }
  .start-box1 img {
    width: 500px;
  }
  .support {
    flex-direction: column;
    align-items: flex-start;
    background: none;
  }
  .support-request {
    background: #8a47cc;
    padding: 5px 20px;
    border-radius: 35px;
    margin-top: 20px;
  }
  footer .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  footer .footer-links div {
    margin-top: 100px;
  }

  footer {
    width: calc(100% - 120px);
    margin: 0 60px;
  }

}


@media (max-width: 575px) {
  .banner {
    padding: 80px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .banner-text h3 {
    font-size: 1.5rem;
    text-align: right;
  }
  .banner-text h1 {
    font-size: 1.2rem;
    text-align: right;
  }
  .banner-text p {
    text-align: justify;
  }
  .online-payment .section-image {
    width: 370px;
  }
  .section-text {
    width: 80%;
    padding: 0 10px;
  }
  .section-text h3 {
    font-size: 1.5rem;
  }
  .items {
    padding: 50px 0;
    grid-template-columns: 1fr;
  }
  .items .item {
    padding: 18px 0;
  }
  .start-box {
    height: 180px;
  }
  .start-box h4 {
    font-size: 1.2rem;
  }
  .start-box p {
    font-size: 1rem;
  }
    .location-box {
    height: 180px;
  }
  .location-box h4 {
    font-size: 1.2rem;
  }
  .location-box p {
    font-size: 1rem;
  }
  .support {
    width: calc(100% - 60px);
    padding: 0;
    margin: 50px 30px;
  }
  .start-box1 img {
    width: 350px;
  }

.start-box1 h1 {
    font-size: 20px !important;
  }

  .start-box1 h2 {
    font-size: 20px !important;
  }

  .start-box1 h3 {
    font-size: 20px !important;
  }

  .start-box1 h4 {
    font-size: 20px !important;
  }

  .start-box1 h5 {
    font-size: 20px !important;
  }

  .start-box1 h6 {
    font-size: 20px !important;
  }


  .support-number,
  .support-request {
    font-size: 1.2rem;
  }

  footer {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .footer-links p {
    font-size: 1.5rem;
    line-height: 25px;
  }
  .footer-links a {
    font-size: 1rem;
    line-height: 25px;
  }
  .footer-links p {
    color: #8a47cc;
  }
  .logo {
    margin-right: 10px;
  }
  .hamburger-icon {
    margin-left: 10px;
  }
  .social-media p {
    color: #8a47cc;
  }
}





.start-box1 p a img {
  text-align: right;
}
.start-box1 p {
  font-size: 16px;
  text-align: justify;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: white;
}
.start-box1 img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  margin: 20px auto;
  box-shadow: 1px 1px 10px 1px #8a47cc;
  max-width: 900px;
  width: 100%;
}

/* Dropdown container - key change is adding padding to create hover area */
.dropdown {
  position: relative;
  padding-bottom: 20px; /* Creates space for hover area below menu item */
  margin-bottom: -20px; /* Compensates for the extra space visually */
}

/* Dropdown menu - positioned within the hover area */
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #171733;
  border: 1px solid #8a47cc;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 20px; /* Matches the padding-bottom */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Show dropdown when hovering over parent OR dropdown itself */
.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  margin-top: 10px; /* Smooth slide-down effect */
}

/* Dropdown menu items */
.dropdown-menu li {
  padding: 8px 0px;
}

.dropdown-menu li a {
  color: white !important;
  display: block;
  transition: all 0.2s ease;
}

.dropdown-menu li a:hover {
  color: #e5b107 !important;
  padding-right: 10px;
}

/* Dropdown arrow indicator */
.dropdown > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  margin-right: 8px;
  margin-bottom: 2px;
  transition: all 0.3s ease;
}

.dropdown:hover > a::after {
  transform: rotate(-225deg);
  margin-bottom: -2px;
}

/* Mobile Menu Styles */
.mobile-menu-item {
  position: relative;
}

.mobile-menu-toggle {
  padding: 15px 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.mobile-menu-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
  margin-right: 10px;
}

.mobile-menu-item.active .mobile-menu-arrow {
  transform: rotate(180deg);
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-right: 20px;
}

.mobile-menu-item.active .mobile-submenu {
  max-height: 500px; /* Adjust based on your content */
}

.mobile-submenu li {
  padding: 5px 0;
}

.mobile-submenu a {
  color: white !important;
  display: block;
  padding: 5px 15px;
}

.mobile-simple-item {
  padding: 15px 20px;
}

.mobile-simple-item a {
  color: white !important;
  display: block;
}

.mobile-menu-divider {
  height: 1px;
  background-color: #dfe1e4;
  width: 100%;
  margin: 8px 0;
}

/* Icon styles for buttons */
.register svg, 
.login svg,
.startboxbuttom svg {
    vertical-align: middle;
    margin-left: 5px;
}

/* Adjust button padding to accommodate icons */
.register, .login {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px 6px 10px;
}

.startboxbuttom {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 10px 15px;
}

.location-box{
      max-width: 1170px;
      width: auto;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  h4{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  iframe{
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius:20px;
  }
}


.location-box h4 {
  font-family: YekanBakhHeavy;
  font-size: 1.7rem;
  color: white;
}

.location-box p {
  font-family: YekanBakhMedium;
  font-size: 1.4rem;
  color: #747480;
  margin-top: 10px;
}






.contact-btn {
  position: fixed;
  bottom: 13px; /* کمی بالاتر از پایین */
  left: 13px;   /* سمت چپ */
  background: #FACC15; /* پس‌زمینه زرد */
  color: #1E293B; /* متن و آیکون تیره */
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  animation: pulseContact 2s infinite;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-btn:hover {
  background: #1E293B; /* هاور تیره */
  color: #FACC15; /* متن و آیکون زرد */
  transform: scale(1.05);
}

.contact-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 8px; /* فاصله آیکون از شماره */
  flex-shrink: 0;
  fill: currentColor; /* رنگ آیکون مثل متن */
}

@keyframes pulseContact {
  0% { box-shadow: 0 0 0 0 rgba(30,41,59,0.4); }
  70% { box-shadow: 0 0 0 15px rgba(30,41,59,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,41,59,0); }
}



.works-btn {
  position: fixed;
  bottom: 13px; /* کمی بالاتر از پایین */
  right: 13px;  /* سمت راست */
  background: #FACC15; /* پس‌زمینه زرد */
  color: #1E293B; /* متن و آیکون تیره */
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  animation: pulseWorks 2s infinite;
  transition: background 0.3s ease, transform 0.3s ease;
}

.works-btn:hover {
  background: #1E293B; /* هاور تیره */
  color: #FACC15; /* متن و آیکون زرد */
  transform: scale(1.05);
}

.works-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 8px; /* فاصله آیکون از متن */
  flex-shrink: 0;
  fill: currentColor; /* رنگ آیکون مثل متن */
}

@keyframes pulseWorks {
  0% { box-shadow: 0 0 0 0 rgba(30,41,59,0.4); }
  70% { box-shadow: 0 0 0 15px rgba(30,41,59,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,41,59,0); }
}


