/*Brand Colors*/
:root {
  --tattooya-red: #c1272d;
  --tattooya-red-dark: #a01e23;
  --tattooya-tool: #f05654;
  --cc-modal-margin: 70px!important;
}

/*Selection*/
::selection {
  color: var(--tattooya-red);
  background: #212529;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*Custom utility classes*/
.text-red {
  color: var(--tattooya-red);
}
.text-tool {
  color: var(--tattooya-tool);
}

/* Dropdown Styles */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

/* Ensure dropdown parent has proper positioning */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Navigation dropdown specific styles */
.nav-dropdown {
  position: relative;
}

.nav-dropdown:hover .dropdown-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.dropdown-content {
  position: absolute;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease-in-out;
  z-index: 50;
}

/* Sticky Navbar Animation Effects */
.navbar-main {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  width: 100% !important;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Fallback for browsers that don't support sticky */
  /*position: fixed !important;*/
}

.navbar-scrolled {
  background: rgba(220, 38, 38, 0.95) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-scrolled .navbar-brand {
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}

.navbar-main:not(.navbar-scrolled) .navbar-brand {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

/* Top header animation */
.top-header {
  position: relative;
  z-index: 40;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}

.top-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

/* Smooth navbar height transitions */
.navbar-main {
  min-height: 64px;
  transition: min-height 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar-scrolled {
  min-height: 56px;
}

/* Ensure body allows sticky positioning */
body {
  position: relative;
}

/* Ensure the app container doesn't interfere */
#app {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.beta::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f06a beta 0.2";
  position: fixed;
  width: 126px;
  height: 33px;
  background: #c1272d;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  z-index: 9999;
}

/*Logo*/
.tattooyalogo {
  width: 75px;
  display: block;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 400px) {
  .tattooyalogo {
    display: none;
  }
}

.js-cookie-consent {
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  border: 1px solid #000;
  margin-left: 20px;
  margin-bottom: 80px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background-color: #f7e8d4;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .js-cookie-consent {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    border: 1px solid #000;
    margin-left: 0px;
    margin-bottom: 60px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background-color: #f7e8d4;
    z-index: 1;
  }
}

.max300 {
  max-width: 300px;
  max-height: 300px;
}
.radius25 {
  border-radius: 25px;
}

/*Avatar styles*/
#user-description{
  height:100%;
  border-right:2px solid #444; 
  margin:0 auto;
  text-align:center;
}
.daavatar {
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 5px;
  display: block;
}
.forumAvatar {
  max-height: 100px!important;
}
.bg-avatar {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.md-avatar {
  width: 75px;
  height: 75px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.sm-avatar {
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.xs-avatar {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}

.vipframe {
  border-width: 4px;
  border-style: solid;
  border-image-source: linear-gradient(to left, #8f6B29, #FDE08D, #DF9F28);
  border-image-slice: 1;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
}

.thumbnailvideo {
  max-width: 400px;
}

.map { 
  height: 720px; 
  width: 100vw; 
}

.profileMap {
  height: 300px;
  width: 100%;
}

.thumbnail {
  max-width: 100%;
  height: auto;
}

.tattooya-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.grid-item {
  width: 100%;
  margin-bottom: 1rem;
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-item {
    margin-bottom: 0.5rem;
  }
}

/*Title styles*/
.titleunderline {
  text-align: center;
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2rem 0;
  position: relative;
}

.titleunderline:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: var(--tattooya-red);
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.titleunderline:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #c1272d;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.titleunderlineinverse {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 2rem 0;
  position: relative;
}

.titleunderlineinverse:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.titleunderlineinverse:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.titleunderlinecentered {
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0;
  position: relative;
}

.titleunderlinecentered:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #c1272d;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.titleunderlinecentered:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #c1272d;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

/*Effects*/
.zoom {
  transition: transform 0.3s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

/*Red frame effect*/
.redframe {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.redframe *,
.redframe *:before,
.redframe *:after {
  box-sizing: border-box;
}

.redframe img {
  display: block;
  width: 100%;
  height: auto;
}

.redframe:before,
.redframe:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.redframe:before {
  border: 3px solid #c1272d;
  opacity: 0;
}

.redframe:after {
  border: 1px solid #fff;
  opacity: 0;
}

.redframe:hover:before,
.redframe:hover:after {
  opacity: 1;
}


.redframe figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.redframe figcaption:before,
.redframe figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.3;
  z-index: -1;
}

.redframe figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.redframe figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}
/*Chat styles*/
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

.panel-body {
  height: 350px;
  overflow-y: scroll;
}

/*Scrollbar styles*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: var(--tattooya-red);
}

/*Message styles*/
.person {
  background: #eee;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  margin: 5px 0;
  padding: 8px;
  position: relative;
  max-width: 85%;
  word-wrap: break-word;
}

.receiver {
  background: var(--tattooya-red);
  color: white;
  margin-left: auto;
  text-align: right;
}

.sender {
  background: #eee;
  color: #333;
  margin-right: auto;
}

/*Comments*/
.commentAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.display-comment .display-comment {
  margin-left: 40px;
}

/*Headers*/
.post-header {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}

.page-header {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
}

.campus-header {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}

.page-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

/*Profile styles*/
.header-profile { 
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
}

.profileData * {
  color: white;
}

.whiteh {
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 2rem;
  color: white;
}

.blackh {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 2rem;
  color: white;
}

.pt-6 {
  padding-top: 3rem;
}

/*Video styles*/
.videoheader {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoheader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.videoheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/*Social icons*/
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}

/*Custom transitions*/
.ty-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.ty-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--tattooya-red);
  border-radius: 50%;
}

.ty-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}

/*Switch toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.switchSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .switchSlider {
  background-color: #c1272d;
}

input:focus + .switchSlider {
  box-shadow: 0 0 1px #c1272d;
}

input:checked + .switchSlider:before {
  transform: translateX(26px);
}

.switchSlider.round {
  border-radius: 34px;
}

.switchSlider.round:before {
  border-radius: 50%;
}

/*Responsive adjustments*/
@media only screen and (max-width: 600px) {
  .page-header {
    height: 150px;
  }
  
  .post-header {
    height: 200px;
  }
  
  .whiteh {
    padding: 1rem;
    margin: 0.5rem;
  }
}

@media only screen and (max-width: 760px) {
  .whiteh {
    padding: 1rem;
  }
}

/*Utility classes*/
.text-right { 
  text-align: right; 
}

.i500 {
  height: 500px;
}

.activec {
  color: #c1272d;
}

.activeb {
  background-color: #c1272d;
}

/*Custom buttons*/
.btn-tattooya { 
  color: #fff;
  background-color: var(--tattooya-red);
  border-color: var(--tattooya-red);
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.btn-tattooya:hover, 
.btn-tattooya:focus, 
.btn-tattooya:active, 
.btn-tattooya.active,
.btn-tattooya.disabled, 
.btn-tattooya:disabled {
  color: #fff;
  background-color: var(--tattooya-red-dark);
  border-color: var(--tattooya-red-dark);
}

/*Animations*/
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Footer navigation (mobile) */
.ffnavbar {
  background: #fff;
  border-top: 1px solid #dee2e6;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
  z-index: 1000;
}

.ffpb {
  padding-bottom: 60px; /* Add bottom padding when footer nav is present */
}

.ffnavbar a {
  color: #6c757d;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.ffnavbar a:hover {
  color: var(--tattooya-red);
}

.ffnavbar a.active {
  color: var(--tattooya-red);
  font-weight: 600;
}

.ffnavbar a i {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

/* Responsive adjustments */
@media only screen and (min-width: 768px) {
  .ffnavbar {
    display: none; /* Hide mobile navigation on desktop */
  }
  
  .ffpb {
    padding-bottom: 0; /* Remove bottom padding on desktop */
  }
}

/* Video container for hero section */
.video-container {
  height: 80vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.video-container video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.videocallout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 10;
  padding: 2rem;
}

@media (min-width: 600px) {
  .video-container {
    height: 80vh;
  }
}

@media (max-width: 400px) {
  .videocallout {
    padding: 1rem;
  }
}

/* Card shadow effects */
.cardShadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cardShadow:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Image utilities */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Compatibility classes */
.t18 {
  font-size: 1.125rem;
}

.text-dark {
  color: #1f2937;
}

/* Bootstrap form compatibility */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--tattooya-red);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 39, 45, 0.25);
}

/* Search Form Select Styling - Ensure proper text visibility */
select {
  color: #1f2937 !important;
  background-color: #ffffff !important;
}

select option {
  color: #1f2937 !important;
  background-color: #ffffff !important;
  padding: 0.5rem;
}

/* Specific styling for search form selects */
form select[name="country"],
form select[name="search_in"] {
  color: #1f2937 !important;
  background-color: #ffffff !important;
}

form select[name="country"] option,
form select[name="search_in"] option {
  color: #1f2937 !important;
  background-color: #ffffff !important;
}

/* Artist card title styling - keep elements inline */
.card-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

.card-title img {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 0.25rem !important;
}

/* Ensure verified icon stays inline */
.card-title img[src*="verified"] {
  width: 20px !important;
  height: 20px !important;
  margin-left: 0.5rem !important;
}

/* Ensure flag stays inline */
.card-title img[src*="flagcdn"] {
  margin-right: 0.5rem !important;
}

/* Enhanced Header and Footer Glassmorphism Effects */
.navbar-scrolled {
  background: rgba(220, 38, 38, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

/* Border width utilities */
.border-b-3 {
  border-bottom-width: 3px !important;
}

/* Enhanced glassmorphism for dropdowns */
.group:hover div[class*="absolute"] {
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

/* Social media hover effects */
.social-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
}

.social-facebook:hover {
  background: #1877f2 !important;
}

.social-twitter:hover {
  background: #1da1f2 !important;
}

.social-youtube:hover {
  background: #ff0000 !important;
}

/* Enhanced footer animations */
footer a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

footer .group:hover img {
  filter: brightness(1.1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) !important;
}

/* Enhanced mobile navigation */
@media (max-width: 768px) {
  .top-header {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
  
  .navbar-main {
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
  }
}

/* Improved scroll animations */
.navbar-main {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.top-header {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Enhanced button hover effects */
button:hover, .btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Footer grid responsive improvements */
@media (min-width: 768px) {
  footer .grid {
    align-items: start !important;
  }
}

/* Global Link Styling - Remove underlines */
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

/* Override any Bootstrap or framework underlines */
.underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: none !important;
}

/* Ensure links maintain their hover effects without underlines */
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover {
  text-decoration: none !important;
}

/* Home Page Cards - Glassmorphism Hover Effect */
.group:hover .absolute.bottom-0.text-white {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 0 1.5rem 1.5rem !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

/* Enhanced glassmorphism for home cards text */
.group:hover .absolute.bottom-0.text-white h5 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
  font-weight: 700 !important;
}

/* Home cards button with glassmorphism */
.group:hover .absolute.bottom-0.text-white a {
  background: rgba(220, 38, 38, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4) !important;
}

/* Ensure the gradient overlay doesn't interfere */
.group:hover .bg-gradient-to-t {
  opacity: 0.6 !important;
}

/* Alternative: More specific selector for home page cards */
.grid .group:hover .absolute[class*="bottom-0"] {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 0 1.5rem 1.5rem !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

/* Stronger selectors to override any white backgrounds on home cards */
.group:hover div[class*="absolute"][class*="bottom-0"][class*="text-white"],
.group div[class*="absolute"][class*="bottom-0"][class*="text-white"]:hover,
.grid .group:hover div[class*="absolute"][class*="bottom-0"] {
  background: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 0 1.5rem 1.5rem !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
}

/* Extra strong selector for stubborn white backgrounds */
.group:hover .absolute.bottom-0,
.group:hover .absolute[class*="bottom-0"],
.group:hover div.absolute[class*="bottom-0"] {
  background: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

/* Override any Tailwind bg-white classes */
.group:hover .bg-white,
.group:hover [class*="bg-white"] {
  background: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

/* Enhanced button styling on card hover */
.group:hover .absolute.bottom-0 a,
.group:hover div[class*="bottom-0"] a {
  background: rgba(220, 38, 38, 0.85) !important;
  background-color: rgba(220, 38, 38, 0.85) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4) !important;
  transform: translateY(-2px) !important;
  transition: all 0.3s ease !important;
}

/* Ensure text remains visible with glassmorphism */
.group:hover .absolute.bottom-0 h5,
.group:hover div[class*="bottom-0"] h5 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
  color: white !important;
  font-weight: 700 !important;
}

/* Specific targeting for home page main cards container */
.grid.grid-cols-1.sm\\:grid-cols-2.lg\\:grid-cols-4 .group:hover .absolute.bottom-0 {
  background: rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 0 1.5rem 1.5rem !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}
.expocontainer {
  position: relative;
  text-align: center;
}
.expofinished { 
  position: absolute;
  top: 15px;
  right: -35px;
  background: #c1272d;
  color: white;
  padding: 5px 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(45deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: none;
}

/* Navbar glassmorphism enhancement */
.navbar {
    backdrop-filter: blur(20px) !important;
    background: rgba(17, 24, 39, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    z-index: 9999 !important;
    position: relative !important;
}

.navbar.scrolled {
    backdrop-filter: blur(25px) !important;
    background: rgba(17, 24, 39, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Dropdown glassmorphism */
.navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    z-index: 10000 !important;
    position: absolute !important;
}

.navbar .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(25px) !important;
}

/* Ensure all navbar dropdowns are above maps */
.nav-item .dropdown-menu,
.navbar-nav .dropdown-menu,
.dropdown-menu {
    z-index: 10000 !important;
    position: absolute !important;
}

/* Bootstrap dropdown specificity */
.navbar .nav-item .dropdown-menu {
    z-index: 10001 !important;
}

/* Social media hover colors */
.social-facebook:hover { color: #1877f2 !important; }
.social-twitter:hover { color: #1da1f2 !important; }
.social-instagram:hover { color: #e4405f !important; }
.social-youtube:hover { color: #ff0000 !important; }

/* Mobile glassmorphism adjustments */
@media (max-width: 768px) {
    .navbar {
        backdrop-filter: blur(15px) !important;
        background: rgba(17, 24, 39, 0.95) !important;
    }
}

/* Button hover effects enhancement */
.btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

/* Remove all underlines from links */
a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

/* Override Bootstrap/framework underlines */
.btn:hover,
.nav-link:hover,
.dropdown-item:hover {
    text-decoration: none !important;
}

/* Home page cards glassmorphism - Enhanced */
.home-card,
.home-card:hover,
.card.home-card,
.card.home-card:hover,
.card-body.home-card,
.card-body.home-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Strong override for white backgrounds */
.card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

.card-body:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

/* Specific cards that need glassmorphism */
.card-body h2:contains("Tattoo Artists"),
.card-body h2:contains("Tattoos"),
.card-body h2:contains("Studios"),
.card-body h2:contains("Expos") {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

/* Button glassmorphism in cards */
.card .btn-tattooya {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.card .btn-tattooya:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(20px) !important;
    transform: translateY(-2px) !important;
}

/* Enhanced text shadows for better legibility */
.card h2,
.card .card-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.card p,
.card .card-text {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
}

/* Multiple selector strategy for maximum compatibility */
div[class*="card"]:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

.container .card:hover,
.row .card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

/* Webkit prefix for better browser support */
div[class*="card"]:hover {
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
}

/* Search form select options visibility */
select option {
    color: #1f2937 !important;
    background-color: white !important;
}

select {
    color: #1f2937 !important;
    background-color: white !important;
}

/* Expo glassmorphism specific styles */
.expo-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

.expo-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(25px) !important;
    transform: translateY(-5px) scale(1.02) !important;
}

/* Expo form styling */
.expo-form-container {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.expo-form-input {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.expo-form-input:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3) !important;
}

/* Expo accordion styling */
.expo-accordion {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.expo-accordion-button {
    background: rgba(239, 68, 68, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.expo-accordion-button:hover {
    background: rgba(239, 68, 68, 1) !important;
}

/* Expo details cards */
.expo-details-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Map container styling */
.expo-map-container {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* File input styling */
input[type="file"] {
    color: white !important;
}

input[type="file"]::-webkit-file-upload-button {
    background: rgba(239, 68, 68, 0.8) !important;
    color: white !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    margin-right: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: rgba(239, 68, 68, 1) !important;
    transform: translateY(-1px) !important;
}

/* Date input styling for better visibility */
input[type="date"] {
    color-scheme: dark !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
    cursor: pointer !important;
}

/* Error messages styling */
.expo-error-container {
    background: rgba(239, 68, 68, 0.2) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(239, 68, 68, 0.5) !important;
}

/* Pagination styling */
.expo-pagination {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Hero section styling */
.expo-hero {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(153, 27, 27, 0.9), rgba(17, 24, 39, 0.9)) !important;
}

.expo-hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 1 !important;
}

/* Call to action sections */
.expo-cta {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.9), rgba(185, 28, 28, 0.9)) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Submit button enhanced styling */
.expo-submit-btn {
    background: rgba(239, 68, 68, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(239, 68, 68, 0.5) !important;
    transition: all 0.3s ease !important;
}

.expo-submit-btn:hover {
    background: rgba(239, 68, 68, 1) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(239, 68, 68, 0.3) !important;
}

/* ===== LEAFLET MAP STYLES OVERRIDE ===== */
/* Override Leaflet default link colors */
.leaflet-container a {
    color: #ffffff !important;
}

.leaflet-container a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.leaflet-container a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.leaflet-container a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.leaflet-container a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Leaflet popup styling */
.leaflet-popup-content a {
    color: #ffffff !important;
    background-color: #dc2626 !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin: 2px !important;
    transition: all 0.3s ease !important;
}

.leaflet-popup-content a:hover {
    background-color: #b91c1c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}

/* Leaflet attribution links */
.leaflet-control-attribution a {
    color: #666666 !important;
}

.leaflet-control-attribution a:hover {
    color: #333333 !important;
    text-decoration: underline !important;
}

/* Leaflet zoom control styling */
.leaflet-control-zoom a {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #333333 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.leaflet-control-zoom a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #000000 !important;
}

/* Custom geolocation button styling */
.leaflet-control button {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.leaflet-control button:hover {
    background-color: #b91c1c !important;
    transform: translateY(-1px) !important;
}

/* ===== ENHANCED GEOLOCATION BUTTON STYLING ===== */
.geolocation-button-container {
    position: relative !important;
    margin-bottom: 10px !important;
}

.geolocation-btn {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    min-width: 120px !important;
    min-height: 80px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    position: relative !important;
    overflow: hidden !important;
}

.geolocation-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.6s !important;
}

.geolocation-btn:hover::before {
    transform: translateX(100%) !important;
}

.geolocation-btn:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(220, 38, 38, 0.4) !important;
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

.geolocation-btn:active {
    transform: translateY(-1px) scale(1.02) !important;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3) !important;
}

.geolocation-btn:disabled {
    transform: none !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

.geolocation-btn i {
    font-size: 20px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.geolocation-btn .btn-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    line-height: 1 !important;
}

/* Pulse animation for better visibility */
@keyframes pulse-location {
    0% {
        box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
    }
    50% {
        box-shadow: 0 8px 25px rgba(220, 38, 38, 0.6);
    }
    100% {
        box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
    }
}

.geolocation-btn {
    animation: pulse-location 2s infinite !important;
}

.geolocation-btn:hover {
    animation: none !important;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .geolocation-btn {
        min-width: 100px !important;
        min-height: 70px !important;
        padding: 12px 16px !important;
    }
    
    .geolocation-btn i {
        font-size: 18px !important;
    }
    
    .geolocation-btn .btn-text {
        font-size: 11px !important;
    }
}

/* ===== FLAG ICONS ===== */
/* Override owl-carousel image width for flag icons */
.flag-icon {
    width: inherit !important;
    height: auto !important;
    max-width: 24px !important;
    max-height: 18px !important;
    display: inline-block !important;
}

/* ===== Z-INDEX HIERARCHY ===== */
/* Ensure Leaflet maps don't interfere with navigation */
.leaflet-container {
    z-index: 1 !important;
}

.leaflet-control-container {
    z-index: 100 !important;
}

.leaflet-popup {
    z-index: 1000 !important;
}

/* Ensure modals and overlays are above everything */
.modal {
    z-index: 11000 !important;
}

.modal-backdrop {
    z-index: 10999 !important;
}

/* Tooltips above modals */
.tooltip {
    z-index: 11001 !important;
}

/* Popovers above modals */
.popover {
    z-index: 11002 !important;
}

/* ===== HOME SEARCH FORM GLASSMORPHISM ===== */
.videocallout form {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.videocallout form:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4) !important;
}

/* Search form labels */
.videocallout form label {
    color: white !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    font-weight: 600 !important;
}

/* Search form select inputs */
.videocallout form select {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.videocallout form select:focus {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-color: rgba(239, 68, 68, 0.8) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3) !important;
}

/* Search form select options */
.videocallout form select option {
    color: #1f2937 !important;
    background-color: white !important;
    text-shadow: none !important;
}

/* Search form button */
.videocallout form button {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.8), rgba(185, 28, 28, 0.8)) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(220, 38, 38, 0.5) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.videocallout form button:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 1), rgba(185, 28, 28, 1)) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(220, 38, 38, 0.4) !important;
}

.videocallout form button:active {
    transform: translateY(-1px) scale(1.02) !important;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3) !important;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .videocallout form {
        background: rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(15px) !important;
        -webkit-backdrop-filter: blur(15px) !important;
        padding: 20px !important;
    }
    
    .videocallout form select {
        background: rgba(255, 255, 255, 0.25) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
    }
}
/* Carousel Owl */
.owl-carousel .owl-stage {
  display: flex;
}

/* ===== OWL CAROUSEL FIXES ===== */
/* Ensure carousel works properly */
.owl-carousel .owl-stage {
    display: flex !important;
}

.owl-carousel .item {
    float: none !important;
    display: block !important;
}

/* Protect carousel from glassmorphism interference */
.owl-carousel .item > div {
    background: white !important;
    backdrop-filter: none !important;
}

.owl-carousel .bg-red-600 {
    background: #dc2626 !important;
    backdrop-filter: none !important;
}

/* ===== PROFILE SPECIFIC ENHANCEMENTS ===== */
/* Profile header glassmorphism */
.profile-header {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.9), rgba(220, 38, 38, 0.9));
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Profile tab buttons */
.profile-tab-button {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.profile-tab-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.profile-tab-button.active {
    background: rgba(239, 68, 68, 0.8);
    border-color: rgba(239, 68, 68, 0.5);
}

/* Profile social buttons */
.profile-social-button {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.profile-social-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px) scale(1.05);
}

/* Profile form inputs */
.profile-form-input {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

.profile-form-input:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(239, 68, 68, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

.profile-form-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Profile form select */
.profile-form-select {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #1f2937 !important;
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.profile-form-select option {
    background: #1f2937 !important;
    color: white !important;
}

/* Profile avatar container */
.profile-avatar-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.profile-avatar-container:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Profile stats cards */
.profile-stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.profile-stats-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* Profile content cards */
.profile-content-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.profile-content-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Profile activity items */
.profile-activity-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.profile-activity-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

/* Profile action buttons */
.profile-action-btn {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.9), rgba(220, 38, 38, 0.9));
    backdrop-filter: blur(16px);
    border: 1px solid rgba(239, 68, 68, 0.3);
    transition: all 0.3s ease;
}

.profile-action-btn:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.9), rgba(185, 28, 28, 0.9));
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
}

/* Profile follow button */
.profile-follow-btn {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(22, 163, 74, 0.9));
    backdrop-filter: blur(16px);
    border: 1px solid rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
}

.profile-follow-btn:hover {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.9), rgba(21, 128, 61, 0.9));
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

/* Profile form containers */
.profile-form-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-form-section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Profile file input */
.profile-file-input {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

.profile-file-input::-webkit-file-upload-button {
    background: rgba(239, 68, 68, 0.8);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-file-input::-webkit-file-upload-button:hover {
    background: rgba(220, 38, 38, 0.9);
    transform: translateY(-1px);
}

/* Profile responsive design */
@media (max-width: 768px) {
    .profile-header {
        padding: 1rem;
    }
    
    .profile-avatar-container {
        width: 80px;
        height: 80px;
    }
    
    .profile-stats-card {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
    
    .profile-content-card {
        padding: 1rem;
    }
}