/* Premium Service Pages - Unified Design for All Service Pages */

/* Container Overrides for Full Width Banner Only */
.premium-service-pages .bannr-top .container {
  max-width: 100% !important;
  padding: 0 !important;
}

.premium-service-pages .bannr-top {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Banner Section Enhancements */
.premium-service-pages .mobile-banner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.premium-service-pages .mobile-banner .carousel-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.premium-service-pages .mobile-banner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.premium-service-pages .mobile-banner .carousel-item:hover img {
  transform: scale(1.05);
}

.premium-service-pages .mobile-banner .banner-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 10;
}

.premium-service-pages .mobile-banner .banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

/* Desktop Banner Enhancements - Full Width and No Cropping */
.premium-service-pages .desktop_banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.premium-service-pages .desktop_banner .banner-box {
  position: relative;
  height: auto;
  min-height: 500px;
  overflow: hidden;
  width: 100%;
}

.premium-service-pages .desktop_banner .banner-box img {
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
  display: block;
}

.premium-service-pages .desktop_banner .banner-box:hover img {
  transform: scale(1.05);
}

.premium-service-pages .desktop_banner .carousel-item_main {
  position: absolute;
  bottom: 53px;
  right: 20px;
  z-index: 10;
  max-width: 43%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin: 0;
}

.premium-service-pages .desktop_banner .carousel-item_main_left {
  right: 20px;
  left: auto;
}

.premium-service-pages .desktop_banner .carousel-item_main_right {
  right: 20px;
}

.premium-service-pages .desktop_banner .banner-content {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
}

/* GET WISH Button - Bottom Right Position */
.premium-service-pages .desktop_banner .banner-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
  z-index: 15;
}

.premium-service-pages .desktop_banner .banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

/* Content Section Enhancements - Clean and Elegant */
.premium-service-pages .new_content {
  padding: 60px 0;
  background: #fff;
  position: relative;
}

.premium-service-pages .new_content .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.premium-service-pages .new_content .heading_title {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.premium-service-pages .new_content .heading_title h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.3;
  margin-bottom: 0;
  text-shadow: none;
  text-align: center;
  padding: 0 20px;
}

.premium-service-pages .new_content .heading_title h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  margin: 20px auto 0;
  border-radius: 2px;
}

/* Detail Page Enhancements - Clean Typography */
.premium-service-pages .new_detail_page {
  padding: 60px 0;
  background: #fff;
}

.premium-service-pages .new_detail_page .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.premium-service-pages .new_detail_page .heading_title_new {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.premium-service-pages .new_detail_page .heading_title_new p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 25px;
  text-align: justify;
  background: none !important;
  padding: 0 !important;
}

/* Clean List Styling - Simple Bullet Points */
.premium-service-pages .new_detail_page .wishes_message {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.premium-service-pages .new_detail_page .wishes_message li {
  background: none !important;
  padding: 8px 0 8px 25px !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
  font-size: 1rem;
  color: #4a5568;
  transition: all 0.3s ease;
}

.premium-service-pages .new_detail_page .wishes_message li::before {
  content: '•';
  color: #ff6100;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 8px;
}

.premium-service-pages .new_detail_page .wishes_message li:hover {
  padding-left: 30px !important;
  color: #ff6100;
  transform: translateX(5px);
}

.premium-service-pages .new_detail_page .wishes_message li strong {
  color: #ff6100;
  font-size: 1rem;
  font-weight: 600;
}

.premium-service-pages .coose_our {
  font-size: 1.4rem;
  color: #ff6100;
  text-align: center;
  margin: 50px 0;
  font-weight: 700;
  background: none !important;
  padding: 0 !important;
}

/* Tabs Section Enhancements */
.premium-service-pages .button_content_new {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.premium-service-pages .button_content_new .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.premium-service-pages .button_content_new h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.premium-service-pages .nav_rowtabs .nav-tabs {
  border: none;
  margin-bottom: 40px;
}

.premium-service-pages .nav_rowtabs .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 97, 0, 0.2);
  color: #4a5568;
  font-weight: 600;
  padding: 15px 25px;
  margin: 0 5px;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.premium-service-pages .nav_rowtabs .nav-item .nav-link:hover {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  border-color: #ff6100;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

.premium-service-pages .nav_rowtabs .nav-item .nav-link.active {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  border-color: #ff6100;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

/* Category Section Enhancements */
.premium-service-pages .category-section {
  padding: 40px 0;
}

.premium-service-pages .category-section .heading_title h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0;
}

.premium-service-pages .category-section .view-text {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.premium-service-pages .category-section .view-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  color: #fff;
  text-decoration: none;
}

/* Homepage-Style Celebrity Cards - Exact Match from Screenshot */
.premium-service-pages .feature-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
}

.premium-service-pages .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.premium-service-pages .feature-card .fimg {
  position: relative;
  overflow: hidden;
  height: 280px;
  width: 100%;
}

.premium-service-pages .feature-card .fimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

.premium-service-pages .feature-card:hover .fimg img {
  transform: scale(1.05);
}

/* Price Display - Exact Homepage Style */
.premium-service-pages .feature-card .price {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(255, 97, 0, 0.3);
  z-index: 5;
  border: none;
}

.premium-service-pages .feature-card .heart {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e53e3e;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  z-index: 5;
  max-width: 60px;
  text-align: center;
  line-height: 1.2;
}

/* Card Footer - Exact Homepage Style */
.premium-service-pages .feature_cardfooter {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
}

.premium-service-pages .feature_cardfooter h4 {
  margin-bottom: 15px;
  min-height: auto;
  display: block;
}

.premium-service-pages .feature_cardfooter h4 a {
  color: #1a202c !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  line-height: 1.3;
  display: block;
  width: 100%;
  text-align: center;
}

.premium-service-pages .feature_cardfooter h4 a:hover {
  color: #ff6100 !important;
  text-decoration: none !important;
}

.premium-service-pages .feature_cardfooter p {
  color: #4a5568;
  font-size: 0.9rem;
  margin-bottom: 20px;
  flex-grow: 1;
  min-height: auto;
  text-align: center;
}

/* BOOK NOW Button - Exact Homepage Style */
.premium-service-pages .feature_cardfooter .btn-detals {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  align-self: center;
  margin-top: auto;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(255, 97, 0, 0.3);
  border: none;
  width: auto;
  min-width: 120px;
}

.premium-service-pages .feature_cardfooter .btn-detals:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.4);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8c00, #ff6100);
}

/* Add arrow icon to button */
.premium-service-pages .feature_cardfooter .btn-detals::after {
  content: ' →';
  margin-left: 5px;
  font-weight: bold;
}

/* Sample Videos Section */
.premium-service-pages .tranding_videos {
  padding: 80px 0;
  background: #f8fafc;
}

.premium-service-pages .tranding_videos .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.premium-service-pages .tranding_videos .heading_title h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0;
}

.premium-service-pages .tranding_videos .btn-allview {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.premium-service-pages .tranding_videos .btn-allview:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  color: #fff;
  text-decoration: none;
}

.premium-service-pages .tranding_videos .item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

.premium-service-pages .tranding_videos .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.premium-service-pages .tranding_videos .position-relative {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.premium-service-pages .tranding_videos .position-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.premium-service-pages .tranding_videos .item:hover .position-relative img {
  transform: scale(1.1);
}

.premium-service-pages .tranding_videos .recruit-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 97, 0, 0.9);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 10;
}

.premium-service-pages .tranding_videos .recruit-video:hover {
  background: rgba(255, 97, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
  color: #fff;
  text-decoration: none;
}

.premium-service-pages .tranding_videos .recent-recruits-post-content {
  padding: 20px;
}

.premium-service-pages .tranding_videos .recent-recruits-post-content h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 5px;
}

.premium-service-pages .tranding_videos .recent-recruits-post-content h6 {
  font-size: 0.9rem;
  color: #ff6100;
  font-weight: 600;
  margin-bottom: 0;
}

/* Contact Form Section - Clean Design */
.premium-service-pages .brand_status {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.premium-service-pages .brand_status .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.premium-service-pages .contact_heading h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 10px;
}

.premium-service-pages .contact_heading h5 {
  font-size: 1.2rem;
  color: #4a5568;
  margin-bottom: 40px;
}

.premium-service-pages .contact_new_page {
  background: #f8fafc;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.premium-service-pages .contact label {
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
  display: block;
}

.premium-service-pages .contact .form-control {
  border: 2px solid rgba(255, 97, 0, 0.2);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.premium-service-pages .contact .form-control:focus {
  border-color: #ff6100;
  box-shadow: 0 0 0 3px rgba(255, 97, 0, 0.1);
  background: #fff;
}

.premium-service-pages .contact .select_option {
  border: 2px solid rgba(255, 97, 0, 0.2);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.premium-service-pages .contact .select_option:focus {
  border-color: #ff6100;
  box-shadow: 0 0 0 3px rgba(255, 97, 0, 0.1);
  background: #fff;
}

.premium-service-pages .btn_primary_new {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

.premium-service-pages .btn_primary_new:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
  background: linear-gradient(135deg, #ff8c00, #ff6100);
}

.premium-service-pages .contact_query img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Owl Carousel Enhancements */
.premium-service-pages .owl-carousel .owl-nav button {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

.premium-service-pages .owl-carousel .owl-nav button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
}

.premium-service-pages .owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 97, 0, 0.3);
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.premium-service-pages .owl-carousel .owl-dots .owl-dot.active span {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .premium-service-pages .new_content .heading_title h1 {
    font-size: 1.8rem;
  }
  
  .premium-service-pages .desktop_banner .banner-box {
    min-height: 300px;
  }
  
  .premium-service-pages .desktop_banner .banner-box img {
    min-height: 300px;
  }
  
  .premium-service-pages .desktop_banner .carousel-item_main {
    max-width: 90%;
    padding: 20px;
    margin: 0;
    bottom: 70px;
    right: 10px;
  }
  
  .premium-service-pages .desktop_banner .banner-content {
    font-size: 14px;
  }
  
  .premium-service-pages .nav_rowtabs .nav-item .nav-link {
    padding: 12px 20px;
    font-size: 14px;
    margin: 0 2px;
  }
  
  .premium-service-pages .contact_new_page {
    padding: 25px;
  }
  
  /* Mobile adjustments for bullet points */
  .premium-service-pages .new_detail_page .wishes_message {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  
  .premium-service-pages .new_detail_page .wishes_message li {
    padding: 6px 0 6px 20px !important;
    font-size: 0.95rem;
  }
  
  .premium-service-pages .new_detail_page .wishes_message li::before {
    font-size: 1rem;
    top: 6px;
  }
}

@media (max-width: 576px) {
  .premium-service-pages .new_content .heading_title h1 {
    font-size: 1.5rem;
  }
  
  .premium-service-pages .desktop_banner .banner-box {
    min-height: 200px;
  }
  
  .premium-service-pages .desktop_banner .banner-box img {
    min-height: 200px;
  }
  
  .premium-service-pages .desktop_banner .carousel-item_main {
    max-width: 95%;
    padding: 15px;
  }
  
  .premium-service-pages .desktop_banner .banner-content {
    font-size: 12px;
  }
  
  .premium-service-pages .nav_rowtabs .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 12px;
  }
  
  /* Small mobile adjustments for bullet points */
  .premium-service-pages .new_detail_page .wishes_message li {
    padding: 5px 0 5px 18px !important;
    font-size: 0.9rem;
  }
  
  .premium-service-pages .new_detail_page .wishes_message li::before {
    font-size: 0.9rem;
    top: 5px;
  }
}
