/*!
 * home.css - Home page styles
 * Merged: hp.css + home-pilot.css
 * Generated: 2026-01-23
 */

/* ===== hp.css content ===== */
body {
  margin: 0;
}













.content {
  overflow-x: hidden;
}
/**************************************Start Breadcrumb Navigation**************************************/

/* Style the list */
ul.breadcrumb {
  padding: 10px;
  list-style: none;
  margin-block: 0px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 0.8em;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 3px;
  color: black;
  content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #b23256;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/**************************************End Breadcrumb Navigation**************************************/

/**************************************Start city section**************************************/












/**************************************End city section**************************************/

/**************************************Start cta section**************************************/
.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(30, 28, 24, 0.8);
  background-image: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), url(../../images/home/sugar-daddy-meet-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  .cta-section {
    background-image: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), image-set(url(../../images/home/sugar-daddy-meet-bg.webp) type("image/webp") 1x, url(../../images/home/sugar-daddy-meet-bg.jpg) type("image/jpeg") 1x);
  }
}
.cta-title {
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}

.cta-section a {
  color: #f5f5f5;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
.cta-section a:hover {
  text-decoration: underline;
}
/**************************************End cta section**************************************/

/**************************************Start perks**************************************/

















































/**************************************End perks**************************************/





/**************************************Start User profile**************************************/












/**************************************End User profile**************************************/

/**************************************Start region**************************************/














/**************************************end region**************************************/









@media screen and (width: 768px) {
  /* 768px specific styles can be added here */
}
/* ===== home-pilot.css content ===== */
/* Home Pilot CSS - Home specific styles */
/* Note: Common layout and components have been moved to layout.css and components.css */

/* Hero Section */
.hero-section--home {
  background-image: linear-gradient(135deg, rgba(37, 33, 30, 0.7) 0%, rgba(37, 33, 30, 0.3) 100%), url(../../images/home/home-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  .hero-section--home {
    background-image: linear-gradient(135deg, rgba(37, 33, 30, 0.7) 0%, rgba(37, 33, 30, 0.3) 100%), image-set(url(../../images/home/home-bg.webp) type("image/webp") 1x, url(../../images/home/home-bg.jpg) type("image/jpeg") 1x);
  }
}
/* Features / Split Section */
.feature-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 10px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.feature-img {
  max-width: 600px;
  width: 100%;
  height: auto;
  padding: 0 2%;
}
.feature-content {
  display: flex;
  flex-direction: column;
}
.feature-title {
  font-family: var(--font-heading);
  font-size: 28px;
  color: var(--text-color);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.feature-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.feature-text a {
  color: var(--primary-color);
  text-decoration: none;
}
.feature-text a:hover {
  text-decoration: underline;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list__item {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-gray);
  padding: 0 0 5px 10px;
}
.feature-list__item--highlight {
  color: var(--primary-color);
}
.feature-list__item:hover {
    font-weight: bold;
    color: var(--primary-color);
}
/* App Promo */
.app-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-download-btns {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.app-download-btns .btn, .hero__actions .btn, .feature-content .btn {
  /* Button styles are defined in components.css */
  display: inline-block;
}
.app-download-btns .btn:hover, .hero__actions .btn:hover, .feature-content .btn:hover {
  /* Button hover styles are defined in components.css */
  opacity: 0.9;
}
/* Responsive Home */
@media screen and (min-width: 768px) {
    /* Desktop specific styles can be added here */
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 30px;
    line-height: 35px;
  }
  
  .feature-section {
    flex-direction: column;
    align-items: center;
  }
  
  .feature-content {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  
  .feature-img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}


@media screen and (max-width: 767px) {

  .btn--outline {
      margin-left: 0;
  }
}
