.myHeader {
  position: absolute;
  width: 100%;
}

.versions {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .versions {
    padding-right: 150px;
    padding-top: 20px;
    font-size: 16px;
  }

  .header-contents {
    width: 1280px !important;
  }

  .help-section {
    background: #eee;
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 800px) {
  .carousel-item > img {
    height: 200px !important;
  }

  .help-section {
    background: #eee;
    padding: 0px !important;
  }

  /* .myHeader {
    position: absolute;
  } */

  .header {
    top: 65px;
  }

  .login {
    margin-right: 0 !important;
  }
}

.carousel-item > img {
  height: 400px;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.mr-auto {
  flex: auto;
  justify-content: center;
  float: none;
  text-align: center;
}

body {
  text-align: right;
  direction: rtl;
}

a,
a:hover {
  text-decoration: none !important;
}

* {
  font-family: "vazir", "Bnazanin";
  direction: rtl;
}

@font-face {
  font-family: "Bnazanin";
  src: url(../Fonts/KohinoorArabicMedium.TTF);
}

@font-face {
  font-family: "vazir";
  src: url(../Fonts/Vazir-Light-FD.ttf);
}

.headerDetail {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  direction: rtl;
  background: #eee;
}

.headerDetailCol {
  display: flex;
  direction: rtl;
  margin: auto;
  justify-content: center;
}

.pageFooter {
  font-size: 13px;
  text-transform: uppercase;
  color: #232222;
}

.pageFooter-FirstRow {
  background: #f3f3f7;
  padding-bottom: 50px;
}

.pageFooter-FirstRow > div:first-child > div > p {
  text-align: justify;
  padding: 10px 30px;
  border-left: 1px solid #2323;
}
.FooterNavMenu {
  display: flex;
  justify-content: flex-start;
  padding-right: 40px;
}
.FooterNavMenu > div > a {
  font-size: 13px;
  margin-right: 15px;
  padding-left: 15px;
  text-decoration: none;
  color: #232222;
}
.Footer-links-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.row {
  margin: 0;
}

.dropLeft > div {
  right: 180px !important;
}

.dropLeft > a {
  color: grey !important;
}

.sideBarWrapper > div > a {
  color: black;
}

.sideBarWrapper > div > a:hover {
  color: #7c7e7f;
}

.card {
  width: 100%;
}

.carousel.slide {
  border: 1px solid #dce9ea;
}

.carousel.slide > a {
  background: #e2e2e278;
}

hr {
  margin-top: 0;
}

.card-img-top {
  border-bottom: 1px solid #e4dcdc;
}

.nav-link {
  color: black !important;
  margin: 0 5px;
}

.login {
  color: #ef4513 !important;
  margin-right: 100px;
}

.navbar-nav > .nav-link:hover,
.navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
  background: #dddde4;
  border-radius: 5px;
}

.navbar-nav > .nav-item {
  margin: 0 5px;
}

.navbar-nav > .nav-item > a {
  color: WHITE;

  margin: 0 5px;
}

.movies {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: none !important;
  padding: 1.5rem, 1rem !important;
}

.movies > img {
  margin-left: 10px;
}

.post-content {
  padding: 30px 20px;
  background: white;
  border: 1px solid #e4d7d7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc8c8;
}

.card-title {
  color: #333;
  padding-bottom: 10px;
}

.activeTag {
  background: #afaf8b;
  padding: 0 10px;
  border-radius: 30px;
  border: 1px solid #868675;
}

.activeTag:hover {
  background: #b9b94a;
  border-color: #909062;
  color: white !important;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.page_content p,
.post_content p {
  display: block;
  font-size: 20px !important;
}

.page_content ol,
.post_content ol {
  padding-left: 0px;
  margin: 1em 2em 1em 0;
  font-size: 20px !important;
}

.page_content ol li img,
.post_content ol li img {
  margin: 5px 5px -5px 10px;
}

p > img {
  max-width: 100%;
}

/* Ensure images inside help post content are responsive */
.post-content img,
.outbox-content img {
  max-width: 100%;
}

.SearchBox {
  direction: ltr;
}

.icon {
  padding-top: 5px;
  display: block;
}

.social-icons {
  display: flex;
  font-size: 18px;
  direction: ltr;
}

.social-icons > a {
  background: #a4a4a6;
  color: white;
  height: 30px;
  width: 30px;
  margin: 0 3px;
  border-radius: 3px;
  text-align: center;
}
.icon-soroush:hover {
  color: #477e98;
  transition: 0.5s;
}
.aparat-icon {
  filter: brightness(2000%);
  margin-top: 2.45px;
}
.aparat-icon:hover {
  filter: none;
}
.icon-insta:hover {
  color: #e50ad5;
}
.addon-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333 !important;
}
@media (max-width: 767.99px) {
  .addon-tabs {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .addon-tabs {
    padding: 30px 50px;
    font-size: 1.75rem;
  }
}

.fade {
  transition: opacity 1s linear;
}

.nav-tabs {
  border-bottom: none !important;
}

.extensions-download-links .nav-link.active {
  box-shadow: none !important;
  background-color: #dce9ea;
  border-bottom: solid 4px #dce9ea !important;
}
#uncontrolled-tab-example-tab-opera {
  width: 234px !important;
}
.nav-tabs .nav-link {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.header-banner-action {
  background-color: #ff6f61;
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-banner-action:hover {
  background: #477e98;
  color: white;
  border-color: #477e98;
  text-decoration: none;
}

.price-table thead th {
  text-align: center;
  height: 120px;
  vertical-align: middle;
  padding: 0;
  font-size: 24px;
  font-weight: 100;
  color: white;
}

.price-table tbody tr {
  font-size: 14px;
  height: 85px;
}

.price-table tbody tr td:nth-child(2) {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.price-table tbody tr td {
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.price-table tbody tr td p {
  text-align: center;
  padding: 6px;
  margin: 0;
}

.price-table {
  border: 1px solid #ddd;
}

.checkGreen {
  color: #5cd65c;
}

.closeGreen {
  color: red;
}

.custom-button {
  background: #efb55f;
  border-color: #cea46d;
  width: 100px;
  border-radius: 10px;
  padding: 5px;
  height: 35px;
  font-size: 16px;

  color: white;
}

.custom-button:hover {
  background: #8c5e1a;
  border-color: #c3c0bc;
  color: white;
}

.price-header-1 {
  background: #808c8c;
}

.price-header-2 {
  background: #18d1d4;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.price-header-3 {
  background: #fdad00;
}

@media only screen and (max-width: 700px) {
  .reverse-mobile {
    flex-direction: column-reverse;
  }

  .cslformcontainer {
    background: #e5e1da;
    border-radius: 20px;
    padding: 5px !important;
  }

  .cslformcontainer .row {
    padding: 5px 5px !important;
  }

  .cslformcontainer .row > div {
    margin-top: 5px;
  }

  .headerDetailCol {
    margin-top: 30px;
  }

  .form-control {
    font-size: 14px !important;
  }

  .formGroupCsl {
    display: contents !important;
    margin-bottom: 5px !important;
  }
}

.cslformcontainer .row {
  padding: 10px 5px;
}

.cslformcontainer {
  background: #e5e1da;
  border-radius: 20px;
  padding: 35px;
}

.toast-container {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  right: 15px;
}

.toasts-container {
  align-items: flex-start !important;
}

.toast {
  flex-basis: 80px !important;
  color: white !important;
}

.custom-dropdown .dropdown-menu {
  right: 0;
  left: unset !important;
  text-align: right;
}

.custom-dropdown .dropdown-menu .dropdown-item > a {
  padding: 0 1.5rem;
  color: black;

  width: 100%;
}

.dropdown-menu .dropdown-item > a:hover {
  color: white;
}

.dropdown-menu .dropdown-item {
  display: flex;
  color: black;
}
.dropdown-menu .dropdown-item:hover {
  color: black !important;
}

.vertical-hr {
  border: none;
  border-left: 1px solid hsla(200, 22%, 76%, 0.7);
  height: 500px;
  width: 1px;
  margin-inline: 20px;
}

/*
  outbox content styles for any text from another sources
  majbour shodim :(
*/
.outbox-content,
.outbox-content > *,
.outbox-content > * > *,
.outbox-content > * > * > *,
.outbox-content > * > * > * > *,
.outbox-content > * > * > * > * > *,
.outbox-content > * > * > * > * > * > *,
.outbox-content > * > * > * > * > * > * > *,
.outbox-content > * > * > * > * > * > * > * > *,
.outbox-content > * > * > * > * > * > * > * > * > *,
.outbox-content > * > * > * > * > * > * > * > * > * > *,
.outbox-content > * > * > * > * > * > * > * > * > * > * > * {
  font-family: "vazir", "Bnazanin" !important;
  font-size: 1rem !important;
  font-style: normal;
  text-align: justify;
  color: #000 !important;
}

.outbox-content2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.read-more-item-card {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
}
.go-to-top {
  position: fixed;
  bottom: 10px;
  z-index: 10000;
  left: 10px;
  background: #606f6a;
  border-radius: 85px;
  width: 50px;
  border-color: #606f6a;
  height: 50px;
  padding: 0.4rem;
  font-size: 25px;
}

.go-to-top:hover {
  background: rgb(234, 94, 36);
  border-color: rgb(234, 94, 36);
  box-shadow: none;
}

.go-to-top:focus {
  box-shadow: none;
}

.dropdown-menu.show {
  opacity: 1;
}

.dropdown-menu {
  opacity: 0;
}

.Search_ToolBar > * > .dropdown > .dropdown-toggle {
  width: 100%;
}

.Search_ToolBar {
  width: 100%;
  background: #e1e6ff;
  border-radius: 29px;
  border: 1px solid #b6d3ff;
  padding: 10px;
}

.list-container {
  overflow: auto;
  height: 500px;
  background: #fffefe;
  border-radius: 5px;
  border: 1px solid #dbc1c1;
  padding: 10px 0;
}

.csl-container {
  border-bottom: 1px solid #eee;
}

.csl-container:hover {
  background: #f1a823;
  color: white;
}

.dropdown-menu {
  text-align: right;
  right: 0px !important;
}

.workshop-details > .card {
  margin: 18px;
  line-height: 2;
}

.teacher-body {
  font-size: 0.8rem;
}

.teacher-body > a {
  color: black;
  font-size: 1.2rem;
  margin: 0 3px;
}

.accordion .card:last-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.custom-accordion {
  opacity: 1;
  height: auto;
}

.custom-accordion.notexpanded {
  opacity: 0;
  height: 0;
  display: none;
}

.custom-accordion.expanded {
  opacity: 1;
  height: auto;
  display: block;
}

.custom-accordion > ul,
.custom-accordion > ul > li,
.custom-accordion > ul > li > ul {
  list-style: none;
  list-style-type: none;
}

.custom-accordion > ul > li > a,
.custom-accordion > ul > li > ul > li > a,
.custom-accordion > ul > li > ul > li > ul > li > a {
  color: black;
}

.custom-accordion > ul > li > a:hover,
.custom-accordion > ul > li > ul > li > a:hover,
.custom-accordion > ul > li > ul > li > ul > li > a:hover {
  color: red;
}

.haschild::before {
  content: "+";
  margin-left: 3px;
}

.nochild::before {
  content: "-";
  margin-left: 3px;
}

ul {
  padding: 0 20px 0 0;
}

.btn-link {
  color: black;
  text-decoration: none;
}

.btn-link:hover {
  color: orange;
  text-decoration: none;
}

.card-body li a {
  color: black;
  text-decoration: none;
}

.card-body li a:hover {
  color: orangered;
  text-decoration: none;
}

.toast {
  font-family: "vazir", "Bnazanin" !important;
}

.imageshadow {
  border: 1px solid #f4e8e8;
  box-shadow: 0px 0px 25px 4px #e8e1e1;
}

.item-container {
  text-align: right;
  position: relative;
  height: 200px;
}

.list-Item > span {
  padding-left: 10px;
}

.scrollbar-track {
  background: #eee !important;
}

.scrollbar-thumb {
  background: rgb(144, 171, 189) !important;
}

.scoll-container {
  /* border-top: 1px solid #8a898c!important; */
  box-shadow: rgb(157, 191, 214) 0px 0px 16px;

  height: 500px;
}

.list-Item-container {
  padding: 15px 20px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(219, 161, 52, 0.75),
      rgba(52, 152, 219, 0)
    )
    1;

  direction: rtl;
  text-align: right;
}
.csl-list-Item-container {
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(134, 211, 206, 0.75),
      rgba(52, 152, 219, 0)
    )
    1;
}
.dropdown-toggle::after {
  margin-left: unset;
  margin-right: 0.255em !important;
  margin-top: 1px;
}

#dropdown-split-basic {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-left: unset !important;
  margin-right: 0 !important;
}

#subjectType {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important;
  border-radius: 3px;
}

#searchbox {
  border-radius: 0 !important;
}

.dropdown-item:hover {
  background: #eee !important;
  color: grey !important;
}

.dropDownIcon {
  height: 20px;
  width: 15px;
}

.invalid-forminput {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.line-height-2 {
  line-height: 2;
}

.line-height-1 {
  line-height: 1;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
  color: none;
  text-decoration: none;
}

/* version page styles start */

.version-dropdown-menu {
  width: fit-content !important;
}
.version-error-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(-250%);
}
.sideBarWrapper {
  background: white;
  border: 1px solid #e4d7d7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc8c8;
  padding: 17px 18px;
  text-align: right;
}

.container-content-with-sidebar {
  padding: 1rem 1rem;
  background: white;
  border: 1px solid #e4d7d7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc8c8;
  text-align: right;
  position: relative;
}
.version-title,
.version-sideBar-title {
  padding: 20px;
  border-radius: 5px;
  background-color: #f6f0f0;
}
.version-sideBar-title {
  text-align: center;
  padding-block: 18px;
}
.version-dropdown-btn {
  width: 100px !important;
  margin-left: 110px;
}
.version-dropdown-bwwwtn {
  width: 250px !important;
  align-items: center;
}
.version-sideBar-content {
  text-align: center;
}
.expandTitle {
  border-radius: 90px;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: black;
}
.version-sideBar-content {
  display: flex;
}
.pajoohyar-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.582);
  z-index: 9999;
}
.version-sideBar-content {
  justify-content: center;
}

.version-link {
  min-width: 250px;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
  font-size: 19px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  box-shadow: #f6f0f0 0px 4px 12px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  color: #000 !important;
  text-decoration: none !important;
}
.version-link:focus {
  box-shadow: #f6f0f0 0px 4px 12px !important;
}
.version-link-menu {
  text-align: center;
}
.version-sub-link {
  cursor: pointer;
  padding-block: 5px;
  border-bottom: 2px solid #eee;
  transition: all 0.2s;
}
.version-sub-link:hover {
  cursor: pointer;
  padding-block: 5px;
  border-bottom: 2px solid #cccccc;
}
@media (max-width: 1115px) {
  .version-link {
    min-width: 150px;
  }
  .version-sideBar-content {
    justify-content: center;
  }
  .version-error-parent {
    transform: translateX(-170%);
  }
}
@media (max-width: 850px) {
  .version-sideBar-title,
  .version-title {
    font-size: 20px;
  }
  .version-error-parent {
    transform: translateX(-140%);
  }
}
@media (max-width: 734px) {
  .version-error-parent {
    transform: translateX(-110%);
  }
  .version-title {
    text-align: center;
  }
  .version-sideBar-title,
  .version-title {
    font-size: 18px;
  }
  .version-dropdown {
    width: 23=00px !important;
  }
}
@media (max-width: 734px) {
  .version-error-parent {
    transform: translateX(-80%);
  }
}
@media (max-width: 430px) {
  .version-link {
    min-width: 300px;
  }

  .version-error-parent {
    transform: translateX(-50%);
    scale: 0.8;
  }
  .version-dropdown-menu {
    scale: 0.8;
    transform: translateX(50%) !important;
  }
}
@media (max-width: 370px) {
  .version-error-parent {
    transform: translateX(-50%);
    scale: 0.8;
  }
}
@media (max-width: 300px) {
  .version-error-parent {
    /* transform: translateX(-50%); */
    scale: 0.8;
  }
  .version-dropdown-menu {
    scale: 0.6;
    transform: translateX(50%) !important;
  }
}
/* version page styles end */

/* faq page styles start */
.faq-link {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 8px;
  font-size: 17px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  box-shadow: #f4e8cb 0px 4px 12px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  color: #000;
}
.faq-link:hover {
  box-shadow: rgba(0, 0, 0, 0.185) 0px 4px 12px;
}
.faq-sideBar-title {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  background-color: #f4e8cb;
}
.questions-title {
  padding: 20px;
  border-radius: 5px;
  background-color: #f4e8cb;
}
.faq-q-content {
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.faq-q-container {
  font-size: 17px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.274);
  cursor: pointer;
  color: "#000";
}
.faq-q-icon {
  width: 30px;
}
@media (max-width: 480px) {
  .header-banner-image {
    text-align: center;
  }
}

/* blog page */

.blog-header {
  position: relative;
  background: linear-gradient(135deg, #ff5722, #ff9800);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.blog-rss {
  font-size: 17px;
  position: absolute;
  bottom: 2%;
  left: 1%;
  color: #fff;
  background-color: #0b96d7;
  padding: 7px;
  border-radius: 5px;
  text-decoration: none !important;
  scale: 0.9;
}
.blog-rss-icon {
  transition: all 0.5s linear;
}
.blog-rss:hover {
  color: #fff;
}
.blog-rss:hover .blog-rss-icon {
  color: #ff820b;
}

.blog-header h1 {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 2px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 15px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.blog-categories button {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-categories button:hover {
  background-color: #ff9800;
  color: #fff;
}
.blog-category-active {
  background-color: #ff9800 !important;
  color: #fff !important;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}
.blog-container {
  position: relative;
}
.blog-card-container {
  text-decoration: none !important;
}

.blog-card {
  position: relative;
  text-align: right;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
  height: 500px;
}
.blog-show-more-btn-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 50px;
}
.blog-show-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 10px;
  background: white;
  color: #333;
  border: 2px solid #ff9800;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  gap: 20px;
}

.blog-show-more-btn:hover {
  box-shadow: 0 4px 10px #ff9800;
}
.pajoohyar-loading-small {
  padding-right: 5px;
  scale: 0.55;
}

.blog-card:hover {
  transform: translateY(-3px);
  border-color: #ccc;
}

.blog-card img {
  width: 100%;
  height: 180px;
}

.blog-card .content {
  padding: 15px;
}

.blog-card .content h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #222;
}

.blog-card .content p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.blog-card .content a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.blog-card .content a:hover {
  text-decoration: underline;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
  background-color: orange;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.blog-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.blog-search-box:focus-within {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.blog-search-icon {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  color: #ff6600;
  cursor: pointer;
}
.blog-highlight-icon {
  cursor: pointer;
  margin-right: 5px;
  font-size: 20px;
  color: rgb(24, 149, 252);
}
.go-to-blog {
  color: #000;
}
.blog-search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  color: #333;
  background: transparent;
}

.hero-sample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  background: #fff;
  color: #000;
}

.hero-sample-right {
  text-align: right;
  flex: 1;
  padding: 20px;
  padding-right: 80px;
}

.hero-sample-right h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.hero-sample-right p {
  font-size: 1.5rem;
  margin-bottom: 25px;
  line-height: 1.4;
}

.hero-sample-btn {
  display: inline-block;
  padding: 15px 30px;
  background: #ddd5fa;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2rem;
  text-decoration: none !important;
  transition: background 0.3s ease, transform 0.3s ease;
}
.hero-sample-btn:hover {
  background: #414878;
  color: #fff;
}
.hero-sample-left {
  flex: 1;
  text-align: center;
  padding-bottom: 50px;
}

.hero-sample-left img {
  max-width: 100%;
}
.hero-sample-left-contact img {
  max-width: 90% !important;
}

@media (max-width: 768px) {
  .hero-sample {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .hero-sample-right {
    padding-top: 60px !important;
  }
  .hero-sample-left,
  .hero-sample-right {
    padding: 15px;
    text-align: center;
  }

  .hero-sample-right h1 {
    font-size: 2.5rem;
  }

  .hero-sample-right p {
    font-size: 1.2rem;
  }
}
.cantact-us-form-container {
  background: linear-gradient(135deg, #ddd5fa 0%, #bfaaff 100%);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 400px;
  color: #333;
}
.cantact-us-form-group {
  margin-bottom: 20px;
}

.cantact-us-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.cantact-us-form-group input,
.cantact-us-form-group textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

.cantact-us-form-group input:focus,
.cantact-us-form-group textarea:focus {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 8px rgba(76, 161, 175, 0.6);
}
.cantact-us-form-button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #4ca1af;
  font-size: 1.1rem;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.cantact-us-form-button:hover {
  background: #358f9e;
}
.cantact-us-hero2-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
}
.cantact-us-hero2-call p {
  margin: 0;
  padding: 0;
}
.cantact-us-hero2 {
  width: 100%;
  padding: 20px;
  background: linear-gradient(to left, #bfaaff, #ddd5fa, #fff, #fff);
  border-radius: 10px;
  color: #2c3e50;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cantact-us-hero2 {
    justify-content: center;
  }
}
.cantact-us-hero2-title {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.cantact-us-hero2-right {
  display: flex;
  flex-direction: column;
}
.cantact-us-hero2-img {
  width: 200px;
  border-radius: 50%;
}
.cantact-us-vertical-hr {
  margin: 0 !important;
  padding: 0 !important;
}
.hero-sample-right-product {
  padding-bottom: 200px;
  padding-right: 110px;
  text-align: center;
}
.hero-sample-right-product h1 {
  padding-bottom: 20px;
}
.hero-sample-btn-product {
  background-color: #54aae7;
  margin-left: 20px;
  color: #fff;
  margin-top: 30px;
}
.hero-sample-btn-product:hover {
  background-color: #417fe0;
}
.hero-sample-left-product-img1 {
  position: absolute;
  top: 66px;
  left: 0;
  width: 500px;
}
.hero-sample-left-product-img2 {
  display: none;
}
@media (max-width: 1100px) {
  .hero-sample-right-product {
    padding-bottom: 200px;
    padding-right: 0;
  }
}
@media (max-width: 969px) {
  .hero-sample-left-product-img1 {
    display: none;
  }
  .hero-sample-left-product-img2 {
    display: block;
  }
  .hero-sample-right-product {
    padding: 0;
    padding-bottom: 50px;
  }
}
.product-Introduction {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  color: #fff;
  background-color: #504f37;
  background-size: 400% 400%;
  overflow: hidden;
}

.product-Introduction .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
  border-radius: 4px;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 5%;
  animation: float1 10s infinite ease-in-out;
}

.shape-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  right: 10%;
  animation: float2 12s infinite ease-in-out;
}

.shape-3 {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 30%;
  animation: float3 8s infinite ease-in-out;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }

  50% {
    transform: translate(20px, -20px) rotate(45deg);
  }

  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }

  50% {
    transform: translate(-20px, 20px) rotate(45deg);
  }

  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes float3 {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }

  50% {
    transform: translate(10px, -10px) rotate(45deg);
  }

  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}

.product-Introduction-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: #fff;
}

.product-Introduction h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.product-Introduction p {
  text-align: justify;
  margin-bottom: 20px;
  max-width: 1000px;
}

.product-Introduction-image {
  width: 50%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  transition: width 1.5s ease;
}
.product-slider-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.product-slider-modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-slider-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 95%;
    max-height: 95%;
  }
  .product-Introduction-image {
    width: 100%;
    max-width: 400px;
  }
  .product-Introduction {
    padding-block: 30px;
  }
}
.hero-sample-right-product-requirement {
  text-align: right;
}
.specs {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  line-height: 40px;
  padding-bottom: 50px;
}

.specs li {
  margin: 8px 0;
  font-size: 1.1rem;
}

.specs li strong {
  color: #555;
  margin-left: 5px;
}

.hero-sample-right-product-requirement p {
  margin: 8px 0;
  font-size: 1.2rem;
}
.hero-sample-mata {
  background-color: #e8f2fe;
  position: relative;
}
.hero-sample-right-meta p {
  text-align: justify;
  font-size: 22px;
  margin-top: 50px;
}
.custom-tab-content {
  height: 100px;
  background: #fff;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 600px) {
  .hero-sample.hero-sample-mata {
    padding: 30px 15px 70px;
  }
  .hero-sample-right.hero-sample-right-meta {
    max-width: 100%;
  }
  .hero-sample-right.hero-sample-right-meta h1 {
    font-size: 1.5rem;
  }
  .hero-sample-right.hero-sample-right-meta p {
    font-size: 1rem;
  }
  .custom-tab-content {
    width: 90%;
    height: 45px;
    border-radius: 25px 25px 0 0;
  }
}
.custom-tab-content .nav-link {
  color: #000 !important;
  height: 100% !important;
}
.custom-tab-content .nav-link.active {
  border: none;
  border-bottom: 2px solid transparent !important;
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(84, 170, 231),
      rgba(52, 152, 219, 0)
    )
    1;
  height: 100% !important;
}
.custom-tab-content .nav-link.active:hover {
  border-bottom: 2px solid transparent !important;
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(84, 170, 231),
      rgba(52, 152, 219, 0)
    )
    1;
}

.csl-tab-content .nav-link.active {
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(134, 211, 206),
      rgba(52, 152, 219, 0)
    )
    1;
}
.csl-tab-content .nav-link.active:hover {
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      rgba(134, 211, 206),
      rgba(52, 152, 219, 0)
    )
    1;
}
.csl-pagination .pagination .page-item .page-link {
  background-color: rgba(134, 211, 206) !important;
}
.custom-tab-content .nav-link:hover {
  border: none;
  height: 100% !important;
  text-decoration: none !important;
}
.metaData-container {
  margin: auto;
  background-color: #ffffff;
  padding-top: 50px !important;
}
.custom-tab-content .nav-link a {
  text-decoration: none !important;
  color: #333 !important;
}
.metaData-controls {
  border-radius: 30px;
  background-color: #54aae7;
}
.csl-controls {
  background-color: #86d3ce;
}
.metaData-controls select,
.metaData-controls input {
  flex: 1;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 30px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mataData-list {
  margin-top: 50px;
}
.import-program-Icon {
  width: 30px;
}
.metaDAta-download-Button {
  color: #54aae7;
  font-size: 30px;
}
.metaDAta-download-Button:hover {
  color: #018cf0;
}
.metaData-list-Items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.csl-list-Item-title {
  margin-left: 20px;
  flex: 1;
}
.metaData-item-type {
  padding: 10px;
  background: linear-gradient(30deg, #ff625d5b, #f5a52348, #ff625d2d);
  border-radius: 30px;
  border: solid 1px #f5a52391;
  font-size: 0.8rem;
  color: #333;
  margin-left: 10px;
}

.form-container {
  background-color: #018cf075 !important;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
.csl-order-form {
  background-color: #86d3ce !important;
}
.form-title {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #0d6efd;
}

.form-title i {
  color: #0d6efd;
  margin-left: 0.5rem;
}

.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-lg {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e9ecef;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-control-lg:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
  background-color: #fff;
}

.form-floating label {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: transparent;
  padding: 0 0.3rem;
}
.form-floating-des label {
  top: 18%;
}

.form-control-lg:focus ~ label,
.form-control-lg:not(:placeholder-shown) ~ label {
  top: -0.8rem;
  right: 1rem;
  font-size: 1rem;
  color: #000 !important;
}

.file-upload-wrapper {
  height: 100%;
  position: relative;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  border: 2px dashed #ced4da;
  border-radius: 0.75rem;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-file-upload:hover {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.05);
}

.custom-file-upload i {
  font-size: 1.2rem;
  color: #0d6efd;
  margin-left: 0.5rem;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.submit-btn i {
  margin-left: 0.5rem;
}

.form-control-lg {
  text-align: right;
  direction: rtl;
}

.required-star {
  color: #dc3545;
  margin-left: 0.3rem;
}
.metadata-submit-search:focus {
  background-color: #fff !important;
  color: #000 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.metaData-list-item-icon {
  display: flex;
}
.invalid-input label {
  padding-right: 15px;
  top: 33%;
}
.invalid-input2 label {
  padding-right: 25px;
  top: 33%;
}

.award-desc {
  text-align: right;
  padding-right: 100px;
}
.award-desc p {
  line-height: 25px;
}

.award-card {
  border-radius: 15px;
  overflow: hidden;
  margin: 1.5rem 0;
  background: white;
  position: relative;
  box-shadow: rgba(238, 10, 227, 0.39) 0px 5px 15px;
}
.gold-icon {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.gold-icon2 {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 500px) {
  .addon-tabs2 {
    margin-bottom: -7px !important;
  }
}
@media (max-width: 768px) {
  .gold-icon2,
  .gold-icon {
    width: 80px;
  }
  .award-img {
    width: 200px;
  }
  .award-desc h2 {
    text-align: center;
  }
}
.hero-translator {
  background-color: #58c5f0;
  color: #333333;
}
.hero-translator h1 {
  color: #000;
  font-size: 2.5rem;
}
.hero-translator p {
  font-size: 1.4rem;
  text-align: justify;
  padding-top: 20px;
}
.hero-translator-right {
  padding-bottom: 100px;
}
.translator-item-web {
  display: flex;
  justify-content: space-between;
  text-decoration: none !important;
  align-items: center;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
.translator-item-web-icon {
  color: #444;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .translator-item-web-icon {
    font-size: 20px;
  }
}
.translator-item-type {
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .translator-item-type {
    display: none;
  }
}
.translator-order-form {
  background-color: #58c5f0 !important;
}
.csl-item-web {
  cursor: pointer;
  margin-left: 20px;
}

/* @media (min-width: 500px) {

  } */

.csl-item-web:hover {
  color: #18d1d4 !important;
}
.csl-list-Item-icon {
  justify-content: flex-end;
}
.csl-list-Item-icon a {
  color: #333;
  text-decoration: none !important;
}
.csl-modal .modal-dialog .modal-content {
  margin: auto !important;
}

@media (min-width: 500px) {
  .csl-modal {
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 0 !important;
  }
  .csl-modal .modal-dialog .modal-content {
    max-width: 900px !important;
    margin: auto !important;
  }
  .csl-modal .modal-dialog {
    max-width: none !important;
    text-align: center !important;
  }
}
.csl-download-Button {
  color: #444;
  font-size: 27px;
  transition: all 0.2s ease-in-out;
}
.csl-see-icon {
  padding-top: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 500px) {
  .csl-download-Button,
  .csl-see-icon {
    font-size: 25px;
  }
}
.csl-download-Button:hover {
  color: #18d1d4a9 !important;
}
.csl-see-icon:hover {
  transform: rotate(20deg);
}
.page404 {
  flex-direction: column;
}
@media (max-width: 500px) {
  .content-404 h1 {
    font-size: 25px !important;
  }
}
.content-404 img {
  max-width: 500px;
}
.pagination {
  padding-right: 0 !important;
}

.hero-about-right p {
  color: #333;
}
.about-img {
  width: 400px;
}
.about-us-items {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  min-height: 100vh;
  z-index: 2;
  gap: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-us-item-card {
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
}
.about-us-item-card h3 {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
}

.about-us-item-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.about-timeline-container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.about-timeline-container::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 0;
  width: 1300px;
  right: 0;
  height: 1px;
  background: #cecfd1;
  z-index: 1;
}
.about-timeline-year-boxes {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.about-timeline-year-box {
  background: #fff;
  border: 1px solid #e3e5e7;
  border-radius: 3px;
  padding: 7px 15px;
  text-align: center;
  width: 80px;
  font-weight: bold;
  position: relative;
  margin-inline: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.about-timeline-year-boxes:first-child
  > div:last-child
  .about-timeline-year-box {
  background-color: #ffc117;
  border-color: #ffc117;
}
.about-timeline-content {
  opacity: 0;
  transition: opacity 2s;
  background-color: #fff;
}

.about-timeline-content.activeC {
  width: 200px;

  opacity: 1;
}
.activeCfix {
  width: 200px;
  opacity: 1 !important;
}
.about-timeline-year-box:hover {
  border-color: #e3e5e7;
  background-color: #fafafa;
}
.about-timeline-box-parent {
  transition: margin 0.5s ease-out;
  padding-top: 50px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  height: fit-content;
}
.about-timeline-box-parent.active {
  margin-left: 60px;
}
.about-timeline-box-parent.active .about-timeline-year-box {
  background-color: #ffc117;
  border-color: #ffc117;
}
.about-circle-icon {
  padding-top: 6px;
  padding-left: 6px;
  font-size: 7px;
  color: #c17a01;
}
.about-timeline-content ul {
  margin: 0;
  padding-right: 7px;
}
.about-timeline-content ul li {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}
.about-timeline-parent {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.about-timeline-section {
  min-height: 70vh;
  position: relative;
}
.about-timeline-section h1 {
  padding: 20px 80px 40px 0;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .about-timeline-content ul {
    margin: 0;
    padding: 0;
    margin-block: 10px;
  }
  .about-timeline-year-boxes {
    flex-direction: column;
    justify-content: space-between;
  }

  .about-timeline-container::before {
    width: 2000px;
    right: -957px;
    transform: rotate(90deg);
  }

  .about-timeline-section h1 {
    padding: 30px;
    font-size: 30px;
  }
  .about-img {
    width: 300px;
  }
}
.about-us-download-banner {
  margin: auto;
  min-height: 70vh;
  max-width: 1000px;
  margin-block: 100px;
  border-radius: 20px;
}
.about-download-banner-img {
  border-radius: 20px;
}
.hero-about-download-banner-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 150px;
}
.about-download-btn-container {
  display: inline-block;
  padding: 12px 30px;
  background-color: #dfc4a9;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  text-align: center;
  text-decoration: none !important;
  margin-top: 30px;
}
.about-download-btn {
  text-decoration: none !important;
  color: #333 !important;
}
.about-download-btn-container:hover {
  background-color: #406b57;
  color: #fff !important;
}
.about-download-btn-container:hover .about-download-btn {
  color: #fff !important;
}
.resume-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 1000px;
  direction: rtl;
  font-family: "IRANSans", sans-serif;
}

.resume-card-title {
  text-align: center;
  margin-bottom: 60px !important;
  font-size: 1.8rem;
  color: #333;
}

.resume-alert {
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 18px;
  text-align: right;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #444;
}

.form-control,
.form-control-file {
  border-radius: 6px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
  border-color: #0062cc;
  box-shadow: 0 0 6px rgba(0, 98, 204, 0.2);
}

.job-desc {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #666;
  min-height: 50px;
  padding: 5px;
}

.text-error {
  color: #d9534f;
  font-size: 0.9rem;
  margin-top: 4px;
}

.btn-submit {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.2s;
}

.btn-submit:hover {
  background-color: #0056b3;
}

.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.text-error {
  color: red;
  font-size: 12px;
}
.hero-job-left img {
  width: 500px;
}
.new-csl-modal {
  opacity: 0.5;
}

.cite__myGridItem1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-inline: auto !important;
  margin-block: 100px;
  max-width: 1200px;
}

.feature-card {
  width: 220px;
  height: 260px;
  perspective: 1000px;
}
.feature-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.feature-card:hover .card-inner {
  transform: rotateY(180deg);
}
.feature-card .card-front,
.feature-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.feature-card .card-front {
  text-align: center;
  background-color: #efefef;
  border: 1px solid #666;
}
.feature-card .card-front .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.feature-card .card-front h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.feature-card .card-back {
  background: #fff;
  color: #333;
  transform: rotateY(180deg);
  border: 2px solid #0a736a;
}
.feature-card .card-back p {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}
.cite-Header {
  background-image: url("/citepic.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fee2be;
  background-position: center center;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cite-Header-content-btn {
  margin-top: 240px;
}
.cite-Header-btn {
  background-color: #193f54;
  color: #ffff;
  padding: 10px 15px;
  font-size: 16px;
}
.cite-Header-btn:hover {
  background-color: #193f54;
}
@media (max-width: 600px) {
  .cite-Header-content-btn {
    scale: 0.7;
    margin-top: 160px;
  }
}

.csl-select > div {
  box-shadow: none;
  border-color: #5555 !important;
  outline: none;
}
#dropdown-basic {
  box-shadow: none;
  border-color: none !important;
  outline: none;
}
.csl-row {
  cursor: pointer;
  transition: background-color 0.2s;
}

.csl-row:hover {
  background-color: #eef7ff;
}

.csl-row.selected {
  background-color: #cce8ff;
}
.search-csl-modal .modal-dialog {
  max-height: 90vh;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-csl-modal .modal-body::-webkit-scrollbar {
  display: none;
}

.csl-list-content {
  direction: ltr;
}
.ts-list {
  margin-block: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.ts-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 25px;
  text-align: center;
  position: relative;
  height: 400px;
}
.ts-profile-pic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid #607274;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ts-profile-pic img {
  width: 100%;
  height: 100%;
}
.ts-card h2 {
  margin: 15px 0 8px;
  font-size: 1.5em;
  color: #333;
}

.ts-card p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}
.ts-buttons {
  display: flex;
  position: absolute;
  transform: translateX(-50%);
  bottom: 3%;
  left: 50%;
  gap: 20px;
}

.ts-buttons a {
  text-decoration: none !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  transition: background 0.3s ease;
  font-size: 0.9em;
}
.ts-buttons a:hover {
  color: #fff !important;
}
.ts-buttons a.resume {
  background: #27374d;
}

.ts-controls {
  background-color: #27374d;
  border-radius: 20px;
}
.ts-tab-content .nav-link.active {
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      #27374d,
      rgba(52, 152, 219, 0)
    )
    1;
}
.ts-tab-content .nav-link.active:hover {
  border-image: linear-gradient(
      to right,
      rgba(52, 152, 219, 0),
      #27374d,
      rgba(52, 152, 219, 0)
    )
    1;
}
.ts-pagination .pagination .page-item .page-link {
  background-color: #526d82 !important;
  color: #fff !important;
}
.hero-workshop {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ws-card {
  border: none !important;
}
.organizational-workshop {
  display: inline;
}
.no-hover-btn {
  background-color: #48bd63;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.ds-dec {
  font-size: 16px !important;
}
