/* Premium Photo Rights Page Design */

/* ===== PREMIUM BANNER SECTION ===== */
.premium-photo-rights-page .bannr-top {
  position: relative;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
  height: 599px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.premium-photo-rights-page .bannr-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
  z-index: 10;
}

.premium-photo-rights-page .banner-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.premium-photo-rights-page .banner-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.premium-photo-rights-page .carousel-item_main {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  z-index: 10;
  max-width: 600px;
  text-align: left;
}

.premium-photo-rights-page .banner-content {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  color: white;
}

.premium-photo-rights-page .banner-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #ffd700;
  color: #000;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.premium-photo-rights-page .banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
  background: #ffed4e;
  color: #000;
}

/* ===== PREMIUM CATEGORY TABS ===== */
.premium-photo-rights-page .celebrity_list_sec {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.premium-photo-rights-page .celebrity_headd {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(135deg, #ff6100, #ff8330);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.premium-photo-rights-page .celebrity_headd::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
  border-radius: 2px;
}

.premium-photo-rights-page .celebrity_listbox {
  margin-bottom: 3rem;
}

.premium-photo-rights-page .celebrity_list {
  border: none;
  justify-content: center;
  gap: 1rem;
}

.premium-photo-rights-page .celebrity_list .nav-link {
  background: white;
  border: 2px solid #e2e8f0;
  color: #64748b;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.premium-photo-rights-page .celebrity_list .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff6100, #ff8330);
  transition: left 0.3s ease;
  z-index: -1;
}

.premium-photo-rights-page .celebrity_list .nav-link:hover,
.premium-photo-rights-page .celebrity_list .nav-link.active {
  color: white;
  border-color: #ff6100;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 97, 0, 0.3);
}

.premium-photo-rights-page .celebrity_list .nav-link:hover::before,
.premium-photo-rights-page .celebrity_list .nav-link.active::before {
  left: 0;
}

/* ===== PREMIUM PHOTO CARDS - MATCHING HOMEPAGE DESIGN ===== */
.premium-photo-rights-page .celebrity_cardd {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
  margin-bottom: 20px;
  height: 100%;
}

.premium-photo-rights-page .celebrity_cardd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #ff6100, #ff8330);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  z-index: 3;
}

.premium-photo-rights-page .celebrity_cardd:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 97, 0, 0.2);
}

.premium-photo-rights-page .celebrity_cardd:hover::before {
  transform: scaleX(1);
}

.premium-photo-rights-page .celebrity_cardd img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 0;
}

.premium-photo-rights-page .celebrity_cardd:hover img {
  transform: scale(1.05);
}

.premium-photo-rights-page .celeb_title {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.premium-photo-rights-page .celeb_title h6 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1a202c;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
}

.premium-photo-rights-page .celeb_title h6 a {
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.premium-photo-rights-page .celeb_title h6 a:hover {
  color: #ff6100;
}

.premium-photo-rights-page .celeb_title .desc {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.premium-photo-rights-page .celeb_title .btn {
  background: linear-gradient(135deg, #ff6100, #ff8330);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

.premium-photo-rights-page .celeb_title .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff8330, #ff6100);
  transition: left 0.3s ease;
  z-index: -1;
}

.premium-photo-rights-page .celeb_title .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 97, 0, 0.4);
  color: white;
}

.premium-photo-rights-page .celeb_title .btn:hover::before {
  left: 0;
}

/* ===== PREMIUM PAGINATION ===== */
.premium-photo-rights-page .pagination_latest1 {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  list-style: none;
  padding: 0;
}

.premium-photo-rights-page .pagination_latest1 li {
  margin: 0;
}

.premium-photo-rights-page .pagination_latest1 .page-link {
  background: white;
  border: 2px solid #e2e8f0;
  color: #64748b;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 45px;
  text-align: center;
}

.premium-photo-rights-page .pagination_latest1 .page-link:hover,
.premium-photo-rights-page .pagination_latest1 .page-link.active {
  background: linear-gradient(135deg, #ff6100, #ff8330);
  color: white;
  border-color: #ff6100;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

/* ===== PREMIUM TESTIMONIALS SECTION ===== */
.premium-photo-rights-page .celeb_testimonial_sec {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  position: relative;
}

.premium-photo-rights-page .celeb_testimonial_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  z-index: 1;
}

.premium-photo-rights-page .celeb_testimonial_sec .heading_title h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.premium-photo-rights-page .celeb_testimonial_sec .heading_title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
  border-radius: 2px;
}

.premium-photo-rights-page .celeb_testimonial_box .item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  margin: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.premium-photo-rights-page .celeb_testimonial_box .item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.premium-photo-rights-page .faq_imgg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.premium-photo-rights-page .faq_head {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.premium-photo-rights-page .faq_desc {
  color: #cbd5e0;
  line-height: 1.6;
  font-size: 1rem;
}

.premium-photo-rights-page .faq_desc span {
  color: #ffd700;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.3s ease;
}

.premium-photo-rights-page .faq_desc span:hover {
  color: #ffed4e;
}

/* ===== PREMIUM CONTACT FORM SECTION ===== */
.premium-photo-rights-page .right_contact_form {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
}

.premium-photo-rights-page .form_box {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.premium-photo-rights-page .form_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd700, #ffed4e);
}

.premium-photo-rights-page .form_box .heading {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 2rem;
  line-height: 1.3;
  background: linear-gradient(135deg, #ff6100, #ff8330);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.premium-photo-rights-page .right_form input,
.premium-photo-rights-page .right_form textarea,
.premium-photo-rights-page .select_option {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
  width: 100%;
}

.premium-photo-rights-page .right_form input:focus,
.premium-photo-rights-page .right_form textarea:focus,
.premium-photo-rights-page .select_option:focus {
  border-color: #ff6100;
  box-shadow: 0 0 0 3px rgba(255, 97, 0, 0.1);
  outline: none;
}

.premium-photo-rights-page .right_form input::placeholder,
.premium-photo-rights-page .right_form textarea::placeholder {
  color: #94a3b8;
}

.premium-photo-rights-page .right_submit {
  background: linear-gradient(135deg, #ff6100, #ff8330);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.premium-photo-rights-page .right_submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff8330, #ff6100);
  transition: left 0.3s ease;
  z-index: -1;
}

.premium-photo-rights-page .right_submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 97, 0, 0.4);
}

.premium-photo-rights-page .right_submit:hover::before {
  left: 0;
}

.premium-photo-rights-page .form_imgg img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ===== MOBILE BANNER STYLING ===== */
.premium-photo-rights-page .mobile-banner {
  display: none;
}

@media (max-width: 768px) {
  .premium-photo-rights-page .mobile-banner {
    display: block;
  }
  
  .premium-photo-rights-page .desktop_banner {
    display: none;
  }
  
  .premium-photo-rights-page .bannr-top {
    height: 400px;
  }
  
  .premium-photo-rights-page .carousel-item_main {
    bottom: 20px;
    left: 20px;
    max-width: 90%;
  }
  
  .premium-photo-rights-page .banner-content {
    font-size: 1.4rem;
  }
  
  .premium-photo-rights-page .celebrity_headd {
    font-size: 2rem;
  }
  
  .premium-photo-rights-page .celebrity_list {
    flex-wrap: wrap;
  }
  
  .premium-photo-rights-page .celebrity_list .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .premium-photo-rights-page .form_box {
    padding: 2rem;
  }
  
  .premium-photo-rights-page .form_box .heading {
    font-size: 1.8rem;
  }
  
  .premium-photo-rights-page .celebrity_cardd img {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .premium-photo-rights-page .bannr-top {
    height: 350px;
  }
  
  .premium-photo-rights-page .carousel-item_main {
    bottom: 15px;
    left: 15px;
  }
  
  .premium-photo-rights-page .banner-content {
    font-size: 1.2rem;
  }
  
  .premium-photo-rights-page .banner-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .premium-photo-rights-page .celebrity_headd {
    font-size: 1.8rem;
  }
  
  .premium-photo-rights-page .celeb_title {
    padding: 1rem;
  }
  
  .premium-photo-rights-page .celebrity_cardd img {
    height: 300px;
  }
  
  .premium-photo-rights-page .form_box {
    padding: 1.5rem;
  }
  
  .premium-photo-rights-page .form_box .heading {
    font-size: 1.6rem;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.premium-photo-rights-page .celebrity_cardd {
  animation: fadeInUp 0.6s ease forwards;
}

.premium-photo-rights-page .celebrity_cardd:nth-child(1) { animation-delay: 0.1s; }
.premium-photo-rights-page .celebrity_cardd:nth-child(2) { animation-delay: 0.2s; }
.premium-photo-rights-page .celebrity_cardd:nth-child(3) { animation-delay: 0.3s; }
.premium-photo-rights-page .celebrity_cardd:nth-child(4) { animation-delay: 0.4s; }
.premium-photo-rights-page .celebrity_cardd:nth-child(5) { animation-delay: 0.5s; }
.premium-photo-rights-page .celebrity_cardd:nth-child(6) { animation-delay: 0.6s; }
