/* Three 5 Reviv Custom Styles */

/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Actor&display=swap');

body {
    font-family: var(--t5r-font-primary);
}

/* Navigation Styles */
.navbar {
    background-color: rgba(242, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}



.navbar-nav .nav-link {
    color: var(--t5r-color-primary-dark) !important;
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    font-weight: 400;
    margin: 0 0.5rem;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: var(--t5r-color-primary-dark) !important;
    background: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.contact-btn {
    background-color: #00D6DB;
    color: var(--t5r-color-primary-dark);
    padding-left: 20px !important;
    text-decoration: none;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--t5r-font-primary);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    margin-left: 0.5rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.contact-btn:hover {
    background-color: #00B8BC;
    color: var(--t5r-color-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px rgba(0, 214, 219, 0.3);
    text-decoration: none;
}

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(180deg, #F2FFFF 53.14%, rgba(242, 255, 255, 0) 100%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url('./images/hero_banner_img-2.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.hero-content {
    position: relative;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 350px;
}

@media only screen and (min-width:1500px) {
    .hero-section {
        background-size: cover;
    }

    .hero-content {
        padding-bottom: 450px;
    }
}

.hero-logo {
    max-width: 340px;
    width: 100%;
    height: auto;
    margin: 3rem 0 2rem 0;
    padding-bottom: 0.5rem;
}

.hero-tagline {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: var(--t5r-color-primary-dark);
    margin-bottom: 3rem;
    font-weight: 400;
}

.hero-title {
    font-family: var(--t5r-font-primary);
    font-size: 48px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-family: var(--t5r-font-primary);
    font-size: 36px;
    color: var(--t5r-color-accent-blue);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.coming-soon {
    font-family: var(--t5r-font-primary);
    font-size: 70px;
    color: var(--t5r-color-accent-orange);
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
    border-bottom: 1.21872px solid #000000;
    padding-bottom: 1rem;
    display: inline-block;
}

.location-text {
    font-family: var(--t5r-font-primary);
    font-size: 28px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    margin-bottom: 4rem;
    margin-top: 1rem;
    letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .coming-soon {
        font-size: 56px;
        letter-spacing: 3px;
        margin-top: 2rem;
    }

    .location-text {
        font-size: 22px;
    }

    .hero-tagline {
        font-size: 16px;
    }

    .hero-logo {
        max-width: 300px;
    }

    .navbar-nav .nav-link {
        margin: 0.25rem 0.5rem;
        padding: 12px !important;
    }

    .contact-btn {
        padding: 12px 20px;
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .hero-content {
        padding-bottom: 100px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 24px;
    }
    .hero-title br{
        display: none;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .coming-soon {
        font-size: 42px;
        letter-spacing: 2px;
        margin-top: 1.5rem;
    }

    .location-text {
        font-size: 18px;
    }

    .hero-logo {
        max-width: 250px;
    }
}

/* Coimbatore Background Section */
.coimbatore-section {
    width: 100%;
    position: relative;
    z-index: 1;
}

.coimbatore-background {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.coimbatore-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.coimbatore-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 2rem 0;
}

/* Subtitle on Coimbatore background */
.coimbatore-subtitle {
    font-family: var(--t5r-font-primary);
    font-size: 32px;
    color: var(--t5r-color-accent-blue);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}

/* Update coming-soon and location-text for overlay */
.coimbatore-section .coming-soon {
    font-family: var(--t5r-font-primary);
    font-size: 80px;
    color: var(--t5r-color-accent-orange);
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
    border-bottom: 1.21872px solid #000000;
    padding-bottom: 1rem;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.coimbatore-section .location-text {
    font-family: var(--t5r-font-primary);
    font-size: 28px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}

/* Responsive adjustments for Coimbatore section */
@media (max-width: 768px) {
    .coimbatore-background {
        height: 400px;
    }

    .coimbatore-subtitle {
        font-size: 20px;
        margin-bottom: 1.5rem;
        margin-top: -3rem;
    }

    .coimbatore-section .coming-soon {
        font-size: 48px;
        letter-spacing: 3px;
    }

    .coimbatore-section .location-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .coimbatore-background {
        height: 350px;
    }

    .coimbatore-subtitle {
        font-size:24px;
        margin-bottom: 1rem;
        margin-top: 10px;
    }

    .coimbatore-section .coming-soon {
        font-size: 42px;
        letter-spacing: 2px;
    }

    .coimbatore-section .location-text {
        font-size: 18px;
    }
}

/* Where Time Meets Its Match Section */
.time-match-section {
    padding: 0;
    background: #BFF5F6;
    position: relative;
}

.time-match-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 500px;

}

.time-match-title {
    font-family: var(--t5r-font-primary);
    font-size: 48px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.time-match-description {
    font-family: var(--t5r-font-primary);
    font-size: 24px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.right-space {
    padding-right: 30px;
}

.left-space {
    padding-left: 40px;
}

.time-match-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    min-height: 500px;
}

.time-match-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: none;
}

/* Responsive adjustments for Time Match section */
@media (max-width: 768px) {
    .time-match-section {
        padding-top: 60px;
    }

    .time-match-content {
        padding: 20px;
        margin-bottom: 2rem;
        text-align: center;
    }

    .time-match-title {
        font-size: 36px;
        text-align: left;
    }

    .time-match-description {
        font-size: 20px;
        text-align: left;
    }

    .time-match-image {
        min-height: auto;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .time-match-content {
        min-height: auto;
    }
    .time-match-section {
        padding-top: 60px;
    }

    .time-match-content {
        padding: 20px;
    }

    .time-match-title {
        font-size: 28px;
    }

    .time-match-description {
        font-size: 18px;
    }

    .time-match-image {
        min-height: 250px;
        position: relative;
        width: 100%;
    }
}

.fade-in-up-delay-1 {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.fade-in-up-delay-2 {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.fade-in-up-delay-3 {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.fade-in-up-delay-4 {
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* What If Aging Was Optional Section - Clean Implementation */
.aging-optional-section {
    padding: 0;
    background: #BFF5F6;
    min-height: 500px;
    position: relative;
}


.aging-optional-title {
    font-family: var(--t5r-font-primary);
    font-size: 48px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.aging-optional-description,
.aging-optional-tagline {
    font-family: var(--t5r-font-primary);
    font-size: 22px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.time-match-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.time-match-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: none;
}

.aging-optional-tagline {
    margin-top: 30px;
}

/* Responsive adjustments for Time Match section */
@media (max-width: 768px) {
    .aging-optional-title {
        font-size: 36px;
        text-align: left;
    }

    .aging-optional-description,
    .aging-optional-tagline {
        font-size: 18px;
        text-align: left;
    }

    .time-match-image {
        min-height: auto;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .aging-optional-title {
        font-size: 28px;
    }

    .aging-optional-description,
    .aging-optional-tagline {
        font-size: 18px;
    }

    .time-match-image {
        min-height: auto;
        position: relative;
        width: 100%;
    }
}

.left-side {
    left: 0px;
}

/* Expert & What to Expect Combined Section */
.expert-expect-section {
    background: linear-gradient(358deg, #FFFFFF 61.04%, #D4EEF8 115.86%, #D4EEF8 264.68%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.self-center {
    align-self: center;
}

.expert-title {
    font-family: var(--t5r-font-primary);
    font-weight: regular;
    font-size: 56px;
    color: var(--t5r-color-primary-dark);
}

.expert-description {
    font-size: 22px;
    color: var(--black);
    line-height: 40px;
    font-weight: 400;
    margin-top: 30px;
}

.expert-content {
    padding-right: 30px;
}

.expect-title {
    font-family: var(--t5r-font-primary);
    font-weight: regular;
    font-size: 36px;
    color: var(--t5r-color-accent-orange);
    margin-bottom: 20px;
}

.expect-item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 3px solid #32BFC2;
    padding: 20px;
    margin-top: 30px;
}

.expect-item .expect-icon img {
    width: 82px;
}

.expect-item .expect-description {
    font-size: 22px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: initial;
    padding-left: 20px;
}

.expect-item.lastitem {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .expert-title{
        font-size: 42px;
    }
    .expert-title br{
        display: none;
    }
    .expert-description{
        font-size: 18px;
        line-height: inherit;
    }
    .expect-item .expect-description{
        font-size: 18px;
    }
    .expect-item .expect-icon img{
        width: 62px;
    }
}

@media (max-width: 576px) {
    
}

/* <!-- More Than a Clinic --> */
.more-than-clinic {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #BFF5F6;
}

.clinic-title {
    font-family: 'Alkatra', cursive;
    font-weight: regular;
    font-size: 60px;
    color: var(--t5r-color-section-blue);
    margin-bottom: 20px;
    text-align: center;
}

.clinic-title .important {
    color: var(--t5r-color-accent-orange);
}

.clinic-content p {
    font-size: 30px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

.clinic-content p span {
    color: var(--t5r-color-section-blue);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .clinic-title {
        font-size: 52px;
    }
    .clinic-title br{
        display: none;
    }
    .clinic-content p{
        font-size: 24px;
    }
}

/** Join the Waitlist **/
.join-waitlist {
    background: linear-gradient(358deg, #FFFFFF 61.04%, #D4EEF8 115.86%, #D4EEF8 264.68%);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.waitlist-title {
    font-family: var(--t5r-font-primary);
    font-weight: regular;
    font-size: 48px;
    color: var(--t5r-color-primary-dark);
    margin-bottom: 20px;
}

.waitlist-description {
    font-size: 22px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
}

/* Waitlist Form Section */
.waitlist-form-section {
    background: #EAF9FF;
}

.waitlist-form {
    margin-top: 20px;
}

/* Launching Soon Container */
.launching-soon-container {
    position: relative;
    height: 100%;
    min-height: 600px;
    margin-right: 30px;
}

.launching-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.launching-text-overlay {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.launching-title {
    font-family: 'Aoboshi One', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.launching-soon-text {
    font-family: 'Aoboshi One', serif;
    font-size: 77px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.launching-date {
    font-family: 'Aoboshi One', serif;
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.launching-subtitle {
    font-family: var(--t5r-font-primary);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 400px;
    margin: 0 auto;
}

/* Waitlist Form */
.waitlist-form-container {
    padding-left: 0px;
    padding-right: 30px;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title {
    font-family: var(--t5r-font-primary);
    font-size: 36px;
    color: #F15A22;
    text-align: left;
    font-weight: 400;
}

.seperator {
    background: #8F8F8F;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.t5r-input {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    padding: 12px 16px;
    border: 1px solid #ACACAC;
    border-radius: 4px;
    background: #ffffff;
    color: #363636;
    transition: all 0.3s ease;
    width: 100%;
}

.t5r-input:focus {
    border-color: #00A4A8;
    box-shadow: none;
    outline: none;
}

.t5r-input::placeholder {
    color: #999999;
}

/* Phone Input Group */
.phone-input-group {
    display: flex;
}

.country-code-select {
    flex: 0 0 80px;
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    padding: 12px 8px;
    border: 1px solid #ACACAC;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #ffffff;
    color: #363636;
}

.phone-number {
    flex: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Form Submit */
.form-submit {
    text-align: center;
    margin-top: 30px;
}

.t5r-btn {
    font-family: var(--t5r-font-primary);
    font-size: 22px;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.t5r-btn--primary {
    background-color: #00D6DB;
    color: #363636;
    font-weight: 500;
}

.t5r-btn--primary:hover {
    background-color: #00A4A8;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Responsive Design for Waitlist */
@media (max-width: 768px) {
    .waitlist-title {
        font-size: 36px;
    }

    .waitlist-description {
        font-size: 18px;
    }

    .launching-soon-container {
        min-height: 400px;
    }

    .launching-title {
        font-size: 28px;
    }

    .launching-soon-text {
        font-size: 48px;
    }

    .launching-date {
        font-size: 36px;
    }

    .launching-subtitle {
        font-size: 16px;
    }

    .form-title {
        font-size: 28px;
        text-align: left;
    }

    .waitlist-form-container {
        padding: 40px 20px;
        min-height: auto;
    }

    .phone-input-group {
        flex-direction: column;
        gap: 15px;
    }

    .country-code-select {
        flex: none;
    }
}

@media (max-width: 480px) {
   
    .launching-soon-container {
        min-height: 350px;
    }

    .launching-title {
        font-size: 24px;
    }

    .launching-soon-text {
        font-size: 36px;
    }

    .launching-date {
        font-size: 28px;
    }


    .t5r-input {
        font-size: 16px;
    }

    .t5r-btn {
        font-size: 20px;
        padding: 10px 20px;
    }
}

/* Quote S
ection */
.quote-section {
    background-image: url('./images/img_riviv_quote_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    min-height: 400px;
}


.quote-text {
    font-family: var(--t5r-font-primary);
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}


/* Responsive Design for Quote Section */
@media (max-width: 768px) {
    .quote-section {
        padding: 80px 0;
        min-height: 300px;
    }

    .quote-text {
        font-size: 32px;
        line-height: 1.4;
    }

    .quote-text::before {
        font-size: 80px;
        top: -20px;
        left: -30px;
    }

    .quote-text::after {
        font-size: 80px;
        bottom: -50px;
        right: -20px;
    }
}

@media (max-width: 480px) {
    .quote-section {
        padding: 60px 0;
        min-height: 250px;
    }

    .quote-text {
        font-size: 24px;
        line-height: 1.5;
    }

    .quote-text::before {
        font-size: 60px;
        top: -15px;
        left: -20px;
    }

    .quote-text::after {
        font-size: 60px;
        bottom: -35px;
        right: -15px;
    }
}

/* W
hat We Deliver Section */
.what-we-deliver-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2FFFF 100%);
}

.what-we-deliver-section .section-title {
    font-family: var(--t5r-font-primary);
    font-size: 48px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    text-align: left;
    margin-bottom: 60px;
}

.delivery-items {
    padding-right: 0px;
}

.delivery-item {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border: 2px solid #00D6DB;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 214, 219, 0.1);
    transition: all 0.3s ease;
}

.delivery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 214, 219, 0.2);
    border-color: #00A4A8;
}

.delivery-icon {
    flex: 0 0 70px;
    margin-right: 15px;
}

.delivery-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.delivery-content {
    flex: 1;
}

.delivery-title {
    font-family: var(--t5r-font-primary);
    font-size: 24px;
    color: var(--t5r-color-section-blue);
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.delivery-description {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: var(--t5r-color-primary-dark);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.delivery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 830px;
    border-radius: 4px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.delivery-video {
    width: 100%;
    height: 100%;
    min-height: 830px;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive Design for What We Deliver Section */
@media (max-width: 768px) {
    .what-we-deliver-section {
        padding: 60px 0;
    }

    .what-we-deliver-section .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .delivery-items {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .delivery-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .delivery-icon {
        flex: 0 0 60px;
        margin-right: 15px;
    }

    .delivery-icon img {
        width: 60px;
        height: 60px;
    }

    .delivery-title {
        font-size: 20px;
    }

    .delivery-description {
        font-size: 16px;
    }

    .delivery-image {
        margin-left: 0;
        min-height: 300px;
    }

    .delivery-video {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .what-we-deliver-section .section-title {
        font-size: 28px;
    }

    .delivery-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .delivery-icon {
        flex: none;
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }

    .delivery-title {
        font-size: 18px;
    }

    .delivery-description {
        font-size: 15px;
    }

    .delivery-image {
        min-height: 200px;
    }

    .delivery-video {
        min-height: 200px;
    }
}

/* Foo
ter Section */
.footer-section {
    background-color: #363636;
    color: #ffffff;
    padding: 60px 0;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.footer-description {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.footer-heading {
    font-family: var(--t5r-font-primary);
    font-size: 24px;
    color: #00A4A8;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: #00D6DB;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-link i {
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
}

.social-link:hover {
    color: #00D6DB;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #ffffff;
    padding: 20px 0;
    margin-top: 0;
    border-top: none;
}

.copyright {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: #666666;
    margin: 0;
}

.footer-legal {
    text-align: right;
}

.legal-link {
    font-family: var(--t5r-font-primary);
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: #00A4A8;
}

.separator {
    color: #666666;
    margin: 0 10px;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 0 0;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-description {
        font-size: 16px;
    }

    .footer-menu li a,
    .social-link,
    .copyright,
    .legal-link {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 15px 0;
        margin-top: 0;
    }

    .footer-legal {
        text-align: left;
        margin-top: 10px;
    }

    .social-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .social-link {
        flex-direction: column;
        text-align: center;
        font-size: 12px;
    }

    .social-link i {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 30px 0 0 0;
    }

    .footer-logo {
        max-width: 60px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-description {
        font-size: 14px;
    }

    .footer-menu li a,
    .social-link span,
    .copyright,
    .legal-link {
        font-size: 13px;
    }

    .footer-bottom {
        padding: 15px 0;
        margin-top: 0;
    }

    .separator {
        margin: 0 5px;
    }
}