:root {
  --background: #f8fafc;
  --foreground: #020817;
  --card: #ffffff;
  --card-foreground: #020817;
  --popover: #ffffff;
  --popover-foreground: #020817;
  --primary: #3b82f6;
  --primary-foreground: #f8fafc;
  --secondary: #f1f5f9;
  --secondary-foreground: #0f172a;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --accent: #f1f5f9;
  --accent-foreground: #0f172a;
  --destructive: #ef4444;
  --destructive-foreground: #f8fafc;
  --border: #e2e8f0;
  --input: #e2e8f0;
  --ring: #3b82f6;
  --radius: 0.5rem;
  --success: #22c55e;
  --warning: #f59e0b;
}

html {
  scroll-behavior: smooth; /* rolagem suave */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  background-color: var(--background) !important;
  color: var(--foreground);
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
}
h3{
  font-size: 1.3rem !important;
}
h4{
  font-size: 1rem !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1250px !important;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.professional-title-card{
  font-weight: normal !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: #8d8d8d;
  padding-left: 2px;
}

/* Expert Verified and text-success2 */
.text-success2,
.review-verified {
  display: flex;
  align-items: center;
  gap: 3px;
}

.text-success2 {
  font-size: 0.95rem;
  justify-content: center;
  color: #28a745;
}

/* Badge Custom and Expert Header Badge */
.badge-custom {
  background-color: var(--accent);
  color: var(--accent-foreground);
  border-radius: 9999px;
  font-weight: 500;
  padding: 0.9em 0.75em;
  font-size: 3rem;
}

/* Expert Card */
.expert-card {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(293deg, #fefefec5 0%, #f3f3f3 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.expert-card h2 {
  color: #2c3e50;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.expert-card h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
}

.expert-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.expert-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
  color: #34495e;
}

.expert-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3498db;
  font-weight: bold;
}

.highlight {
  font-weight: 600;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.expertise-section h3 {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 12px;
}

.tag {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
  border-radius: 20px;
  font-weight: 500;
}

.cta-section {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.cta-section p {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.cta-section ul {
  list-style-type: none;
  padding-left: 20px;
  color: #34495e;
}

.cta-section li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.cta-section li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9b59b6;
  font-weight: bold;
}

.reviews-section {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Highlights */
.highlights {
  background-color: #ffffffb8 !important;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.highlights h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}

.highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlights li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #656565;
  margin-bottom: 0.75rem;
}

.highlights i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  color: #4facfe;
}

/* Videos and photos */
.shadow-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.gallery-overlay,
.video-overlay {
  position: absolute;
  inset: 0;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, 0);
  gap: 2px;
}

.gallery-item:hover .gallery-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.video-time {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 4px;
}
/* play video icon from gallery */
.play-icon {
  font-size: 24px;
  color: white;
}

.video-thumbnail-container {
  position: relative;
  display: block;
}

.video-thumbnail-container img {
  display: block;
  width: 100%;
  height: auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 10;

  /* Style the play icon here. You can use an image or a font icon. */
  width: 40px;
  height: 40px;
  background: url('../images/auth/play-arrow.svg') no-repeat center center;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.video-thumbnail-container:hover .play-icon {
  opacity: 1;
}

/* GallerySwiper Vertical */
.myGallerySwiper {
  height: 16rem;
  width: 5rem;
}

.myGallerySwiper .swiper-slide {
  width: 100%;
  height: auto !important;
  margin-bottom: 1rem;
}

.myGallerySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 15px !important;
  max-width: 64px;
}

/* Adjustment for vertical navigation */
.myGallerySwiper .swiper-button-next,
.myGallerySwiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
}

.myGallerySwiper .swiper-button-next {
  top: auto;
  bottom: -13px;
}

.myGallerySwiper .swiper-button-prev {
  top: 10px;
  bottom: auto;
}

/* Vertical pagination */
.myGallerySwiper .swiper-pagination {
  right: 10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.myGallerySwiper .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}

/* Controllers youtube */
.plyr {
  position: relative;
  max-width: 100% !important;
  height: 100% !important;
}

.plyr__controls,
.plyr__control--overlaid {
  display: none !important;
}

.glightbox-container .gvideo iframe {
  width: 100% !important;
  height: 100% !important;
}

/* How it works */
.how-works-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #054f77;
  text-align: center;
}

.how-works-card {
  background-color: #f1f5f9;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.how-works-card i {
  font-size: 1.75rem;
  color: #054f77;
  margin-bottom: 1rem;
}

/* Cards */
.card,
.booking-card {
  background-color: #ffffffb8 !important;
  border-radius: 0.6rem !important;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.card {
  border: 1px solid var(--border);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.row-reviews {
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.share-profile-expert {
  float: right;
  padding: 0px 13px;
}

/* Reviews section */
.reviews-section {
  background-color: #ffffffb8;
  padding: 20px;
  border-radius: 10px;
}
.review-item {
  max-width: 100%;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.review-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(to right, var(--primary), #8b5cf6);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}

.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  background-color: rgba(34, 197, 94, 0.1);
  color: var(--success);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 9999px;
  padding: 0.125rem 0.5rem;
  margin-left: 0.5rem;
}

.filled {
  color: var(--warning);
}

/* Btn load-more */
.btn-load-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  color: #093770;
  background-color: #ffffff;
  border: 2px solid #093770;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Linha animada no hover */
.btn-load-more::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 28px;
  width: 0;
  height: 2px;
  background-color: #0541ff;
  transition: width 0.3s ease;
}

.btn-load-more:hover::after {
  width: calc(100% - 40px);
}

.btn-load-more i {
  transition: transform 0.3s ease;
}

/* Estado de carregamento */
.btn-load-more.loading i {
  animation: spin 1s linear infinite;
}

/* Desabilitado */
#load-more:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Animação de rotação */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Booking Sidebar calendar*/
.booking-card {
  border: 2px solid rgba(59, 130, 246, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.premium-badge {
  background-color: var(--accent);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-foreground);
}

.trust-card {
  background-color: var(--muted);
  border-radius: var(--radius);
  padding: 1rem;
  text-align: center;
}

.duration-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Calendar show*/
.calendar-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Título do calendário */
.calendar-header {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

/* Container de botões de duração */
.duration-buttons-container {
  text-align: center;
  margin-bottom: 15px;
}

/* Duration button stayling */
.book-button {
  width: 100%;
  height: 4rem;
  background: #f5f3ff8e;
  color: #3d3d3d;
  border: 2px solid #ebebebb3;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.book-button:hover {
  background-color: #ffffff;
  color: #0541ff;
  border: 1px solid #0541ff;
}

.book-button p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}

.book-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.book-button:hover::before {
  opacity: 1;
}

.book-button.active {
  background-color: #054ffc;
  border: 2px solid #054ffc;
  color: #fff;
  box-shadow: 0 4px 8px rgba(3, 32, 61, 0.2);
  transform: translateY(-2px);
}

/* Button content styling */
.book-button .content-focus,
.book-button .content-extend {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
}

.book-button .content-focus small,
.book-button .content-extend small {
  font-size: 12px;
  margin: 0 9px;
  opacity: 0.8;
  font-weight: bold;
  margin-top: 5px;
}

/* CALENDAR CONTAINER STYLING */

.calendar-title {
  text-transform: capitalize;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(40px, 1fr));
  gap: 6px;
  text-align: center;
  margin: 20px 0;
  padding: 20px;
  border-radius: 16px;
  min-width: 300px;

  /* Efeito 3D Avançado */
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
    -8px -8px 16px rgba(255, 255, 255, 0.8),
    inset 2px 2px 5px rgba(0, 0, 0, 0.05),
    inset -2px -2px 5px rgba(255, 255, 255, 0.5);

  /* Iluminação 3D */
  position: relative;
  overflow: hidden;
}

.calendar::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  transform: rotate(-5deg);
  z-index: -1;
  border-radius: 20px;
}

/* Day headers styling */

.day-header {
  font-weight: 700;
  color: #495057;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  position: relative;
}

.day-header::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, transparent, #4a6cf7, transparent);
  border-radius: 2px;
}

.day {
  padding: 12px 5px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;

  /* Sombras 3D */
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
    -3px -3px 6px rgba(255, 255, 255, 0.8);

  border: 1px solid rgba(255, 255, 255, 0.5);
}

.day:hover {
  transform: translateY(-2px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15),
    -5px -5px 10px rgba(255, 255, 255, 0.9);
}

.day.empty {
  visibility: hidden; /* Removes the space occupied by the element */
  pointer-events: none;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: default;

  /* Ensures there is no minimum size */
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
}

/* Hover effect for days */
.day:not(.disabled):hover {
  background-color: #ffffff;
  color: #054ffc;
  border: 1px solid #054ffc;
  /*transform: translateY(-2px);*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Today's date styling */
.day.today {
  background-color: #e3f2fd;
  color: #000000;
  font-weight: 600;
  /*border: 1px solid #bbdefb;*/
}

/* Selected day styling */
.day.selected {
  border: 1px solid #054ffc;
  color: #054ffc;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(3, 42, 82, 0.2);
}

/* Disabled days styling */
.day.disabled {
  background-color: #f8f9fa;
  color: #adb5bd;
  cursor: not-allowed;
  /*border: 1px dashed #dee2e6;*/
}

/* Hidden radio inputs */
.day input[type="radio"] {
  display: none;
}

.today-toggle {
  cursor: pointer;
  background-color: #f0f0f0;
  font-weight: bold;
}

.today-toggle:hover {
  background-color: #e0e0e0;
}

.label-date-picker {
  color: #000000;
}

.btn-date-picker .btn-date-pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Ajusta para o tamanho do container */
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb; /* cinza claro */
  border-radius: 8px;
  background-color: #f5f3ff8e;
  color: #4b5563; /* cinza do texto */
  font-size: 0.95rem;
  cursor: pointer;
}


.btn-date-picker .btn-date-pick:hover {
  background-color: #f5f3ff; /* hover um pouco mais escuro */
}

.date-select-calendar{
  font-size: 1rem;
  padding: 6px 0;
}


/* Button next */
.btn-success2 {
  background: linear-gradient(90deg, #3498db, hsl(253, 43%, 55%));
  border: none;
  border-radius: 15px !important;
  color: white !important;
  font-size: 23px;
  font-weight: bold;
  padding: 18px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4),
    0 4px 30px rgba(155, 89, 182, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  z-index: 1;
}

/* Efeito de brilho no hover */
.btn-success2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
  z-index: -1;
}

.btn-success2:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.5),
    0 8px 35px rgba(155, 89, 182, 0.4);
}

.btn-success2:hover::before {
  left: 100%;
}

/* Efeito ao clicar */
.btn-success2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3),
    0 3px 15px rgba(155, 89, 182, 0.2);
}

/* Button request time */
.wd-time-btn {
  background: linear-gradient(90deg, #6c5ce7, #a29bfe);
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3),
    0 4px 25px rgba(162, 155, 254, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  letter-spacing: 0.8px;
  z-index: 1;
  text-transform: uppercase;
}

/* Efeito de brilho sutil */
.wd-time-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: 0.6s;
}

.wd-time-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4),
    0 8px 30px rgba(162, 155, 254, 0.3);
  background: linear-gradient(90deg, #6c5ce7, #a29bfe, #6c5ce7);
  background-size: 200%;
}

.wd-time-btn:hover::after {
  left: 100%;
}

.wd-time-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(108, 92, 231, 0.2),
    0 3px 15px rgba(162, 155, 254, 0.1);
}

/* Efeito de onda ao clicar */
.wd-time-btn:active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}

/* Efeito de pulsação sutil */
@keyframes pulse {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}

/* Link style Request_a_time2 */
.btn-link-style {
  background: none !important;
  border: none !important;
  color: #007bff; /* cor padrão de link */
  padding: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.btn-link-style2 {
  background: none !important;
  border: none !important;
  color: #007bff; /* cor padrão de link */
  padding: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1.1rem;
}

.btn-link-style:hover {
  color: #0056b3; /* cor no hover */
  text-decoration: none;
}

.subtitle-sidebar {
  font-size: 0.8rem;
}

/* Breakpoints for different screen sizes */
@media (max-width: 768px) {
  .calendar {
    grid-template-columns: repeat(7, minmax(35px, 1fr));
    gap: 3px;
    padding: 10px;
  }

  .day-header {
    font-size: 12px;
    padding: 8px 0;
  }

  .day {
    padding: 8px 2px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .calendar {
    grid-template-columns: repeat(7, minmax(30px, 1fr));
    gap: 2px;
  }

  .day {
    padding: 6px 1px;
    font-size: 12px;
  }
}

/* Rsponsive adjustments day*/
@media only screen and (max-width: 800px) {
  .calendar {
    margin-left: 0;
    padding: 10px;
    gap: 5px;
  }

  .day {
    padding: 8px 3px;
    font-size: 14px;
  }

  .day-header {
    font-size: 12px;
    padding: 8px 0;
  }

  .book-button {
    min-width: 80px;
    padding: 10px 5px;
  }

  .book-button .content-focus,
  .book-button .content-extend {
    font-size: 13px;
  }

  .book-button .content-focus small,
  .book-button .content-extend small {
    font-size: 10px;
  }
}

/* Animation for day selection */
@keyframes daySelect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Expert Header */
.expert-avatar img {
  width: 15rem;
  height: 16rem;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.expert-name {
  font-size: 1.65rem;
  color: var(--foreground);
}

.expert-title {
  font-size: 1.125rem;
  color: var(--muted-foreground);
}

/* Payment icons */
.payment-icon {
  font-size: 2rem;
  color: #0d6efd;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

/* Frequently asked questions */
.custom-accordion {
  --primary-color: #4e66f8;
  --hover-color: #f8f9fa;
  --transition-speed: 0.3s;
}

.custom-accordion .card-header {
  padding: 0;
  border-bottom: 0;
}

.custom-accordion .btn {
  transition: all var(--transition-speed) ease;
  text-decoration: none !important;
}

.custom-accordion .btn:hover {
  background-color: var(--hover-color);
  color: var(--primary-color) !important;
}


.custom-accordion .btn:not(.collapsed) .transition-icon {
  transform: rotate(180deg);
}

.custom-accordion .transition-icon {
  transition: transform var(--transition-speed) ease;
}

.custom-accordion .card-body {
  border-left: 3px solid var(--primary-color);
}

.custom-accordion .fa-lg {
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
}

.rounded-lg {
  border-radius: 12px !important;
}

/* Style About AI*/
.logo-ai {
  width: 40px;
  padding-bottom: 10px;
}
.ai-card {
  font-size: 1.2rem;
}
.ai-card h3 {
  font-size: 1.2rem;
}
.gradient-text {
  background: linear-gradient(to right, #4facfe, #000788);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.badge-clean {
  background-color: rgba(0, 123, 255, 0.1);
  color: #275f9b;
  padding: 4px 12px !important;
  font-size: 0.95rem !important;
  font-weight: normal !important;
}

.badge-clean:hover {
  background-color: rgba(0, 123, 255, 0.15); /* cor levemente mais forte */
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2); /* leve sombra */
  transform: translateY(-1px); /* sobe um pouquinho */
  cursor: pointer;
}

.session-info-item{
  font-size: 15px;
}
.session-info-horarios{
  font-size: 13px;
}
.wd-load-btn::after {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.wd-load-btn.expanded::after {
  transform: rotate(180deg);
}

/* Hidde checkbox */
.wd-mr-favorite input[type="checkbox"],
.wd-mr-like input[type="checkbox"] {
  position: relative;
  left: -9999px;
}
.input-share {
  position: relative;
  left: -9999px;
}
.icon-share {
  font-size: 20px;
  color: #000;
}
.label-share{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;  /* fundo branco */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

/* ===== Favorite button ===== */
.btn-favorite {
  position: relative;
}

.btn-favorite span {
  background: #F8FAFC;
  color: #617d99;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #617d99;
}

/* Hidden checkbox */
.btn-favorite input[type="checkbox"] {
  display: none;
}

/* Click label */
.btn-favorite label {
  margin: 0;
  cursor: pointer;
}

/* Standard icon */
.btn-favorite label i {
  color: #617d99;
  transition: color 0.3s ease;
}

/* Checked */
.btn-favorite input[type="checkbox"]:checked + label span {
  background-color: #0541ff;
  color: #ffffff;
  border: 1px solid #0541ff;
  filter: drop-shadow(0 2px 4px rgba(255, 70, 70, 0.25));
}

/* ===== Like button ===== */
.container-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.btn-like {
  position: relative;
}

.btn-like span {
  background: #F8FAFC;
  width: 20px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #617d99;
}

/* Hidden checkbox */
.btn-like input[type="checkbox"] {
  display: none;
}

/* Click label */
.btn-like label {
  margin: 0;
  cursor: pointer;
}

/* Standard icon */
.btn-like label span {
  color: #617d99;
  transition: color 0.3s ease;
}

/* Checked */
.btn-like input[type="checkbox"]:checked + label span {
  background-color: #0541ff;
  color: #ffffff;
  border: 1px solid #0541ff;
  filter: drop-shadow(0 2px 4px rgba(255, 70, 70, 0.25));
}

/* btn-share */

.btn-share {
  position: relative;
}

.btn-share span {
  background: #F8FAFC;
  width: 20px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #617d99;
}

/* Hidden checkbox */
.btn-share input[type="checkbox"] {
  display: none;
}

/* Click label */
.btn-share label {
  margin: 0;
  cursor: pointer;
}

/* Standard icon */
.btn-share label span {
  color: #617d99;
  transition: color 0.3s ease;
}

/* About expert */

.wd-user-about {
  position: relative;
  padding: 20px;
  background: #ffffffb8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 1rem !important;
}

.user-about-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.user-about-top h3 {
  font-size: 20px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 0;
}

.wd-user-about p {
  margin-bottom: 15px;
  color: #656565 !important;
}

.wd-share-media {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.wd-share-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.wd-share-media li a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.about-text {
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  color: #555;
  transition: all 0.3s ease;
}

/* Collapsed state */
.about-text.collapsed {
  max-height: 100px; /* Adjust based on your needs */
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* Expanded state */
.about-text.expanded {
  max-height: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.wd-load-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #093770;
  padding: 12px 36px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.wd-load-btn:hover {
  text-decoration: underline !important;
}

.wd-load-btn::after {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.wd-load-btn.expanded::after {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .booking-sidebar {
    position: static;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .expert-avatar img {
    width: 10rem;
    height: 10rem;
  }
}

@media (max-width: 768px) {
  .expert-avatar img {
    width: 17rem;
    height: 16rem;
  }

  .how-works-cards {
    flex-direction: column;
  }

  .expert-info-content {
    margin-left: 1.5rem;
    margin-top: 1rem;
  }
}

.circle-icon{
  background-color: #E8F0FF; /* azul claro */
  border-radius: 50%;       /* deixa redondo */
  padding: 17px;            /* espaço interno */
}
.card-header{
  background-color: #FFFFFF !important; /* azul claro */
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
