.setion-doctors {
  padding: 40px 0; }
  .setion-doctors .doctor {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    height: calc(100% - 24px);
    margin-bottom: 24px; }
    @media screen and (min-width: 1025px) {
      .setion-doctors .doctor:hover .content-detail {
        display: block; }
      .setion-doctors .doctor:hover .view-more {
        display: inline-block; } }
    .setion-doctors .doctor .doctor-image img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .setion-doctors .doctor .doctor-info {
      flex: 1;
      border: 1px solid #d9dbe9;
      padding: 20px 20px;
      border-bottom-left-radius: 18px;
      border-bottom-right-radius: 18px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .setion-doctors .doctor .doctor-info {
          padding-bottom: 70px; } }
      .setion-doctors .doctor .doctor-info .position {
        display: block;
        height: 40px;
        color: #000;
        max-width: 150px;
        margin: 0 auto; }
      .setion-doctors .doctor .doctor-info .name {
        font-family: "Montserrat Bold";
        font-size: 17px;
        color: #012f86;
        margin: 0;
        padding: 5px 0; }
      .setion-doctors .doctor .doctor-info .content {
        color: #6e7191;
        font-size: 14px; }
    .setion-doctors .doctor .content-detail {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(16, 16, 16, 0.8);
      border-radius: 18px;
      padding: 18px 15px 15px;
      color: #ffffff;
      font-size: 14px; }
      .setion-doctors .doctor .content-detail .box-content {
        max-height: 320px;
        overflow: auto; }
      .setion-doctors .doctor .content-detail h4 {
        font-size: 14px;
        color: #ffffff;
        font-family: "Montserrat Bold"; }
      .setion-doctors .doctor .content-detail ul {
        font-size: 14px;
        color: #ffffff; }
      .setion-doctors .doctor .content-detail p {
        font-size: 14px;
        color: #ffffff; }
    .setion-doctors .doctor .view-more {
      display: none;
      font-family: "Montserrat Bold";
      font-size: 15px;
      background: #81491e;
      padding: 7px 20px;
      border-radius: 100px;
      width: 65%;
      text-align: center;
      overflow: hidden;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 1024px) {
        .setion-doctors .doctor .view-more {
          display: inline-block;
          width: 50%; } }
      .setion-doctors .doctor .view-more:hover::before {
        -webkit-transform: translateX(200%) translateY(-25%) rotate(150deg);
        transform: translate3d(100%, 0); }
      .setion-doctors .doctor .view-more::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 490%;
        width: 150px;
        background: linear-gradient(90.03deg, #ab782b 0%, #ab782b 22.6%, #f1c86d 54.1%, #ac792b 79.94%, #ac792b 100%);
        -webkit-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        transform: translateX(-100%) translateY(-25%) rotate(150deg); }
      .setion-doctors .doctor .view-more span {
        color: #ffffff;
        position: relative; }
  .setion-doctors .doctor.featured-doctor {
    border: 2px solid #fcc814;
    box-shadow: 0 8px 24px rgba(252, 200, 20, 0.25);
    background: linear-gradient(135deg, #f5f9ff 0%, #fff 100%);
    position: relative;
    transition: all 0.3s ease; }
    .setion-doctors .doctor.featured-doctor:hover {
      box-shadow: 0 12px 32px rgba(252, 200, 20, 0.35);
      transform: translateY(-5px); }
    .setion-doctors .doctor.featured-doctor::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      animation: shine 3s infinite; }
    .setion-doctors .doctor.featured-doctor .doctor-info {
      border: none; }
@keyframes shine {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }

/*# sourceMappingURL=doctor.css.map */
