@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/vazir/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal; 
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Vazirmatn';
    src: url('fonts/vazir/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold; 
    font-style: normal;
    font-display: swap;
}

.countrycode_search { display: none; }

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.nsa-landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Vazirmatn", sans-serif;
}
.banner-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;

    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;

    transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner-link.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.banner-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*.banner {*/
/*    position: fixed; */
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 100;*/
    
/*    background-image: url("./src/discount_banner_desktop.png");*/
/*    background-color: transparent; */
    
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center top; */
    
/*    height: 80px; */
/*}*/

.heroSection {
  position: relative;
  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: left;

  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
}

.heroSection_div {
  position: relative;
  z-index: 2;
  width: 50vw;
  align-items: center;
}

.heroSection_div h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;

  font-size: 50px;
  text-align: center;
  font-weight: 700;

  color: #c9f2f0;
  text-shadow: 0 0 12px #5dc2bc;
  /*text-shadow:*/
  /*  0 0 5px #8ee6e1,*/
  /*  0 0 15px #8ee6e1,*/
  /*  0 0 30px #5dc2bc,*/
  /*  0 0 50px #5dc2bc;*/
}

.heroSection_div_desc {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;

  align-self: center;
  justify-self: center;
  align-items: center;
  flex-direction: column;

  background-color: #ffffff24;
  border-radius: 20px;
}

.heroSection_div_desc a {
  margin-top: 35px;
  background-color: #347c78;

  width: 100%;
  border-radius: 10px;

  padding-top: 20px;
  padding-bottom: 20px;

  text-align: center;
  text-decoration: none;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.heroSection_div_desc a p { color: #fff; }

.heroSection_div_desc h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
}

.heroSection_div_price {
  align-items: center;
  margin-top: 30px;

  display: flex;
  align-self: stretch;
  flex-direction: row;
}

.heroSection_div_price h3 {
  color: #fff;
  flex: 1;
}

.heroSection_h_price {
  text-align: end;
  font-size: 30px;
}

.ai-section {
    background-image: url('./src/people_and_ai_image_desktop.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 20px; 
}

.ai-section-glass-box {
    background: rgba(0, 0, 50, 0.4); 

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
    
    padding: 40px 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(109, 109, 109, 0.5);
    
    border: 1px solid rgba(255, 255, 255, 0.1); 
    
    max-width: 950px; 
    text-align: center; 
    color: #ffffff;
}

.ai-section-glass-box h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4); 
}

.ai-section-glass-box p {
    font-size: 1.1rem;
    text-align: justify;
    line-height: 2; 
    margin-bottom: 20px;
    font-weight: 400;
}

.ai-section-glass-box p:last-child {
    margin-bottom: 0; 
}


.compare-jobs-section{
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 90px;
}
.compare-jobs-section h2 {
    font-size: 32px; 
    color: #333; 
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.table-container {
    margin-top: 45px;
    margin-bottom: 45px;
    background-color: #ffffff;
    border-radius: 15px; /* کمی گردتر */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); /* سایه عمیق‌تر */
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    transition: all 0.3s ease-in-out; /* افکت برای هاور */
}
.table-container:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18); /* سایه قوی‌تر در هاور */
}


table {
    width: 100%;
    border-collapse: separate; /* جدا کردن سلول‌ها برای خطوط */
    border-spacing: 0 10px; /* فاصله بین ردیف‌ها */
    text-align: center;
}

th, td {
    padding: 20px 15px; /* کمی فشرده‌تر */
    font-size: 1.05rem; /* کمی کوچکتر */
    color: #333; /* رنگ متن تیره‌تر */
    line-height: 1.6;
}

th {
    font-size: 1.25rem; /* کمی کوچکتر */
    font-weight: 700;
    color: #1a1a1a; /* رنگ متن هدر تیره‌تر */
    background-color: #f8f9fa; /* پس‌زمینه روشن برای هدر */
}

/* خطوط برای سلول‌های بدنه */
tbody tr {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to left, #e0e0e0, #f0f0f0) 1; /* خط خاکستری ملایم */
}

/* خطوط عمودی بین سلول‌ها */
th:not(:last-child),
td:not(:last-child) {
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom, #e0e0e0, #f0f0f0) 1; /* خط خاکستری ملایم */
}

/* سلول آخر هر ردیف خط عمودی ندارد */
td:last-child {
    border-left: none;
}

/* خط آخرین ردیف */
tbody tr:last-child {
    border-bottom: none;
}

/* رنگ پس‌زمینه متناوب (Zebra striping) */
tbody tr:nth-child(even) {
    background-color: #fdfdff; /* رنگ سفید مایل به آبی */
}

/* افکت هاور روی ردیف‌ها */
tbody tr:hover {
    background-color: #eef7ff; /* رنگ آبی بسیار ملایم */
    cursor: pointer;
    transform: translateY(-3px); /* کمی بالا بیاید */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* سایه کوچک برای ردیف */
}

.bold-cell {
    font-weight: 700;
    font-size: 1.15rem; /* کمی بزرگتر */
    color: #0056b3; /* رنگ آبی برای سلول‌های مهم */
}


.testimonial-section{
    width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 90px;
}
.testimonial-section h2{
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 90px;
}
.slider-container {
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    direction: rtl; 
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 0 10px; 
}

.slide img {
    width: 100%;
    height: auto;
    aspect-ratio:  864/1920; 
    object-fit: cover;
    border-radius: 12px;
}

.slider-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
}

.prev { right: 10px; }
.next { left: 10px; }


.compare-pro-section{
    background-color:#010133;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.compare-pro-section h2{
    color: white;
}

.cta-section{
    gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 40px 50px;
}

.cta-section div{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.cta-section-image{
    width: 50%;
    align-items:center;
    max-height:300px;
}
.cta-section-image img{
    width:80%;
}

.cta-section p{
    margin-top: 40px;
    text-align: justify;
}
.cta-section a{
    width: 100%;
    align-self: center;
    margin-top: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-top: 40px;
    background-color: #347c78;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.faq-section{
    gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #010133;
    color: white;
}
.faq-section-main-div{
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction:row;
}
.faq-section-main-div .faq-div{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.faq-section-main-div .image-div{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.faq-section-main-div .image-div img{
    border-radius: 30px;
}
.faq-section-main-div .image-div h2{
    margin-top: 20px;
    text-align: center;
}


.faq-container {
  flex: 2; 
  background-color: #010133;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0; 
}

.faq-item {
  border-bottom: 1px solid #010133;
  margin-bottom: 0;
}

.faq-item:last-child {
  border-bottom: none; 
}

.faq-header {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #010133; 
}

.faq-header:hover {
  background-color: #d7d7d737; 
}

.faq-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  position: relative;
  flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #ffffff; 
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::before {
  width: 4px;
  height: 16px;
  top: 4px; 
  left: 10px;
}

.faq-icon::after { 
  width: 16px;
  height: 4px;
  top: 10px; 
  left: 4px; 
}

.faq-question {
  flex-grow: 1; 
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #ffffff18;
  transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
              padding 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box; 
}

.faq-answer p {
  margin: 0;
  padding: 0 0 18px 0; 
  text-align: justify; 
  font-size: 1rem;
  color: #ffffff;
}

.faq-item.active .faq-header {
  background-color: #0080ff;
}
.faq-item.active .faq-icon::before {
  transform: rotate(90deg); 
  opacity: 0; 
}

.faq-item.active .faq-icon::after {
  transform: rotate(180deg); 
  opacity: 1; 
}
.faq-item.active .faq-answer {
  max-height: 300px; 
  padding-top: 18px; 
  padding-bottom: 18px; 
}


.contac-us-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.contac-us-section-main-div{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 25px;
    width: 100%;
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: flex-start;
}

/* فقط ستون مستقیم متن/فرم */
.contac-us-section-main-div > div{
    width: 60%;
}

.contac-us-section-main-div > div p{
    text-align: justify;
    margin-bottom: 30px;
}

.contac-us-section-main-div > img{
    width: 40%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    padding: 50px;
}

/* فرم Gravity Forms */
.contac-us-section .gform_wrapper,
.contac-us-section .gform_wrapper form,
.contac-us-section .gform_body,
.contac-us-section .gform_fields,
.contac-us-section .gfield,
.contac-us-section .ginput_container,
.contac-us-section input,
.contac-us-section textarea,
.contac-us-section select {
    width: 100% !important;
    max-width: 100% !important;
}
/* RESPONSIVE */

@media screen and (max-width: 768px) {

.heroSection::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
/*.hero-bg {*/
/*    filter: blur(8px);*/
/*    transform: scale(1.05);*/
/*}*/
.heroSection_div {
  width: 80%;
}
.heroSection {
  justify-content: center;
}


    .heroSection_div h1{
    font-size: 30px;
}
.heroSection_div_desc{
    padding-left: 20px;
    padding-right: 20px;
}

.heroSection_div_desc h2{
    font-size: 19px;
    font-weight: bolder;
}

.heroSection_div_price{
    align-items: center;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}
/*.banner {*/
/*    background-image: url("./src/discount_banner_mobile.png");*/
/*}*/

    .ai-section-glass-box {
        padding: 30px 20px;
    }
    
    .ai-section-glass-box h2 {
        font-size: 1.5rem;
    }
    
    .ai-section-glass-box p {
        font-size: 0.95rem; 
        line-height: 1.8;
    }
    .ai-section {
    background-image: url('./src/people_and_ai_image_mobile.png'); 
    }
    .compare-jobs-section h2{
font-size: 16px;
padding: 0;
margin-top: 40px;
margin-bottom: 25px;
}   
.compare-jobs-section p{
font-size: 12px;
text-align: justify;
}
.compare-jobs-section{
padding: 0px 50px;
}
    th, td {
        padding: 10px 5px;
        font-size: 0.7rem;
    }
    th {
        font-size: 0.8rem;
    }
    .bold-cell {
        font-size: 0.85rem;
    }

        .testimonial-section p{
font-size: 12px;
text-align: justify;
}
.testimonial-section{
padding: 20px 50px;
}

    .slide {
        flex: 0 0 100%;
        padding: 0; 
    }
    .testimonial-section h2{
font-size: 24px;
padding: 10px 0px;
}

.compare-pro-section h2{
    font-size: 16px;
    text-align: center;
}

.cta-section{
    flex-direction: column;
}
.cta-section div{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cta-section-image {
    width: 100%;
}

.cta-section-image img{
    width:100%;
}
.cta-section p{
    margin-top: 40px;
    text-align: justify;
}
.cta-section a{
    width: 100%;
    align-self: center;
    margin-top: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-top: 40px;
    background-color: #347c78;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.faq-section-main-div{
    flex-direction: column;
}
.faq-section-main-div .faq-div{
    width: 100%;
}
.faq-section-main-div .image-div{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.faq-answer p {
    font-size: 12px;
}
.faq-header h3{
    font-size: 14px;
}
.image-div h2{
    font-size: 14px;
}

.contac-us-section h2{
    font-size: 14px;
    text-align: center;
}
.contac-us-section-main-div p{
    font-size: 12px;
    margin-bottom: 20px;
}
.contac-us-section-main-div div{
    width: 100%;
}

.contac-us-section-main-div img{
    display: none;
}
}
