body {
    font-family: "cormorant garamond";
    color: #333;
}

html,
body {
    height: 100%;
}

.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 138px;
    padding: 40px 40px 32px 40px;
    box-sizing: border-box;
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-brand {
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 1.5rem;
    color: #000 !important;
    letter-spacing: 2px;
}

.breadcrumb-section {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: var(--gray-01, #1c1c1c);
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.breadcrumb {
    background: transparent;

    margin-bottom: 0;

    padding: 0;
}

.breadcrumb-title {
    flex: 1 1 0;
    max-width: 1200px;
    color: var(--Primary-white, white);
    font-size: 42px !important;
    font-family: "Cormorant Garamond";
    font-weight: 400;
    line-height: 52.5px;
    word-wrap: break-word;
    font-size: 36px;
}

.navbar .container {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;
}

.breadcrumb-section .container {
    display: flex;
    max-width: 1200px;
    justify-content: flex-start;
    flex: 1 0 0;
}

.content-section .container {
    display: flex;
    max-width: 1200px;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1 0 0;
}

.footer .container {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
}

.logo-img {
    width: 185px;
    height: 66px;
    aspect-ratio: 185 / 66;
    max-width: 100%;
    display: block;
    object-fit: contain;
}


.content-section {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 96px;
    padding-bottom: 96px;
    background: var(--Primary-light-gray, #f0f0f0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
    display: inline-flex;
}

.terms-content {
    width: 100%;
    display: grid;
    gap: 64px;
    transform: rotate(0deg);
    opacity: 1;
}

.terms-copyright {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.copy-right {
    width: 100%;
    color: var(--gray-01, #1c1c1c);
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 25px;
    word-wrap: break-word;
}

.Copy-right-heading {
    color: var(--gray-01, #1c1c1c);
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 25px;
    word-wrap: break-word;
}

.footer {
    background: white;
    width: 100%;
    max-width: 1700px;
    height: 583px;
    box-sizing: border-box;
    padding: 64px 40px 80px 40px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(0deg);
    opacity: 1;
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 1rem;
}

.footer-divider {
    border-top: 1px #CCCCCC solid;
    width: 100%;
    padding-bottom: 40px;
}

.footer-divider2 {
    border-top: 1px #CCCCCC solid;
    width: 100%;
    margin-top: 20px;
}

.footer-text {
    flex: 1 1 0;
    color: black;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 17.5px;
    word-wrap: break-word;
}

.footer-links {
    color: var(--gray-01, #1C1C1C);
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    text-decoration: underline;
    line-height: 17.50px;
    word-wrap: break-word;
}

.footer-links-text {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.footer-links-divider {
    color: var(--gray-01, #1c1c1c);
    font-size: 14px;
    font-family: "Proxima Nova";
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 13px;
    word-wrap: break-word;
}

.footer-container {
    width: 100%;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.social-icons a {
    color: #333;
    margin-right: 1rem;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #c8a882;
}

/* Footer image and social icons */
.footer-logo {
    height: 48px;
    width: auto;
    display: inline-block;
}



.footer-brand-text {
    font-family: 'Cormorant Garamond';
    font-size: 1.1rem;
}

/* Mobile navbar and hero layout */
@media (max-width: 480px) {
    .navbar {
        height: 75px;
        padding: 15px 16px 17px 16px;
        box-sizing: border-box;
    }

    .navbar .container {
        gap: 16px;
        max-width: 390px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }

    .navbar-brand {
        width: 120px;
        height: 43px;
        position: relative;
    }

    .logo-img {
        width: 120px;
        height: 42.89px;
        left: 0px;
        top: 0.31px;
        position: absolute;
    }

    /* Mobile breadcrumb layout */
    .breadcrumb-section {
        width: 100%;
        height: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 32px;
        padding-right: 48px;
        background: var(--gray-01, #1c1c1c);
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        display: inline-flex;
    }

    /* Mobile content-section layout */
    .content-section {
        width: 100%;
        height: 100%;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 24px;
        padding-bottom: 24px;
        background: var(--Primary-light-gray, #f0f0f0);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
        display: inline-flex;
    }

    .content-section .container {
        width: 100%;
        max-width: 1280px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
        display: flex;
    }

    .terms-content {
        width: 100%;
        display: inline-block;
        gap: 32px;
        transform: rotate(0deg);
    }

    .copy-right {
        width: 100%;
        max-width: 960px;
        color: var(--gray-01, #1c1c1c);
        font-size: 12px;
        font-family: "Roboto";
        font-weight: 300;
        line-height: 15px;
        word-wrap: break-word;
    }

    .terms-title {
        font-size: 28px;
        line-height: 35px;
    }


    .copy-right-terms {
        padding-left: 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }

    .content-section,
    .cta-section,
    .footer {
        height: auto !important;
        min-height: 0;
    }

    /* Mobile footer section layout */





    .footer {
        width: 100%;
        height: 100%;
        padding-top: 64px;
        padding-bottom: 80px;
        padding-left: 32px;
        padding-right: 32px;
        background: var(--Primary-white, white);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        display: inline-flex;
    }

    .footer-brand {
        margin-bottom: 0px !important;
        display: block;
    }

    .footer-divider {
        width: 326px;
        border: 1px solid #cccccc;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 0% !important;
    }

    .footer-divider2 {
        display: none;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 2560px) {

    .navbar .container,
    .breadcrumb-section .container,
    .content-section .container,
    .footer .container {
        max-width: none !important;
        width: 100% !important;
        padding-left: 80px;
        padding-right: 80px;
    }

    .footer {
        padding: 40px 40px 32px 40px;
        max-width: none !important;
    }
}