/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}
*{font-family:Vazirmatn;}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.transfer-page{
  background-size: 150% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 2.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* 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 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          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;
  height: auto;

}

.site-navigation ul.menu li a{
  color: var(--primary);
}
.site-title a{
  font-size: 1rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  color: var(--primary);
}
.site-title a img{
  max-width: 72px;
}
/* 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;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.shine {
  position: relative;
  
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine::before, .shine:focus::before {
  -webkit-animation: shine 5s linear infinite;
          animation: shine 5s linear infinite;
          animation-dalay:2s;
}
@-webkit-keyframes shine {
    0%{
    left:-75%
    }
    80%{
    left:-75%
    }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0%{
    left:-75%
    }
    80%{
    left:-75%
    }
  100% {
    left: 125%;
  }
}



/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 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: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px var(--primary);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * 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] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
} */

/**
 * 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;
  resize: vertical;
}

/**
 * 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 */
}

select {
  display: block;
}

/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.3
	Stable tag: 3.4.3
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
.container{max-width:1200px;margin-inline: auto}
.container.full-width{max-width:100%}
.overlay{
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 29, 81, 0.6);
  z-index: 2;
}
.site-header, header{
  padding-block-end: 0!important;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-header-wrapper{
  width: 100%;
  min-height: 32px;
  border-top:11px solid var(--primary);
}
.top-header{
  width: 80%;
  margin: 0 10%;
  background-color: var(--primary);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  padding: 4px 16px
}
.items-wrapper, .item-containers{
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: space-evenly;
}
.items-wrapper{
  justify-content: space-around;
}
.left-top-header{
  justify-content:end
}
.right-container{
   justify-content:start
}
.top-header-links {
    display: flex;
    width: auto;
    height: 24px;
    padding: 2px;
    white-space: nowrap;
    margin: auto 8px;
}
.top-header-links svg{width:100%;height:100%;}
.top-header-links svg path{fill:var(--secondary)}
.top-header-links:hover svg path{fill:#fff}
.top-header-links span{color:var(--secondary); margin: 0 4px}
.top-header-links:hover span{color:#fff}

header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(1.2) blur(10px);margin-bottom:16px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center; position: relative; z-index:5}
.sticky-cta {position: relative;margin-top:2rem;width: 100%;height: 88px;background-color: #fff;bottom: 0%;overflow: hidden;display: flex;align-items: baseline;justify-content: center;border-bottom: 1px solid #888;background: #eef1f8;}
.sticky-cta .media-container{width: 320px; width:auto; position: absolute; bottom:0; right:100%; z-index:5; animation: in-road 12s linear infinite }
.sticky-cta .media-container img{height: 100%; object-fit: cover; }
.sticky-cta .mask{position:absolute; top:0; left:-320px; width:150%; height:100%; background:#fff; z-index:3; animation: mask-move 12s linear infinite; background: #eef1f8;}
.form-container{
 
}
#cars{background-color: var(--light-bg); padding-top:0!important;}
.hero {
    position: relative;
    padding:0!important;
     background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--light-bg);
 
}
.hero h1{color:var(--secondary) ;font-size: clamp(2.2rem, 4.2vw, 3.4rem);margin:.3rem 0 .8rem;line-height:1.1}
.hero .lead{color:#ffffff;max-width:90%; margin:1.2rem 0;}
.hero-card {min-height: 220px;border: 1px solid #fff;background: #fff;margin:0 auto;box-shadow: var(--shadow-sm);border-radius: var(--radius);display: inline-flex;flex-direction: column;justify-content: center;align-items: center; box-shadow: 1px 1px 10px rgb(6 147 227 / 39%);}

@keyframes alarm {
    0%{
         box-shadow: 1px 1px 1px rgb(6 147 227 / 40%)
    }
    50%{
         box-shadow: 1px 1px 29px rgb(6 147 227 / 60%)
    }
    100%{
         box-shadow: 1px 1px 1px rgb(6 147 227 / 40%)
    }
}
.hero-card .card-body {
    padding: 1.25rem;
    display: flex;
    gap: 4px;
    width:100%;
    justify-content: space-evenly;
    align-items: center;
}
.hero-card-item > span{
  display: flex;
  height: 24px;
  aspect-ratio: 1;
  margin: auto 2px;
  margin-right: 8px;
}
.hero-card .card-actions{width: 100%;padding:4px 20px; display: flex; align-items: center; justify-content: right;}  
.hero-card .card-actions p{font-size: 0.8rem;color: var(--primary);}
.hero-card-item{display:flex;justify-content: center;max-width:200px;border-radius:12px;background:var(--light-bg); text-align: center;margin:0 8px;}  
.hero-card-item.submit{background: transparent;}
.hero-card label{font-size:.8rem;color:var(--primary)}
.hero-card input, .hero-card select{width:100%;padding:.8rem .9rem;border:1px solid var(--light-bg);background:var(--light-bg);color:var(--primary)}
.hero-card .full {display: flex;justify-content: flex-end;align-items: center;gap: 8px;}
.hero-art{position:relative}
.hero label{color:#fff}
.hero-art .blob{position:absolute;inset:auto -8% -8% auto;width:70%;height:70%;background:radial-gradient(60% 60% at 50% 50%, rgba(79,140,255,.35), transparent 60%);filter:blur(40px);opacity:.55;pointer-events:none}
.hero-car {
    position: absolute;
    width: 35%;
    left: 0;
    bottom: 0;
}
.hero-text-container {
  position: relative;
    padding: 32px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66vh;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-text-container .text-wrapper{
  position: relative;
  text-align: center;
  z-index: 5;
}
.hero-form-container {
    position: relative;
    z-index: 10;
    margin-bottom: 2rem;
    margin-top: -8rem;
    text-align: center;
}





    /* Footer */

.site-footer {
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}

.footer-top {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footer-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer-box {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.footer-cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.footer-col {
  position: relative;
    flex: 1 1 200px;
    margin: 10px;
    max-width: 350px;
}
.footer-col::before{
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  top:28px;
  right:0;
  left:0;
  background-color: var(--primary);
  z-index: 1;
}
.footer-col:first-child::before{
  content: unset;
  display: none;
}
.footer-col h5{
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  display: inline-block;
  padding: 4px;
}
.footer-menu li {
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    transition: all 0.3s ease-out
}
.footer-menu li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: var(--secondary);
    top: 10px;
    left: calc(100% + 8px);
    transition: all 0.3s ease-out

}
footer li a{
  color: var(--primary);
  font-weight: 500;
  transition: all 0.3s ease-out
}
.footer-menu li:hover{
  transform: translateX(-20px);
}
.footer-menu li:hover a{
  color: var(--secondary);
}
.footer-menu li:hover::before{
  width: 30px;
}
.social-icons a {
    margin: 0 5px;
    font-size: 18px;
    color: var(--primary);
}
footer li svg{
  width:24px;
  height:24px;
}
footer li svg path{
 fill:var(--secondary)
}

.social-icons a span{
  display: inline-flex;
  background: var(--primary);
  padding: 6px;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}
.social-icons a span svg{
  width: 20px;
  height:20px
}
.social-icons a span svg path{
  fill: var(--secondary);
}
.social-icons{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:8px
}

.footer-bottom {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 10px;
}
.footer-col.about-us{
  text-align: right;
}
.footer-col.about-us img{
  width:96px
}

.swiper-container {
    width: 100%;
    position: relative;
}


.container.customers{
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container{
  width: 50%;
  height: 450px;
  background-color:#eef1f8;
}
.slider-container .slider-title{color:#050a15; text-align:center; margin-top: 32px;}
.customer-slider {
  width: 100%;
  min-height: 350px;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.customer-slide{
  display: flex!important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 64px;
}
.customer-slide .card-media{
  width: 220px;
    aspect-ratio: 1;
    flex-grow: 2;
    overflow: hidden;
    border-radius: 16px;
}
.customer-slide .card-media img{width:100%;height:100%;object-fit:cover}
.customer-slide .card-text{flex-shrink: 2; padding: 0 16px}
.customer-slide .card-text .quto{
  font-size: 1rem;
  color: var(--primary);
  font-weight: 400;
}
.customer-slide .card-text .sign{
  font-size: 1rem;
  color: var(--muted);
  font-weight: 700;
}
.customer-media{
  width: 50%;
  position: relative;
  min-height: 450px;
 
}
.customer-media .media-wrapper{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right:0;
 background: #f7faff; 
}
.customer-media .media-wrapper svg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-media .media-wrapper svg path:hover{
  transition:fill 0.3s ease-out;
  fill:var(--primary)
}
.customer-media .map-pointer{
  position: absolute;
  z-index: 3;
}
.customer-media span{
  position: relative;
  display: block;
  width: 10px;
  height:10px;
  border-radius: 24px;
  background-color: var(--primary);
}
.customer-media span::before{
  content:'';
  position: absolute;
  background-color: var(--primary);
  border-radius: 24px;
  width:100%;
  height: 100%;
  animation: pulse 1.3s infinite;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes pulse{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  100%{
    transform: scale(10);
    opacity: 0;
  }
}
.swiper-button-prev,.swiper-button-next{
  background-color: var(--primary);
  padding: 4px;
  border-radius: 8px;
}
.swiper-button-prev .swiper-navigation-icon,.swiper-button-next .swiper-navigation-icon{
  width:24px;
  height: 24px;
}
.swiper-button-prev .swiper-navigation-icon path,.swiper-button-next .swiper-navigation-icon path{fill:#fff}
.map-pointer.tehran{
  top:31%;
  right:56.3%;
}
.map-pointer.esfahan{
  top:47%;
  right:52.5%;
}
.map-pointer.mashhad{
  top:30%;
  right:28%;
}
.map-pointer.tabriz{
  top:17%;
  right:75.5%;
}
.map-pointer.kerman{
  top:66%;
  right:34.5%;
}





.global-cta .container{
     background: var(--primary);
      padding:0px 32px;
      display:flex;
      gap:40px;
     align-items: stretch;
      position:relative;
      background-position: 95% 50%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    }

    /* left visual column */
    .global-cta .visual{
      flex:1 1 50%;
      min-width:320px;
      position:relative;
      padding-left:20px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }

    /* small eyebrow title top-left */
    .global-cta .branches{
      font-family:'Oswald';
      font-size:34px;
      letter-spacing:1px;
      margin-bottom:18px;
      color:#fff;
      margin-top: 32px;
    }

    /* dotted world map background - use an image named "map.png" next to the html file */
    .global-cta .map-wrap{
      position:relative;
      width:100%;
      height:260px;
      background-position:center center;
      background-repeat:no-repeat;
      background-size:contain;
      filter:grayscale(20%) brightness(.6) contrast(.9);
      opacity:.95;
    }

    /* car image sits overlapping the map and bottom edge */
    .global-cta .media-wrapper{
     width:100%;
    }
    .global-cta .media-wrapper img{
     transform: rotateY(180deg);
    margin: 0 auto;
    }

    /* right content column */
    .global-cta .content{
      flex:1 1 50%;
      min-width:420px;
      padding:64px 0;
      padding-right:30px;
     
    }

    .global-cta .eyebrow{font-size:15px;color:#fff;margin-bottom:8px}
    .global-cta .title{
      font-family:'Oswald';
      font-size:48px;
      line-height:1.02;
      margin:0 0 18px;
      color:#fff;
    }
    .global-cta .lead{color:var(--muted);max-width:520px;margin-bottom:28px}

    .global-cta .items{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:12px 40px;
      align-items:start;
      margin-bottom:64px;
    }

    .global-cta .item{
      display:flex;gap:12px;align-items:center;font-weight:600;color:#fff;
    }
    .global-cta .item .icon{
      width:36px;height:36px;border-radius:50%;background:#fff;display:inline-grid;place-items:center;color:var(--primary);font-weight:700;flex:0 0 36px;box-shadow:0 2px 0 rgba(0,0,0,.15)
    }

    .global-cta .cta{
      display:inline-block;background:#fff;color:var(--primary);padding:12px 22px;border-radius:8px;font-weight:600;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.25);
    }

    /* responsive */
    @media (max-width:900px){
      .global-cta .hero{flex-direction:column;padding:40px 20px}
      .global-cta .visual{order:2;width:100%}
      .global-cta .car{position:relative;left:50%;transform:translate(-50%,0);width:78%;bottom:0;margin-top:-40px}
      .global-cta .content{order:1;padding-right:0;text-align:center}
      .global-cta .items{grid-template-columns:repeat(1,1fr);gap:12px}
      .global-cta .title{font-size:34px}
      .global-cta .branches{font-size:26px}
    }

    /* helper for background images: default placeholders if user doesn't provide images */
    .global-cta .map-wrap[data-src]{
      background-image: url('map.png');
    }
    .global-cta .car[data-src]{
      background-image: url('car.png');
    }



.adv-section {
  padding: 50px 0;
}
.adv-section .container{
  background: #f5f5f5;
}

.adv-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.adv-left {
  flex: 1;
  padding: 20px;
}

.adv-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.adv-list {
  list-style: none;
  padding: 0;
  margin-bottom: 96px;
}
.adv-list li img{
  width: 25px;
    display: inline-block;
    background: var(--primary);
    padding: 4px;
    border-radius: 25px;
    vertical-align: middle;
    margin-left: 4px;
}
.adv-body{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.adv-body img{
  max-width: 250px;
}
.adv-list li {
  margin: 10px 0;
  font-size: 16px;
  color: #555;
}

.adv-btn {
  padding: 12px 25px;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.adv-right {
  flex: 1;
  position: relative;
  min-height: 435px;
}

.adv-img {
  width: 100%;
  
}

.adv-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index:5;
}

.adv-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.adv-btn-info {
  padding: 10px 20px;
  background: var(--secondary);
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: var(--primary);
}
.adv-overlay h3{
  color:#fff;
}















/* ریسپانسیو */
@media (max-width: 768px) {
    h3 {
     font-size: 1.5rem;
    }
    .container {
        margin: 0 12px;
    }
    #how .container {
    margin: 0 12px;
    border-radius: 25px;
    }

    .hero-text-container{
        padding: 32px 16px;
        align-items: flex-start;
        min-height: 50vh;
    }
    .hero-text-container .text-wrapper {
        width:100%;
    }
    .footer-boxes, .footer-cols {
        flex-direction: column;
        align-items: center;
    }
    .hero-card .card-body{
        align-items: stretch;
        flex-direction: column;
    }
    .card-cat {
        margin-top: 16px;
    }
    .filters {
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
    }
    section h2 {
      font-size: 1.5rem;
    }
    .sticky-cta {
      height: 64px;
    }
    .sticky-cta .media-container {
        height:140px;
    }
    .sticky-cta .media-container img {
        float: left;
    }
    .sticky-cta .mask{
        width: 178%;
    }
    .how-steps{
        flex-direction: column;
    }
    .how-steps .stp-wrapper .stp::before, .how-steps .stp-wrapper.stp-2 .stp::before {
        right: 82%;
        transform: rotate(274deg);
        bottom: 31px;
    }
    #services .mn-col {
     padding: 0px; 

    }
    .service-media-container{
        width:100%;
        margin-bottom: 32px;
    }
    .service-read-more {
        bottom: 24px;
        left: 16px;
    }
    .adv-container{flex-direction: column;}
    .adv-left {padding: 12px;}
    .adv-title {font-size: 20px;margin-bottom: 16px;}
    .adv-body{flex-direction: column; width:100%;}
    .adv-body>div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .adv-list {margin-bottom: 2rem;}
    .adv-btn{margin-bottom: 2rem;}
    .adv-right {min-height: 355px;}
    .adv-overlay {flex-direction: column;}
    .adv-section {padding: 20px 0;}
    .global-cta .container {flex-direction: column-reverse;padding: 0px 12px;
    gap: 16px;
    align-items: stretch;
    position: relative;
    background-position: 0px 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;}
    .global-cta .visual{padding-left: 0px;}
    .global-cta .content{padding-bottom:32px; min-width: 100%;}
    .container.customers{flex-direction: column-reverse;}
    .customer-media, .slider-container {width: 100%;}
    .slider-container{height:unset;}
    .customer-slide{flex-direction: column;}
    .customer-media .media-wrapper{background-repeat: no-repeat;-position: 50% 100%;}
    
    .footer-col{width:100%;min-width:100%;}
}



@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.label{
  margin-bottom:4px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary);
}
.page-content{
    padding: 1rem 0;
}
