@font-face {
    font-family: 'IRANsans'; /* نام دلخواه برای فراخوانی */
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/IRANSansWeb_main.woff2') format('woff'); 
    font-weight: 400; 
    font-style: normal;
    font-display: swap; 
}

/*@font-face {*/
/*    font-family: 'IRANsans'; */
/*    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/IRANSansWeb_main.woff2') format('woff'); */
/*    font-weight: 500; */
/*    font-style: medium;*/
/*    font-display: swap; */
/*}*/

@font-face {
    font-family: 'IRANsans'; /* نام دلخواه برای فراخوانی */
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/IRANSansWeb_Bold_main.woff2') format('woff2'); 
    font-weight: 700; 
    font-style: bold;
    font-display: swap; 
}

/* حالا این فونت را برای عناصر اصلی سایت اعمال کنید */
body {
    font-family: 'IRANsans';
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, p, a, span, div, li, strong, b  {
    font-family: 'IRANsans' !important;
    font-display: swap;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 18px !important;
    }
}


p{
    text-align: justify;
}

.contact-text p {
    text-align: center;
    color: #54595f !important;
    font-weight: 400;
}



h2, h3, h4, h5, h6{
    color: #3D3D3D;
    font-weight: 800 !important;
    line-height: 1.5em;
    letter-spacing: -0.4px;
}

h2{
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: -0.4px;
    color: #3D3D3D;
}

.single-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
    display: flex;
    gap: 30px;
    margin-top: 0px;
    z-index: 9;
    position: relative;
    align-items: flex-start;
}


@media (max-width: 998px) {
   .single-post-container {
    display: block;
}

.table-scroll{
    overflow-x: scroll;
}

.contact-container {
      flex-direction: column;
      align-items: center;
    }

    .contact-text {
      text-align: center;
    }
    
.contact-container ul{
    padding-right: 0px !important;
    }
}

.single-content {
    /*flex: 3;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    padding: 35px !important;
    background-color: #fff !important;
    border-radius: 5px;
    flex: 1;
    order: 2;
}



.single-sidebar {
    /*flex: 1;*/
    flex: 0 0 245px;
    height: fit-content;
    order: 1;
}

.post-title {
    font-size: 28px;
    margin: 20px 0;
}

.post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.post-body {
    line-height: 1.8;
    font-size: 16px;
    color: #54595f !important;
    margin-top: 52px;
}

.post-body h2{
    font-size: 25px !important;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: -0.4px;
    color: #3D3D3D !important;
    text-align: center !important;
}

.post-body h3 {
    font-size: 20px !important;
}

.site-hero {
    width: 100%;
    height: 235px !important;
    min-height: 235px !important;
    background-size: cover;
    background-position: center;
    position: relative;
}
.site-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-hero-inner {
    max-width: 1200px;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    background-color: #0808084F !important;
}
.hero-title {
    font-size: 34px;
    line-height: 1.2;
    margin: 6px 0 12px;
    color: #fff;
    font-weight: 700;
}
.site-hero .breadcrumb {
    color: rgba(255,255,255,0.9);
    margin-bottom: 6px;
}

.breadcrumb a{
    color: #fff !important;
    font-size: 14px !important;
}

.breadcrumb .separator{
    color: #199c5c !important;
    margin: 0px 8px !important;
    font-size: 14px !important;
}

/* دسترسی سریع */
.table-of-contents {

    background-color: var(--box-background-color);
    border: var(--box-border-width, 1px) solid var(--box-border-color, #9da5ae);
    border-radius: var(--box-border-radius, 3px);
    min-height: var(--box-min-height);
    margin: 0px 100px 20px 100px;
}
.table-of-contents h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.table-of-contents li {
    margin-bottom: 8px;
}
.table-of-contents a {
    text-decoration: none;
    color: rgb(51, 51, 51) !important;
}


.toc__header {
    align-items: center;
    background-color: #199c5c;
    border-bottom:  1px solid  #9da5ae;
    display: flex;
    justify-content: space-between;
    padding: 20px;

}

p.toc__header-title{
    margin: 0px !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.toc__body{
    padding: var(--box-padding, 20px) !important;
}

/* سایدبار */
.related-posts {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}
.related-posts h3 {
    text-align: center !important;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}
.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-posts li {
    margin-bottom: 10px;
}
.related-posts a {
    text-decoration: none;
    color: #0073aa;
}

/* ریسپانسیو */
@media (max-width: 991px) {
    .single-post-container {
        flex-direction: column;
    }
    main {
        order: -1;
    }
    
    .single-sidebar {
        position: static;
        width: 100%;
        top: auto;
    }
}

@media (min-width: 992px) {
    .single-sidebar {
        position: sticky;
        top: 40px;
    }
}


.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.related-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px !important;
}

.related-thumb {
     width: 100%;
    max-width: 145px !important;
    margin: 0 auto;
}

.related-img {
   
    width: 100%;
    height: auto;
    object-fit: contain; 
    border-radius: 12px;
    display: block;
}

.post__text {
    margin-top: 10px;
}

.post__title a {
    font-size: 14px !important;
    font-weight: 600;
    color: rgb(84, 89, 95) !important;
    text-decoration: none;
    
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em; 
  color: inherit;
  text-decoration: none;
}

.post__title a:hover {
    color: #0073aa;
}

.elementor-post__meta-data {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.elementor-post__meta-data span {
    margin: 0 4px;
    color: #199c5c !Important;
    font-size: 12 px !important;
    font-weight: 400;
}

.thumbnail-pic{
    text-align: center;
}

.thumbnail-pic img{
    width: 542px;
    margin-bottom:20px;
}

/*table*/

.table-container {
  width: 100%;
  overflow: hidden; /* جلوگیری از اسکرول کل صفحه */
}

/* فقط جدول اسکرول افقی بخوره */
.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* جدول اصلی */
.custom-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px; /* باعث ایجاد اسکرول در موبایل میشه */
  text-align: center;
  border: 1px solid #ccc;
}

/* table {*/
/*  width: 100%;*/
/*  border-collapse: collapse;*/
/*  text-align: center;*/
/*  font-size: 15px;*/
/*  direction: rtl;*/
/*}*/

th, td {
  border: 1px solid #ddd;
  padding: 12px;
}

table th {
  background-color: #199c5c !important;
  color: #fff !important;
  border-style: solid;
  border-color: #ccc !important;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

td {
  color: #333;
}

.check {
  color: #009045;
  font-weight: bold;
  font-size: 18px;
}

.cross {
  color: #444;
  font-weight: bold;
  font-size: 18px;
}

  /* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }

  .table-responsive table {
    min-width: 700px;
  }
}

/**/
  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }

  .contact-text {
    flex: 2;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    text-align: center;
    list-style: none;
  }

  .contact-info {
    flex: 1;
    text-align: center;
    
  }
  
  .contact-info br{
    display: none;
  }


  .contact-info a {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    text-decoration: none;
  }

  .contact-info a.email {
    color: #009045;
  }

  .contact-info a.phone {
    color: red;
  }

  .post-logo {
    flex: 0 0 auto;
    max-width: 170px;
  }

  .post-logo img {
    width: 170px;
    height: auto;
  }
.phone-info-box .post-logo{
    flex: 0 0 auto;
  max-width: 300px;
  width: 300px;
}
  .phone-info-box .post-logo img {
    width: 100%;
    height: auto;
  }
  
  @media screen and (max-width: 768px) {
      
     .post-logo {
      margin-top: 15px;
      align-self: center;
    } 
      
   .single-content {
    padding: 25px !important;
}

.table-of-contents {
    margin: 0px;
}

.related-thumb {
    max-width: 100% !important;
}
}
  


/**/
.table-of-contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.table-of-contents li {
    margin: 5px 0;
}


.table-of-contents li a:hover
 {
    color: #199C5C !important;
}

.table-of-contents li i {
    margin-left: 5px;
    color: #199c5c;
    font-size: 13px;
}
.table-of-contents li.toc-sub {
    margin-right: 20px;
    font-size: 90%;
}

/* آیکن باز/بسته */
.toc-toggle-icon {
    cursor: pointer;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 97px;
    left: 60px;
    color: #fff;
}
.toc-toggle-icon.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* حالت بسته */
.table-of-contents.collapsed ul {
    display: none;
}


.post-meta-box {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 15px 0 25px 0;
    font-size: 15px;
    color: #555;
}

.post-meta-box i {
    color: #199c5c;
    margin-left: 5px;
    font-size: 18px;
}

.post-meta-box span {
    display: flex;
    align-items: center;
    font-weight: 500;
}


/**/
/* ------------------ هدر ------------------ */
.new-header-custom {
  background-color: #0B3056 !important;
  color: white;
  padding: 0px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
  height: 66px !important;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-container .logo{
  padding: 3px 30px 0px 10px !important;
  width: 50% !important;
  height: 53px !important;
}
.header-container .logo > a{
  display:inline-block;
  height: 46px !important;
}

.logo{
    text-align: left !important;
}

.logo img {
    height: auto !important;
    width: 176px !important;
}
.elementor-624 .elementor-element.elementor-element-b86148a .elementor-menu-toggle{
  margin: 0 20px !important;
  background-color: var( --e-global-color-84cac18 );
  width: 37px !important;
  height: 33px !important;
}

/* ------------------ منوی اصلی ------------------ */
.custom-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  transition: all 0.3s ease-in-out;
}

.custom-menu > li {
  position: relative;
}

.custom-menu a {
  color: #FFFFFFCC !important;
  text-decoration: none;
  font-weight: 300;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
}

.custom-menu a:hover {
  color: #76d476 !important;
}

/* ------------------ زیرمنو ------------------ */
/*.custom-menu li ul {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  right: 0;*/
/*  padding: 10px 0;*/
/*  min-width: 180px;*/
/*  border-radius: 5px;*/
/*  box-shadow: 0 2px 8px rgba(0,0,0,0.2);*/
/*  z-index: 999;*/
/*}*/


.custom-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 0;
  min-width: 180px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background: #fff;
}


@media (min-width: 769px) {
  .custom-menu li:hover > ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-menu li:hover > ul {
  display: block;
}

.custom-menu li ul li a {
  display: block;
  padding: 10px 20px;
  color: #33373d !important;
  font-size: 14px;
}

.custom-menu li ul li a:hover {
  background-color: #00cc66;
  color: #fff !important;
}



/* ------------------ دکمه همبرگر ------------------ */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ------------------ حالت موبایل ------------------ */
@media (max-width: 768px) {
  .hamburger-menu {
    background: #76d476 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 37px;
    height: 33px;
    padding: 7px ! IMPORTANT;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
  }
  
  
  .hamburger-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 2px; 
    transition: all 0.3s ease-in-out;
}


  .custom-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #FFF;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    max-height: 0;
    overflow: hidden;
    gap: 0px;
  }

  .custom-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: 80vh; /* اجازه اسکرول در موبایل */
    overflow-y: auto;
  }

  .custom-menu > li {
    text-align: center;
        border-style: solid;
        border-color: #199C5C14;
        border-bottom-width: 2px;
    text-align: center;
        line-height: 20px;
    padding: 10px 20px;
  }
  
  .custom-menu > li a{
   color: #33373d !important;
   font-size: 14px !important;
  }

  /* زیرمنوها در موبایل */
  .custom-menu li ul {
    position: static;
    display: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .custom-menu li.open > ul {
    display: block;
  }
  

  .custom-menu li.menu-item-has-children > a::after {
    content: "▼";
    margin-left: 10px;
    color: #76D476;
  }

  .custom-menu li.open > a::after {
    content: "▼";
    color: #76D476;
  }

  .custom-menu li ul li a {
    padding: 12px 30px;
    font-size: 14px;
    border-top: 1px solid #199c5c14;
  }
}

.custom-menu ul.sub-menu {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-menu .menu-item-has-children.open > ul.sub-menu {
  max-height: 600px; 
}


/* حالت پایه */
.custom-menu ul.sub-menu {

  overflow: hidden;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
}

/* وقتی زیرمنو باز میشه */
.custom-menu .menu-item-has-children.open > ul.sub-menu {
  max-height: 600px; /* برای باز شدن کامل */
  opacity: 1;
  transform: translateY(0);
}

/* استایل لینک‌های زیرمنو */
.custom-menu li ul li a {
  display: block !important;
  padding: 12px 20px !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  transition: background-color 0.25s ease, padding-right 0.25s ease;
}

.custom-menu li ul li a:hover {
  background-color: #76d476 !important;
  padding-right: 28px !important;
}


/* فلش زیرمنو */
.custom-menu li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 10px;
  margin-right: 6px;
  transition: transform 0.3s ease;
 color: #76d476 !important;
}

.custom-menu li.open > a::after {
  transform: rotate(180deg);
}


@media (min-width: 769px) {
  .custom-menu li:hover > ul,
  .custom-menu li ul li:hover > ul {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0);
    overflow: visible !important;
  }

  .custom-menu .sub-menu li#menu-item-1871:hover ul.sub-menu{
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0);
    overflow: visible !important;
    width: auto;
    min-width: 10em;
    display: none;
    max-width: 1000px;
    top: auto;
    left: 0px;
    margin-left: -336.222px;
    margin-top: -46px;
  }
 
  .custom-menu li ul li ul {
    right: 100%;
    top: 0;
  }
}


/* برای موبایل */
@media (max-width: 768px) {
  .custom-menu ul.sub-menu {
    border-top: 1px solid #199C5C14 !important;
    border-bottom: 1px solid #199C5C14 !important;
    max-height: 0;
  }

  .custom-menu li ul li a {
    font-size: 14px !important;
    color: #33373d !important;
  }
}


.main-menu li{
 list-style: none !important;
}
.author-box {
    display: flex;
    align-items: center;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    direction: rtl;
}
.author-box .author-avatar img,.author-box .author-avatar aria {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    margin-left: 20px;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.author-box .author-info {
    flex: 1;
}
.author-box .author-info .author-name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin:5px 0px;
}
.author-box .author-info .author-description {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.faq-accordion-post-section .faq-item .faq-trigger h3{
   font-size: 16px !important;
    font-weight: 600 !important; 
    margin: 0px !important;
     white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.faq-accordion-post-section .faq-item .faq-content .faq-inner {
    padding: 20px;
    line-height: 1.8;
    color: #000;
}
@media (max-width: 600px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }
    .author-box .author-avatar img {
        margin-left: 0;
        margin-bottom: 15px;
    }
	.author-box .author-info {
        margin-top: -15px;
    }
    .faq-accordion-post-section .faq-item .faq-trigger h3,.faq-accordion-post-section .faq-item .faq-content .faq-inner{
   font-size: 14px !important;
}
}

.faq-accordion-post-section .title{
  font-size: 24px;
  font-weight: 700;
  color: #199c5c;
  margin-bottom: 25px !important;
}
.faq-accordion-wrapper {
    margin: 40px auto;
}
.faq-accordion-post-section .faq-item {
    border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 12px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.faq-accordion-post-section .faq-item .faq-trigger {
    width: 100%;
    padding: 18px 20px;
    background: #199c5c !important;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    transition: background 1.2s ease;
}

.faq-accordion-post-section .faq-item .faq-trigger .faq-icon {
    position: relative;
    width: 12px;
    height: 12px;
}
.faq-accordion-post-section .faq-item .faq-trigger .faq-icon::before,.faq-accordion-post-section .faq-item .faq-trigger .faq-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 0.3s ease;
}
.faq-accordion-post-section .faq-item .faq-trigger .faq-icon::before { width: 100%; height: 2px; top: 5px; left: 0; }
.faq-accordion-post-section .faq-item .faq-trigger .faq-icon::after { width: 2px; height: 100%; top: 0; left: 5px; }
.faq-accordion-post-section .faq-item .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafafa;
}

.faq-accordion-post-section .faq-item.is-open .faq-content {
    max-height: 500px; 
}
.faq-accordion-post-section .faq-item.is-open .faq-icon::before{ transform: rotate(45deg); }
.faq-accordion-post-section .faq-item.is-open .faq-icon::after{ transform: rotate(45deg); }
.author-avatar img{
    width:200px !important;
    height:130px !important;
}



/*start bootcamp cart style*/
.bootcamp-boxes{
    max-width:1200px;
    margin:40px auto;
    border:2px solid #e0aaff;
    padding:20px;
    display:flex;
    gap:30px;
    justify-content:space-between;
}

.bootcamp-boxes .card{
    background:#fff;
    width:32%;
    border-radius:6px;
    overflow:hidden;
    text-align:center;
}

.bootcamp-boxes .card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.bootcamp-boxes .image-wrapper{
    position:relative;
}

.bootcamp-boxes .badge{
    position:absolute;
    bottom:10px;
    left:10px;
    background:#1f3c88;
    color:#fff;
    padding:6px 12px;
    border-radius:6px;
    font-size:14px;
}

.bootcamp-boxes .date{
    display:inline-block;
    margin-top:8px;
    background:#2ecc71;
    color:#fff;
    padding:4px 10px;
    border-radius:6px;
    font-size:13px;
}

.bootcamp-boxes .card h3{
    padding:15px;
    font-size:20px;
    color:#444;
}

.bootcamp-boxes .btn{
    display:block;
    margin:15px auto 25px;
    width:80%;
    background:#2ecc71;
    color:#fff;
    padding:12px;
    text-decoration:none;
    border-radius:6px;
    font-size:16px;
    transition:0.3s;
}

.bootcamp-boxes .btn:hover{
    background:#27ae60;
}
.boot-forward img{
    border-radius:10px;
    cursor:pointer;
}


/**/
    .site-footer-custom {
        background-color: #0B3056!important; 
        color: white!important;
        padding: 50px 20px 50px 20px!important;
    }
    
    .section-1{
        padding-top: 20px!important;
        width: 33.595%!important;
    }
    
    span.footer-title{
        font-family: "IRANSansWeb_Bold"!important;
        font-size: 18px!important;
        font-weight: 600!important;
        color: #fff !important;
        margin-bottom: 20px !important;
    }
     .footer-title a, footer p{
       
        color: #ffffffcc !important;
    }
    
    footer span{
        display: block;
    }
    
    .footer-top {
        display: flex!important;
        max-width: 1200px!important;
        margin: 0 auto!important;
        padding: 50px 0px 100px 0px!important;
        gap: 20px!important;
    }
    .map-section {
        flex: 1!important;
        min-width: 300px!important;
        width: 23.945% !important;
    }
    .contact-section {
        flex: 1 !important;
        display: flex !important;
        gap: 20px !important;
    }
    .contact-info h3, .services-section h4 {
        color: #00cc66 !important;
        margin-bottom: 10px !important;
    }
    .social-icons {
        margin: 10px 0 !important;
        display: flex;
        justify-content: center !important;
    }
    .social-icons a {
        margin-right: 10px !important;
    }
    
    .phones {
        text-align: center !important;
        
    }
    
    .phones .fas, .contact-info .fas{
       font-size: 40px !important;
    }
    
    .phones span {
        margin: 5px 0;
        display: block;
        color: #ffffffcc;
    }
    
    .phones span a{
        color: #ffffffcc !important;
    }
    
    .phones span a:hover{
        color: #ffffffcc !important;
    }
    
    .services-section ul {
        list-style: none;
        padding: 0;
    }
    .services-section li {
        margin: 5px 0;
    }
    .services-section a {
        color: white;
        text-decoration: none;
    }
    .services-section a:hover {
        color: #00cc66;
    }
    .footer-bottom {
        text-align: center;
        padding: 10px;
        border-top: 1px solid #ffffff26;
        max-width: 57%;
        margin: 0 auto;
    }
    
    
    .footerIcon svg{
        fill: #fff !important;
        display: block;
        height: auto;
        position: relative;
        width: 21px !important;
    }
    
    .footerIcon{
        background-color: #76d476 !important;
        border-radius: 50% !important;
        
        font-size: 16px !important;
        height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))!important;
        line-height: var(--icon-size, 25px)!important;
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))!important;
    
        display: flex !important;
    align-items: center;
    justify-content: center;
    }
    
    @media (max-width: 998px) {
        .footer-top {
            flex-direction: column;
        }
        .contact-section {
            flex-direction: column;
        }
        
        .section-1{
        
        width: 100%;
        text-align: center;
    }
    
    .map-section{
        flex: 1;
        min-width: 300px;
        width: 100%;;
    }
    
    .map-section iframe{
        width: 100%;;
    }
    }
    
    
    
    
    
    

.courses{

max-width:1200px;
margin:70px auto;
padding:20px;

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.course-card{

background:#fff;
border-radius:24px;
overflow:hidden;
text-align: center;
position:relative;

box-shadow:0px 3px 0px 0px rgba(60.00000000000001, 72.00000000000001, 88, 0.15);

transition:.35s;

border:1px solid #edf0f6;
padding: 15px 8px 8px 8px;
}

.course-card:hover{

transform:translateY(-5px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.course-card::before{

content:"";

position:absolute;

top:0;
left:-120%;

width:70%;
height:100%;

background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);

transform:skewX(-25deg);

transition:.8s;

}

.course-card:hover::before{

left:180%;

}

.course-card img{

width:90%;
height:220px;
object-fit:cover;
margin: 0 auto;
display:block;

transition:.6s;
border-radius: 24px;

}

.course-card:hover img{

transform:scale(1.02);

}


.course-card h2{

text-align:center;

font-size:18px;

padding:0 20px;

color:#111827;

margin-bottom:12px;

}

.course-card p{

text-align:center;

padding:0 25px;

color:#6b7280;

line-height:1.8;

margin-bottom:24px;
font-size:  14px;

}

.course-card a{

display:block;

width:85%;

margin:0 auto 18px;

text-align:center;

text-decoration:none;

padding:12px;

border-radius:12px;

color:#fff;

font-weight:bold;

transition:.3s;
font-size: 14px;
}

.course-card a:hover{

transform:translateY(-3px);

}


.wordpress a{
background:linear-gradient(197deg, #28e489, #0b3056);
}

.frontend .icon{
color:#2563eb;
}

.frontend a{
background:linear-gradient(197deg, #28e489, #0b3056);
}


.python a{
background:linear-gradient(197deg, #28e489, #0b3056);
}

@media(max-width:992px){

.courses{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.courses{
grid-template-columns:1fr;
}

}


/**/
.contact-container {
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 850px;
    gap: 50px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
    flex: 1;
}

.email {
    color: #00966b;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.phone-numbers a {
    color: #e6211d; 
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.contact-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.contact-logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 160px;
        width: 100%;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column; 
        gap: 40px;
    }
}
