/* Ensure box-sizing is set globally for better sizing control */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Reset default browser styles */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global styles */
body {
  font-family: Arial, sans-serif;
  background-color: #333;
  color: #f0f0f0;
  background-image: url('../images/4whyt1.gif');
}

/* Content Text Formatting */
.main-content {
  font-family: 'Cambria', serif;
  color: #999;
  background-color: #1A1A1A;
  padding: 20px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 20px auto 40px;
  line-height: 1.6;
  max-width: 800px; /* Limit the width for readability */
  font-size: 18px; /* Increased font size */
}

/* Navigation styles */
nav {
  position: relative;
  text-align: center;
  padding-right: 50px; /* Add padding to make space for the FB logo */
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0 auto; /* Center the menu */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; /* Align menu items vertically */
}

.menu li a {
  color: #fff;
  font-weight: bold;
  padding: 10px; /* Larger padding for clickable area */
}


/* Facebook logo in the navbar */
.fb-icon {
  position: absolute;
  top: -30px; /* Adjust as necessary */
  right: 20px;
  width: 33px; /* Smaller Facebook logo */
  height: auto;
  z-index: 10; /* Make sure the logo stays on top */
}
.follow-text {
  position: absolute;
  top: 5px; /* Adjust as necessary */
  right: 5px; /* Adjust as necessary */
  color: #fff; /* Text color */
  font-size: 14px; /* Adjust font size as necessary */
  z-index: 10; /* Make sure it stays on top */
}



/* Footer styles */
/* Footer styles */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto; /* Centers the footer content */
}

.tica-logo {
  width: 100%; /* Ensures the div takes full width */
  display: flex; /* Use flexbox for alignment */
  justify-content: center; /* Centers the TICA logo horizontally */
  padding: 20px 0; /* Adds space above and below the TICA logo */
}

.tica-logo img {
  width: auto; /* Maintains the aspect ratio of the TICA logo */
  max-width: 200px; /* Maximum size for the TICA logo */
}
.header-logo {
  width: 100%; /* Ensures the div takes full width */
  display: flex; /* Use flexbox for alignment */
  justify-content: center; /* Centers the TICA logo horizontally */
  padding: 10px 0; /* Adds space above and below the TICA logo */
}

.header-logo img {
  width: auto; /* Maintains the aspect ratio of the TICA logo */
  max-width: 70%; /* Maximum size for the TICA logo */
}

.footer-logos {
  display: flex;
  justify-content: center; /* Centers the logos horizontally */
  flex-wrap: wrap; /* Allows logos to wrap on smaller screens */
  gap: 10px; /* Adds space between logos */
}

.footer-logos img {
  width: auto; /* Maintains the aspect ratio of the logos */
  max-width: 250px; /* Maximum size for the logos */
}

/* Adjust footer for mobile screens */
@media (max-width: 768px) {
  .footer-logos {
    justify-content: space-around; /* Distributes logos evenly */
  }
  
  .tica-logo img {
    max-width: 150px; /* Smaller TICA logo on mobile */
  }
  
  .header-logo img {
  width: auto; /* Maintains the aspect ratio of the TICA logo */
  max-width: 100%; /* Maximum size for the TICA logo */
  }
}

/* Images and grid */
.img-container.horizontal img {
  width: 45%; /* Adjust width for spacing */
  margin: 2.5% auto; /* Center images with vertical margin */
}

/* Header styles */
header {
  text-align: center;
  padding: 20px 0;
}

.logo {
  width: 60%;
  height: auto;
}

/* Media query for mobile styles */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: center;
  }

  .menu li {
    width: 100%;
  }

  .img-container.horizontal img,
  .footer-logos img {
    width: 100%;
  }

  .footer-images > img {
    max-width: 60%;
  }

  .main-content {
    padding: 20px; /* Reduced padding on mobile */
  }
.fb-icon {
  position: absolute;
  top: 190px; /* Adjust as necessary */
  right: 20px;
  width: 33px; /* Smaller Facebook logo */
  height: auto;
  z-index: 10; /* Make sure the logo stays on top */
}
.follow-text {
  position: absolute;
  top: 230px; /* Adjust as necessary */
  right: 5px; /* Adjust as necessary */
  color: #fff; /* Text color */
  font-size: 14px; /* Adjust font size as necessary */
  z-index: 10; /* Make sure it stays on top */
}
}

/* Center text class for specific elements */
.center-text {
  text-align: center;
}

/* Link styles */
a {
  color: #999; /* Light gray links */
  text-decoration: none; /* No underline */
}

a:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Signature style */
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 2em;
  text-align: right;
}
.contact-info {
  text-align: center;
}

.signature {
  text-align: center; /* Center the signature text */
  font-family: 'Brush Script MT', cursive; /* Or any other preferred font */
  font-size: 2em;
  margin-top: 10px;
}

/* Certificates and media images side-by-side styling */
.certificates, .media-images {
  text-align: center; /* Center the container */
}

.certificates img, .media-images img {
  width: 40%; /* Adjust width to fit side by side */
  flex: 1 0 21%;
  margin: 5px; /* Provide equal spacing */
  display: inline-block; /* Display images inline */
}

/* Ensure the signature is centered under the contact info */
.signature {
  display: block; /* Treat the signature as a block element */
  text-align: center; /* Center the signature */
  font-size: 1.5em; /* Adjust the font size as necessary */
  margin-top: 10px; /* Provide some space above the signature */
}

/* Four boxed images */
.img-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the images in the container */
}

.img-grid img {
  flex: 1 0 21%; /* Allows images to grow and occupy equal space */
  margin: 10px; /* Space between images */
  max-width: 400px; /* Maximum width for each image */
}

/* For mobile responsiveness */
@media (max-width: 768px) {
  .certificates img, .media-images img {
    width: 90%; /* Larger images for single column layout */
    margin: 5% auto; /* Increase margin for mobile */
  }

  .img-grid {
    grid-template-columns: 1fr; /* Single column grid on mobile */
  }

}

/* Adjustments for the header logo on mobile */
.logo {
  width: 80%; /* Adjust the logo size for mobile */
  margin: 0 auto; /* Center the logo */
}

/* Navigation styles for mobile */
@media (max-width: 768px) {
  .menu {
    flex-direction: column; /* Stack the menu items vertically */
    align-items: center; /* Center the menu items */
  }

  .menu li {
    margin: 5px 0; /* Add space between stacked items */
  }

}

/* Contact Info Styling */
.contact-info {
  background-color: #1a1a1a; /* Dark background for contrast */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-align: center; /* Center the text inside */
  margin: 20px auto; /* Center the block on the page */
  max-width: 600px; /* Limit the width for better readability */
}

.contact-info h2 {
  color: #fff; /* White color for the heading */
  margin-bottom: 15px; /* Space below the heading */
}

.contact-info p {
  color: #ccc; /* Light gray for paragraphs */
  margin-bottom: 10px; /* Space below each paragraph */
}

.contact-info a {
  color: #f0f0f0; /* Brighter text color for links */
  text-decoration: underline; /* Underline the links */
}

.contact-info a:hover {
  color: #fff; /* White color on hover */
  text-decoration: none; /* Remove underline on hover */
}

/* Enhanced Back to Top Button Style */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 60px; /* Increased size for better visibility */
  height: 60px; /* Increased size for better visibility */
  text-align: center;
  line-height: 60px; /* Adjusted for the increased size */
  background: #C001CA;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%; /* Circular shape for a modern look */
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

/* Enhanced hover effect */
#back-to-top:hover {
  background-color: #EB5EF3; /* Darker shade on hover for feedback */
  transform: translateY(-5px); /* Slight lift to indicate interactivity */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Increased shadow for lifted effect */
}

/* Show button when scrolling down */
.show {
  display: block !important;
}

/* Enhanced Mobile style adjustments for the back to top button */
@media screen and (max-width: 768px) {
  #back-to-top {
    width: 50px; /* Adjusted size for mobile */
    height: 50px; /* Adjusted size for mobile */
    line-height: 50px; /* Adjusted for the new size */
    bottom: 15px; /* Increased spacing from the bottom for better accessibility */
    right: 15px; /* Increased spacing from the right for better accessibility */
  }
}


/* Make images responsive */
.responsive-image {
  max-width: 100%;
  height: auto;
  display: block; /* Removes any default inline spacing */
  margin: 0 auto 20px; /* Centers the image and adds space below */
}

/* Adjust images within the memberships aside */
.memberships img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; /* Adds space below each image */
}
/* Membership Logo Styling */
.memberships {
  text-align: center; /* Center align the content */
  margin: 20px 0; /* Add some vertical spacing */
}

.membership-logo {
  max-width: 100%; /* Ensure it is responsive */
  height: auto; /* Maintain aspect ratio */
  display: inline-block; /* Center the image inline */
}


/* Further fine-tuning for smaller screens */
@media screen and (max-width: 768px) {
  .memberships img {
    max-width: 80%; /* Smaller logos on mobile */
    margin: 10px auto; /* Centers the logos with margin */
  }
}
.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.follow-text {
  margin-left: 10px;
  font-family: 'Arial', sans-serif;
  color: #3399ff; /* Adjust the color to match your theme */
}

.main-content {
  /* Keep existing main-content styles */
}

.center-text {
  text-align: center;
}

.about-title {
  font-family: 'Monotype Corsiva', cursive;
  color: #ff66e6; /* Adjust the color to match your theme */
}

.ragdoll-info {
  background-color: #232323; /* Slightly lighter than the main content background */
  color: #999;
  margin: 20px auto;
  padding: 20px;
  border-radius: 5px;
}

.info-title {
  text-decoration: underline;
  font-family: 'Andalus', serif;
  color: #fff; /* White color for titles */
}

.info-text {
  font-family: 'Cambria', 'serif';
  margin-bottom: 15px; /* Spacing after each paragraph */
}

.ragdoll-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* Spacing between images */
}

.ragdoll-gallery img {
  max-width: 200px; /* Maximum image width */
  border-radius: 5px; /* Rounded corners for images */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}
.adoption-info {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background-color: #1A1A1A; /* Darker theme for depth */
    color: #f0f0f0; /* Light text for readability */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Soft shadow for 3D effect */
}

.title, .subtitle, h3 {
    margin-bottom: 20px;
    color: #FF69B4; /* Soft pink for a gentle look */
    font-family: 'Arial', sans-serif; /* Consistent font style */
	text-align: center;
}

.highlight {
    display: block;
    background-color: #3399FF; /* Blue background for contrast */
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
	text-align: center;
}

.kitten-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the kitten photos */
    margin-bottom: 20px;
}

.kitten-gallery img {
    width: 180px; /* Larger size for visibility */
    margin: 10px;
    border-radius: 10px; /* Soft edges for the images */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}

.kitten-package ul, .deposit-section p, .price-section p, .payment-info p {
    background-color: #282828; /* Slightly lighter background for distinction */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); /* Inner shadow for an inset look */
}

.payment-info {
    background-color: #2B2B2B; /* Unique background for payment section */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.payment-info form {
    display: flex;
    justify-content: center; /* Center align PayPal button */
    align-items: center;
    flex-direction: column;
}

.discount-offer {
    background-color: #FFD700; /* Gold background for the special offer */
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
	text-align: center;
}
.available-kittens {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #1A1A1A; /* Consistent dark theme */
    color: #ffffff; /* Light text for readability */
    border-radius: 10px;
}

.section-title {
    color: #FF69B4; /* Soft pink for titles */
    text-align: center;
    margin-bottom: 20px;
}

.covid-notice, .update-date, .availability-notice, .older-adults, .waitlist-info, .payment-info p, .discount-offer {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
}

.kittens-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.kittens-gallery img {
    width: 150px; /* Adjust based on preference */
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Subtle shadow for depth */
}

.payment-info {
    background: #292929; /* Slightly lighter background for section */
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.paypal-button {
    text-align: center;
    margin-top: 15px;
}
.available-kittens {
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background-color: #1D1D1D; /* Dark background */
    color: #FFF; /* Light text */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Adds depth */
    font-family: 'Arial', sans-serif; /* Consistent font */
}

.section-title {
    color: #FF69B4; /* Pink for titles */
    margin: 20px 0;
    font-size: 24px;
}

.covid-notice, .update-date, .availability-notice, .older-adults, .waitlist-info {
    text-align: center;
    margin: 10px 0;
    line-height: 1.6;
}

.previous-kittens-title {
    text-align: center;
    margin: 30px 0 20px;
    color: #FF69B4; /* Matching theme */
    font-size: 20px;
}

.kittens-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.kittens-gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.kittens-gallery img:hover {
    transform: scale(1.05); /* Adds interaction */
}

.payment-info {
    background-color: #292929;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    color: #E2E2E2; /* Slightly off-white for readability */
}

.paypal-button {
    text-align: center;
    margin-top: 20px;
}

.discount-offer {
    background-color: #FFD700; /* Gold background for emphasis */
    color: #000;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 25px;
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /* Adjust 'minmax' for desired smallest size */
  grid-auto-rows: 180px; /* This sets the row height */
  gap: 10px;
  padding: 10px;
}

.photo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Assign grid row/column span based on the image's class or data attributes */
.photo-gallery img.large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-gallery img.tall {
  grid-column: span 1;
  grid-row: span 2;
}

.photo-gallery img.wide {
  grid-column: span 2;
  grid-row: span 1;
}

/* Special rule for 'smaller' images to span 2 columns in desktop view */
.photo-gallery img.smaller {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .photo-gallery {
    grid-template-columns: 1fr; /* Single column for mobile */
  }

  .photo-gallery img {
    max-width: 100%;
    margin: 0 auto; /* Center the images */
  }

  /* Images that need to stand out can take full width */
  .photo-gallery img.smaller {
    max-width: 100%;
  }
}


.photo-gallery img:hover {
  transform: scale(1.1); /* Slight zoom on hover for interaction feedback */
}

/* Improvements for the photo gallery container */
.photo-div {
  margin: 20px auto;
  padding: 15px;
  background-color: #1A1A1A; /* Dark theme for depth */
  color: #f0f0f0; /* Light text for readability */
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Enhanced shadow for 3D effect */
  max-width: 95%; /* Improved responsiveness */
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
  .photo-div {
    padding: 10px; /* Adjust padding on smaller screens */
  }
}

/* Additional mobile-friendly improvements */
@media screen and (max-width: 480px) {
  .photo-gallery {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Further adjust for very small screens */
  }
}
.videos-container {
    text-align: center;
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background-color: #232323; /* Dark background for contrast */
    color: #f0f0f0; /* Light text for readability */
}

.videos-title {
    font-family: 'Monotype Corsiva', cursive;
    color: #FF66E6; /* Pink color for the title */
    margin-bottom: 20px;
}

.video iframe {
    width: 420px; /* Fixed width for consistency */
    height: 315px; /* Fixed height for consistency */
    margin-bottom: 20px; /* Space between videos */
    border-radius: 10px; /* Rounded corners for modern look */
}
/* Shared Styles for Kings and Queens Sections */
.section-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #1A1A1A; /* Dark background for contrast */
    color: #ffffff; /* Light text for readability */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

.section-title {
    color: #FF66E6; /* Soft pink for section titles */
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Monotype Corsiva', cursive; /* Elegant font for titles */
    font-size: 28px;
}

.royalty {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #292929; /* Slightly lighter background for each entry */
    border-radius: 8px;
}

.royalty h3 {
    color: #D267AF; /* Pink shade for names */
    margin: 10px 0;
}

.royalty p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #CCCCCC; /* Light grey for readability */
}

.royalty img {
    width: 100%; /* Responsive images */
    max-width: 400px; /* Maximum size */
    height: auto;
    margin: 10px auto; /* Center images */
    display: block;
    border-radius: 5px; /* Slightly rounded corners for aesthetics */
}

.center-img {
    display: block;
    margin: 20px auto; /* Center these images specifically */
}

/* Specific Classes for Kings and Queens for Potential Unique Styling */
.kings-section .royalty,
.queens-section .royalty {
    /* If any specific styling needed for kings or queens, add here */
}

/* Example: Different border color for queens */
.queens-section .royalty {
    border: 2px solid #FF66E6; /* Optional: Pink border for queens section */
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin: 10px 0 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[type="submit"] {
    background-color: #FF66E6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #ff4fd8;
}

.nlvldesign-logo img {
  width: 180px; /* Adjust width as needed */
}

.optimization-credit {
  font-size: 0.8em;
  margin-top: -40px;
  color: #ccc;
}

.optimization-credit a {
  color: #fff;
  text-decoration: none;
}

.optimization-credit a:hover {
  text-decoration: underline;
}
