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

body::-webkit-scrollbar {
  width: 0.7rem !important; }

/* Track */
::-webkit-scrollbar-track {
  background: #eddada; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9c1f1f; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b93333; }

html {
  height: 100%; }

body {
  font-family: Vazirmatn;
  font-size: 14pt;
  background-color: #ffffff;
  color: #666666;
  height: 100%; }

.sitenavbar {
  background-color: #ffffff;
  color: #070707;
  backdrop-filter: blur(1.5rem);
  z-index: 1;
  position: relative; }
  .sitenavbar a {
    text-decoration: none;
    color: #070707; }
  .sitenavbar .logo img {
    width: 8.125rem; }
    @media (max-width: 576px) {
      .sitenavbar .logo img {
        width: 7.5rem; } }
  .sitenavbar .navbar-button-col {
    display: none; }
    @media (max-width: 576px) {
      .sitenavbar .navbar-button-col {
        display: block; } }
  .sitenavbar .navbar-button {
    border: none;
    box-shadow: none;
    padding-block: 0;
    margin: 0; }
    .sitenavbar .navbar-button i {
      font-size: 2rem; }
    .sitenavbar .navbar-button:hover {
      background-color: transparent; }
  .sitenavbar .navbars .navbar {
    padding-block-end: 0;
    display: flex;
    gap: 0.625rem;
    width: 100%;
    width: -webkit-fill-available; }
    .sitenavbar .navbars .navbar .navbar-collapse {
      align-items: flex-end; }
      .sitenavbar .navbars .navbar .navbar-collapse.show {
        display: flex !important;
        align-items: center; }
      @media (max-width: 576px) {
        .sitenavbar .navbars .navbar .navbar-collapse {
          display: none; } }
    @media (min-width: 576px) {
      .sitenavbar .navbars .navbar {
        flex-wrap: nowrap;
        justify-content: flex-start; }
        .sitenavbar .navbars .navbar nav {
          flex-direction: row; } }
    .sitenavbar .navbars .navbar .nav-item {
      border-block-end: 0.125rem solid transparent;
      transition: ease-in-out 300ms;
      --arrow-down-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23070707' d='M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z'/%3E%3C/svg%3E%0A");
      background-color: transparent;
      text-align: center;
      border-bottom: 0.25rem solid transparent;
      padding-block: 0.5rem;
      background-size: 0.6rem;
      margin-block-end: 0; }
      .sitenavbar .navbars .navbar .nav-item:hover {
        border-bottom: 0.25rem solid #FF000C;
        border-image: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%) 1;
        background-color: transparent;
        color: #FF000C; }
    .sitenavbar .navbars .navbar .dropdown {
      padding: 0.25rem;
      padding-block-end: 0.5rem;
      width: auto;
      backdrop-filter: blur(1rem);
      background-color: #ffffffee; }
      .sitenavbar .navbars .navbar .dropdown li {
        background-color: transparent;
        width: 100%; }
      .sitenavbar .navbars .navbar .dropdown a {
        display: block;
        width: 100%;
        border-block-end: 0.125rem solid transparent;
        transition: ease-in-out 300ms;
        --arrow-down-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23070707' d='M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z'/%3E%3C/svg%3E%0A");
        background-color: transparent;
        text-align: start;
        border-bottom: 0.25rem solid transparent;
        background-size: 0.6rem; }
        .sitenavbar .navbars .navbar .dropdown a:hover {
          border-bottom: 0.25rem solid #FF000C;
          border-image: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%) 1;
          background-color: transparent;
          color: #FF000C; }

.sitebody {
  z-index: 0;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 3px 5px; }
  .sitebody section,
  .sitebody section .row {
    overflow: hidden; }
  .sitebody section {
    width: 100%; }

footer {
  z-index: -1;
  width: 100%;
  display: flex;
  background-color: #070707;
  color: #FFFFFF;
  align-items: flex-end; }
  footer .footer-inner {
    padding: 0.5rem;
    padding-block: 1rem;
    width: 100%;
    font-size: 1.125rem; }
    footer .footer-inner h1 {
      font-size: 1.5rem;
      border-bottom: 3px solid var(--high-color);
      width: fit-content; }
    footer .footer-inner .col-3 {
      display: flex;
      flex-direction: column;
      align-items: start;
      padding-inline: 2rem; }
      footer .footer-inner .col-3:not(:last-child) {
        border-inline-end: 0.125rem solid #757575; }
      @media (max-width: 768px) {
        footer .footer-inner .col-3 {
          padding-block: 1rem; }
          footer .footer-inner .col-3:not(:last-child) {
            border-inline-end: none;
            border-block-end: 0.125rem solid #757575; } }
    footer .footer-inner .copyright {
      font-size: 0.9rem; }
  footer i {
    font-size: 1.125rem;
    margin-inline-end: 0.3em; }
  footer .social img {
    width: 1.1rem;
    height: 1.1rem;
    margin-inline-end: 0.3em;
    margin-block-end: 0.125em; }
  footer .social a {
    color: #ffffff;
    text-decoration: none;
    transition: ease-in-out 300ms; }
    footer .social a:hover {
      color: #ffffff;
      text-decoration: none; }
  footer .col-list ul {
    list-style: square url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z'/%3E%3C/svg%3E"); }
  footer .col-list a {
    color: #ffffff;
    text-decoration: none;
    transition: ease-in-out 300ms; }
    footer .col-list a:hover {
      margin-inline-start: 0.5rem;
      color: #FFAFAF;
      text-decoration: none; }

.container {
  width: 90%; }

@media (max-width: 992px) {
  .container {
    width: 85%; } }

@media (max-width: 768px) {
  .topbar {
    text-align: center; }
  .topbar .social {
    margin-block-start: 0.125rem;
    justify-content: center; }
  .container {
    width: 95%; } }

h1, h2, h3 {
  color: #070707; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1.0625rem; }

.not-found {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/Data/ShamsLift/Images/404.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .not-found h1 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 0.5rem #333; }

.landing .carousel {
  width: 100%;
  height: 25rem; }
  .landing .carousel .carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .landing .carousel .topic {
    min-width: 18rem;
    min-height: 9rem;
    padding: 1.5rem;
    border-radius: 2.5rem 0px 2.5rem 0px;
    background: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%);
    backdrop-filter: blur(1.5rem);
    box-shadow: 0 0 0.5rem 0 #07070740;
    color: #ffffff;
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: slideInUp;
    max-width: calc(100% - 3.5rem); }
    @media (max-width: 1024px) {
      .landing .carousel .topic {
        bottom: 3.5rem; } }
    .landing .carousel .topic h2 {
      color: #ffffff; }
  .landing .carousel arrows {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: .5em;
    display: flex;
    justify-content: center;
    direction: ltr; }
    .landing .carousel arrows button {
      display: flex;
      padding: 8px;
      justify-content: center;
      align-items: center;
      opacity: 0.64;
      background-color: #FFF;
      box-shadow: 0 0 0.75rem 0 rgba(88, 0, 0, 0.25);
      border-radius: 0;
      position: relative;
      height: 2.5rem;
      width: 2.5rem; }
      .landing .carousel arrows button .carousel-previous {
        left: auto; }
      .landing .carousel arrows button .carousel-next {
        right: auto; }
  .landing .carousel indicators {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .landing .carousel indicators .carousel-indicators {
      display: flex;
      padding: 0.25rem;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      position: relative;
      justify-content: flex-end;
      bottom: auto;
      left: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: 2rem;
      backdrop-filter: blur(0.75rem);
      background-color: rgba(255, 255, 255, 0.24);
      margin: 0.5rem; }
      .landing .carousel indicators .carousel-indicators .indicator-item {
        width: 1rem;
        height: 1rem;
        margin: auto;
        background-color: #fff;
        filter: drop-shadow(0px 0px 0.75rem rgba(88, 0, 0, 0.25)); }
        .landing .carousel indicators .carousel-indicators .indicator-item.active {
          border-radius: 1rem;
          height: 2rem;
          background-color: #580000;
          filter: drop-shadow(0px 0px 0.75rem rgba(88, 0, 0, 0.25)); }

.landing.links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 90%;
  margin-block: 1rem;
  padding-block: 1rem; }
  .landing.links .link-item {
    flex-grow: 1;
    width: 30%;
    padding-inline: 1rem;
    border-inline-end: 0.125rem solid #EDEDED;
    margin-block-end: 1rem; }
    .landing.links .link-item:before {
      content: "";
      width: 150%;
      border-block-end: 0.125rem solid #EDEDED;
      position: relative;
      display: block;
      bottom: 0.75rem; }
    @media (min-width: 1200px) {
      .landing.links .link-item:nth-child(3n) {
        border-inline-end: none; }
      .landing.links .link-item:nth-child(1):before, .landing.links .link-item:nth-child(2):before, .landing.links .link-item:nth-child(3):before {
        border-block-end: none; } }
    @media (max-width: 1200px) {
      .landing.links .link-item {
        width: 45%; }
        .landing.links .link-item:nth-child(2n) {
          border-inline-end: none; }
        .landing.links .link-item:nth-child(1):before, .landing.links .link-item:nth-child(2):before {
          border-block-end: none; } }
    .landing.links .link-item a {
      text-decoration: none;
      color: #757575;
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
      transition: ease-in-out 300ms; }
      @media (max-width: 768px) {
        .landing.links .link-item a {
          flex-direction: column;
          align-items: center; } }
      .landing.links .link-item a:hover {
        filter: grayscale(1); }
      .landing.links .link-item a p {
        font-size: 0.875rem; }

.landing .landing-grid {
  margin-block-end: 1rem; }
  .landing .landing-grid .category-item {
    border: 0.0625rem solid #CBCBCB;
    width: auto;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    border-radius: 3rem;
    margin-block: 1rem; }
    .landing .landing-grid .category-item .active {
      background: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%);
      padding: 0.5rem 1rem;
      box-shadow: 0 0 0.75rem 0 #58000040;
      color: #ffffff !important; }
      .landing .landing-grid .category-item .active:hover {
        color: #ffffff; }
    .landing .landing-grid .category-item button {
      border-radius: 3rem;
      border: none;
      color: unset; }
      .landing .landing-grid .category-item button:focus, .landing .landing-grid .category-item button:hover {
        background-color: transparent;
        color: #070707;
        box-shadow: none; }
  .landing .landing-grid .items {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.25fr 0.25fr 0.25fr;
    gap: 1rem;
    grid-template-areas: "area-1 area-2 area-2 area-3 area-4" "area-1 area-2 area-2 area-3 area-4" "area-5 area-5 area-6 area-6 area-4" "area-5 area-5 area-6 area-6 area-4" "area-5 area-5 area-6 area-6 area-7"; }
    @media (max-width: 576px) {
      .landing .landing-grid .items {
        display: flex;
        flex-wrap: wrap;
        height: auto; }
        .landing .landing-grid .items .item {
          width: 100%;
          font-size: 0.8rem; } }
    .landing .landing-grid .items .item {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem; }
      @media (max-width: 992px) {
        .landing .landing-grid .items .item {
          font-size: 0.9rem; } }
      .landing .landing-grid .items .item:nth-child(1 of :not(.d-none)) {
        grid-area: area-1; }
      .landing .landing-grid .items .item:nth-child(2 of :not(.d-none)) {
        grid-area: area-2; }
      .landing .landing-grid .items .item:nth-child(3 of :not(.d-none)) {
        grid-area: area-3; }
      .landing .landing-grid .items .item:nth-child(4 of :not(.d-none)) {
        grid-area: area-4; }
      .landing .landing-grid .items .item:nth-child(5 of :not(.d-none)) {
        grid-area: area-5; }
      .landing .landing-grid .items .item:nth-child(6 of :not(.d-none)) {
        grid-area: area-6; }
      .landing .landing-grid .items .item:nth-child(7 of :not(.d-none)) {
        grid-area: area-7; }
      .landing .landing-grid .items .item .detail {
        display: flex;
        opacity: 0;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 1rem 0.5rem;
        gap: 0.75rem;
        background: linear-gradient(308.03deg, rgba(255, 0, 12, 0.5) 14.06%, rgba(88, 0, 0, 0.5) 85.43%);
        backdrop-filter: blur(1.5rem) opacity(0.9);
        color: #FFFFFF;
        transition: ease-in-out 300ms; }
      .landing .landing-grid .items .item:hover .detail {
        opacity: 1; }

.landing.trade .trade-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-block: 1rem; }
  .landing.trade .trade-items .trade-item {
    background-image: url("/Data/ShamsLift/Images/Landing/Rec90.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 17rem;
    justify-content: center;
    align-items: center; }
    .landing.trade .trade-items .trade-item:not(:first-child) {
      margin-inline-start: -3rem; }
    .landing.trade .trade-items .trade-item img {
      width: 8.125rem; }
    @media (max-width: 992px) {
      .landing.trade .trade-items .trade-item {
        font-size: 0.7em; }
        .landing.trade .trade-items .trade-item img {
          width: 6rem; }
        .landing.trade .trade-items .trade-item:not(:first-child) {
          margin-inline-start: -2rem; } }
  @media (max-width: 768px) {
    .landing.trade .trade-items {
      flex-wrap: wrap; }
      .landing.trade .trade-items .trade-item {
        font-size: 1em; }
        .landing.trade .trade-items .trade-item img {
          width: 8.125rem; }
        .landing.trade .trade-items .trade-item:nth-child(2), .landing.trade .trade-items .trade-item:nth-child(4) {
          margin-inline-start: -3rem; }
        .landing.trade .trade-items .trade-item:nth-child(1), .landing.trade .trade-items .trade-item:nth-child(3) {
          margin-inline-start: 0; }
        .landing.trade .trade-items .trade-item:nth-child(3), .landing.trade .trade-items .trade-item:nth-child(4) {
          margin-block-start: -3rem; } }
  @media (max-width: 576px) {
    .landing.trade .trade-items .trade-item {
      width: 12rem;
      height: 12rem;
      font-size: 0.6em; }
      .landing.trade .trade-items .trade-item h3 {
        font-size: 1.2em; }
      .landing.trade .trade-items .trade-item img {
        width: 5rem; } }
  @media (max-width: 354px) {
    .landing.trade .trade-items .trade-item {
      width: 10rem;
      height: 10rem;
      font-size: 0.6em; }
      .landing.trade .trade-items .trade-item h3 {
        font-size: 1.2em; }
      .landing.trade .trade-items .trade-item img {
        width: 4rem; }
      .landing.trade .trade-items .trade-item:nth-child(2), .landing.trade .trade-items .trade-item:nth-child(4) {
        margin-inline-start: -1.5rem; }
      .landing.trade .trade-items .trade-item:nth-child(1), .landing.trade .trade-items .trade-item:nth-child(3) {
        margin-inline-start: 0; }
      .landing.trade .trade-items .trade-item:nth-child(3), .landing.trade .trade-items .trade-item:nth-child(4) {
        margin-block-start: -1.5rem; } }
.landing.counter {
  background-color: #F9F9F9;
  padding-block: 1rem;
  text-align: center; }
  @media (max-width: 576px) {
    .landing.counter .col {
      flex: 1 0 30%; } }
  .landing.counter .counter-number {
    background: linear-gradient(180deg, #580000 0%, #FF000C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: bold;
    direction: ltr; }

.landing .customers-col {
  display: flex;
  justify-content: center;
  margin-block-end: 1rem; }
  .landing .customers-col .customers .slicker-item {
    width: 10rem;
    height: 10rem;
    padding: 0.5rem;
    margin-bottom: 1rem; }
    .landing .customers-col .customers .slicker-item img {
      border: 0.0675rem solid #070707;
      padding: 1rem;
      height: 100%;
      width: auto; }
  .landing .customers-col .customers .slicker-indicators .indicator-item {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: transparent;
    box-shadow: 0 0 0.75rem 0 #58000040; }
    .landing .customers-col .customers .slicker-indicators .indicator-item.active {
      width: 2rem;
      background-color: #580000; }

.about-page.title {
  background-image: url("/Data/ShamsLift/Images/AboutTitle.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding-inline: 5rem;
  padding-block-start: 11%;
  margin-block-end: 1rem; }
  .about-page.title .caption {
    width: 8rem;
    height: 8rem;
    background-color: #fff;
    transform: rotate(45deg); }
    .about-page.title .caption div {
      transform: rotate(-45deg);
      background-image: url("/Data/ShamsLift/Images/Landing/Rec90.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .about-page.title .caption p {
      background: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.5rem;
      font-weight: bold; }
  @media (max-width: 1200px) {
    .about-page.title {
      padding-block-start: 10%; } }
  @media (max-width: 992px) {
    .about-page.title {
      padding-block-start: 9%; } }
  @media (max-width: 768px) {
    .about-page.title {
      padding-block-start: 8%; } }
  @media (max-width: 576px) {
    .about-page.title {
      padding-inline: 3rem;
      padding-block-start: 7%; }
      .about-page.title .caption {
        width: 6rem;
        height: 6rem; }
        .about-page.title .caption p {
          font-size: 1rem; } }
.about-page .about-round {
  border-start-end-radius: 20%;
  border-end-start-radius: 20%; }

.contact-us {
  background-image: url("/Data/ShamsLift/Images/ContactUsMap.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  height: 100vh; }
  @media (max-width: 768px) {
    .contact-us {
      background-position-x: 80%; } }
  @media (max-width: 576px) {
    .contact-us {
      background-position-y: 29rem;
      height: 65rem;
      background-size: auto;
      background-repeat: repeat-y;
      background-position-x: -58rem; } }
  .contact-us .information {
    margin: 1rem;
    max-width: 32rem;
    padding: 1rem 1.5rem;
    border-radius: 3rem 0 3rem 0;
    background: #FFFFFF;
    box-shadow: 0 0 0.75rem 0 #58000040; }
    @media (max-width: 992px) {
      .contact-us .information {
        max-width: 22rem;
        font-size: 0.9rem; } }
    @media (max-width: 576px) {
      .contact-us .information {
        max-width: 100%; } }
    .contact-us .information .info-row {
      display: flex;
      align-items: flex-start;
      margin-block-end: 0.5rem; }
      .contact-us .information .info-row .icon {
        background-image: url("/Data/ShamsLift/Images/Rec90Bold.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-inline-end: 0.75rem;
        padding: 1rem; }
        .contact-us .information .info-row .icon img {
          width: 0.9rem;
          height: 0.9rem; }
        .contact-us .information .info-row .icon i {
          background: linear-gradient(308.03deg, #FF000C 14.06%, #580000 85.43%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 0.95rem; }
      .contact-us .information .info-row .text {
        width: 100%;
        width: -webkit-fill-available; }
        .contact-us .information .info-row .text a {
          color: unset; }

.page-section1 .consultant-col {
  background-image: url("/Data/ShamsLift/Images/Pages/Consultant-p.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw; }
  @media (max-width: 768px) {
    .page-section1 .consultant-col {
      background-image: url("/Data/ShamsLift/Images/Pages/Consultant-l.jpg"); } }
.page-section1 .pm-col {
  background-image: url("/Data/ShamsLift/Images/Pages/pm-p.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw; }
  @media (max-width: 768px) {
    .page-section1 .pm-col {
      background-image: url("/Data/ShamsLift/Images/Pages/pm-l.jpg"); } }
.page-section1 .sales-col {
  background-image: url("/Data/ShamsLift/Images/Pages/Sales-p.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw; }
  @media (max-width: 768px) {
    .page-section1 .sales-col {
      background-image: url("/Data/ShamsLift/Images/Pages/Sales-l.jpg"); } }
.page-section1 .design-col {
  background-image: url("/Data/ShamsLift/Images/Pages/Design-p.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw; }
  @media (max-width: 768px) {
    .page-section1 .design-col {
      background-image: url("/Data/ShamsLift/Images/Pages/Design-l.jpg"); } }
.page-section1 .elevator-col {
  background-image: url("/Data/ShamsLift/Images/Pages/elevator-p.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vw; }
  @media (max-width: 768px) {
    .page-section1 .elevator-col {
      background-image: url("/Data/ShamsLift/Images/Pages/elevator-l.jpg"); } }
.edu-content {
  margin-block-end: 2rem; }
  .edu-content h2 {
    margin-block-start: 1rem; }
  .edu-content h3, .edu-content a {
    text-decoration: none;
    color: #9c1f1f;
    padding: 0.5rem; }
    .edu-content h3:hover, .edu-content a:hover {
      text-decoration: none;
      background: #9c1f1f;
      color: #fff; }
      .edu-content h3:hover a, .edu-content a:hover a {
        color: #fff; }
  .edu-content h3 {
    border: 1px solid #666666;
    border-radius: 0.5rem; }

.edu-detail-head {
  margin-block: 1rem;
  padding-block: 0.5rem;
  border-block: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .edu-detail-head h1 {
    font-size: 1.2rem;
    width: auto; }
  .edu-detail-head a {
    border: 1px solid #666666;
    border-radius: 0.5rem;
    color: #9c1f1f;
    padding: 0.5rem;
    display: inline-block;
    margin-block-end: 0.5rem; }
    .edu-detail-head a:hover {
      text-decoration: none;
      background: #9c1f1f;
      color: #fff; }
    .edu-detail-head a.back {
      background: #e48787;
      color: #333; }

.edu-detail {
  margin-block-end: 1rem; }

.useful-links {
  padding-block: 2rem; }
  .useful-links ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 1rem;
    flex-wrap: wrap; }
    .useful-links ul li {
      border: 1px solid #999;
      padding: 0.5rem;
      border-radius: 0.5rem;
      color: #333; }
      .useful-links ul li:hover {
        color: #fff;
        background: #b93333; }
      .useful-links ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        gap: 1rem;
        color: inherit; }
      .useful-links ul li img {
        width: 5rem;
        height: 5rem; }
