/* ==========================================================================
   ph-heat-pumps-hub.css
   Styles for the Heat Pumps Hub page template (template-heat-pumps-hub.php)
   All rules scoped under .ph-hph-content
   ========================================================================== */

/* --------------------------------------------------------------------------
   GLOBAL RESETS & BASE TYPOGRAPHY
   -------------------------------------------------------------------------- */

.ph-hph-content *,
.ph-hph-content *::before,
.ph-hph-content *::after {
    box-sizing: border-box;
}

.ph-hph-content {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
}

.ph-hph-content h1,
.ph-hph-content h2,
.ph-hph-content h3,
.ph-hph-content h4,
.ph-hph-content h5,
.ph-hph-content h6 {
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 0;
}

.ph-hph-content p {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1rem;
}

.ph-hph-content a {
    color: #1d439c;
    text-decoration: none;
}

.ph-hph-content a:hover {
    text-decoration: underline;
}

.ph-hph-content img {
    max-width: 100%;
    height: auto;
}

/* --------------------------------------------------------------------------
   ELEMENTOR LAYOUT HELPERS
   -------------------------------------------------------------------------- */

.ph-hph-content .elementor-section {
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.ph-hph-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.ph-hph-content .elementor-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ph-hph-content .elementor-container.elementor-column-gap-default {
    gap: 20px;
}

.ph-hph-content .elementor-container.elementor-column-gap-no {
    gap: 0;
}

.ph-hph-content .elementor-column {
    display: flex;
    flex-direction: column;
}

.ph-hph-content .elementor-col-100 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ph-hph-content .elementor-col-50 {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.ph-hph-content .elementor-container.elementor-column-gap-no .elementor-col-50 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ph-hph-content .elementor-col-25 {
    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.ph-hph-content .elementor-col-20 {
    width: calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
}

.ph-hph-content .elementor-widget-wrap {
    width: 100%;
}

/* --------------------------------------------------------------------------
   SECTION 1: HERO
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-hero-section {
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5rem;
    padding-top: 0;
    background:
        linear-gradient(180deg, rgba(8, 19, 44, 0.16), rgba(8, 19, 44, 0.5)),
        url("https://poolheating.com.au/wp-content/uploads/2023/07/iStock-1221713912-scaled.jpg")
        center / cover no-repeat;
    overflow: hidden;
}

.ph-hph-content .hph-hero-section .elementor-background-overlay {
    display: none;
}

.ph-hph-content .hph-hero-section .elementor-container {
    align-items: flex-end;
    width: 100%;
}

.ph-hph-content .hph-hero-section .elementor-widget-wrap {
    display: flex;
    align-items: flex-end;
}

.ph-hph-content .hph-hero-section h1.elementor-heading-title {
    color: #feb415;
    font-size: clamp(3rem, 5vw, 5.2rem);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.03em;
}

/* --------------------------------------------------------------------------
   SECTION 2: FEATURES
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-features-section {
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.ph-hph-content .hph-features-section .elementor-container {
    align-items: stretch;
    justify-content: center;
}

.ph-hph-content .hph-features-section .elementor-col-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ph-hph-content .hph-features-section .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ph-hph-content .hph-features-section .elementor-widget-icon-box {
    width: 100%;
    text-align: center;
}

.ph-hph-content .hph-features-section .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.ph-hph-content .hph-features-section .elementor-icon-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.5rem;
}

.ph-hph-content .hph-features-section .elementor-icon {
    font-size: 2rem;
    color: #1d439c;
    display: block;
    line-height: 1;
}

.ph-hph-content .hph-features-section .elementor-icon-box-title {
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d439c;
    margin: 0.5rem 0 0;
    line-height: 1.2;
}

.ph-hph-content .hph-features-section .elementor-icon-box-title span {
    display: block;
}

/* --------------------------------------------------------------------------
   SECTION 3: WHY A FULL INVERTER HEAT PUMP?
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-why-section {
    background: #fff;
}

.ph-hph-content .hph-why-section .elementor-container {
    align-items: center;
}

.ph-hph-content .hph-why-section h2.elementor-heading-title {
    color: #333;
    font-size: clamp(2rem, 2.8vw, 2.66rem);
    line-height: 0.9;
    margin-bottom: 1.5rem;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.ph-hph-content .hph-why-section p {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.8rem;
}

.ph-hph-content .hph-why-section p a {
    color: #1d439c;
    text-decoration: underline;
}

.ph-hph-content .hph-why-section p a:hover {
    color: #feb415;
}

.ph-hph-content .hph-why-section ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.ph-hph-content .hph-why-section ul li {
    margin-bottom: 0.4rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
}

.ph-hph-content .hph-why-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --------------------------------------------------------------------------
   SECTION 4: RESIDENTIAL HEAT PUMPS
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-residential-section {
    background: #fff;
    margin-top: 60px;
    padding: 0;
}

.ph-hph-content .hph-residential-section .elementor-container {
    align-items: stretch;
}

.ph-hph-content .hph-residential-section h2.elementor-heading-title {
    color: #faaa00;
    font-size: clamp(1.8rem, 2.3vw, 2rem);
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.ph-hph-content .hph-residential-section .hph-image-col .elementor-widget-wrap {
    padding: 0;
    height: 100%;
}

.ph-hph-content .hph-residential-section .hph-image-col img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block;
}

.ph-hph-content .hph-residential-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap {
    padding: 3rem 10% 3rem 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ph-hph-content .hph-residential-section .elementor-button {
    display: inline-block;
    padding: 0.6em 1.8em;
    border: 2px solid #feb415;
    border-radius: 999px;
    background: #1d439c;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1rem;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.05em;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ph-hph-content .hph-residential-section .elementor-button:hover {
    background: #feb415;
    border-color: #feb415;
    color: #1d439c;
    text-decoration: none;
}

.ph-hph-content .hph-residential-section .elementor-button-wrapper {
    display: inline-block;
}

/* --------------------------------------------------------------------------
   SECTION 5: COMMERCIAL HEAT PUMPS
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-commercial-section {
    background: #f8f9fa;
    margin-top: 0;
    padding: 0;
}

.ph-hph-content .hph-commercial-section .elementor-container {
    align-items: stretch;
}

.ph-hph-content .hph-commercial-section h2.elementor-heading-title {
    color: #faaa00;
    font-size: clamp(1.8rem, 2.3vw, 2rem);
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.ph-hph-content .hph-commercial-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap {
    padding: 3rem 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ph-hph-content .hph-commercial-section .hph-image-col .elementor-widget-wrap {
    padding: 0;
    height: 100%;
}

.ph-hph-content .hph-commercial-section .hph-image-col img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block;
}

.ph-hph-content .hph-commercial-section .elementor-button {
    display: inline-block;
    padding: 0.6em 1.8em;
    border: 2px solid #feb415;
    border-radius: 999px;
    background: #1d439c;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1rem;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.05em;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ph-hph-content .hph-commercial-section .elementor-button:hover {
    background: #feb415;
    border-color: #feb415;
    color: #1d439c;
    text-decoration: none;
}

.ph-hph-content .hph-commercial-section .elementor-button-wrapper {
    display: inline-block;
}

/* --------------------------------------------------------------------------
   SECTION 6: HOW POOL HEAT PUMPS WORK
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-how-section {
    background: #fff;
}

.ph-hph-content .hph-how-section h2.elementor-heading-title {
    color: #333;
    font-size: clamp(2rem, 2.8vw, 2.66rem);
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 1.5rem;
}

.ph-hph-content .hph-how-section p {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 0.8rem;
    max-width: 800px;
}

.ph-hph-content .hph-how-section img {
    width: 100%;
    max-width: 24rem;
    margin: 1.5rem auto 0;
    display: block;
    height: auto;
}

/* --------------------------------------------------------------------------
   SECTION 7: SWIM NOW. PAY LATER
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-swim-section {
    background: #f5f5f5;
    text-align: center;
}

.ph-hph-content .hph-swim-section h2.elementor-heading-title {
    color: #1d439c;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.ph-hph-content .hph-swim-section h2.elementor-heading-title b {
    color: #faaa00;
    font-weight: 700;
}

.ph-hph-content .hph-swim-section .hph-divider {
    height: 1px;
    background: #ddd;
    margin: 1rem auto;
    max-width: 200px;
    display: block;
}

.ph-hph-content .hph-swim-section h3 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 2rem;
}

/* Force the widget-wrap in the swim section to be a column so all content stacks + centers */
.ph-hph-content .hph-swim-section .elementor-col-100 > .elementor-widget-wrap {
    flex-direction: column;
    align-items: center;
}

/* 4-column swim grid */
.ph-hph-content .hph-swim-section .hph-swim-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
}

.ph-hph-content .hph-swim-section .hph-swim-grid .elementor-col-25 {
    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
}

.ph-hph-content .hph-swim-section .hph-swim-grid .elementor-widget-icon-box,
.ph-hph-content .hph-swim-section .hph-swim-grid .elementor-widget-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ph-hph-content .hph-swim-section .elementor-icon-box-wrapper {
    background: #fff;
    padding: 1.5rem;
    text-align: left;
    border-top: 3px solid #feb415;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ph-hph-content .hph-swim-section .elementor-icon-box-icon {
    min-height: 0;
}

.ph-hph-content .hph-swim-section .elementor-icon-box-title {
    font-size: 1rem;
    color: #1d439c;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0.3rem;
    margin-top: 0;
}

.ph-hph-content .hph-swim-section .elementor-icon-box-title span {
    display: block;
}

.ph-hph-content .hph-swim-section .elementor-icon-box-description {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.4rem;
    margin-bottom: 0;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    text-align: left;
}

.ph-hph-content .hph-swim-section .hph-handypay-logo {
    max-width: 200px;
    margin: 2rem auto 1rem;
    display: block;
    height: auto;
    /* centre within the column flex */
    align-self: center;
}

.ph-hph-content .hph-swim-section .hph-swim-links {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}

.ph-hph-content .hph-swim-section .elementor-button-wrapper {
    text-align: center;
    width: 100%;
}

.ph-hph-content .hph-swim-section .hph-swim-links a {
    color: #1d439c;
    text-decoration: underline;
    margin: 0 0.5rem;
}

.ph-hph-content .hph-swim-section .hph-swim-links a:hover {
    color: #feb415;
}

.ph-hph-content .hph-swim-section .elementor-button-wrapper {
    display: inline-block;
}

.ph-hph-content .hph-swim-section .elementor-button {
    display: inline-block;
    padding: 0.6em 1.8em;
    border: 2px solid #feb415;
    border-radius: 999px;
    background: #1d439c;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1rem;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.05em;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ph-hph-content .hph-swim-section .elementor-button:hover {
    background: #feb415;
    border-color: #feb415;
    color: #1d439c;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   SECTION 8: CONTACT
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-contact-section {
    background: #fff;
}

.ph-hph-content .hph-contact-section .elementor-container {
    align-items: flex-start;
}

/* Left column */
.ph-hph-content .hph-contact-section .elementor-col-50:first-child .elementor-widget-wrap {
    padding-right: 5%;
}

/* Right column */
.ph-hph-content .hph-contact-section .elementor-col-50:last-child .elementor-widget-wrap {
    padding-left: 5%;
}

.ph-hph-content .hph-contact-section h2.elementor-heading-title {
    color: #1d439c;
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.ph-hph-content .hph-contact-section h3 {
    color: #333;
    font-size: 1.3rem;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.ph-hph-content .hph-contact-section p {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 1rem;
}

/* Contact & location lists */
.ph-hph-content .hph-contact-section .hph-contact-list,
.ph-hph-content .hph-contact-section .hph-locations-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.ph-hph-content .hph-contact-section .hph-contact-list li,
.ph-hph-content .hph-contact-section .hph-locations-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.ph-hph-content .hph-contact-section .hph-contact-list li::before,
.ph-hph-content .hph-contact-section .hph-contact-list li::after,
.ph-hph-content .hph-contact-section .hph-locations-list li::before,
.ph-hph-content .hph-contact-section .hph-locations-list li::after {
    display: none;
    content: none;
}

.ph-hph-content .hph-contact-section .hph-contact-list .fa-phone-alt,
.ph-hph-content .hph-contact-section .hph-locations-list .fa-map-marker-alt {
    color: #1d439c;
    width: 1.2rem;
    text-align: center;
    flex-shrink: 0;
}

.ph-hph-content .hph-contact-section .hph-contact-list a,
.ph-hph-content .hph-contact-section .hph-locations-list a {
    color: #4b5563;
    font-size: 1rem;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
}

.ph-hph-content .hph-contact-section .hph-contact-list a:hover,
.ph-hph-content .hph-contact-section .hph-locations-list a:hover {
    color: #1d439c;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   GRAVITY FORMS STYLING (scoped to contact section)
   -------------------------------------------------------------------------- */

.ph-hph-content .hph-contact-section .gform_wrapper {
    margin: 0;
}

.ph-hph-content .hph-contact-section .gform_wrapper ul,
.ph-hph-content .hph-contact-section .gform_fields {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ph-hph-content .hph-contact-section .gform_wrapper li,
.ph-hph-content .hph-contact-section .gfield {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0.5rem;
}

.ph-hph-content .hph-contact-section .gfield label,
.ph-hph-content .hph-contact-section .gform_wrapper label {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
    display: block;
}

.ph-hph-content .hph-contact-section input[type="text"],
.ph-hph-content .hph-contact-section input[type="email"],
.ph-hph-content .hph-contact-section input[type="tel"],
.ph-hph-content .hph-contact-section textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid #d1d5db;
    border-radius: 0;
    background: #fafafa;
    font-size: 1rem;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    margin-bottom: 0.5rem;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.ph-hph-content .hph-contact-section input[type="text"]:focus,
.ph-hph-content .hph-contact-section input[type="email"]:focus,
.ph-hph-content .hph-contact-section input[type="tel"]:focus,
.ph-hph-content .hph-contact-section textarea:focus {
    border-color: #1d439c;
    outline: none;
    background: #fff;
}

.ph-hph-content .hph-contact-section textarea {
    min-height: 120px;
    resize: vertical;
}

.ph-hph-content .hph-contact-section input[type="submit"],
.ph-hph-content .hph-contact-section button[type="submit"],
.ph-hph-content .hph-contact-section .gform_button {
    padding: 0.7rem 2rem;
    background: #1d439c;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    border-radius: 0;
    transition: background 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.ph-hph-content .hph-contact-section input[type="submit"]:hover,
.ph-hph-content .hph-contact-section button[type="submit"]:hover,
.ph-hph-content .hph-contact-section .gform_button:hover {
    background: #feb415;
    color: #1d439c;
}

/* Gravity Forms v2.5+ field containers */
.ph-hph-content .hph-contact-section .ginput_container {
    margin-top: 0;
}

.ph-hph-content .hph-contact-section .gform_validation_errors,
.ph-hph-content .hph-contact-section .validation_message {
    color: #c0392b;
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.ph-hph-content .hph-contact-section .gform_confirmation_message {
    padding: 1rem;
    background: #f0faf0;
    border: 1px solid #a3d9a5;
    color: #2d6a2d;
    font-size: 1rem;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   RESPONSIVE: TABLET (max-width: 1024px)
   -------------------------------------------------------------------------- */

@media (max-width: 1024px) {

    .ph-hph-content .elementor-col-50 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ph-hph-content .elementor-container.elementor-column-gap-no .elementor-col-50 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ph-hph-content .elementor-col-20 {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }

    .ph-hph-content .elementor-col-25 {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }

    .ph-hph-content .hph-swim-section .hph-swim-grid .elementor-col-25 {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }

    .ph-hph-content .hph-image-col img {
        min-height: 300px !important;
    }

    .ph-hph-content .hph-residential-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap,
    .ph-hph-content .hph-commercial-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap {
        padding: 2rem !important;
    }

    .ph-hph-content .hph-contact-section .elementor-col-50:first-child .elementor-widget-wrap {
        padding-right: 0;
        padding-bottom: 2rem;
    }

    .ph-hph-content .hph-contact-section .elementor-col-50:last-child .elementor-widget-wrap {
        padding-left: 0;
    }

    .ph-hph-content .hph-residential-section {
        margin-top: 30px;
    }

}

/* --------------------------------------------------------------------------
   RESPONSIVE: MOBILE (max-width: 767px)
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .ph-hph-content .hph-hero-section {
        min-height: 62vh;
        padding-bottom: 3rem;
    }

    .ph-hph-content .elementor-col-20 {
        width: calc(50% - 10px) !important;
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }

    .ph-hph-content .elementor-col-25 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ph-hph-content .hph-swim-section .elementor-col-25 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ph-hph-content .hph-swim-section .hph-swim-grid .elementor-col-25 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .ph-hph-content .elementor-section {
        padding: 40px 0;
    }

    .ph-hph-content .hph-features-section {
        padding: 20px 0;
    }

    .ph-hph-content .hph-residential-section,
    .ph-hph-content .hph-commercial-section {
        padding: 0;
        margin-top: 20px;
    }

    .ph-hph-content .hph-residential-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap,
    .ph-hph-content .hph-commercial-section .elementor-col-50:not(.hph-image-col) .elementor-widget-wrap {
        padding: 1.5rem !important;
    }

    .ph-hph-content .hph-hero-section h1.elementor-heading-title {
        font-size: clamp(2.2rem, 8vw, 3rem);
    }

}
