/*
Theme Name: SheBuilds Theme
Template: kadence
Description: Child theme for SheBuilds Realty
Author: Roshan
Version: 1.0
*/

/* Custom styles go below */
/* Align footer widget lists with footer navigation */

.site-footer .footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

.site-footer .footer-info li {
  color: #1A1A1A;
  font-size: 14px;
  margin-bottom: 8px;
}

/* Brand / Name */
.site-footer .footer-info .footer-name {
  font-size: 16px;
  font-weight: 600;
  color: #00071E;
  margin-bottom: 12px;
}

/* Address */
.site-footer .footer-info .footer-address {
  font-size: 14px;
  opacity: 0.9;
}

/* Phone */
.site-footer .footer-info .footer-phone {
  font-size: 14px;
  font-weight: 500;
}

/* Email */
.site-footer .footer-info .footer-email a {
  color: #00071E;
  font-weight: 500;
  text-decoration: none;
}

.site-footer .footer-info .footer-email a:hover {
  text-decoration: underline;
}



.listing-container {
  max-width: 1100px;
  margin: auto;
}


.listing-about {
  margin-top: 40px;
}


.listing-swiper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.listing-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-pagination-bullet {
  background: #0B1F3A;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/*Adding box to single page gallery to improve the feel*/
/*Adding a frame to the gallery*/
.listing-gallery {
  background: #ffffff;
  padding: 32px;
  border-radius: 14px;
  margin-bottom: 60px;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.10),
    0 6px 15px rgba(0,0,0,0.06);

  border-top: 4px solid #00071E;
}


/*Improve the single page Title*/
.listing-title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #0B1F3A;
}

/*Adding subtle divider below the title*/
.listing-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #0B1F3A;
  margin: 15px auto 0;
}

/*Adding Details Card For Premium Feel Which Seprates the details and Description*/
.listing-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  margin-bottom: 50px;
}

.listing-details p {
  margin: 0;
  font-size: 15px;
  padding: 16px 18px;
  border: 1px solid rgba(0,7,30,0.12);
  border-left: 4px solid #00071E;
  border-radius: 6px;
  background: #fdfdfd;
}

.listing-details p:hover {
  background: #f7f8fa;
  border-left-color: #0B1F3A;
}



/*Improving the About Section*/
.listing-about {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow:
    0 15px 40px rgba(0,0,0,0.08),
    0 2px 6px rgba(0,0,0,0.04);
  border-top: 4px solid #00071E;
  margin-bottom: 60px;
}


/*Improving About Heading*/
.listing-about h3 {
  margin-bottom: 18px;
  color: #0B1F3A;
  position: relative;
}

.listing-about h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00071E;
  margin-top: 8px;
}


/*Increasing height of the about for readability*/
.listing-about p {
  line-height: 1.8;
  font-size: 16px;
}

/*Reducing the Single Listing Gaps*/
/*single-listing-template style*/

.listing-single {
  background: #f4f6f9;
  padding: 60px 20px;
}

/*Improving the listing cards in Archive Page*/
/* Listing archive cards */
.archive .entry,
.tax-listing_type .entry {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.archive .entry:hover,
.tax-listing_type .entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.10);
}

/*Improve the title in Listing Card*/
.tax-listing_type .entry-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: #0B1F3A;
}

/*Improving hovering the listing Title*/
.tax-listing_type .entry-title a:hover {
  text-decoration: none;
}

/*Improve 'Veiw Details' Button*/
.tax-listing_type .entry-read-more a {
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0B1F3A;
}

.tax-listing_type .entry-read-more a::after {
  content: ' →';
  transition: margin-left 0.3s ease;
}

.tax-listing_type .entry-read-more a:hover::after {
  margin-left: 6px;
}

/*Improving pagination margin*/
.navigation.pagination {
  margin-top: 60px;
}

/*Improving Archive Page Title*/
/* Archive page title styling */
.tax-listing_type .page-title {
  font-size: 40px;
  color: #0B1F3A;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

/*Adding an Underline to the Title of Archive Page*/
.tax-listing_type .page-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #00071E;
  margin: 16px auto 0;
}

/*Improve Archive Page Header Background*/
.page-title .archive-title {
  background: #f5f7fa;
  padding: 70px 20px;
  margin-bottom: 60px;
}


/* Swiper navigation arrows – Improving style */
.listing-gallery .swiper-button-next,
.listing-gallery .swiper-button-prev {
  color: #00071E;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.listing-gallery .swiper-button-next::after,
.listing-gallery .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

/* Hover effect for the gallery swiper buttons */
.listing-gallery .swiper-button-next:hover,
.listing-gallery .swiper-button-prev:hover {
  background: #ffffff;
}

/* Removing red asterisk from required consent checkbox from Contact Form */
.wpforms-field-checkbox .wpforms-required-label {
  display: none !important;
}




/* Property ID below gallery */
.listing-property-id {
  margin-top: -30px; /* pulls it closer to gallery */
  margin-bottom: 40px;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.listing-property-id::before {
  content: 'Property ID ';
  font-weight: 500;
  color: #00071E;
  margin-right: 4px;
}

/* Property Category Field styling */
.listing-category a {
  color: #00071E;
  font-weight: 500;
  text-decoration: none;
}

.listing-category a:hover {
  text-decoration: underline;
}

/* Group divider inside listing details */
/* Group title styling inside listing details */
.listing-details p[data-group-title] {
  grid-column: 1 / -1; /* span full width */
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 7, 30, 0.2);
}

.listing-details p[data-group-title] strong {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #00071E;
  text-transform: uppercase;
}



