html {
    font-size: 14px;
    background: linear-gradient(to bottom right, #415A77, #0D1B2A);
  }

div, main, ol, pre, span, ul {
    scrollbar-width: thin;
    scrollbar-color: #26272F;
    /*scrollbar-color: var(#26272F;) transparent;*/
}
  
  a {
      color: #74B09A;
      text-decoration: none;
  }
  
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  }
  
  html, body {
      margin: 0;
      padding: 0;
      color: #fff;
      min-height: 100%;
  }
  
  body {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 1.67;
    -webkit-font-smoothing: antialiased;
    display: flex;
      flex-direction: column;
      background-color: transparent;
      min-height: 100vh;
  }
  
  main {
      flex-grow: 1; /* This will make the main content area grow to fill the available space */
  }

  .list-group-item-custom {

    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    /*border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid hsl(184.29deg 5.79% 52.55%);
    border-left: 0px;*/

}

  .text-custom-muted{
      color: hsl(229.41deg 7.91% 42.16%);
  }

  .text-custom-grey{
      color: hsl(0deg 0% 96.08%);
  }

  .text-custom-grey-sub{
      color: hsl(233.68deg 14.73% 74.71%);
  }
  
  .text-signature {
      color: hsl(158deg 27.52% 57.25%);
  }

  .text-custom-secondary {
      color: hsl(184.29deg 5.79% 52.55%);
  }

  .text-custom-primary {
      color: hsl(210deg 29.03% 24.31%);
  }
  
  .render-body {
      font-size: 15px;
      color: #fff;
      font-weight: 500;
      line-height: 1.6;
      position: relative;
      background-size: cover;
      background-position: 50%;
      height: 100%;
      width: 100%;
      background-color: #323232;
  }
  
  .home-color-block {
      position: fixed;
      height: 200%;
      width: 100%;
      transform: rotate(-15deg);
      left: -83%;
      top: -50%;
      background-color: #74B09A;
  }
  
  .panel-list {
      overflow: hidden;
  }
  
  .panel-tab--selected {
      display: block;
  }
  
  .panel-tab--hidden {
      display: none;
      
  }
  
  .home-details {
      font-size: 51px;
      line-height: 62px;
      font-weight: 700;
      margin: 18px 0 10px;
      position: relative;
      padding-left: 70px;
  }
  
  .home-details p {
      margin: 15px 0 28px;
      font-size: 16px;
      line-height: 35px;
      font-weight: normal;
      display: -webkit-box;
    -webkit-line-clamp: 3; /* Adjust to the desired number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  
  .home-details>div {
      max-width: 550px;
      margin: 0 auto;
  }
  
  .open-sans-font {
      font-family: Open Sans,sans-serif;
  }
  
  .home-details h1 span {
      color: #fff;
      display: block;
  }
  
  .render-buttons-ani {
      overflow: hidden;
      display: inline-block;
      line-height: 1.4;
      border-radius: 35px;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center;
      cursor: pointer;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      transition: all .25s ease-in-out;
      text-transform: uppercase;
      text-decoration: none!important;
      position: relative;
      z-index: 1;
      padding: 16px 70px 16px 35px;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      background-color: transparent;
      outline: none!important;
      cursor: pointer!important;
      border: 1px solid #74B09A;
  }
  
  .render-buttons-ani:before {
      z-index: -1;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: translateX(100%);
      transition: all .3s ease-out;
      background-color: #74B09A;
  }
  
  .render-buttons-ani:hover:before{
      transform: translateX(0)
  }
  
  .render-button-icon {
      position: absolute;
      right: -1px;
      top: -1px;
      bottom: 0;
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 19px;
      color: #fff;
      border-radius: 50%;
      background-color: #74B09A;
  }
  
  .render-buttons-ani .button-text {
      position: relative;
      z-index: 2;
      color: #fff;
      transition: all .3s ease-out
  }
  
  .render-buttons-ani:hover .button-text {
      color: #fff
  }
  
  .header {
      position: fixed;
      right: 30px;
      z-index: 3;
      display: flex;
      align-items: center;
      top: 40%;
      opacity: 1;
      transition: opacity .3s;
      -webkit-transition: opacity .3s;
      transform: translateY(-50%);
      z-index: 2;
  }
  
  .header ul.icon-menu {
      margin: 0;
      padding: 0;
  }
  
  .header ul.icon-menu li.icon-box {
      width: 50px;
      height: 50px;
      list-style: none;
      position: relative;
      display: flex;
      align-items: center;
      transition: .3s;
      margin: 20px 0;
      border-radius: 50%;
      background: #2b2a2a;
      cursor: pointer;
      
  }

  .header ul.icon-menu li.icon-box-custom {
      width: 50px;
      height: 50px;
      list-style: none;
      position: relative;
      display: flex;
      align-items: center;
      transition: .3s;
      margin: 20px 0;
      border-radius: 50%;
      background: hsl(215.75deg 98.36% 52.16%);
      cursor: pointer;
      
  }
  
  .header ul.icon-menu li.icon-box:focus, .header ul.icon-menu li.icon-box-custom:focus ,.header ul.icon-menu li.icon-box:hover, .header ul.icon-menu li.icon-box-custom:hover, .portfolio-tab-list li:focus,.portfolio-tab-list li:hover {
      border: none;
      outline: none
  }
  
  .header ul.icon-menu li.icon-box i, .header ul.icon-menu li.icon-box-custom i {
      color: #ddd;
      font-size: 19px;
      transition: .3s
  }
  
  .header .icon-box h2, .header .icon-box-custom h2 {
      font-size: 15px
  }
  
  .header .icon-box i.fa, .header .icon-box-custom i.fa {
      position: absolute;
      pointer-events: none
  }
  
  .header .icon-menu i {
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      text-align: center;
      font-size: 35px;
      top: 15px
  }
  
  .header .icon-box h2, .header .icon-box-custom h2 {
      background-color: #74B09A;
  }
  
  .header .icon-box:hover h2, .header .icon-box-custom:hover h2 {
      opacity: 1;
      right: 27px;
      margin: 0;
      text-align: center;
      border-radius: 30px 0 0 30px;
  }
  
  
  .header .icon-box h2, .header .icon-box-custom h2 {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      color: #fff;
      line-height: 50px;
      font-weight: 500;
      transition: all .3s;
      border-radius: 30px;
      text-transform: uppercase;
      padding: 0 25px 0 30px;
      height: 50px;
      margin: 0;
  }
  
  .header ul.icon-menu li.icon-box.tab--selected, .header ul.icon-menu li.icon-box-custom.tab--selected {
      background-color: #74B09A !important;
  }
  
  .header .icon-box h2, .header .icon-box-custom h2 {
      font-size: 15px;
  }
  
  /*.header ul.icon-menu li.icon-box.tab--selected, .header ul.icon-menu li.icon-box.tab--selected i, .header ul.icon-menu li.icon-box:hover, .header ul.icon-menu li.icon-box:hover i {
      color: #fff;
  }*/
  
  .header ul.icon-menu li.icon-box:hover, .header ul.icon-menu li.icon-box-custom:hover {
      background-color: #74B09A;
  }
  
  .title-section {
      margin: 0 auto;
      width: 100%;
      position: relative;
      padding: 80px 0 40px;
  }
  
  .title-section h1 {
      font-size: 56px;
      font-weight: 900!important;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
  }
  
  .title-section h1 span{
      color: #74B09A;
  }
  
  .title-section h1 span {
      color: #74B09A;
  }
  
  .title-bg {
      font-size: 110px;
      left: 0;
      letter-spacing: 10px;
      line-height: .7;
      position: absolute;
      right: 0;
      top: 50%;
      text-transform: uppercase;
      font-weight: 800;
      transform: translateY(-50%);
      color: hsla(0,0%,100%,.07);
  }
  
  .custom-title {
      padding-bottom: 22px;
      font-size: 26px;
  }
  
  .ft-wt-600 {
      font-weight: 600;
  }
  
  .about-list {
      display: flex;
      flex-wrap: wrap;
  }
  
  .about-list li {
      flex: 0 0 50%;
      max-width: 50%;
  }
  
  .about-list li:not(:last-child), .main-content {
      padding-bottom: 20px;
  }
  
  .about-list .title {
      opacity: .8;
      text-transform: capitalize;
  }
  
  .about-list .value {
      font-weight: 600;
  }
  
  hr {
      margin: 1rem 0;
      color: inherit;
      border: 0;
      border-top: 1px solid;
      opacity: .25;
  }
  
  hr.separator {
      border-top: 1px solid #98A6A2;
      margin: 70px auto 55px;
      max-width: 40%;
  }
  
  .resume-box ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  .resume-box li {
      position: relative;
      padding: 0 20px 0 60px;
      margin: 0 0 50px;
  }
  
  .resume-box .icon {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      right: 0;
      line-height: 40px;
      text-align: center;
      z-index: 1;
      border-radius: 50%;
      color: #fff;
      background-color: #252525;
  }
  
  .resume-box .icon {
      background-color: #74B09A;
  }
  
  .resume-box .time {
      color: #fff;
      font-size: 12px;
      padding: 1px 10px;
      display: inline-block;
      margin-bottom: 12px;
      border-radius: 20px;
      font-weight: 600;
      background-color: #252525;
      opacity: .8;
  }
  
  .resume-box p {
      margin: 0;
      color: #eee;
      font-size: 14px;
  }
  
  .resume-box h5 {
      font-size: 18px;
      margin: 7px 0 10px;
  }
  
  .resume-box .place {
      opacity: .8;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      padding-left: 26px;
  }
  
  ul.social {
      margin-left: -5px;
      padding-top: 15px!important;
  }
  
  ul.social li {
      display: inline-block;
  }
  
  ul.social li a {
      display: inline-block;
      height: 40px;
      width: 40px;
      line-height: 42px;
      text-align: center;
      color: #fff;
      transition: .3s;
      font-size: 17px;
      margin: 0 6px;
      background: #2b2a2a;
      border-radius: 50%;
  }
  
  .contactform textarea {
      border: 1px solid #111;
      background: #252525;
      color: #fff;
      width: 100%;
      padding: 12px 26px;
      height: 120px;
      overflow: hidden;
      border-radius: 15px;
      outline: none!important;
      transition: .3s;
      
  }

  textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
    font-size: 16px;
}
  
  .contactform .form-message {
      margin: 24px 0
  }
  
  .contactform {
      padding-left: 30px
  }
  
  .contactform input[type=email],.contactform input[type=text] {
      border: 1px solid #111;
      width: 100%;
      background: #252525;
      color: #fff;
      padding: 11px 26px;
      border-radius: 30px;
      outline: none!important;
      transition: .3s
  }
  
  .contactform .form-group {
      margin-bottom: 30px;
  }
  
  .custom-span-contact i {
      left: 0;
      top: 0;
      font-size: 33px;
      color: #74B09A;
  }
  
  
  .custom-span-contact span {
      text-transform: uppercase;
      opacity: .8;
      font-weight: 400;
      padding-bottom: 0;
      margin-left: 70px;
  }
  
  
  .custom-span-contact a {
      color: #fff;
      text-decoration: none;
      cursor: pointer!important;
      margin-left: 70px;
  }
  
  ul.social li a:hover {
      background-color: #74B09A;
  }
  
  .special-list {
      width: 100%;
      white-space: normal;
      word-wrap: break-word;
      padding-right: 5px;
  }
  
  
  .profile-photo-profolio {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
      height: calc(100vh - 200px);
      z-index: 20;
      border-radius: 30px;
      /*left: 40px;
      top: 40px;*/
      box-shadow: 0 0 7px rgba(0,0,0,.9);
      margin: 50px 0 0 50px;
      position: relative;
  }
  
  .btn-site-color {
      background-color: #74B09A !important;
      color: #fff !important;
      border: none !important;
  }

  .btn-outline-primary.custom-btn {
    color: #74B09A;
    border-color: #74B09A;
}

.btn-outline-primary.custom-btn:hover {
    color: white;
    background-color: #74B09A;
    border-color: #74B09A;
}

.btn-outline-primary.custom-btn:disabled,
.btn-outline-primary.custom-btn[disabled] {
    color: #74B09A;
    background-color: transparent;
    border-color: #74B09A;
    opacity: 0.65; /* Optional: Keeps the disabled appearance */
}

  .btn-site-color-gradient {
    background: linear-gradient(135deg, #74B09A 0%, #5A8F7D 100%) !important;
    color: #fff !important;
    border: none !important;
}

  .btn-site-color-secondary {
    background-color: #98A6A2 !important;
    color: #fff !important;
    border: none !important;
}

.btn-site-color-third {
    background-color: #1C2C40 !important;
    color: #fff !important;
    border: none !important;
}

  .reader-container {
    background-color: color(srgb 0.17 0.16 0.16 / 0.7) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
  }

  .reader-bckg-container {
      background-image: url("../images/readerbackground.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
    position: relative;
  }

  .overlay {
      background-color: color(srgb 0.17 0.16 0.16 / 0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; /* Ensure the overlay is on top of the background but below content */
    pointer-events: none;
  }

.tarot-card-start-display{
    height: 25rem;
}

.readerdisplay-internal-container{
    max-height: 950px;
}

.radio-input {
    display: none;
}

.radio-label .img-select {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.radio-input:checked + .radio-label .img-select {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #74B09A;
}

.radio-label .card {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.radio-input:checked + .radio-label .card {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #74B09A;
}

.card-img-top {
    height: 80px;
    object-fit:contain;
}

.reading-option {
    background-color: #252525 !important;
    color: #fff !important;
    height: 160px;
}

.tarot-reader-main-container {
    max-height: 1200px;
}

.dashboard-reader-view {
    height: 600px;
}

#carouselContainer-card{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-primary-custom{
    /*background-color: color(srgb 0.17 0.16 0.16 / 0.7);*/
    background-color: hsl(215.31deg 18.75% 18.69% / 70%);
}

.bg-slate-grey{
    /*background-color: hsl(196.36deg 9.4% 45.88%);*/
    background-color: hsl(196.36deg 14.17% 55.22%);
}

.bg-ligt-sage {
    background-color: hsl(155, 21%, 87%);
}

.bg-golden-yellow {
    background-color: hsl(45, 100%, 56%);
}

.bg-coral-red {
    background-color: hsl(6, 100%, 67%);
}

.bg-modal {
    background-color: color(srgb 0.17 0.16 0.16) !important;
}

.btn-close-white {
    color: white;
    opacity: 1; /* Ensure the icon is fully visible */
}

.toast-notification {
    z-index: 2000;
    top: 5%;
}

.bg-gradient-success {
    background-image: linear-gradient(310deg,#17ad37,#98ec2d);
    color: #fff !important;
}

.bg-gradient-danger {
    background-image: linear-gradient(310deg,#ea0606,#ff667c);
    color: #fff !important;
}

.bg-offwhite{
    background-color: hsl(220deg 15.79% 96.27%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #74B09A;
    color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
    color: #74B09A;
}

.nav-link:hover{
    color: #fff;
    background-color: #74B09A;
}

.celticcross-layout {
    min-height: 450px;
}

#carouselContainer {
    height: 398px;
    overflow-x: auto;
}

.card-glow-effect {
    box-shadow: 0px 0px 10px 10px rgba(89, 67, 88, 1.0);
    border: 5px solid #B185AD;
}

.card-img-shadow {
   box-shadow: 0 4px 6px hsl(0deg 0% 0%);
}

#view-readingdetail {
    z-index: 1060; /* Higher than the default 1050 for Bootstrap modals */
}

#view-card-details {
    z-index: 1060; /* Higher than the default 1050 for Bootstrap modals */
}

  
  /* Media Queries*/
  @media (max-width: 991px){
   
      #carouselContainer {
        height: 260px;
      }

      .header {
          left: 0;
          right: auto;
          bottom: 0px;
          top: auto;
          transform: none;
          width: 100%;
          display: block;
          background: #2b2a2a;
          padding: 8px;
          z-index: 10;
      }
  
      .header ul.icon-menu {
          display: flex;
          align-items: center;
          justify-content: space-around;
      }
  
      .header ul.icon-menu li.icon-box {
          margin: 0!important;
          width: 45px!important;
          height: 45px!important;
          background: #444!important;
      }

      .header ul.icon-menu li.icon-box.react-tabs__tab--selected, .header ul.icon-menu li.icon-box:hover, body.light .header ul.icon-menu li.icon-box.react-tabs__tab--selected, body.light .header ul.icon-menu li.icon-box:hover {
          background: #74B09A !important;
      }
  
      .header ul.icon-menu li.icon-box i {
          top: 14px;
      }
  
      .header ul.icon-menu h2 {
          display: none
      }
      
      .home-details-container{
          height: 90vh;
      }
  
      .home-details {
          padding-left: 0px;
      }
  
     .mobile-image-profolio{
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
      width: 270px;
      height: 270px;
      border: 4px solid #252525;
      margin: 0 auto 25px;
  
   }
  
      .profile-photo-profolio {
       display: none;
   }

      hr.separator{
          margin: 50px auto 30px;
      }

      .tarot-card-start-display{
          height: 15rem;
      }

      .readerdisplay-internal-container {
          max-height: 1100px;
      }

      .readerdisplay-internal-container#reading-style{
          max-height: 800px;
      }

      .footer{
          bottom: 5vh !important;
      }

      .tarot-reader-main-container{
          max-height: 1200px;
      }
     
  }
  
  
  @media (max-width: 767px) {
      #carouselContainer {
        height: 300px;
      }

      .title-bg {
          font-size: 45px;
          transform: translateY(-20%);
      }
  
      .title-section {
          padding-left: 15px;
          padding-right: 15px;
      }

      .reading-option{
          height: 150px;
      }

      .card-img-top{
          width: 80px;
          margin-right: 10px;
      }

      .readerdisplay-internal-container {
          max-height: 950px;
      }

      .tarot-reader-main-container{
          max-height: 1100px;
      }

      .readerdisplay-internal-container#reading-style{
          max-height: 780px;
      }
      
  }
  
  @media (max-width: 576px) {
      .title-section h1 {
          font-size: 35px!important;
      }
  
      .custom-title {
          font-size: 21px;
      }
  
      .mobile-image-profolio{
          width: 230px;
          height: 230px;
       }

      .tarot-reader-main-container {
        max-height: 1300px;
    }

      .readerdisplay-internal-container {
          max-height: 1000px;
      }

      .readerdisplay-internal-container#reading-style{
          max-height: 780px;
      }

      
  }

  @media (max-width: 476px){
      #carouselContainer {
        height: 340px;
      }

     .readerdisplay-internal-container {
          max-height: 1500px;
          /*min-width: 354px;*/
      }

      .tarot-reader-main-container{
          max-height: 1700px;
          /*min-width: 354px;*/
      }

      .reading-option{
          max-height: 250px;
      }

      .tarot-card-start-display{
          height: 12rem;
      }

      .readerdisplay-internal-container#reading-style{
          max-height: 900px;
      }
  }

  @media(max-width: 375){

  }