/* General Styles */
body {
  font-family: "Inter", sans-serif;
  background-color: #0a0a0a; /* Dark background */
  color: #f8f8f8; /* Light text color for readability */
  line-height: 1.6;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

a {
  color: #ff69b4; /* Pink for links */
  text-decoration: none;
}

a:hover {
  color: #87ceeb; /* Light blue on hover */
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #87ceeb; /* Light blue for headings */
  font-weight: 700;
}

p {
  color: #e0e0e0; /* Slightly darker light text for paragraphs */
}

/* Custom Colors */
.bg-primary-custom {
  background-color: #ff69b4 !important;
} /* Pink */
.btn-primary-custom {
  background-color: #ff69b4; /* Pink */
  border-color: #ff69b4;
  color: #0a0a0a; /* Dark text on pink button */
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  transition: none; /* No animation */
}
.btn-primary-custom:hover {
  background-color: #e05ba0; /* Darker pink on hover */
  border-color: #e05ba0;
  color: #0a0a0a;
}

.btn-secondary-custom {
  background-color: #87ceeb; /* Light Blue */
  border-color: #87ceeb;
  color: #0a0a0a; /* Dark text on blue button */
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  transition: none; /* No animation */
}
.btn-secondary-custom:hover {
  background-color: #6cb5d1; /* Darker blue on hover */
  border-color: #6cb5d1;
  color: #0a0000;
}

.btn-danger-custom {
  background-color: #ff4500; /* Orange-red for danger */
  border-color: #ff4500;
  color: #f8f8f8;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
  transition: none; /* No animation */
}
.btn-danger-custom:hover {
  background-color: #cc3700;
  border-color: #cc3700;
}

.bg-success-custom {
  background-color: #28a745;
  color: #f8f8f8;
} /* Green for success/trust */
.bg-info-custom {
  background-color: #17a2b8;
  color: #f8f8f8;
} /* Teal for info */
.bg-dark-custom {
  background-color: #1a1a1a;
  color: #f8f8f8;
} /* Darker grey for badges */

/* Header */
.header {
  background-color: rgba(
    10,
    10,
    10,
    0.95
  ); /* Semi-transparent dark background */
  backdrop-filter: blur(5px); /* Blur effect */
  z-index: 1030; /* Above other content */
  border-bottom: 1px solid rgba(255, 105, 180, 0.2); /* Pink border */
}

.header .navbar-brand .logo-img {
  height: 40px;
  width: auto;
}

.header .navbar-brand .site-title {
  color: #87ceeb; /* Light blue for site title */
  font-weight: 700;
  font-size: 1.5rem;
}

.header .nav-link {
  color: #f8f8f8 !important; /* White for nav links */
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: none; /* No animation */
}

.header .nav-link:hover,
.header .nav-link.active {
  color: #ff69b4 !important; /* Pink on hover/active */
}

.navbar-toggler {
  border-color: rgba(255, 105, 180, 0.5); /* Pink border for toggler */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 105, 180, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(uploads/content/hero-background_34.jpg) no-repeat center center/cover;
  min-height: 70vh;
  padding: 200px 0 !important; /* Adjust for fixed header */
}

.hero-section h1 {
  color: #ff69b4; /* Pink for hero title */
}

.hero-section p.lead {
  color: #87ceeb; /* Light blue for lead text */
}

.hero-image {
  max-height: 400px;
  object-fit: cover;
}

/* Featured Items & Rating Grid Cards */
.featured-card,
.rating-card,
.article-card,
.review-card,
.contact-card {
  background-color: #1a1a1a; /* Dark background for cards */
  border: 1px solid rgba(255, 105, 180, 0.2); /* Pink border */
  border-radius: 12px;
  overflow: hidden;
}

.featured-card .card-img-top {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 105, 180, 0.2);
}

.featured-card .card-title,
.rating-card .card-title,
.article-card .card-title {
  color: #87ceeb; /* Light blue for card titles */
}

.featured-card .advantages-list li,
.rating-card .features-list li {
  color: #e0e0e0;
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.featured-card .advantages-list .bi,
.rating-card .features-list .bi {
  color: #ff69b4; /* Pink for list icons */
}

.bonus-offer {
  background-color: rgba(
    255,
    105,
    180,
    0.1
  ); /* Light pink background for bonus */
  border: 1px dashed #ff69b4; /* Pink dashed border */
  color: #ff69b4; /* Pink text */
  font-size: 1.1rem;
}

.disclaimer-small {
  color: #a0a0a0;
  font-size: 0.85rem;
}

/* Rating Grid Specifics */
.rating-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  background-color: #0a0a0a; /* Dark background for logos */
  padding: 5px;
}

.rating-stars .bi-star-fill,
.rating-stars .bi-star-half,
.rating-stars-review .bi-star-fill,
.rating-stars-review .bi-star-half {
  color: #ffd700; /* Gold for stars */
}

.trust-indicators .badge {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Comparison Table */
.comparison-table {
  background-color: #0a0a0a; /* Dark background */
}

.table-responsive {
  border-radius: 12px;
  overflow: hidden; /* For rounded corners */
}

.table {
  background-color: #1a1a1a; /* Darker background for table */
  color: #f8f8f8;
  border-color: rgba(255, 105, 180, 0.2);
}

.table th {
  background-color: #2a2a2a; /* Even darker for table headers */
  color: #87ceeb;
  border-color: rgba(255, 105, 180, 0.2);
  font-weight: 600;
}

.table td {
  border-color: rgba(255, 105, 180, 0.1);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #202020; /* Slightly different background for odd rows */
}

/* User Reviews */
.review-card {
  background-color: #1a1a1a;
}

.review-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #ff69b4; /* Pink border for avatars */
}

.review-card h6 {
  color: #ff69b4; /* Pink for reviewer name */
}

.review-text {
  font-style: italic;
  color: #e0e0e0;
}

.review-feedback .btn {
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  transition: none; /* No animation */
}

.review-feedback .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.review-feedback .btn-outline-success:hover {
  background-color: #28a745;
  color: #f8f8f8;
}

.review-feedback .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.review-feedback .btn-outline-danger:hover {
  background-color: #dc3545;
  color: #f8f8f8;
}

/* Articles Block */
.article-card .card-img-top {
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 105, 180, 0.2);
}

.article-card .card-title {
  color: #87ceeb;
}

.article-card .card-text {
  color: #e0e0e0;
}

/* Contact Section */
.contact-section {
  background-color: #0a0a0a;
}

.contact-card {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 105, 180, 0.2);
}

.contact-section .form-label {
  color: #f8f8f8;
  font-weight: 600;
}

.contact-section .form-control {
  background-color: #2a2a2a;
  border: 1px solid rgba(255, 105, 180, 0.3);
  color: #f8f8f8;
}

.contact-section .form-control::placeholder {
  color: #a0a0a0;
}

.contact-section .form-control:focus {
  background-color: #2a2a2a;
  border-color: #ff69b4;
  box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.25);
  color: #f8f8f8;
}

.contact-section .invalid-feedback {
  color: #ff4500;
}

.contact-info p {
  color: #e0e0e0;
}

.contact-info .contact-link {
  color: #87ceeb;
}

.contact-info .contact-link:hover {
  color: #ff69b4;
}

/* Disclaimer Block */
.disclaimer-block {
  background-color: #0a0a0a; /* Match body background */
  padding-top: 50px;
  padding-bottom: 50px;
}

.disclaimer-content {
  background-color: #2a2a2a; /* Darker background for the block */
  border: 2px solid #ff69b4; /* Pink border */
  box-shadow: 0 0 15px rgba(255, 105, 180, 0.3); /* Pink glow */
}

.disclaimer-title {
  color: #ff69b4; /* Pink for title */
  font-size: 1.8rem;
}

.disclaimer-content p {
  color: #e0e0e0; /* Light text */
  font-size: 0.95rem;
}

/* Footer */
.footer {
  background-color: #1a1a1a; /* Dark grey for footer */
  color: #e0e0e0;
  border-top: 1px solid rgba(255, 105, 180, 0.2);
}

.footer-brand .logo-img-footer {
  height: 35px;
  width: auto;
}

.footer-brand .site-title-footer {
  color: #87ceeb;
  font-weight: 700;
  font-size: 1.3rem;
}

.footer-links li a {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.footer-links li a:hover {
  color: #ff69b4;
  text-decoration: none;
}

.trust-badges .badge {
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 5px;
}

.footer-logos .footer-logo {
  max-width: 120px; /* Adjusted based on requirement: 100-150px */
  height: auto;
  object-fit: contain;
  margin: 5px; /* Spacing between logos */
}

.footer-logos .footer-icon-18-plus {
  max-width: 80px; /* Slightly smaller for 18+ icon */
  height: auto;
  object-fit: contain;
  margin: 5px;
  vertical-align: middle;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  background-color: #1a1a1a; /* Dark background */
  border: 1px solid rgba(255, 105, 180, 0.2); /* Pink border */
  border-radius: 12px;
  z-index: 1050;
  color: #f8f8f8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cookie-banner .card-title {
  color: #87ceeb;
  font-size: 1.2rem;
}

.cookie-banner .card-text {
  color: #e0e0e0;
  font-size: 0.85rem;
}

/* Cookie Modal */
.modal-content {
  background-color: #1a1a1a; /* Dark background */
  border: 1px solid rgba(255, 105, 180, 0.2); /* Pink border */
  color: #f8f8f8;
  border-radius: 12px;
}

.modal-header {
  border-bottom-color: rgba(255, 105, 180, 0.2);
}

.modal-title {
  color: #87ceeb;
}

.modal-body {
  color: #e0e0e0;
}

.modal-body a {
  color: #ff69b4;
}

.form-check-label {
  color: #f8f8f8;
}

.form-text {
  color: #a0a0a0;
  font-size: 0.8rem;
}

.form-check-input:checked {
  background-color: #ff69b4; /* Pink for checked switch */
  border-color: #ff69b4;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.25);
}

.modal-footer {
  border-top-color: rgba(255, 105, 180, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .hero-section {
    min-height: auto;
    text-align: center;
  }

  .hero-section .col-md-6 {
    text-align: center !important;
  }

  .hero-image {
    margin-top: 30px;
  }

  .navbar-collapse {
    background-color: rgba(10, 10, 10, 0.95);
    border-top: 1px solid rgba(255, 105, 180, 0.2);
    padding-bottom: 10px;
  }

  .footer-logos {
    justify-content: center !important;
  }

  .cookie-banner {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
} /* Policy Orbital Shell - Container for policy/legal text */
.policyOrbitalShell {
  padding-top: 80px; /* Top padding for the section */
  padding-bottom: 80px; /* Bottom padding for the section */
  padding-left: 30px; /* Left padding */
  padding-right: 30px; /* Right padding */
  margin-left: auto; /* Center the container horizontally */
  margin-right: auto; /* Center the container horizontally */
  background-color: #0a0a0a; /* Ensures consistent dark background for the content */
  color: #f8f8f8; /* Default text color for content */
}

/* Headings within policyOrbitalShell */
.policyOrbitalShell h1 {
  font-size: 2.4rem; /* Moderate size for the main heading */
  line-height: 1.2; /* Tighter line height for headings */
  margin-bottom: 1.5rem; /* Space below the heading */
  color: #87ceeb; /* Consistent heading color from previous styles */
  font-weight: 700; /* Bold headings */
}

.policyOrbitalShell h2 {
  font-size: 2rem; /* Slightly smaller than h1 */
  line-height: 1.3;
  margin-top: 2rem; /* Space above for new sections */
  margin-bottom: 1.2rem;
  color: #87ceeb;
  font-weight: 700;
}

.policyOrbitalShell h3 {
  font-size: 1.7rem; /* Smaller than h2 */
  line-height: 1.4;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  color: #87ceeb;
  font-weight: 700;
}

.policyOrbitalShell h4 {
  font-size: 1.4rem; /* Smaller than h3 */
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #87ceeb;
  font-weight: 600; /* Slightly less bold */
}

.policyOrbitalShell h5 {
  font-size: 1.2rem; /* Smallest heading */
  line-height: 1.6;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  color: #87ceeb;
  font-weight: 600;
}

/* Paragraphs within policyOrbitalShell */
.policyOrbitalShell p {
  font-size: 1.05rem; /* Standard paragraph font size */
  line-height: 1.8; /* Generous line height for readability */
  margin-bottom: 1rem; /* Space between paragraphs */
  color: #e0e0e0; /* Consistent paragraph text color */
}

/* Unordered lists within policyOrbitalShell */
.policyOrbitalShell ul {
  list-style-type: disc; /* Default disc bullet points */
  padding-left: 25px; /* Indent list items */
  margin-bottom: 1rem; /* Space below the list */
  color: #e0e0e0; /* Consistent list item color */
}

/* Ordered lists within policyOrbitalShell */
.policyOrbitalShell ol {
  list-style-type: decimal; /* Default decimal numbering */
  padding-left: 25px; /* Indent list items */
  margin-bottom: 1rem; /* Space below the list */
  color: #e0e0e0; /* Consistent list item color */
}

/* List items within policyOrbitalShell (applies to both ul and ol) */
.policyOrbitalShell li {
  font-size: 1.05rem; /* Consistent font size with paragraphs */
  line-height: 1.7; /* Good line height for list items */
  margin-bottom: 0.5rem; /* Space between list items */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
  .policyOrbitalShell {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .policyOrbitalShell h1 {
    font-size: 2rem;
  }

  .policyOrbitalShell h2 {
    font-size: 1.7rem;
  }

  .policyOrbitalShell h3 {
    font-size: 1.4rem;
  }

  .policyOrbitalShell h4 {
    font-size: 1.2rem;
  }

  .policyOrbitalShell h5 {
    font-size: 1.1rem;
  }

  .policyOrbitalShell p,
  .policyOrbitalShell ul li,
  .policyOrbitalShell ol li {
    font-size: 0.95rem;
  }

  .policyOrbitalShell ul,
  .policyOrbitalShell ol {
    padding-left: 20px;
  }
}

.text-muted {
  color: #ffffffb7 !important;
}
.card-body {
  color: #fff;
}

@media (max-width: 575px){
    .header .navbar-brand .site-title{
        font-size: 22px;
    }

    .navbar{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .hero-section h1{
        font-size: clamp(26px, 4vw, 34px);
    }
}

.trust-indicators{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

#contact{
    .card-body{
        padding: 0 !important;
    }
}