@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Reset default margins and padding */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* Reset box-sizing */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Remove default list styles */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Remove default text decoration */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove default button styles */
button {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

/* Remove default input styles */
input, textarea, select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.phone-icon {
    display: flex;
    align-items: center;
}

.phone-icon::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KICAgIDxwYXRoIGZpbGw9IiNGODMxMkYiIGQ9Ik0yOS43MiAyNS44NCAyNS4xIDIzLjVsLTIuNTEtNC43OWEuOTcuOTcgMCAwIDAtMS4xOC0uMTQgNi4yIDYuMiAwIDAgMC0yLjcgMy40M2MtLjIzLjcyLTEuMDcgMS4wNS0xLjcyLjY2bC0uMDEtLjAxLS4wMS0uMDFhMjIuMiAyMi4yIDAgMCAxLTcuNjEtNy42MWMwLS4wMS0uMDEtLjAyLS4wMS0uMDItLjQtLjY1LS4wNy0xLjQ5LjY1LTEuNzJhNi4xMyA2LjEzIDAgMCAwIDMuNDMtMi43Yy4yMy0uMzguMTctLjg2LS4xNC0xLjE4TDguNSA3IDYuMTYgMi4yOGEuOTcuOTcgMCAwIDAtMS4xOC0uMTQgNi4xMyA2LjEzIDAgMCAwLTIuOTcgNS4wMXYuMDFjLS4wMS4xLS4wMS4yLS4wMS4zIDAgLjE0LjAxLjI3LjAyLjRhMjMuMTYgMjMuMTYgMCAwIDAgMy4yOSAxMS4yMmMxLjg3IDMuMTIgNC40OSA1Ljc0IDcuNjEgNy42MWwuMDEuMDFjMy40NCAyLjA3IDcuMzYgMy4yIDExLjM3IDMuMjkuMDggMCAuMTYuMDEuMjQuMDFoLjU2di0uMDJhNi4xOSA2LjE5IDAgMCAwIDQuNzctMi45NmMuMjItLjM4LjE2LS44Ny0uMTUtMS4xOCIvPgogICAgPHBhdGggZmlsbD0iI0JCMUQ4MCIgZD0iTTEzLjQ0IDEwLjU5Yy0uMzguNjMtLjg3IDEuMTgtMS40NCAxLjY0TDMuMzQgMy41N0MzLjggMyA0LjM1IDIuNTIgNC45OCAyLjE0Yy4zOC0uMjMuODctLjE3IDEuMTguMTRsNy4xNCA3LjEzYy4zMS4zMi4zNy44LjE0IDEuMThtNy45NiA3Ljk4Yy4zOC0uMjMuODctLjE3IDEuMTguMTRsNy4xMyA3LjE1Yy4zMi4zMS4zOC43OS4xNSAxLjE3LS4zOC42My0uODcgMS4xOC0xLjQ0IDEuNjRsLTguNjYtOC42NmMuNDYtLjU3IDEuMDEtMS4wNiAxLjY0LTEuNDQiLz4KPC9zdmc+Cg==');
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: .2rem;
    vertical-align: middle;
}

.action-phone{
    display: flex !important;
    align-items: center;
}

a > .phone-icon::before {
    margin-bottom: .7rem;
}

.header-text-tel-number {
    font-weight: 700;
}

/*header*/
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-image-main-img {
    width: 150px;
}

.header-image-main-link {
    display: flex;
    align-items: center;
}

.site-main {
    flex: 1 1 0%;
}

.available-pill-header {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #059669;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    min-height: 10px;
}

.pulse-circle {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    animation: intensePulse 1.5s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes intensePulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.4;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #d4bbff;
    color: #333;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background-color: #c4a5ff;
    transform: translateY(-2px);
}

/* footer */
.footer-wrapper {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-disclaimer {
    padding: 30px 0;
}

.footer-disclaimer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}

.site-footer {
    padding: 60px 0;
    background-color: #d4bbff;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 20px 0;
}

.footer-menu a {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #6339f3;
}

@media (max-width: 1024px) {
    .footer-menu {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-button {
        padding: 12px 24px;
    }

    div.terms-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .terms-content h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .site-footer {
        padding: 10px;
        padding-top: 30px;
    }

    div.terms-content {
        padding: 10px;
    }

    .copyright {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        font-size: 12px;
    }

    a > .phone-icon::before {
        margin-bottom: .3rem;
    }
}   

@media (max-width: 480px) {
    .available-pill-header {
        font-size: 10px;
        margin-right: 5px;
    }

    .header-text-tel {
        font-size: 14px;
    }

    .header-image-main-img {
        width: 80px !important;
    }

    .header-content {
        flex-direction: row;
        gap: 12px;
        text-align: left;
        padding: 12px 0;
    }
}


@media (max-width: 360px) {
    .available-pill-header {
        display: none;
    }
}
