.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--chip);
  color: #999;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  border: 1px solid var(--line);
  font-size: 0.875rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--rad10);
  overflow: hidden;
  background: var(--cardbg);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.art-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .art-image {
  transform: scale(1.02);
}

.meta {
  /*color: var(--muted);*/
  /* font-size: 0.875rem; */
  font-size: 1rem;
}

.price {
  font-weight: 700;
  font-size: 1.125rem;
}

/* Featured Artworks Section Styles */
.section-wrap {
  padding: 2rem 0 4rem 0;
  border-bottom: 1px solid var(--line);
}

.display-title {
  font-weight: 400;
  letter-spacing: .2px;
  font-size: clamp(2rem, 3vw + 1rem, 3.25rem);
  line-height: 1.15;
  margin-bottom: 2rem;
}

.art-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin: .35rem 0 .25rem;
}

.art-meta {
  color: var(--muted);
  font-size: .95rem;
}

.art-price {
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: .35rem;
}

.art-card {
  border: 1px solid var(--line);
  background: var(--cardbg);
  border-radius: var(--rad10);
  overflow: hidden;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

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

.art-body {
  padding: 14px 16px 16px;
}

.gutter-24 {
  row-gap: 24px;
}

/* Hero */
.hero {
  border-bottom: 1px solid var(--line);
  background: #F9F4EE;
  padding: 4rem 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ai-input {
  display: flex;
  gap: 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--rad10);
  padding: 0.75rem;
  background: transparent;
  margin-bottom: 1rem;
}

.ai-input input {
  flex: 1;
  border: 0;
  background: transparent;
  color: var(--text);
  outline: 0;
  padding: 0.5rem;
}

/* Strips & sections */
.strip {
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
  color: var(--muted);
  text-align: center;
}

.section {
  border-bottom: 1px solid var(--line);
  padding: 6rem 0;
}

/* Footer */
footer {
  background: color-mix(in srgb, var(--text) 92%, transparent);
  color: color-mix(in srgb, var(--bg) 92%, white 8%); 
}

footer .link {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

footer .link:hover {
  opacity: 1;
}

/* Floating AI button */


/* Mobile navigation fixes */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-top: 1px solid var(--line);
    z-index: 1000;
  }

  .navbar-nav {
    padding: 1rem;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  /* Ensure the right-side buttons stay in place */
  .d-flex.align-items-center.order-lg-3 {
    margin-left: auto;
  }
}

/* Desktop styles */
@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: center;
  }  
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .search {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero {
    padding: 3rem 0;
  }

  .section {
    padding: 3rem 0;
  }
}


@media (max-width: 768px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .hero {
    padding: 2rem 0;
  }

  .section {
    padding: 2rem 0;
  }

  footer {
    padding: 3rem 0 1.5rem;
  }
}

.tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-weight: 500;
  color: var(--secondary);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  
}

.tab-btn.active {
  /* background: #b5b0ab; */
  color: var(--primary);
}
.tab-head{
  margin-bottom: 30px;
  font-size: 40px;
}

.tab-btn:hover {
  /* background: var(--chip); */
}
/* TAB WRAPPER */
.tab-buttons{
  justify-content: space-between;
  width: 580px;
  border-bottom:1px solid rgba(255,255,255,0.15);
  gap: 15px;
}
.slide-content .top-buttons .btn{ 
  width: 220px;
}
.tab-btn-buttom .btn{
  width: 190px;
}
.tab-main{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
/* TAB BUTTON */
.tab-btn{
  background:none;
  border:none;
  font-size:18px;
  font-weight:500;
  color:#9a9a9a;
  position:relative;
  cursor:pointer;
  transition:color .25s ease;
}

/* UNDERLINE */
.tab-btn::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-14px;
  width:0;
  height:2px;
  background:var(--primary);
  transition:width .3s ease;
}

/* ACTIVE UNDERLINE */
.tab-btn.active::after{
  width:100%;
}

/* HOVER (optional) */
.tab-btn:hover{
  color:#000;
}
@media(max-width:1200px){
  .tab-buttons{
    padding: 0;
  }
}

.tab-btn-buttom{
  display: flex;
  justify-content: space-between;
}
/* Card Grid */
.collection-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.collection-card .img-wrap {
  position: relative;
  border-radius: var(--rad10);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.collection-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-card:hover img {
  transform: scale(1.05);
}

.collection-card .chip {

  background: rgb(232 226 218 / 48%);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  border: 1px solid var(--line);
  z-index: 2;
}
.collection-card .chip-icon {

  background: rgb(232 226 218 / 48%);
  color: #fff;
  border-radius: var(--rad10);
  font-size: 20px;
  border: 1px solid var(--line);
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-chip{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
}

.collection-card .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.collection-card .meta {
  font-size: 0.9rem;
  color: #ddd7d7;
}
.cad-work{
  background: #939393;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
/* Responsive tweak for 5 cards */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* Style for about section video  */
.video-card {
  border-radius: var(--rad10);
  overflow: hidden;
  background: #000;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: var(--rad10);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


#why-shop .card {
  border: 1px solid var(--line);
  background: var(--cardbg);
  border-radius: var(--rad10);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#why-shop .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}


/* Responsive fix for Why Buy Original Art section */
.why-buy-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.why-buy-card .image-container {
  flex: 0 0 50%;
  height: 300px;
}

.why-buy-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad10);
}

.why-buy-text {
  flex: 1;
}

/* Stack vertically on smaller screens */
@media (max-width: 991.98px) {
  .why-buy-card {
    flex-direction: column;
    text-align: center;
  }

  .why-buy-card .image-container {
    width: 100%;
    height: 240px;
  }

  .why-buy-text {
    margin-top: 1rem;
  }
}

@media(max-width:767px){

  .tab-main
  {
    flex-wrap: wrap;
    justify-content: center;
  } 
}
/* ===============================
   AAKRITI HERO SLIDER – FINAL
   =============================== */

.aakriti-hero-slider {
  position: relative;
  overflow: hidden;
  font-family: 'Inter', Arial, sans-serif;
  color: #fff;
}

/* Carousel full height */
.aakriti-hero-slider .carousel,
.aakriti-hero-slider .carousel-inner,
.aakriti-hero-slider .carousel-item,
.aakriti-hero-slider .slide-bg {
  height: 80vh;
}
@media (min-width: 1600px) {
  .aakriti-hero-slider .carousel,
  .aakriti-hero-slider .carousel-inner,
  .aakriti-hero-slider .carousel-item,
  .aakriti-hero-slider .slide-bg {
    height: 70vh;
  }

}
/* Background image */
.aakriti-hero-slider .slide-bg {
  background-size: cover;
  background-position: center;
}

.aakriti-hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.70) 0%,
    rgba(0,0,0,0.55) 40%,
    rgba(0,0,0,0.20) 100%
    );
  z-index: 1;
}

.aakriti-hero-slider .slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 60px 7% 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aakriti-hero-slider .slide-content h1 {
  max-width: 600px;
  margin: 0 auto 80px;
  text-align: center;
  text-transform: capitalize;
}

/* ===== BOTTOM LEFT AREA ===== */
.aakriti-hero-slider .top-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px 0;
}



/* ===== Arrows bottom right ===== */
.aakriti-hero-slider .custom-arrow {
  width: 46px;
  height: 46px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  top: auto;
  bottom: 40px;
  opacity: 1;
  z-index: 3;
}

.aakriti-hero-slider .carousel-control-prev {
  left: auto;
  right: 88px;
  z-index: 999;
}

.aakriti-hero-slider .carousel-control-next {
  right: 40px;
  z-index: 999;
}

.aakriti-hero-slider .custom-arrow span {
  color: #000;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .aakriti-hero-slider .slide-content {
    padding: 40px 5% 140px;
  }
  .aakriti-hero-slider .slide-content h1 {
    max-width: auto;
    font-size: 32px;
  }
  .aakriti-hero-slider .carousel-control-next {
    right: 40%;
  }
  .aakriti-hero-slider .carousel-control-prev {
    left: 40%;
    right: auto;
  }
  .aakriti-hero-slider .top-buttons {
    flex-direction: column;
  }

}






@media (max-width: 767px) {
 
  .slide-content .top-buttons .btn {
    margin: 0 auto;
  }
}

/* ===============================
   AAKRITI ART GALLERY SECTION
   =============================== */

/* MAIN GRID */
.aakriti-gallery-layout .gallery-wrapper {
  display: grid;
  grid-template-columns: 1.05fr 1.45fr;
  gap: 24px;
  /*align-items: start;*/
  align-items: self-end;
}

/* LEFT CONTENT */
.aakriti-gallery-layout .display-title {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;

}
.featur-cont{
  /*height: 184px;*/
}
.aakriti-gallery-layout .meta {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  max-width: 420px;
  margin-bottom: 20px;
}

/* 
.aakriti-gallery-layout .left-image {
    margin-top: 40px;
} */

.aakriti-gallery-layout .left-image img {
  width: 100%;
  border-radius: var(--rad10);
  display: block;
}

/* ===============================
   RIGHT IMAGE GRID
   =============================== */

.aakriti-gallery-layout .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ART CARD BASE */
.aakriti-gallery-layout .art-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--rad10);
  height: 238px;
}

.aakriti-gallery-layout .art-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* SIZE VARIANTS */
.aakriti-gallery-layout .art-card.tall {
  grid-row: span 2;
  height: 500px;
}

.aakriti-gallery-layout .art-card.wide {
  grid-column: span 2;
  min-height: 340px;
}

/* ===============================
   OVERLAY FOR ALL IMAGES
   =============================== */

/* Dark gradient for readability */
.aakriti-gallery-layout .art-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.35),
    rgba(0,0,0,0)
    );
  z-index: 1;
}
/* ===============================
   LONG ARROW FOR "MORE"
   =============================== */

.aakriti-gallery-layout .more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--primary);
  text-decoration: none;
  padding-bottom: 4px;
  text-align: right;
}

.more-link .arrow {
  width: 28px; 
  height: 1px;
  background: var(--dark);
  position: relative;
}
.more-link .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  transform: rotate(-45deg);
}
.more-link:hover .arrow {
  background: var(--primary);
}
.more-link:hover .arrow::after {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* Overlay content */
.aakriti-gallery-layout .art-body {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  color: #fff;
  padding: 0;
  transition: ease-in-out 0.2s;
  --webkit-transition: ease-in-out 0.2s
}
.art-card:hover .art-body {bottom: 20px}
/* Typography */
.aakriti-gallery-layout .art-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.aakriti-gallery-layout .art-meta {
  font-size: 12.5px;
  opacity: 0.85;
  margin-bottom: 8px;
  color: #ddd7d7;
}

.aakriti-gallery-layout .art-price {
  font-size: 14px;
  font-weight: 600;
}
.aakriti-gallery-layout .art-card.widet {
  grid-column: span 2;
  min-height: 404px;
}
/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 992px) {
  .aakriti-gallery-layout .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .aakriti-gallery-layout .display-title {
    font-size: 42px;
  }

  .aakriti-gallery-layout .left-image {
    max-width: 100%;
  }
}
/* ===============================
   MOBILE GRID FIX (100% WIDTH)
   =============================== */
@media (max-width: 767px) {
  .aakriti-gallery-layout .gallery-wrapper {
    padding: 0;
  }
  .aakriti-gallery-layout .gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;

  }
  .aakriti-gallery-layout .art-card.tall {
    height: auto;
  }
  .aakriti-gallery-layout .art-card.widet {
    min-height: auto;
  }
  .aakriti-gallery-layout .art-card,
  .aakriti-gallery-layout .art-card.tall,
  .aakriti-gallery-layout .art-card.wide {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
.aakriti-gallery-layout .art-card {
        height: 242px;
    }

  .aakriti-gallery-layout .display-title {

    height: auto;
  }

}

/* tab */
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));*/
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 31%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.02) 100%);
  z-index: 1;
  border-radius: var(--rad10);
}
.card-cont {
    display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2;
  color: #fff;
  padding: 0 15px;
    width: 100%;
}
.card-cont .art-meta{
  color: #ddd7d7;
}
.card-cont h5{color: #aaa !important;
    font-size: 18px;
    margin: 0;;}
.aakriti-hero-slider .custom-arrow span {
  margin-top: 1px;
}
.collection-card .chip-icon:hover {
  background: #fff;
  color: #000;
}
.news-section {
  overflow: hidden;
}

/* Grid Setup */
.news-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

/* Swiper Container Fix */
.news-slider-wrap {
  width: 100%;
  min-width: 0; /* Swiper overflow fix for grid */
}

.news-card {
  position: relative;
  border-radius: var(--rad15);
  overflow: hidden;
  height: 420px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.category-pill {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  color: white;
  padding: 6px 15px;
  border-radius: var(--rad15);
  font-size: 12px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.3);
}

.arrow-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
}

.news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 25px 25px;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  color: white;
}

.news-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.news-content p {
  margin: 5px 0 0;
  opacity: 0.8;
  font-size: 14px;
}

/* Right Side Content */
.news-text-content {
  padding-left: 20px;
}
.latest-pill {
  border: 1px solid #333;
  padding: 5px 15px;
  border-radius: var(--rad15);
  font-size: 13px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-text-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.news-text-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
}

.btn-group-custom {
  display: flex;
  gap: 12px;
}
.btn-dark-custom {
  background: #333;
  color: white;
  padding: 14px;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.btn-outline-custom {
  border: 1px solid #333;
  color: #333;
  padding: 14px;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.btn-dark-custom:hover {
  background: #000;
}
.news-slider-wrap .collection-card img {
  height: 460px;
}
.news-slider-wrap .collection-card a {
  color: #fff;
  text-decoration: none;
}
/* Custom Pagination */
.swiper-pagination-custom {
  display: flex;
  gap: 10px;
}
.swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #333;
  width: 60px;
}
.news-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 0;
}


.btn-group-custom {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}


.swiper-pagination-custom {
  margin-top: auto;
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
/* Responsive */
@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .news-text-content {
    order: -1;
    padding-left: 0;
    text-align: center;
  }
  .btn-group-custom {
    margin: 0 auto;
  }
  .swiper-pagination-custom {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .news-text-content h2{
    text-align: center;
    margin: 0 auto 14px;
  }
  .latest-pill{
    margin: 0 auto 20px;
  }
}

/* testi */
.ak-testimonial-wrapper {
  overflow: hidden;
}

.ak-testimonial-title {
  text-align: center;
  margin-bottom: 40px;
}


#ak-unique-swiper {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}


.ak-testimonial-card {
  display: flex !important;
  align-items: center;
  gap: 40px;
  padding: 0;
}


.ak-art-box {
  flex: 0 0 360px;
  height: 360px;
  overflow: hidden;
}

.ak-art-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ak-content-box {
  flex: 1;
  text-align: left;
}

.ak-quote {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.ak-collector-label {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

.ak-artwork-info {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

/* .ak-controls-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
} */

.ak-custom-prev, .ak-custom-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  transition: color 0.3s;
}

.ak-custom-prev:hover, .ak-custom-next:hover {
  color: #000;
}

.ak-custom-pagination {
  display: flex;
  gap: 10px;
  width: auto !important;
  position: static !important;
}

.ak-custom-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d1d1;
  opacity: 1;
  margin: 0 !important;
}

.ak-custom-pagination .swiper-pagination-bullet-active {
  background: #333 !important;
}
#ak-unique-swiper {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
  border-radius: var(--rad)
}

.ak-testimonial-card {
  display: flex !important;
  align-items: center;
  gap: 40px;
}

.ak-art-box {
  flex: 0 0 350px;
  height: 350px;
}

.ak-art-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rad10)
}


/* .ak-controls-container {
  margin: 30px auto 0; 
  display: flex;
  align-items: center;
  justify-content: space-between; 
  position: relative;
  padding: 0 10px;
} */

.ak-controls-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.ak-custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-grow: 1;
}

.akswipre-block{
  position: relative;
}
.ak-custom-prev, .ak-custom-next {
  cursor: pointer;
  color: #333;
  transition: 0.3s;
  z-index: 10;
}

.ak-custom-prev:hover, .ak-custom-next:hover {
  color: #000;
}


.ak-custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
.ak-custom-pagination .swiper-pagination-bullet-active {
  background: #333 !important;
}
@media (max-width: 768px) {
  .ak-testimonial-card {
    flex-direction: column !important;
    text-align: center;
  }
  .ak-art-box {
    flex: 0 0 280px;
    height: 280px;
    width: 280px;
  }
  .ak-content-box {
    text-align: center;
  }
}


.artist-card {
  border: none;
  background: transparent;
  text-align: center;
}


.artist-img {
  width: 100%;
  /*height: 360px;*/
  filter: grayscale(100%);
  transition: 0.3s;
  object-fit: cover;
  border-radius: var(--rad10)
}

.artist-img:hover {
  filter: grayscale(0%);
}

.artist-name {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
}
.testi-head{
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.login-here{
  display: block;
  margin-top: 14px;
  color: #6a6a6a;
  text-decoration: underline;
}
.artists-head{
  margin-bottom: 30px;
  display:  flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.login-here:hover{
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 860px) {
    .aakriti-gallery-layout .art-card{
        height: 200px;
    }
    .aakriti-gallery-layout .art-card.tall{
        height: 424px;
    }
}
@media (max-width: 767px) {
  .artists-head{
    justify-content: center;
  }
  .artists-block h2{
    text-align: center;
  }
  .artists-head .right-col{
    margin: 14px auto;
  }
}
.fab img{
  width: 40px;
  height: 40px;
}

.artwork-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.row-art{
  align-items: flex-end;
  margin-top: 0;
  padding: 0 90px;
}
.artwork-img1 {
  height: 500px;
}
.artwork-img2 {
  height: 350px;
}
.artwork-img3 {
  height: 440px;
}

.artwork-img:hover {
  transform: translateY(-10px);
}


.mouse-icon {
  width: 20px;
  height: 35px;
  border: 2px solid #333;
  border-radius: var(--rad10)
  margin: 0 auto;
  position: relative;
}

.mouse-icon::before {
  content: '';
  width: 4px;
  height: 8px;
  background: #333;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  animation: scroll-anim 1.5s infinite;
}

@keyframes scroll-anim {
  0% {
    opacity: 1;
    top: 5px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}


@media (max-width: 767px) {
  .artwork-img {
    height: 300px;
    margin-top: 15px !important;
  }
  .row-art{
    margin-top: 0px;
    padding: 0;
  }
  .artwork-img1 {
    height: auto;
  }
  .artwork-img2 {
    height: auto;
  }
  .artwork-img3 {
    height: auto;
  }
}
.artist-card{
  position: relative;
}

.artist-card-cont{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 10px;
}
.artist-card-cont h4{
  line-height: 1.5;
  margin-top: 20px;
  color: #fff;
}
.view-art{
  width: 100%;
  border-radius: var(--rad10);
  color: #fff;
}
.artist-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  z-index: 1;
  border-radius: var(--rad10);
  transition: ease-in-out 0.2s
}
.artist-card:hover:after {
  opacity: 0.3
}
.prev-btn{
  margin-bottom: 97px;
  justify-content: center;
}
.art-quote-section h2, .artists-head h2, .testi-head h2{
  font-size: 40px;
}

.artists-head{
  position: relative;
}
.prev-btn .btn{
  width: 250px;
}
.ak-author-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1080px) {
  .row-art {
    padding: 0;
  }
  .news-text-content h2 {
    margin: 0 auto 20px;
  }
  .latest-pill {
    margin: 0 auto 20px;
  }  
}
@media (max-width: 767px) {   
  .prev-btn {
    margin-bottom: 4px;
    margin-bottom: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .row-art {
    padding: 50px 0 0 0;
    position: relative;
  }


  .artists-head {
    margin-bottom: 100px;
    display: block;
  }
  .art-quote-section h2, .artists-head h2, .testi-head h2 {
    font-size: 34px;
    text-align: center;
  }
  .aakriti-gallery-layout .art-card.wide, .aakriti-gallery-layout .art-card.tall,.aakriti-gallery-layout .art-card.wide,.aakriti-gallery-layout .art-card{
      height: auto;
      min-height: 100px;
  }
}