/* Premium Greeting Page Design */

/* Main Container */
.premium-greeting-page {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
}

/* Breadcrumb Enhancement */
.premium-greeting-page .breadumtop {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px 20px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.premium-greeting-page .breadcrumb {
  background: none !important;
  margin: 0;
  padding: 0;
}

.premium-greeting-page .breadcrumb-item a {
  color: #ff6100;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.premium-greeting-page .breadcrumb-item a:hover {
  color: #ff8c00;
}

.premium-greeting-page .breadcrumb-item.active {
  color: #4a5568;
  font-weight: 600;
}

/* Request Box Enhancement */
.premium-greeting-page .request-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.premium-greeting-page .request-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
}

/* Celebrity Image Section */
.premium-greeting-page .greting_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.premium-greeting-page .greting_img .image_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-greeting-page .greting_img .change_image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.premium-greeting-page .greting_img:hover .change_image {
  transform: scale(1.05);
}

/* Celebrity Info Section */
.premium-greeting-page .hero-text {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.premium-greeting-page .name_candite {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
}

.premium-greeting-page .name_candite h1 {
  font-size: 2rem !important;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
  line-height: 1.2;
}

.premium-greeting-page .name_candite .fa-instagram {
  font-size: 28px !important;
  color: #ff6100 !important;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 97, 0, 0.1);
}

.premium-greeting-page .name_candite .fa-instagram:hover {
  color: #ff8c00 !important;
  transform: scale(1.1);
  background: rgba(255, 97, 0, 0.2);
}

.premium-greeting-page .model {
  font-size: 1.2rem;
  color: #ff6100;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 8px 15px;
  background: rgba(255, 97, 0, 0.1);
  border-radius: 20px;
  display: inline-block;
}

.premium-greeting-page .celeb-cat h5 {
  margin: 8px 0;
}

.premium-greeting-page .celeb-cat h5 a {
  color: #4a5568;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.premium-greeting-page .celeb-cat h5 a:hover {
  color: #ff6100;
}

.premium-greeting-page .hero-text p {
  color: #4a5568;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 1rem;
}

/* Request Header */
.premium-greeting-page .req-header h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.premium-greeting-page .req-header h4::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Price Slider Enhancement */
.premium-greeting-page .sliderpricewishing {
  margin-bottom: 30px;
}

.premium-greeting-page .price_slide .item {
  padding: 0 10px;
}

.premium-greeting-page .ck {
  position: relative;
}

.premium-greeting-page .ck input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.premium-greeting-page .reqst-box {
  background: #fff;
  border: 2px solid rgba(255, 97, 0, 0.15);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.premium-greeting-page .reqst-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 97, 0, 0.1), rgba(255, 140, 0, 0.1));
  transition: left 0.3s ease;
}

.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box {
  border: 2px solid #ff6100;
  background: #fff;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(255, 97, 0, 0.25), 0 0 0 1px rgba(255, 97, 0, 0.1);
  position: relative;
}

.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box::before {
  left: 0;
}

/* Add a light overlay for selected state */
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 97, 0, 0.05);
  border-radius: 15px;
  pointer-events: none;
}

.premium-greeting-page .reqst-box:hover {
  border-color: #ff6100;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 97, 0, 0.15);
}

/* Ensure hover maintains proper colors */
.premium-greeting-page .reqst-box:hover .icon,
.premium-greeting-page .reqst-box:hover .icon i {
  color: #ff6100 !important;
}

.premium-greeting-page .reqst-box:hover .hhding {
  color: #1a202c !important;
}

.premium-greeting-page .reqst-box:hover .priceq,
.premium-greeting-page .reqst-box:hover .priceq *,
.premium-greeting-page .reqst-box:hover .priceq b,
.premium-greeting-page .reqst-box:hover .priceq i {
  color: #ff6100 !important;
}

.premium-greeting-page .reqst-box .icon {
  font-size: 2.5rem;
  color: #ff6100;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* Ensure selected state maintains proper colors */
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .icon {
  color: #ff6100;
  transform: scale(1.05);
}

.premium-greeting-page .reqst-box .hhding {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

/* Ensure selected state maintains proper colors */
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .hhding {
  color: #1a202c;
  position: relative;
}

.premium-greeting-page .reqst-box .priceq {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff6100;
  transition: color 0.3s ease;
}

/* Ensure selected state maintains proper colors */
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .priceq {
  color: #ff6100;
  font-weight: 800;
}

/* Force proper colors for all elements in selected state */
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .icon,
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .icon i {
  color: #ff6100 !important;
}

.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .hhding {
  color: #1a202c !important;
}

.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .priceq,
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .priceq *,
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .priceq b,
.premium-greeting-page .ck input[type="radio"]:checked + span .reqst-box .priceq i {
  color: #ff6100 !important;
}

/* Enquire Button */
.premium-greeting-page .btnenquery {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 15px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  border: none;
  display: inline-block;
}

.premium-greeting-page .btnenquery:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8c00, #ff6100);
}

/* Form Section */
.premium-greeting-page .frm-greaing {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.premium-greeting-page .frm-greaing h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.premium-greeting-page .frm-greaing h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  margin: 10px auto 0;
  border-radius: 2px;
}

.premium-greeting-page .frm-greaing h6 {
  color: #4a5568;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

/* Form Controls */
.premium-greeting-page .form-group {
  margin-bottom: 25px;
}

.premium-greeting-page .form-group label {
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
  display: block;
}

.premium-greeting-page .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-greeting-page .form-control:focus {
  border-color: #ff6100;
  box-shadow: 0 0 0 3px rgba(255, 97, 0, 0.1);
  background: #fff;
}

.premium-greeting-page .form-control::placeholder {
  color: #a0aec0;
}

/* Radio Buttons for Video Purpose */
.premium-greeting-page .btnself {
  background: rgba(255, 97, 0, 0.1);
  border: 2px solid rgba(255, 97, 0, 0.3);
  color: #4a5568;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease;
  font-weight: 600;
}

.premium-greeting-page .btnself:checked,
.premium-greeting-page .btnself.active {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  border-color: #ff6100;
  color: #fff;
}

.premium-greeting-page .btnself:hover {
  border-color: #ff6100;
  background: rgba(255, 97, 0, 0.2);
}

/* Order Information Box */
.premium-greeting-page .celebrituy_box {
  background: linear-gradient(135deg, rgba(255, 97, 0, 0.05), rgba(255, 140, 0, 0.05));
  border: 2px solid rgba(255, 97, 0, 0.2);
  border-radius: 15px;
  padding: 25px;
  margin-top: 20px;
}

.premium-greeting-page .celebrituy_box p {
  margin: 10px 0;
  font-weight: 600;
  color: #1a202c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premium-greeting-page .celebrituy_box span {
  color: #ff6100;
  font-weight: 700;
}

/* Book Now Button */
.premium-greeting-page .btn-submit {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  padding: 15px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  border: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.premium-greeting-page .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff8c00, #ff6100);
}

/* How To Book Section */
.premium-greeting-page .book_seciont {
  background: #fff;
  padding: 80px 0;
  margin: 60px 0;
}

.premium-greeting-page .book_seciont .heading_title h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a202c;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.premium-greeting-page .book_seciont .heading_title h4::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  margin: 15px auto 0;
  border-radius: 2px;
}

.premium-greeting-page .box_dark {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.premium-greeting-page .box_dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
}

.premium-greeting-page .box_dark:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.premium-greeting-page .counqt {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 25px;
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
}

.premium-greeting-page .box_dark .heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
}

.premium-greeting-page .box_dark p {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

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

/* Ensure carousel content is visible */
.premium-greeting-page .tranding_videos .category_celebrities {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.premium-greeting-page .tranding_videos .category_celebrities .item {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

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

.premium-greeting-page .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-greeting-page .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-greeting-page .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;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

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

.premium-greeting-page .tranding_videos .position-relative {
  position: relative !important;
  overflow: hidden !important;
  height: 400px !important;
  flex-shrink: 0 !important;
}

.premium-greeting-page .tranding_videos .position-relative img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.3s ease !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

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

.premium-greeting-page .tranding_videos .recruit-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #fff !important;
  color: #ff6100 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.premium-greeting-page .tranding_videos .recruit-video:hover {
  background: #ff6100 !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4) !important;
}

/* Additional override for play button positioning */
.premium-greeting-page .tranding_videos .item .position-relative .recruit-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure play icon is perfectly centered - Override main style.css */
.premium-greeting-page .tranding_videos .recruit-video i {
  margin-left: 2px !important; /* Slight adjustment for visual centering */
  display: block !important;
  line-height: 1 !important;
  font-size: 20px !important;
  color: #ff6100 !important;
  transition: color 0.3s ease !important;
}

.premium-greeting-page .tranding_videos .recruit-video:hover i {
  color: #fff !important;
}

/* Additional overrides to ensure our styles take precedence */
.premium-greeting-page .tranding_videos .item .position-relative .recruit-video {
  background: #fff !important;
  color: #ff6100 !important;
}

.premium-greeting-page .tranding_videos .item .position-relative .recruit-video:hover {
  background: #ff6100 !important;
  color: #fff !important;
}

.premium-greeting-page .tranding_videos .item .position-relative .recruit-video i {
  color: #ff6100 !important;
}

.premium-greeting-page .tranding_videos .item .position-relative .recruit-video:hover i {
  color: #fff !important;
}

/* Add subtle pulse animation to play button */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(255, 97, 0, 0.5);
  }
  100% {
    box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  }
}

.premium-greeting-page .tranding_videos .recruit-video {
  animation: pulse 2s infinite;
}

.premium-greeting-page .tranding_videos .recent-recruits-post-content {
  padding: 20px 0 !important;
  background: linear-gradient(135deg, #ff6100, #ff8c00) !important;
  color: #fff !important;
  text-align: center !important;
  position: relative !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 0 0 15px 15px !important;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  height: 85px !important;
}

.premium-greeting-page .tranding_videos .recent-recruits-post-content h5 {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 0 2px 0 !important;
  padding: 0 15px !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  display: block !important;
}

.premium-greeting-page .tranding_videos .recent-recruits-post-content h6 {
  font-size: 0.75rem !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 15px !important;
  line-height: 1.3 !important;
  opacity: 0.95 !important;
  text-transform: none !important;
  display: block !important;
}

/* Ensure no extra spacing in video tiles */
.premium-greeting-page .tranding_videos .item > * {
  margin: 0 !important;
  padding: 0 !important;
}

.premium-greeting-page .tranding_videos .item > div {
  margin: 0 !important;
  padding: 0 !important;
}

/* Override any conflicting styles from main CSS */
.premium-greeting-page .tranding_videos .item {
  background: #fff !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.4s ease !important;
  margin-bottom: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 485px !important;
  position: relative !important;
}

/* Additional override for orange bar to eliminate white space */
.premium-greeting-page .tranding_videos .item .recent-recruits-post-content {
  background: linear-gradient(135deg, #ff6100, #ff8c00) !important;
  padding: 20px 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 0 15px 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  height: 85px !important;
}

/* Related Celebrities Section */
.premium-greeting-page .movie-star {
  background: #fff;
  padding: 80px 0;
}

/* Ensure carousel content is visible */
.premium-greeting-page .movie-star .category_celebrities {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.premium-greeting-page .movie-star .category_celebrities .item {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.premium-greeting-page .movie-star .heading_title h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0;
}

.premium-greeting-page .movie-star .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-greeting-page .movie-star .view-text:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 97, 0, 0.3);
  color: #fff;
  text-decoration: none;
}

/* Celebrity Cards */
.premium-greeting-page .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-greeting-page .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.premium-greeting-page .feature-card .fimg {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}

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

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

.premium-greeting-page .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-greeting-page .feature-card .heart {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e53e3e;
  color: #fff;
  padding: 4px 6px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  z-index: 5;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-greeting-page .feature_cardfooter {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: center;
}

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

.premium-greeting-page .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-greeting-page .feature_cardfooter h4 a:hover {
  color: #ff6100 !important;
  text-decoration: none !important;
}

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

.premium-greeting-page .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-greeting-page .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);
}

.premium-greeting-page .feature_cardfooter .btn-detals::after {
  content: ' →';
  margin-left: 5px;
  font-weight: bold;
}

/* Owl Carousel Enhancements */
.premium-greeting-page .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-greeting-page .owl-carousel .owl-nav button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 97, 0, 0.4);
}

.premium-greeting-page .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-greeting-page .owl-carousel .owl-dots .owl-dot.active span {
  background: linear-gradient(135deg, #ff6100, #ff8c00);
  transform: scale(1.2);
}

/* Responsive Design */
@media (min-width: 1200px) {
  /* Portrait aspect ratio for large desktop */
  .premium-greeting-page .tranding_videos .position-relative {
    height: 450px !important;
  }
  
  .premium-greeting-page .feature-card .fimg {
    height: 450px;
  }
  
  .premium-greeting-page .tranding_videos .item {
    height: 535px !important;
  }
}

@media (max-width: 768px) {
  .premium-greeting-page .request-box {
    padding: 25px;
    margin: 20px 0;
  }
  
  .premium-greeting-page .greting_img .change_image {
    height: 400px;
  }
  
  .premium-greeting-page .hero-text {
    padding: 20px;
  }
  
  .premium-greeting-page .name_candite h1 {
    font-size: 1.5rem !important;
  }
  
  /* Portrait aspect ratio for mobile */
  .premium-greeting-page .tranding_videos .position-relative {
    height: 350px !important;
  }
  
  .premium-greeting-page .feature-card .fimg {
    height: 350px;
  }
  
  .premium-greeting-page .tranding_videos .item {
    height: 435px !important;
  }
  
  .premium-greeting-page .frm-greaing {
    padding: 25px;
  }
  
  .premium-greeting-page .book_seciont {
    padding: 60px 0;
  }
  
  .premium-greeting-page .box_dark {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .premium-greeting-page .counqt {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .premium-greeting-page .request-box {
    padding: 20px;
  }
  
  .premium-greeting-page .greting_img .change_image {
    height: 350px;
  }
  
  .premium-greeting-page .name_candite h1 {
    font-size: 1.3rem !important;
  }
  
  .premium-greeting-page .frm-greaing {
    padding: 20px;
  }
  
  /* Portrait aspect ratio for small mobile */
  .premium-greeting-page .tranding_videos .position-relative {
    height: 320px !important;
  }
  
  .premium-greeting-page .feature-card .fimg {
    height: 320px;
  }
  
  .premium-greeting-page .tranding_videos .item {
    height: 405px !important;
  }
  
  .premium-greeting-page .reqst-box {
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  /* Portrait aspect ratio for very small mobile */
  .premium-greeting-page .tranding_videos .position-relative {
    height: 280px !important;
  }
  
  .premium-greeting-page .feature-card .fimg {
    height: 280px;
  }
  
  .premium-greeting-page .tranding_videos .item {
    height: 365px !important;
  }
  
  .premium-greeting-page .box_dark {
    padding: 25px 15px;
  }
}

