/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
 /*code section*/
 html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  overflow-x: hidden;  /* جلوگیری از اسکرول افقی اضافی */
  font-family: 'Gandom';
}

body {
  background-image: url('../img/Desktop\ -\ 9.png') ;
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Gandom',sans-serif;
  position: relative;
}

@font-face {
  font-family: 'Gandom';
  src: url('../fonts/Gandom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


:root {
  --blue-ink: #1f4e79;
  --white: #fff;
  --footer-blue: #0a70a3;
  --highlight-yellow: #fff59d;
}



/* ---------- Container ---------- */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding: 10px;
  z-index: 1001;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #333;
  display: block;
  border-radius: 2px;
}
.container {
  width: 90%;
  height: inherit;
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Header and Top Ink ---------- */
.nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* پایه‌ی همه‌ی هایلایت‌ها */
.nav-link::before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  height: 70%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out, opacity 0.3s ease;
  z-index: -1;
  opacity: 0.6;
  border-radius: 10px;
}

/* افکت اختصاصی برای هر لینک با رنگ‌های متفاوت (می‌تونی رنگ‌ها رو عوض کنی یا به جای رنگ از تصویر استفاده کنی) */
.nav-link-upload::before {
  background-image: url('../img/Vector\ 2\ \(2\).png'); /* زرد ملایم */
}

.nav-link-cost::before {
  background-image: url('../img/Vector\ 2\ \(3\).png'); /* آبی آسمانی */
}

.nav-link-about_us::before {
  background-image: url('../img/Vector\ 2\ \(4\).png'); /* بنفش */
}

.nav-link-call_us::before {
  background-image: url('../img/Vector\ 2\ \(5\).png'); /* قرمز گوجه‌ای */
}

.nav-link:hover::before {
  transform: scaleX(1);
}

.nav-link:hover {
  color: white;
}


/* ---------- Navigation ---------- */
.header {
  padding-top: 40px;
  position: relative;

}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}


.nav {
  display: flex;
  gap: 20px;
  width: 600px;
  position: relative;
}

.nav a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding-right: 5px;
}



/* ---------- Left side (icons and logo) ---------- */
.nav-left {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 150px;
}

.icons img {
  padding: 0px;
  margin-left: 30px;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.4s ease-out, opacity 0.3s ease;
}
.icons  {
  position: relative;
}
.icon-user{
  
  width: 35px;
  height: auto;
}
.icon-shopping-cart{
  width: 35px;
  height: auto;
}

.icon-user:hover {

    transform: scale(1.1);
}
.icon-shopping-cart:hover {

    transform: scale(1.1);
}



.logo {
  top: 15px;
  left: 25px;
  position: absolute;
  width: 170px;
  height: auto;

}
.logo2  {
  top: -80px;
  right: -7%;
  position: absolute;
  width: 630px;
  height: 200px;
}

.logo3 {
  top: -135%;
  left: -20%;
  position: absolute;
  width: 160px;
  height: 130px;
}


/* ----------(bottom of header) ---------- */
#progressContainer {
  width: 100%;
  height: 12px;
  background-color: #eee;
  border-radius: 6px;
  margin-top: 15px;
  overflow: hidden;
  display: none; /* فقط هنگام آپلود نمایش داده شود */
}

#progressBar {
  height: 100%;
  width: 0%;
  background-color: #007bff;
  transition: width 0.2s ease;
}

#progressText {
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  color: #444;
}

hr{
  width: 300px;
  display: flex;
  justify-content: center;
  border: 1.5px solid black;
  border-radius: 15px;
}
.upload-box {
  border: 2px dashed #000;
  font-size: 25px;
  font-weight: 600;
  padding: 70px;
  width: 80%;
  height: 200px;
  margin-top: 90px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  position: relative;

}

.upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 20px;
  margin-bottom: 30px;
  margin-right: 50px;
}

.radio-card {
  border: 2px solid #ccc;
  border-radius: 8px;
  width: 250px;
  height: 320px;
  text-align: center;
  bottom: 0px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}

.radio-card:hover {
  border: 2px solid #000;
}


.radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}



.radio-card label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  border: 2px solid #ccc;
  transition: border 0.3s ease;
  box-sizing: border-box;
}
.radio-card input[type="radio"]:checked + label {
  border: 3px solid #f00000;
}

.radio-card img {
  width: 200px;
  height: 250px;
  object-fit: contain;
  padding: 10px;
}



.radio-card span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 4px;
}

.section-title {
  font-weight: bold;
  margin: 20px 10px 20px;
  font-size: 25px;
}

.submit-btn_div{
  display: flex;
  justify-content: center;
  gap: 40px;;
}
.submit-btn {
  position: relative;
  margin-top: 15px;
  background-color: #f00000;
  width: 150px;
  height: 40px;
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 900;
  transform: scale(1.0);
  transition: all 0.5s ease-in-out;
}
.cost{
  margin-right: 150px;
  font-size: 1.5rem;
  font-weight: 600;
}
.submit-btn:hover{
  transform: scale(1.01);
}

.count-box {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 30px;
}

input[type="number"] {
  width: 100px;
  padding: 10px;
  margin-right: 50px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
input[type="number"]:hover {
  border: 2px solid #000;
}
/* ---------- Footer ---------- */
.footer {

  background: url('../img/ChatGPT\ Image\ Jul\ 23\,\ 2025\,\ 03_29_09\ PM.png') no-repeat bottom ;
  background-size: cover;
  position: relative;
  width: 100%;
  height:110%;
  right: 0;
  left: 0;
  bottom:  0;
  display: flex;
  font-size: 1rem;
}

.footer-box_right, .footer-box_left {
  margin-top: 550px;
  width: 400px;
  display: flex;
  align-items: baseline;
  justify-content:flex-start;
  margin-right: 200px;
  flex-direction: column;
  gap: 50px;
}
.footer-box_right p, .footer-box_left  p ,.footer-box_left h2 ,.footer-box_right h2 {
color: white;
line-height: 1.5rem;
font-size: 1.17rem;

}
.footer-box_left h2 ,.footer-box_right h2{
  font-weight: 900;
}

.telegram-footer img{
  width: 50px;
  height: 50px;
  margin-left: 7px;
}
.insta-footer img{
  width: 50px;
  height: 50px;
}
.tel-footer{
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 5px;
}
#navMenu {
  transition: all 0.3s ease;
}
/* ---------- Responsive ---------- */

@media screen and (max-width: 1400px) {
  .ghost {
    width: 100px;
    position: absolute;
    bottom: -110px;
    left: 100px;
  }
  .footer {

    background: url('../img/ChatGPT\ Image\ Jul\ 23\,\ 2025\,\ 03_29_09\ PM.png') no-repeat bottom ;
    background-size: cover;
    position: relative;
    width: 100%;
    height:110%;
    right: 0;
    left: 0;
    bottom:  0;
    display: flex;
    font-size: 1rem;
  }
  
  .footer-box_right, .footer-box_left {
    margin-top: 450px;
    width: 400px;
    display: flex;
    align-items: baseline;
    justify-content:flex-start;
    margin-right: 10%;
    flex-direction: column;
    gap: 50px;
  }
  .footer-box_right p, .footer-box_left  p ,.footer-box_left h2 ,.footer-box_right h2 {
  color: white;
  line-height: 1.5rem;
  font-size: 1.17rem;
  
  }
  .footer-box_left h2 ,.footer-box_right h2{
    font-weight: 900;
  }
  
  .telegram-footer img{
    width: 50px;
    height: 50px;
    margin-left: 7px;
  }
  .insta-footer img{
    width: 50px;
    height: 50px;
  }
  .tel-footer{
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 5px;
  }
}
  /* === موبایل متوسط (زیر 768px) === */
@media screen and  (max-width: 992px) {
  .cards-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* همیشه سه ستون */
    gap: 20px;
    padding: 2rem;
    margin-bottom: 50px;
  
  }
  .ghost {
    width: 100px;
    position: absolute;
    bottom: -250px;
    left: 100px;
  }
  .nav a  {
    font-size:1.1rem ;
  }
  .logo {
    top: 15px;
    left: 25px;
    position: absolute;
    width: 130px;
    height: auto;
  }
  .logo2  {
    top: -55px;
    right: -7%;
    position: absolute;
    width: 425px;
    height: 150px;
  }
  
  .logo3 {
    top: -129%;
    left: -33%;
    position: absolute;
    width: 140px;
    height: 110px;
  }
  .nav {
    display: flex;
    gap: 5px;
    width: 400px;
    position: relative;
  }
  .icons {
    position: relative;
  }
  .icons img {
    padding: 0px;
    margin-left: 15px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.4s ease-out, opacity 0.3s ease;
  }
  .icon-user{
    width: 30px;
    height: auto;
  }
  .icon-shopping-cart{
    width: 30px;
    height: auto;
  }
  .nav-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 130px;
  }
  
}
@media screen and (max-width: 768px) {
  .upload-box {
    border: 2px dashed #000;
    font-size: 15px;
    font-weight: 600;
    padding: 70px;
    width: 80%;
    height: 200px;
    margin-top: 90px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
  
  }
  .cards-section {
    display: grid;
    grid-template-columns: repeat(1.5, 1fr); /* همیشه سه ستون */
    gap: 20px;
    padding: 2rem;
    margin-bottom: 50px;
  
  }
  .footer {

    background: url('../img/ChatGPT\ Image\ Jul\ 23\,\ 2025\,\ 03_29_09\ PM.png') no-repeat bottom ;
    background-size: cover;
    position: relative;
    width: 100%;
    height:150%;
    right: 0;
    left: 0;
    bottom:  0;
    display: flex;
    font-size: 1rem;
  }
  .hamburger {
    display: none;
    display: flex;
  }

  .nav-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 20px 20px;
    gap: 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-right.show {
    transform: translateX(0);
  }

  .nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .nav-link {
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    width: 100%;
    transition: background-color 0.2s;
  }
  .nav-link:hover {

    color: #333;

  }


  .logo2  {
   display: none;
  }
  
  .nav-link-upload::before {
    display: none;
  }
  
  .nav-link-cost::before {
    display: none;  }
  
  .nav-link-about_us::before {
    display: none;  }
  
  .nav-link-call_us::before {
    display: none;  }
    .footer {

      background: url('../img/ChatGPT\ Image\ Jul\ 23\,\ 2025\,\ 03_29_09\ PM.png') no-repeat bottom ;
      background-size: cover;
      position: relative;
      width: 100%;
      height:110%;
      right: 0;
      left: 0;
      bottom:  0;
      display: flex;
      font-size: 1rem;
    }
    
    .footer-box_right, .footer-box_left {
      margin-top: 250px;
      width: 300px;
      display: flex;
      align-items: baseline;
      justify-content:flex-start;
      margin-right: 10%;
      flex-direction: column;
      gap: 20px;
    }
    .footer-box_right p, .footer-box_left  p ,.footer-box_left h2 ,.footer-box_right h2 {
    color: white;
    line-height: 1.5rem;
    font-size: 1rem;
    
    }
    .footer-box_left h2 ,.footer-box_right h2{
      font-weight: 700;
    }
    
    .telegram-footer img{
      width: 50px;
      height: 50px;
      margin-left: 7px;
    }
    .insta-footer img{
      width: 50px;
      height: 50px;
    }
    .tel-footer{
      text-decoration: none;
      color: white;
      display: block;
      margin-bottom: 5px;
    }
    .ghost {
      width: 100px;
      position: absolute;
      bottom: -170px;
      left: 100px;
    }
}
/* === موبایل خیلی کوچک (زیر 480px) === */
@media screen and (max-width: 586px) {
  .cards-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* همیشه سه ستون */
    gap: 20px;
    padding: 2rem;
    margin-bottom: 50px;
  
  }
  .footer-box_right {
    display: none;
  }
}