@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* global start*/
/* * {
    outline: 1px solid red !important;
} */
:root{
    --text-tertiary : #A3A3A3;
    --text-primary : #FD7801;
    --text-black : #000000;
    --background-secondary : #171717;
}
.main-bg{
    background-color: #000000;
    color: #FFFFFF;
}
.logo-dark {
    display: none;
}

.logo-light {
    display: block;
}
[data-bs-theme="dark"] .logo-light {
    display: none;
}

[data-bs-theme="dark"] .logo-dark {
    display: block;
}
body{
      font-family: "Inter", sans-serif;
      overflow-x: hidden;
}
.font-instrument{
    font-family: "Instrument Serif", serif;
    font-style: italic;
}
.font-large{
    font-size: 68px;
    font-weight: 700;
}
.font-super-large {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 800;
    line-height: 1;
}
.text-white{
    color: #FCF3EA;
}
.font-color{
    color: #FD7801;
}
p, span{
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}
h6{
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
}
h5{
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
}
h4{
    font-size: 28px;
    line-height: 140%;
    font-weight: 700;
}
h3{
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
}
h2{
    font-size: 40px;
    line-height: 140%;
    font-weight: 700;
}
h1{
    font-size: 48px;
    line-height: 140%;
    font-weight: 700;
}
.link-white{
    color: #FFFFFF;
}
.link-photo:hover{
    color: var(--text-primary);
}
.logo-small{
    width: 5rem;
}
.logo-medium{
    width: 10rem;
}
.logo-big{
    width: 24rem;
}
.icon-small{
    width: 30px;
    /* font-size: 2px; */
}
.icon-big{
    width: 50px;
    font-size: 30px;
}
.toggle-password{
    position: absolute; 
    top: 68%; 
    right: 15px;
    cursor: pointer; 
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease, transform 0.3s ease;
}
/* button global start */
.btn-rounded{
    border-radius: 50px;
}
.btn-outline{
    border-radius: 50px;
    border-color: #FD7801;
    padding: 8px;
}
.btn-outline:hover{
    border-radius: 50px;
    border-color: #FD7801;
    background-color: #FD7801;
    padding: 8px;
}
.btn-primary-lg{
    border-radius: 50px;
    border-color: #FD7801;
    background: #FD7801;
    padding: 0.75rem;
    color: #FFFFFF;
}
.btn-primary-lg:hover {
    border-radius: 50px;
    border-color: #CB5703;
    background: #CB5703;
    padding: 0.75rem;
    color: #FFFFFF;
}
.btn-primary-md{
    border-radius: 1500px;
    border-color: #FD7801;
    background: #FD7801;
    padding: 0.75rem 1rem;
    color: #FFFFFF;
}
.btn-primary-md:hover {
    border-radius: 1500px;
    border-color: #CB5703;
    background: #CB5703;
    padding: 0.75rem 1rem;
    color: #FFFFFF;
}
.btn-primary-sm{
    border-radius: 1500px;
    border-color: #FD7801;
    background: #FD7801;
    padding: 8px;
    color: #FFFFFF;
}
.btn-primary-sm:hover {
    border-radius: 1500px;
    border-color: #CB5703;
    background: #CB5703;
    padding: 8px;
    color: #FFFFFF;
}
.btn-secondary-lg{
    border-radius: 50px;
    border-color: rgba(38, 38, 38, 0.80);
    background: rgba(38, 38, 38, 0.80);
    padding: 0.75rem;
    color: #FFFFFF;
}
.btn-secondary-md{
    border-radius: 1500px;
    border-color: rgba(38, 38, 38, 0.80);
    background: rgba(38, 38, 38, 0.80);
    padding: 0.75rem 1rem;
    color: #FFFFFF;
}
.btn-secondary-sm{
    border-radius: 1500px;
    border-color: rgba(38, 38, 38, 0.80);
    background: rgba(38, 38, 38, 0.80);
    padding: 8px;
    color: #FFFFFF;
}
.toggle-container-button {
    background: rgba(38, 38, 38, 0.80);
    padding: 6px;
    border-radius: 50px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.toggle-btn {
    flex: 1;
    text-align: center;
    border-radius: 40px;
    padding: 10px 15px;
    border: none;
    background: transparent;
    color: #CFCFCF;
    font-weight: 600;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: #FD7801;
    color: white;
    box-shadow: 0 0 10px rgba(253, 120, 1, 0.5);
}

/* button global end */
.footer-bg{
    background-color: #000000;
}
.photocard-bg{
    background-color: #000000;
}
.booking-bg{
    background-color: #000000;
}
/* chip global start */
.chip{
    border-radius: 30px;
    background: rgba(38, 38, 38, 0.80);
    padding: 0.5rem 1.25rem;
}
.chip:hover{
    border-radius: 30px;
    background: var(--text-primary);
    padding: 0.5rem 1.25rem;
}
.chip-active {
    background-color: var(--text-primary);
    color: #000;
}
/* chip global end */

/* .btn-primary-blur{
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1rem;
    color: #FCF3EA;
} */
.img-medium{
    width: 500px;
    border-radius: 15px;
    flex-direction: column;
}
.input-glass {
    width: 100%;
    border-radius: 50px !important;
    border: 0.667px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    padding: 0.5rem 0.75rem;
    color: var(--text-tertiary) !important;
    font-weight: 400 !important;
}

.field-icon {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
}

.field-icon:hover {
    color: white;
}

.input-glass:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
}
/* Text color inside date/time input */
input[type="date"].input-glass,
input[type="time"].input-glass {
  color: var(--text-tertiary) !important;
}

/* Calendar and clock icons (WebKit browsers like Chrome, Edge, Safari) */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* turns dark icons white */
  cursor: pointer;
}

/* Placeholder-like text when no date selected */
input[type="date"]:not(:valid)::before {
  color: rgba(255, 255, 255, 0.7);
  content: attr(placeholder);
}
.input-glass::placeholder, .input-glass-stretch::placeholder,
.form-control::placeholder, .form-floating>label{
    color: var(--text-tertiary);
}
/* Force select and its options to be white */
select.input-glass.form-select {
  color: var(--text-tertiary) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 0.667px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.1px);
}

/* Force dropdown options to be white text + dark background */
select.input-glass.form-select option {
  background-color: rgba(23, 23, 23, 0.95);
  color: var(--text-tertiary);
}

/* Optional: style the arrow icon white */
select.input-glass.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' width='16' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 16,0 8,8'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
  padding-right: 2rem; /* give space for arrow */
}

.card-glass{
    /* From https://css.glass */
    width: 445px;
    border-radius: 20px;
    opacity: 0.8;
    background: rgba(23, 23, 23, 0.80);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    /* width: 26rem; */
}
.card-glass-stretch {
    width: 90%; /* stretch full width */
    border-radius: 20px;
    opacity: 0.8;
    background: rgba(23, 23, 23, 0.80);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
}
hr{
    height: 2px;
}
a{
    font-style: normal;
    color: #FCF3EA;
    text-decoration: none;
}
.rounded-image img {
    width: 250px;     
    height: 350px;         
    object-fit: cover;     
    border-radius: 12px;   
}
.overflow-auto {
    white-space: nowrap;
    scrollbar-width: thin;           
    scrollbar-color: #888 #222;     
}
.overflow-auto::-webkit-scrollbar {
    display: none;
}

/* Untuk Firefox */
.overflow-auto {
    scrollbar-width: none;  /* sembunyikan */
    -ms-overflow-style: none; /* IE dan Edge lama */
}
/* global end*/

/* login start */
.login-bg {
    position: relative;
    height: 100vh;
    background: url('../assets/login-bg.jpg') no-repeat center center/cover;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* This overlay darkens only the background image */
.login-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
/* login end */
/* landing start */
.landing-bg {
  position: relative;
  height: 100vh;
  max-height: 100%;
  background: url('../assets/bg_lima.jpg') no-repeat center center/cover;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.scroll-content{
    height: 100%;
}
/* This overlay darkens only the background image */
.landing-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.page-content {
  position: relative;
  z-index: 1;
}
/* landing end */

/* homepage start */
.home-frame{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, #000 101.63%), url('../assets/frame_gradient.svg') no-repeat top center/cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.home-color{
    background-color: #000000;
    /* height: 100vh; */
}
.home-bg{
    position: relative;
    height: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
}

.home-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.photocard-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.7rem;
    justify-content: start; /* <-- memastikan kiri, bukan center */
    align-items: start;
    padding: 10px 0;
}

.photocard-wrapper {
    text-decoration: none;
    display: block;
}

.photocard {
    position: relative;
    height: 430px;
    width: 100%; /* <-- ini wajib agar grid bekerja */
    max-width: 345px; /* biar bentuk tetap seperti Figma */
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.photocard:hover {
    transform: translateY(-5px);
}

.photocard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photocard-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
}

.photocard-top {
    display: flex;
    justify-content: flex-end;
}

.photocard-fav {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.photocard-bottom {
    text-align: left;
}
.photocard-location {
    display: flex;
    align-items: center;
    gap: 6px; /* space between icon and text */
    font-size: 0.9rem;
    opacity: 0.9;
}

/* fix icon size and alignment */
.photocard-location img {
    width: 24px; /* smaller icon size */
    height: 24px;
    vertical-align: middle;
    margin-top: -2px; /* fine-tune alignment */
}
/* homepage end */

/* booking start */
/* booking card */
.booking-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1.5rem;
}
.booking-card {
  background-color: #1a1a1a;
  border-radius: 20px;
  width: 342px;
  height: 100%;
  max-width: 310px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: "Inter", sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* HEADER */
.booking-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.booking-card-photo {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  object-fit: cover;
  flex-shrink: 0;
}

/* BODY */
.booking-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.booking-card-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.booking-card-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.booking-card-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fcf3ea;
  opacity: 0.9;
}

.booking-card-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  opacity: 0.9;
}

/* BUTTON */
.booking-card-btn {
  border: none;
  border-radius: 100px;
  padding: 0.6rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}

/* STATUS VARIANTS */
.chip-status {
    font-size: 14px;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    margin-left: auto;
}
.chip-pending {
  background-color: rgba(132, 104, 15, 0.80);
  color: #FFC300;
}
.chip-confirmed {
  background-color: rgba(47, 138, 207, 0.80);
  color: #032C4B;
}
.chip-completed {
  background-color: rgba(10, 225, 106, 0.80);
  color: #01401D;
}
.chip-paid {
  background-color: rgba(202, 76, 224, 0.80);
  color: #4B0257;
}
.chip-canceled {
  background-color: rgba(87, 2, 3, 0.80);
  color: #FF5557;
}
.booking-modal .modal-footer {
    position: relative !important;
    z-index: 1100 !important;
}
.booking-modal {
    background: #1c1c1c;
    color: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    overflow: visible !important;
}

/* Photographer mini card */
.photographer-box {
    background: #2a2a2a;
    border-radius: 16px;
}

.photographer-photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
/* booking end */

/* photograper start */
.card-small{
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}
.card-img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    filter: brightness(1.2);
}
.form-color {
    border: 1px solid var(--text-primary);
    border-radius: 8px; /* opsional biar lebih halus */
}

/* photograper end */
/* detail-photographer end */
.detail-photographer-bg {
    position: relative;
    min-height: 100vh;
    background-image: url('../assets/default_profile.png'); /* DEFAULT */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.detail-photographer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.6)
    );
    z-index: 0;
}

.portofolio-bg{
    position: relative;
    height: 100%;
    background: url('../assets/Cecilia.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
}

.portofolio-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.card-big{
    width: 25rem;
    height: 25rem;
}
.card-img-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2);
}
/* detail-photographer end */
/* form photographer start */
.img-form{
    width: 293px;
    height: 293px;
    object-fit: cover;
    border-radius: 20px;
}
.input-glass-stretch{
    border-radius: 20px;
    border: 0.667px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(0.1px);
    -webkit-backdrop-filter: blur(0.1px);
    padding: 0.5rem 0.75rem;
    color: var(--text-tertiary) !important;
    font-weight: 400 !important;
}
.input-glass-stretch::placeholder{
    color: var(--text-tertiary);
}
.sticky-scroll{
    position: sticky;
    top: 40px;
    align-self: flex-start;
    height: fit-content;
}
/* form photographer end */
/* user - review start */
.star{
    font-size: 50px;
}
/* user - review end */
/* detail photographer start */
.catalogue-carousel {
  background-color: #111;
  color: #fff;
  overflow: hidden;
}

.title {
  font-size: 2.5rem;
  color: #ff8c00;
}

.names {
  font-family: 'Instrument Serif', serif;
  font-size: 2rem;
  color: #ff8c00;
}

.location {
  color: #ffb347;
  font-weight: 500;
  margin-top: 0.5rem;
}

.main-photo {
  border-radius: 16px;
  object-fit: cover;
  height: 420px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Thumbnail strip styling */
.thumb-strip {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 8px;

  /* Hide scrollbar completely */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.thumb-strip::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.thumb {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.thumb:hover,
.active-thumb {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #ff8c00;
}

/* preview image start */
.img-preview {
    width: 10px !important;
    height: 10px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* preview image end */
/* user profile start */
.profile-bg{
    background-color: var(--text-black);
}
.profile-container{
    top: -70px;
    position: relative;
}
.img-profile{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}
.img-banner{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.profile-left{
    background-color: var(--background-secondary);
}
.profile-right{
    background-color: var(--text-black);
}
.img-wishlist{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    
}
/* .wishlist-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.7rem;
    justify-content: start;
    align-items: start;
    padding: 10px 0;
} */
.wishlist-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* MAKS 2 */
    gap: 1.5rem;
    width: 100%;
}
.wishlist-card {
    position: relative;
    background-color: #1a1a1a;
    height: 100%;
    width: 100%; /* <-- ini wajib agar grid bekerja */
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid var(--background-secondary);
    overflow: hidden;
    padding: 1rem 1.25rem;
    transition: transform 0.2s ease;
}

.wishlist-card:hover {
    transform: translateY(-5px);
}

/* user profile end */
/* catalogue start */
.catalogue-card {
    overflow: hidden;
    border-radius: 12px;
}

.catalogue-img {
    width: 220px;
    height: 220px;
    object-fit: contain;
}

/* Tombol X */
.delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s ease;
}

/* Muncul saat hover */
.catalogue-card:hover .delete-btn {
    opacity: 1;
}

/* Hover effect */
.delete-btn:hover {
    background: #dc3545;
}

/* catalogue end */
/* detail photographer end */
@media (max-width: 600px) {
    small{
        font-size: 12px;
      line-height: 150%;
    }
    p, span{
        font-size: 14px;
        line-height: 150%;
        font-weight: 400;
    }
    h6{
        font-size: 16px;
        line-height: 150%;
    }
    h5{
        font-size: 20px;
        line-height: 120%;
    }
    h4{
        font-size: 24px;
        line-height: 140%;
        font-weight: 600;
    }
    h3{
        font-size: 28px;
        line-height: 140%;
        font-weight: 600;
    }
    h2{
        font-size: 32px;
        line-height: 130%;
        font-weight: 600;
    }
    h1{
        font-size: 40px;
        line-height: 140%;
        font-weight: 600;
    }
    .booking-card {
        padding: 1rem;
    }
    .booking-card-photo {
        width: 50px;
        height: 50px;
    }
    .booking-card-name {
        font-size: 1rem;
    }
}
