* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: IBM Plex Sans;
    font-weight: 400;
    color: #212529;
}

/* header */
.navbar {
    display: flex;
    align-items: center;
    padding: 16px 110px !important;
    gap: 8px;
    box-shadow: 2px 2px 8px 0px #0000000A !important;
}

.text-primary {
    color: #0866d5 !important;
}

.container-fluid {
    gap: 1rem;
}

.logo {
    display: flex;
    align-items: center;
    margin-right: 48px;
    gap: 16px;
}

    .logo img {
        width: 56px;
        height: 56px;
        border-radius: 500px;
    }

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
}

.custom-color {
    color: #0866d5;
}

nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px;
}

.custom-gap {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.navbar-nav {
    gap: 3rem;
}

    .navbar-nav a {
        color: #000 !important;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        font-family: IBM Plex Sans;
        line-height: 22px;
    }

.book-demo {
    display: flex;
    padding: 14px 24px !important;
    border-radius: 16px;
    background-color: #0866D5;
    color: #fff;
    border: 1px solid #0866D5;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    align-items: center;
}

.row.g-0 {
    align-items: stretch;
}










@media (max-width: 992px) {
    .navbar {
        padding: 17px !important;
    }

    .navbar-nav {
        gap: 1rem;
    }

    .navbar-nav {
        gap: 1rem;
    }

    .book-demo {
        margin-left: 0;
    }

    .description-section {
        padding: 28px 31px 31px !important;
    }

    .why-section,
    .features-section,
    .contact-us {
        padding: 40px 30px !important;
    }

.silvers-plan-section,
    .clients-testimonials {
        padding: 40px 110px !important;
    }

    .footer-container {
        padding: 40px 60px 24px 60px !important;
    }
}

/* Legal pages */
.legal-hero {
    background: linear-gradient(135deg, rgba(8, 102, 213, 0.75), rgba(11, 72, 159, 0.75)), url('/images/swimpoolbckgrnd.jpg') center center / cover no-repeat;
    color: #ffffff;
    padding: 96px 0 72px;
    text-align: center;
    background-attachment: fixed; /* optional: creates a nice parallax effect */
    border-radius: 0 0 16px 16px; /* optional: softens the bottom edge */
}


.legal-hero__content {
    max-width: 760px;
    margin: 0 auto;
}

.legal-hero__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.legal-hero__title {
    font-family: "DM Sans", "IBM Plex Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.legal-hero__lead {
    font-size: 1.125rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.legal-hero__lead a {
    color: #ffffff;
    font-weight: 600;
}

.legal-hero__meta {
    margin-top: 24px;
    font-weight: 600;
    font-size: 1rem;
}

.legal-content {
    background: #f5f9ff;
    padding: 80px 0;
}

.legal-content .container {
    max-width: 900px;
}

.legal-section {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 40px;
    box-shadow: 0 32px 70px -48px rgba(8, 102, 213, 0.45);
    margin-bottom: 32px;
}

.legal-section:last-of-type {
    margin-bottom: 0;
}

.legal-section h2 {
    font-family: "DM Sans", "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    margin-bottom: 20px;
    color: #0a2847;
}

.legal-section h3,
.legal-subheading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0866d5;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-section p {
    color: #4d4d4d;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-section a {
    color: #0866d5;
    font-weight: 600;
    text-decoration: none;
}

.legal-section a:hover,
.legal-section a:focus {
    text-decoration: underline;
}

.legal-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.legal-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.legal-term {
    font-weight: 600;
    color: #0a2847;
}

.legal-third-party + .legal-third-party {
    margin-top: 16px;
}

.legal-third-party p {
    margin-bottom: 0;
}

.legal-section--contact {
    padding-bottom: 40px;
}

.legal-contact-list {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 16px;
}

.legal-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.legal-contact-icon {
    width: 32px;
    height: 32px;
}

@media (max-width: 768px) {
    .legal-hero {
        padding: 72px 0 56px;
    }

    .legal-hero__title {
        font-size: 2.25rem;
    }

    .legal-section {
        padding: 24px;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        gap: 1rem;
    }

    .book-demo {
        margin-left: 0;
        width: 148px;
        margin-top: 1rem;
    }
}

/* description */
.description-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 60px 60px 120px;
    gap: 32px;
    min-height: 720px;
}

.description {
    flex: 1;
    max-width: 50%;
    font-size: 1.125rem;
    line-height: 1.8;
}

    .description h1 {
        font-family: DM Sans;
        font-size: 56px;
        font-weight: 700;
        line-height: 72.91px;
        text-align: left;
        color: #141414;
    }

    .description p {
        font-family: IBM Plex Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #5E5E5E;
    }

    .description button {
        padding: 20px 53px 20px 53px;
        background-color: #0a66c8;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        margin-top: 1.5rem;
    }

.image-container {
    flex: 1;
    max-width: 48%;
}

    .image-container img {
        height: 100%;
        max-width: 100%;
    }

.store-button {
    margin-top: 4rem;
    display: flex;
    gap: 1rem;
}

/* why section */
.why-section {
    padding: 80px 120px;
    background-color: #f3f7fa;
}

.why-poolworks {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .why-poolworks h1 {
        font-family: IBM Plex Sans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #282828;
    }

    .why-poolworks h3 {
        font-family: IBM Plex Sans;
        font-size: 56px;
        font-weight: 600;
        line-height: 64px;
        text-align: center;
        color: #282828;
        max-width: 972px;
        margin-top: 1rem;
    }

    .why-poolworks p {
        font-family: IBM Plex Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #4f4f4f;
        max-width: 789px;
        margin-top: 1.5rem;
    }

.company-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 88px;
}

    .company-logo img {
        max-width: 150px;
        margin: 10px;
    }

/* features */
.features-section {
    padding: 80px 120px;
}

.features {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .features h1 {
        font-family: IBM Plex Sans;
        font-size: 56px;
        font-weight: 600;
        line-height: 64px;
        text-align: center;
        color: #282828;
    }

    .features p {
        font-family: IBM Plex Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #333;
        max-width: 966px;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }

.features-grid .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.features-grid .col {
    flex: 1 1 calc(33.333% - 40px);
}

@media (max-width: 1155px) {
    .features-section {
        padding: 80px 80px;
    }

    .features-grid .col {
        flex: 1 1 calc(50% - 20px);
    }

        .features-grid .col:nth-child(odd) {
            clear: left;
        }
}

@media (max-width: 768px) {
    /* .features-grid .col {
                flex: 1 1 100%;
            } */
    .features-grid .row {
        display: flex;
        flex-direction: column;
    }

    .features-grid .col {
        flex: 1 1 30% !important;
    }

    .row-cols-3 > * {
        width: 100% !important;
    }
}


.features-grid img {
    max-width: 100%;
}

.customer-management,
.job-scheduling,
.notification-alert,
.mobile-technician,
.photo-note,
.reporting {
    border: 1px solid #EEEEEE;
    padding: 24px;
    border-radius: 24px;
}

    .customer-management h1,
    .job-scheduling h1,
    .notification-alert h1,
    .mobile-technician h1,
    .photo-note h1,
    .reporting h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
    }

    .customer-management p,
    .job-scheduling p,
    .notification-alert p,
    .mobile-technician p,
    .photo-note p,
    .reporting p {
        font-family: IBM Plex Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #121D3F;
    }

    .customer-management .custom-textstyle,
    .job-scheduling .custom-textstyle,
    .notification-alert .custom-textstyle,
    .mobile-technician .custom-textstyle,
    .photo-note .custom-textstyle,
    .reporting .custom-textstyle {
        font-family: IBM Plex Sans;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        color: #121D3F;
    }

.customer-management {
    border-top: 6px solid #ffefdf;
}

.job-scheduling {
    border-top: 6px solid #c9e4de;
}

.notification-alert {
    border-top: 6px solid #ffe0d3;
}

.mobile-technician {
    border-top: 6px solid #d1e1f3;
}

.photo-note {
    border-top: 6px solid #fbe1ff;
}

.reporting {
    border-top: 6px solid #c9e4de;
}

/* Silver Plan */
.silvers-plan-section {
    padding: 80px 120px 80px 120px;
    background-color: #f3f7fa;
    .row

{
    display: flex;
    justify-content: space-between;
}

.col p {
    font-size: 16px;
    color: #121D3F;
}

}

.silvers-plan-section-main {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.silver-plan {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

    .silver-plan h1 {
        font-family: IBM Plex Sans;
        font-size: 56px;
        font-weight: 600;
        line-height: 64px;
        text-align: center;
        color: #282828;
    }

    .silver-plan p {
        font-family: IBM Plex Sans;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #101828;
        max-width: 844px;
        margin-top: 1rem;
    }

.main-card {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    margin-top: 2.5rem;
}

.silver-package p {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #101828;
    max-width: 844px;
    margin-bottom: 0;
}

.silver-package {
    border: 1px solid #ddd;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
    &:hover

{
    border: 1px solid #006ff8;
    border-top: 6px solid #006ff8;
}

&:hover .custom-button {
    background-color: #0A66C8;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

&:hover .custom-discounted-price {
    color: #0866D5;
    transition: all 0.3s ease;
}

}

.silver-package.selected {
    border-top: 6px solid #006ff8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.silver-package h1 {
    font-size: 32px;
    font-weight: 600;
    color: #16181D;
    margin-bottom: 0;
}

.silver-product-package-title {
    width: 336px;
    height: 42px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #16181D;
}

.silver-product-package-price {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-price {
    font-weight: 600;
    color: #EB5757;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.original-price {
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #4F4F4F;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.client {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.custom-button {
    width: 100%;
    height: 62px;
    background-color: #e0e0e0;
    border: none;
    padding: 0 16px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #5e5e5e;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-silver-price {
    font-size: 32px;
    font-weight: 600;
    color: #0866D5;
}

.price-size {
    font-size: 28px;
    font-weight: 600;
}

.month-style {
    font-size: 24px;
}

.extra-price {
    font-size: 16px;
    color: #101828;
    font-weight: 600;
}

.number-client {
    font-size: 18px;
    font-weight: 600;
    color: #101828;
}

.line {
    border: 1px solid #5e5e5e;
    opacity: 20%;
}

.Features-title {
    font-family: IBM Plex Sans;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.Features-list {
    display: flex;
    gap: 12px;
}

.check-circle {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #27AE60;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.checkmark {
    width: 9px;
    height: 5px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 6px;
}

.Features-list-lable {
    font-size: 16px;
    font-weight: 400;
    color: #5e5e5e;
}

.custom-discounted-price {
    font-size: 28px;
}

.month-custom {
    font-size: 24px;
}

.coupon {
    padding: 5px 6px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFB9BA 0%, #FFEAC3 100%);
    margin-left: 10px;
    align-items: center;
    display: flex;
    gap: 6px;
}

    .coupon span {
        font-family: IBM Plex Sans;
        font-weight: 500;
        font-size: 14px;
        text-align: left;
        color: #AE1245;
        display: flex;
        gap: 6px;
        background-color: #fff;
        padding: 6px 9px;
        border-radius: 8px;
    }

.coupon-description {
    font-family: IBM Plex Sans !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    max-width: 117px;
    color: #333333 !important;
    padding: 0 !important;
}

/* Clients Testimonials */
.clients-testimonials {
    padding: 80px 120px 80px 120px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.clients-testimonials-main {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.clients-testimonials-heading {
    display: flex;
    flex-direction: column;
    gap: 80px;
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #282828;
}

.clients-testimonials-card {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

    .clients-testimonials-card .row {
        display: flex;
        gap: 32px;
        justify-content: center;
    }

.clients-testimonials-container {
    text-align: left;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    max-width: 379px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.client-custom {
    padding: 32px;
}

.clients-testimonials-container img {
    width: 32px;
}

.clients-testimonials-container p {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    color: #333;
}

.client-name {
    background-color: #f5f8f9;
    border-radius: 8px;
    padding: 32px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .client-info img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

.client-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.client-text {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #121D3F;
}

.client-designation {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #737373;
}

.clients-button button {
    background-color: #fff;
    border: none;
}

@media (max-width: 1025px) {
    .main-card {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .clients-testimonials-container {
        max-width: 100%;
    }

    .clients-testimonials-card .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .clients-testimonials {
        padding: 80px 30px 0 !important;
    }

    .clients-testimonials-heading {
        font-size: 45px;
        font-weight: 600;
        text-align: center;
        color: #282828;
    }

    .silver-plan h1 {
        font-family: IBM Plex Sans;
        font-size: 36px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        color: #282828;
    }

    .silvers-plan-section {
        padding: 40px 20px !important;
        background-color: #f3f7fa;
    }

    .contact-us .row {
        align-items: center;
        gap: 32px !important;
        width: 100%;
    }

    .custom-discounted-price {
        font-size: 28px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1224px) {
    .coupon {
        margin-left: 0;
    }

    .custom-price {
        flex-wrap: wrap;
    }

    .month-custom {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .clients-testimonials-container p {
        font-size: 18px;
        line-height: 26px;
    }

    .client-info img {
        width: 40px;
        height: 40px;
    }

    .client-text {
        font-size: 16px;
    }

    .client-designation {
        font-size: 14px;
    }

    .client-custom {
        padding: 16px;
    }

    .client-name {
        padding: 16px;
    }

    .book-demo {
        margin-left: 0;
        padding: 7px 12px;
    }

    .contact-us .row {
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    .left-image img {
        max-width: 90% !important;
        height: auto;
    }
}

/* Contact Us */
.contact-us {
    padding: 80px 120px;
    /* background: linear-gradient(180deg, #F3F7FA 0%, rgba(255, 255, 255, 0) 51.18%); */
}

    .contact-us .row {
        display: flex;
        justify-content: center;
        gap: 64px;
        flex-wrap: wrap;
    }

.left-image img {
    max-width: 100%;
    height: auto;
}

.right-form {
    max-width: 568px;
}

    .right-form h1 {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 56px;
        font-weight: 600;
        line-height: 64px;
        text-align: left;
        color: #282828;
        margin-bottom: 1rem;
    }

    .right-form p {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #101828;
        margin-bottom: 40px;
    }

form .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    form .form-group label {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #101828;
        margin-bottom: 8px;
    }

    form .form-group input,
    form .form-group textarea {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 16px;
        padding: 20px;
        border: 1px solid #D0D5DD;
        border-radius: 12px;
        width: 100%;
        outline: none;
        transition: border-color 0.3s;
    }

        form .form-group input:focus,
        form .form-group textarea:focus {
            border-color: #3b82f6;
        }

    form .form-group textarea {
        resize: vertical;
    }

.submit-btn {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    background: #0A66C8;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.left-image {
    display: flex;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px) {
    .contact-us {
        padding: 40px 20px;
    }

    .right-form {
        padding: 15px;
    }

        .right-form h1 {
            font-size: 40px;
            line-height: 48px;
        }

        .right-form p {
            font-size: 16px;
            line-height: 22px;
        }

    form .form-group input,
    form .form-group textarea {
        font-size: 14px;
        padding: 10px 14px;
    }

    .submit-btn {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .right-form h1 {
        font-size: 32px;
        line-height: 40px;
    }

    form .form-group label {
        font-size: 14px;
    }
}

/* footer */
.footer-container {
    background-color: #fafafa;
    color: #282828;
    padding: 80px 120px 24px 120px;
    font-family: 'IBM Plex Sans', sans-serif;
}

    .footer-container .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-container .col {
        flex: 1;
        padding: 0;
    }

    .footer-container .contact-detail {
        align-items: flex-start !important;
    }

        .footer-container .contact-detail a {
            font-size: 16px !important;
        }

    .footer-container .logo {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

        .footer-container .logo img {
            width: 56px;
            height: auto;
        }

    .footer-container a {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: #282828;
        font-size: 18px;
        margin-bottom: 20px;
        transition: color 0.3s ease;
    }

        .footer-container a:hover {
            color: #3b82f6;
        }

        .footer-container a img {
            width: 20px;
            height: auto;
        }

.footer-custom-ro {
    padding: 0 0 40px;
}

.footer-custom-colu {
}

.border-custom {
    border-right: 1px solid #E0E0E0;
}

.quick-links {
    display: flex;
    justify-content: center;
    gap: 9rem;
}

    .quick-links ul {
        list-style-type: disc;
        padding: 0;
        margin: 0;
    }

    .quick-links li {
        margin-bottom: 10px;
    }

.below-footer {
    align-items: center;
    border-top: 1px solid #E0E0E0;
    padding: 24px 0;
}

    .below-footer a {
        margin-bottom: 0;
    }

.terms-custom {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
}

    .terms-custom a {
        font-family: IBM Plex Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: center;
    }

.rights-reserved {
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 0px 20px !important;
    }

        .footer-container .row {
            flex-direction: column;
            gap: 40px;
        }

    .border-custom {
        border-right: 0;
        border-bottom: 1px solid #E0E0E0;
    }

    .footer-container .contact-detail {
        gap: 0;
        flex-direction: row;
    }

    .footer-container .footer-custom-ro {
        padding: 0 20px;
    }

    .quick-links {
        flex-direction: row;
        gap: 100px;
        justify-content: flex-start;
        padding: 0 14px;
    }

    .footer-custom-colu {
        justify-content: center;
    }

    .below-footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .terms-custom {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .footer-container .contact-detail {
        gap: 0;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    nav {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }

    .book-demo {
        margin-left: 0;
        width: 148px;
        margin-top: 1rem;
    }

    .custom-gap {
        gap: 10px;
    }

    .description-section {
        flex-direction: column;
        padding: 30px 30px !important;
    }

    .description {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .image-container {
        max-width: 100%;
    }

    .company-logo {
        justify-content: center;
    }

        .company-logo img {
            max-width: 120px;
        }
}

@media screen and (max-width: 480px) {
    header {
        padding: 16px 20px;
        gap: 0px;
        flex-direction: column;
    }

    .logo img {
        width: 40px;
        height: 40px;
    }

    .logo-text {
        font-size: 1.25rem;
    }

    .description h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .why-poolworks h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .why-section,
    .features-section {
        padding: 20px;
    }

    .description p {
        font-size: 16px;
    }

    .description button {
        padding: 16px 40px;
        font-size: 16px;
    }

    .store-button img {
        width: 120px;
    }

    .company-logo img {
        max-width: 100px;
    }
}

@media screen and (max-width: 1208px) {
    .navbar-nav {
        gap: 1rem;
    }

    .navbar {
        padding: 16px !important;
    }

    .why-section {
        padding: 40px !important;
    }
}
