/* 
Theme Name: ppstexas1
Theme URI: https://github.com/elementor/hello-theme-child/
Description: ppstexas1 Child is a child theme of Hello Elementor, created by Elementor team
Author: Amandeep Mann
Author URI: https://truzzinfotech.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: ppstexas1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



:root {
  --pps-navy: #1B2A4A;
  --pps-amber: #F4A023;
  --pps-amber-light: #FFB84D;
  --pps-cream: #F9F7F4;
}

body, p, span, a {
  font-family: 'DM Sans', sans-serif !important;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif !important;
}

/* Elementor buttons — add class "pps-cta" in Elementor button settings */
.elementor-button.pps-cta,
.elementor-button-wrapper .elementor-button.pps-cta {
  background-color: #F4A023 !important;
  color: #1B2A4A !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  transition: all 0.2s !important;
}
.elementor-button.pps-cta:hover {
  background-color: #FFB84D !important;
  transform: translateY(-2px) !important;
}

/* Remove default page padding on full-width pages */
.elementor-page .entry-content,
.elementor-page .site-content {
  padding: 0 !important;
}

/* Make sections truly full width */
.elementor-section.elementor-section-full_width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



ul#menu-main-menu li:last-child a {
    background: var(--pps-amber);
    color: var(--navy) !important;
    font-weight: 700 !important;
    padding: 10px 22px;
    border-radius: 8px;
    transition: background 0.2s !important;
}

ul#menu-main-menu li:last-child a:hover {
    background: var(--pps-amber-light) !important;
}

/* Mobile: hide desktop nav, show mobile sticky bar */
@media (max-width: 767px) {
  .pps-desktop-only { display: none !important; }
  .pps-mobile-sticky {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    background: #1B2A4A !important;
    border-top: 2px solid #F4A023 !important;
    padding: 12px 16px !important;
    gap: 10px !important;
  }
}
