/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

p,
ul li {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8em;
  color: #000000;
}

.font-livvic,
.section-title,
.service-section .single-service a,
.quote-text,
.footer h5 {
  font-family: "Livvic", Sans-serif;
}

strong {
  font-weight: 600;
}

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

/* Navigation Styles */
.navbar {
  padding: 5px 0;
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar.scrolled {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
}

.logo {
  width: 100px;
}

.logo-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #5c5555;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.logo-text span {
  display: block;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1.5rem;
  text-align: center;
}

.navbar.scrolled .logo {
  width: 70px;
  padding: 5px 0;
}

.navbar.scrolled .logo-text {
  font-size: 1.5rem;
}

.navbar.scrolled .logo-text span {
  font-size: 1rem;
}

.nav-link {
  position: relative;
  transition: all 0.3s ease;
}

li.nav-item {
  font-size: 15px;
  padding-right: 10px;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background-color: #000;
  transition: all 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 50%;
  left: 25%;
}

/* Custom Hamburger Menu */
.hamburger-menu {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.hamburger-menu .line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  margin: 3px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .line2 {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .line3 {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Hero Section */
#tattooCarousel .carousel-inner,
#tattooCarousel .carousel-control-prev,
#tattooCarousel .carousel-control-next {
  top: 103px;
}

.banner-top {
  margin-top: 103px;
}

#tattooCarousel .carousel-item {
  height: 600px;
  position: relative;
}

#tattooCarousel .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  text-align: left;
  width: 50%;
}

.carousel-caption h1 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  color: #FFFFFF !important;
  letter-spacing: 0.5em;
  line-height: 2em;
  width: 50%;
}

.banner_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDg2Yy0xOS45LTE3LjIxLTQwLjA4LTM5LjY5LTc5Ljg5LTM5LjY5LTU3LjQ5IDAtNTYuOTMgNDYuNTktMTE1IDQ2LjU5LTUzLjYxIDAtNTkuNzYtMzkuNjItMTE1LjYtMzkuNjJDOTIzLjcgNTMuMjcgOTI0LjI2IDg3IDg1My44OSA4N2MtODkuMzUgMC03OC43NC04Ny0xODguMi04N0M1NTQgMCA1NDMuOTUgMTIxLjggNDIzLjMyIDEyMS44Yy0xMDAuNTIgMC0xMTcuODQtNTQuODgtMTkxLjU2LTU0Ljg4LTc3LjA2IDAtMTAwIDQ4LjU3LTE1MS43NSA0OC41Ny00MCAwLTYwLTEyLjIxLTgwLTI5LjUxdjU0SDEyODB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 1;
  transform: scale(1, 1);
}

@media (max-width: 767.98px) {
  #tattooCarousel .carousel-item {
    height: 400px;
  }

  .carousel-caption h1 {
    font-size: 1.8rem;
  }
}

/* Wave Container */
.wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.wave {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

/* Main Content Section */
.main-content-section {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.vertical-text-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 3px;
  color: #e0e0e0;
  text-transform: uppercase;
}

.content-wrapper {
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

.text-container {
  border: 3px solid;
}

.main-title {
  font-family: 'Gowun Dodum';
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
}

.title-wrap {
  background-color: #ffffff;
  margin-bottom: 80px;
  margin-left: -30px;
  max-width: 546px;
  margin-top: -30px;
  padding: 10px 0 0;
}

.main-title {
  font-family: 'Gowun Dodum';
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2em;
  color: #000;
}

.vertical-t {
  max-width: 280px;
  transform: translateX(-60px) translateY(100px) rotateX(0deg) rotateY(0deg) rotateZ(270deg);
  transform-origin: 0% 50%;
  margin-bottom: -60px;
}

.cta {
  border-width: 0px;
  border-radius: 100px;
  letter-spacing: 4px;
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  display: inline-block;
}

.vertical-t h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7em;
}

.title-underline {
  width: 100px;
  height: 4px;
  background-color: #000;
  margin-bottom: 40px;
}

.content-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.content-text p {
  margin-bottom: 20px;
}

.content-text strong {
  font-weight: 700;
}

/* Button Styles */
.btn {
  border-radius: 100px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-dark {
  background-color: #000;
  border-color: #000;
}

.btn-dark:hover {
  background-color: #333;
  border-color: #333;
  transform: translateY(-3px);
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}

.btn-outline-dark:hover {
  background-color: #000;
  color: white;
  transform: translateY(-3px);
}

/* Portfolio Section */
.portfolio-section,
.service-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 50px;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-10px);
}

.portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  transform: translateY(0);
}

.portfolio-category {
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* About Section */
.section-padding {
  padding: 50px 0;
}

.light-bg {
  background-color: #f8f9fa;
}

.about-section {
  padding: 100px 0;
  background-color: #fff;
}

.about-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.about-content {
  padding-left: 50px;
}

.artist-name {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}

.artist-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.about-text p {
  margin-bottom: 20px;
}

/* Blog Section */
.blog-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.blog-card {
  background-color: white;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.blog-image {
  height: 100%;
}

.blog-image img {
  object-fit: cover;
}

.blog-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-excerpt {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

/* Quote Section */
.quote-section {
  padding: 100px 0;
  background-color: #f0f0f0;
}

.quote-text {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.quote-author {
  font-size: 1.2rem;
  color: #666;
  font-style: normal;
}

/* Testimonials Section */
.testimonials-section {
  padding: 100px 0;
  background-color: #fff;
}

.single-testimonial2 {
  /* position: relative; */
  margin: 15px;
  margin-bottom: 20px;
  transition: all .4s;
  border-bottom: 3px solid transparent;
}

.testimonial-card {
  background-color: white;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-rating {
  color: #ffc107;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.testimonial-author h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.testimonial-author span {
  color: #666;
  font-size: 0.9rem;
}

.testimonial-area2 {
  text-align: center;
  background-color: rgba(136, 116, 181, .11);
}



.owl-carousel.owl-drag .owl-item.active.center .single-testimonial2 {
  border-bottom: 3px solid #5764ec;
}

.rating-box2 ul li {
  display: inline-block;
}

.rating-box2 ul li i {
  color: #ffce39;
  font-size: 18px;
}

.testimonial-content2 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.testimonial-content2 p {
  color: #464646;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
}

.single-testimonial2 .testimonial-bio2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.single-testimonial2 .testimonial-bio2 .avatar2 img {
  border-radius: 50%;
  width: 80px;
  margin: 0 auto;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 {
  text-align: left;
  margin-left: 15px;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 .name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2px;
}

.single-testimonial2 .testimonial-bio2 .bio-info2 span {
  font-size: 15px;
  color: #555;
}

.testimonial-area2 .owl-theme .owl-nav.disabled+.owl-dots {
  position: unset;
  right: 0;
  top: 50%;
  transform: none;
  margin-top: 20px;
}

/*Services*/
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

/* .service-section {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
} */

.service-section .header-section {
  margin-bottom: 34px;
}

/* .service-section .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.service-section .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #5c5555;
    border-radius: 3px;
}

.service-section .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
} */

.service-section .header-section .description {
  font-size: 14px;
  color: #282828;
}

.service-section .single-service {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  overflow: hidden;
  height: 400px;
}

.about-service .single-service {
  height: auto;
}

.about-service img {
  margin-bottom: 26px;
  width: 70px;
  height: 70px;
}

.service-section .single-service .content {
  position: relative;
  z-index: 20;
}

.service-section .single-service .circle-before {
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(40%, -40%);
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  border: 6px solid #000000;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 10;
  transition: all .6s;
}

.service-section .single-service:hover .circle-before {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.service-section .single-service .icon {
  display: inline-block;
  margin-bottom: 26px;
  width: 70px;
  height: 70px;
  background-color: #5c5555;
  border-radius: 5px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  transition: all .3s;
}

.service-section .single-service:hover .icon {
  background-color: #fff;
  color: #5c5555;
}

.service-section .single-service .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 23px;
  transition: color .3s;
}

.service-section .single-service:hover .title {
  color: #fff;
}

.service-section .single-service .description {
  margin-bottom: 20px;
  font-size: 14px;
  transition: color .3s;
}

.about-service .single-service .description {
  font-size: 16px;
}

.service-section .single-service:hover .description {
  color: #fff;
}

.service-section .single-service a {
  position: relative;
  font-size: 18px;
  color: #202020;
  text-decoration: none;
  font-weight: 500;
  transition: color .3s;
}

.service-section .single-service:hover a {
  color: #fff;
}

.service-section .single-service a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #5c5555;
  transition: background-color .3s;
}

.service-section .single-service:hover a:after {
  background-color: #fff;
}

.service-sec img {
  border-radius: 45px;
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.map-container {
  height: 450px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-wrapper {
  background-color: white;
  padding: 50px 50px 20px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-control {
  border-radius: 0;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* Footer */
.footer {
  background-color: #000;
  color: white;
  padding: 80px 0 30px;
}

.footer h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: white;
  padding-left: 10px;
}

.contact-info p {
  color: #ccc;
  margin-bottom: 12px;
}

.contact-info i {
  margin-right: 10px;
  color: white;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  background-color: white;
  color: #000;
  transform: translateY(-5px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}

.footer-bottom p {
  color: #ccc;
  margin: 0;
}

/* Floating Contact Button */
.floating-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.floating-contact .btn {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.floating-contact .btn:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.contact-text {
  font-weight: 600;
  font-size: 0.9rem;
}

.nos-div {
  background-color: #5c5555;
  color: #fff;
  padding: 40px;
  border-radius: 25px;
}

.detail-sec p {
  color: #fff;
  font-family: "Livvic", Sans-serif;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .main-title {
    font-size: 2.5rem;
  }

  .content-wrapper {
    padding-left: 60px;
  }

  .about-content {
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 3rem;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .content-wrapper {
    padding-left: 40px;
  }

  .about-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .blog-content {
    padding: 40px;
  }

  .contact-form-wrapper {
    padding: 40px;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .hero-content {
    padding-left: 20px;
  }

  .main-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .content-wrapper {
    padding-left: 20px;
  }

  .vertical-text-container {
    display: none;
  }

  .quote-text {
    font-size: 2rem;
  }

  .blog-content {
    padding: 30px;
  }

  .contact-form-wrapper {
    padding: 30px;
  }

  .portfolio-image img {
    height: 250px;
  }

  .hero-background {
    background-attachment: scroll;
  }

  .banner_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzOXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgODZjLTE5LjktMTcuMjEtNDAuMDgtMzkuNjktNzkuODktMzkuNjktNTcuNDkgMC01Ni45MyA0Ni41OS0xMTUgNDYuNTktNTMuNjEgMC01OS43Ni0zOS42Mi0xMTUuNi0zOS42MkM5MjMuNyA1My4yNyA5MjQuMjYgODcgODUzLjg5IDg3Yy04OS4zNSAwLTc4Ljc0LTg3LTE4OC4yLTg3QzU1NCAwIDU0My45NSAxMjEuOCA0MjMuMzIgMTIxLjhjLTEwMC41MiAwLTExNy44NC01NC44OC0xOTEuNTYtNTQuODgtNzcuMDYgMC0xMDAgNDguNTctMTUxLjc1IDQ4LjU3LTQwIDAtNjAtMTIuMjEtODAtMjkuNTF2NTRIMTI4MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 39px;
    bottom: 0;
    height: 39px;
    z-index: 1;
    transform: scale(1, 1);
  }

  .mbl-m-20 {
    margin: 20px;
  }

  .vertical-t {
    transform: translateX(0px) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform-origin: 0% 50%;
    text-align: center;
    padding-top: 20px;
  }

  .title-wrap {
    max-width: 200px;
    margin-left: -20px;
    margin-top: 100px;
  }

  .service-section .single-service {
    height: auto;
  }

  .share-buttons {
    gap: 0.5rem !important;
  }

  .card-content p {
    font-size: 14px;
  }

  .about-section {
    padding: 50px 0;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .quote-text {
    font-size: 1.5rem;
  }

  .blog-title {
    font-size: 1.5rem;
  }

  .artist-name {
    font-size: 1.8rem;
  }

  .floating-contact .contact-text {
    display: none;
  }

  .floating-contact .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/* gallery section */
/* Loading Animation */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
  color: var(--white);
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(236, 72, 153, 0.3) 0%, transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, var(--white) 0%, var(--accent-purple) 50%, var(--accent-pink) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Tab Navigation */
.tab-navigation {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 2rem 0;
  position: sticky;
  top: 75px;
  z-index: 100;
  box-shadow: var(--shadow-lg);
}

.tab-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.tab-container::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex-shrink: 0;
  padding: 0.7rem;
  border: none;
  background: var(--white);
  color: var(--medium-gray);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #8c2626;
  font-family: "Livvic", Sans-serif;
}

.tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-pink) 100%); */
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  transition: var(--transition);
  z-index: -1;
}

.tab-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  color: var(--white);
}

.tab-btn:hover::before {
  left: 0;
}

.tab-btn.active {
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  /* background: linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-pink) 100%); */
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

.tab-btn.active::before {
  left: 0;
}

.tab-btn i {
  margin-right: 0.5rem;
}

/* Mobile tab improvements */
@media (max-width: 768px) {
  .tab-navigation {
    padding: 1.5rem 0;
  }

  .tab-container {
    padding: 0;
    gap: 0.75rem;
  }

  .tab-btn {
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
  }
}

/* Gallery Container */
.gallery-container {
  padding: 4rem 0;
  min-height: 60vh;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}

/* Gallery Cards */
.gallery-card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: 1px solid rgba(139, 92, 246, 0.1);
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  animation: cardFadeIn 0.6s ease forwards;
  position: relative;
  cursor: pointer;
}

.gallery-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(139, 92, 246, 0.1) 100%);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
  pointer-events: none;
}

.gallery-card:nth-child(1) {
  animation-delay: 0.1s;
}

.gallery-card:nth-child(2) {
  animation-delay: 0.2s;
}

.gallery-card:nth-child(3) {
  animation-delay: 0.3s;
}

.gallery-card:nth-child(4) {
  animation-delay: 0.4s;
}

.gallery-card:nth-child(5) {
  animation-delay: 0.5s;
}

.gallery-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gallery-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: var(--shadow-xl);
}

.gallery-card:hover::before {
  opacity: 1;
}

.image-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-card:hover .gallery-image {
  transform: scale(1.1);
}

/* Image overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(58, 13, 13, 0.5), rgba(140, 38, 38, 0.5));
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.gallery-card:hover .image-overlay {
  opacity: 1;
}

.view-icon {
  color: var(--white);
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: var(--transition);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.gallery-card:hover .view-icon {
  transform: scale(1);
}

/* Share Buttons */
.card-content {
  padding: 1rem;
  text-align: center;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

.share-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.share-btn {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--transition);
  cursor: pointer;
  color: var(--white);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
}

/* .share-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: var(--transition);
  z-index: -1;
}

.share-btn:hover {
  transform: translateY(-3px);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.share-btn:hover::before {
  transform: scale(1);
}

.whatsapp-btn:hover {
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn::before {
  background: #25d366;
}

.facebook-btn:hover {
  box-shadow: 0 10px 30px rgba(24, 119, 242, 0.4);
}

.facebook-btn::before {
  background: #1877f2;
}

.instagram-btn:hover {
  box-shadow: 0 10px 30px rgba(228, 64, 95, 0.4);
}

.instagram-btn::before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
} */

/* Default brand colors */
.whatsapp-btn {
  background: #25d366;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.facebook-btn {
  background: #1877f2;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.instagram-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 4px 15px rgba(228, 64, 95, 0.3);
}

/* Hover effects - slide up and enhanced shadows */
.share-btn:hover {
  transform: translateY(-8px) scale(1.1);
}

.whatsapp-btn:hover {
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
  background: linear-gradient(135deg, #25d366 0%, #20b358 100%);
}

.facebook-btn:hover {
  box-shadow: 0 15px 35px rgba(24, 119, 242, 0.6);
  background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}

.instagram-btn:hover {
  box-shadow: 0 15px 35px rgba(228, 64, 95, 0.6);
  background: linear-gradient(45deg, #ff6b35 0%, #f7931e 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Active/pressed state */
.share-btn:active {
  transform: translateY(-4px) scale(1.05);
}


/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  backdrop-filter: blur(20px);
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  animation: lightboxZoom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes lightboxZoom {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-xl);
}

/* Navigation Buttons */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: var(--primary-dark);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.lightbox-nav:hover {
  background: var(--accent-purple);
  color: var(--white);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: 2rem;
}

.lightbox-next {
  right: 2rem;
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: var(--primary-dark);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.lightbox-close:hover {
  background: var(--accent-pink);
  color: var(--white);
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 4rem 0 3rem;
  }

  .image-container {
    height: 220px;
  }

  .lightbox-nav {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    z-index: 9;
  }

  .lightbox-prev {
    left: 1rem;
  }

  .lightbox-next {
    right: 1rem;
  }

  .lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

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

  .footer {
    padding: 30px 20px 30px 20px;
  }

  .footer h5 {
    margin: 40px 0 15px 0;
  }

  .footer-links li {
    margin-bottom: 4px;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .nav-link:hover::after,
  .nav-link.active::after {
    width: 25%;
    left: 0%;
  }
}

/* Focus styles */
/* .gallery-card:focus,
        .share-btn:focus,
        .lightbox-nav:focus,
        .lightbox-close:focus,
        .tab-btn:focus {
            outline: 3px solid var(--accent-purple);
            outline-offset: 3px;
        } */

/* Empty state */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--medium-gray);
}

.empty-state i {
  font-size: 4rem;
  margin-bottom: 2rem;
  opacity: 0.3;
  color: var(--accent-purple);
}

.empty-state h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary-dark);
}

.empty-state p {
  font-size: 1rem;
  opacity: 0.7;
}

/* Category indicator */
.category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
}

/* Floating Action Button Styles */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
}

.fab-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fab-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 26px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  position: relative;
  overflow: hidden;
}

.fab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

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

.fab-btn:hover {
  transform: scale(1.15) rotate(5deg);
  color: white;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.call-btn {
  background: linear-gradient(135deg, #007bff, #0056b3);
}

/* Enhanced Modal Styles */
.offer-modal .modal-dialog {
  max-width: 480px;
}

.offer-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  background: #fff;
  position: relative;
}

.offer-modal .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  opacity: 0.05;
  pointer-events: none;
}

.offer-header {
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.offer-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }
}

.offer-header h4 {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  letter-spacing: 1px;
}

.offer-header small {
  position: relative;
  z-index: 2;
  opacity: 0.9;
  font-weight: 300;
}

.btn-close-custom {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 3;
}

.btn-close-custom:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.offer-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 2px solid transparent;
  border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.offer-card:hover::before {
  opacity: 0.03;
}

.offer-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(92, 28, 28, 0.2);
  border-color: #8c2626;
}

.offer-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(15deg);
  box-shadow: 0 3px 10px rgba(255, 107, 107, 0.4);
  animation: pulse 2s infinite;
  z-index: 2;
}

@keyframes pulse {

  0%,
  100% {
    transform: rotate(15deg) scale(1);
  }

  50% {
    transform: rotate(15deg) scale(1.05);
  }
}

.offer-content {
  position: relative;
  z-index: 2;
}

.offer-title {
  background: linear-gradient(135deg, #3a0d0d, #8c2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 18px;
}

.price-original {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
}

.price-offer {
  background: linear-gradient(135deg, #28a745, #20c997);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-book-now {
  background: linear-gradient(135deg, #3a0d0d, #5e1c1c, #8c2626);
  border: none;
  border-radius: 25px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(92, 28, 28, 0.3);
}

.btn-book-now::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: left 0.5s;
}

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

.btn-book-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(92, 28, 28, 0.4);
  background: linear-gradient(135deg, #5e1c1c, #8c2626, #a63030);
  color: #fff;
}

.fire-icon {
  color: #ff6b6b;
  animation: flicker 1.5s ease-in-out infinite alternate;
}

@keyframes flicker {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

.info-section {
  background: linear-gradient(135deg, rgba(58, 13, 13, 0.05), rgba(140, 38, 38, 0.05));
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid rgba(140, 38, 38, 0.1);
}

/* Animation for modal */
.modal.fade .modal-dialog {
  transform: scale(0.7) rotate(-5deg);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal.show .modal-dialog {
  transform: scale(1) rotate(0deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-buttons {
    bottom: 15px;
    right: 15px;
  }

  .fab-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .offer-modal .modal-dialog {
    max-width: 380px;
    margin: 1rem;
  }

  .offer-title {
    font-size: 16px;
  }

  .price-offer {
    font-size: 20px;
  }
  .offer-header h4{
    font-size: 17px;
  }
  .main-content-section, .portfolio-section, .service-section {
    padding: 50px 0;
  }
}