@font-face {
    font-family: 'Century Gothic Bold';
    src: url("./fonts/centurygothic_bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url("./fonts/centurygothic.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Book Antiqua Italic';
    src: url("./fonts/Book\ Antiqua\ Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

h1.brand-landing-page{
    width: 150px;
    height: 41px;
    float: left;
    background-image: url('./images/logo-mountstreet-red.png');
    background-size: 150px 41px;
    margin-left: 15rem;
}

.cta-btn-icon {
    width: 50px;
    height: 50px;
    background-image: url('./images/landing-page-discovery-icon.svg');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -1;;
    transform: translate(-50%, -50%);
}

.footer-social-linkedin {
    width: 48px;
    height: 48px;
    background-image: url('./images/LinkedIn.svg');
    background-repeat: no-repeat;
}

.footer-social-x {
    width: 48px;
    height: 48px;
    background-image: url('./images/X.svg');
    background-repeat: no-repeat;
}

.footer-social-tik-tok {
    width: 48px;
    height: 48px;
    background-image: url('./images/TikTok.svg');
    background-repeat: no-repeat;
}

#landing-page-navbar {
   padding: 1rem 2rem;
}

#landing-page-footer {
    position: relative;
    bottom: 0;
    min-height: 20rem;
    z-index:999;
}

/* .landing-page-hero-section {
    min-height: 80vh; 
    background-color: rgba(0, 0, 0, 0.5);
} */

.landing-page-hero-section {
    height: 100vh;
    margin-bottom: 2rem;
    overflow: hidden;
}

.hero-content {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 2;
}

.landing-page-hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 0 0 60px 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.landing-page-section-title {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 3.2rem !important;
    font-weight: bold;
    color: #cc171f ;
    text-align: left;
    margin-bottom: 1rem;
}

.landing-page-section-subtitle {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.4rem;
    color: black;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}

.landing-page-section-paragraph {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.8rem;
    color: black;
    text-align: left;
    margin-bottom: 1rem;
}

.landing-page-stats-item{ 
    font-family: 'Century Gothic', sans-serif;
}

.landing-page-stats-item h3 {
    font-size: 1.8rem !important;
    font-weight: bold;
    color: black;
}

.landing-page-service-card h3 {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 2.4rem !important;
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
}

.landing-page-service-card ul {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1.8rem !important;
    color: #fff;
    text-align: left;
    line-height: 2.3rem;
}

#landing-page-service-card-1 {
    border-bottom-left-radius: 32px;
}

#landing-page-service-card-2 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    position: absolute;
    bottom: 0;
    height: 125% !important;
}

#landing-page-service-card-3 {
    border-bottom-right-radius: 32px;
}

.landing-page-services-section {
    margin-top: 18rem;
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    margin-bottom: 5rem;
}

.landing-page-icon-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.landing-page-icon-container img {
    width: 100% !important;
    height: auto !important;
}

.landing-page-service-card {
    padding-bottom: 12rem !important;
}

/* CTA Section Styles */
.landing-page-cta-section {
    position: relative;
    overflow: visible;
    padding: 4rem !important;
}

.landing-page-cta-message-container {
    position: relative;
    z-index: 2;
}

.landing-page-cta-message {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.5rem !important;
    line-height: 3rem !important;
}

.landing-page-cta-image-container {
    position: relative;
    bottom: 0;
    z-index: 1;
    align-items: center;
}

.landing-page-cta-image-container img {
    width: 50%;
    height: auto;
    object-fit: cover;
    object-position: top;
    position: absolute;
    bottom: 0;
}

.landing-page-btn-message-container {
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 2;
}

.cta-btn {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 30px;
    white-space: nowrap;
}

.bg-navy {
    background-color: #14244d;
}

.bg-red {
    background-color: #cc171f;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.social-links {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links a {
    font-size: 3rem;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

.contact-person {
    text-align: center;
    margin-top: 18rem;
    margin-bottom: 4rem;
}

#contact-person-name {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 3.2rem !important;
    color: white;
    margin-bottom: 0 !important;
}

#contact-person-role {
    font-family: 'Book Antiqua Italic', serif;
    font-style: italic;
    font-size: 2rem !important;
    color: white;
    margin-bottom: 2rem;
}

.footer-separator {
    width: 80px;
    height: 10px;
    border-radius: 16px;
    background-color: #cc171f;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.footer-cta-message {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.4rem;
    line-height: 3rem;
    color: white;
    margin-bottom: 2rem;
}

.footer-cta-link {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 3.2rem;
    color: white;
    cursor: pointer !important;
}

.landing-page-cta-section {
    padding: 0rem 0rem !important;
    border-radius: 32px !important;
    position: relative;
    bottom: -15rem;
    z-index:1000;
}

.landing-page-cta-message-container {
    padding-left: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.landing-page-btn-message-container {
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: right;
    width: 100%;
}

.cta-btn {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 2rem !important;
    padding: 1rem 2rem !important;
    border-radius: 32px !important;
    background-color: white !important;
    color: black !important;
    transition: background-color 0.3s ease;
}

/* .testimonials-section .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dc3545;
} */
.carousel {
    width: unset !important;
    height: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    z-index: unset !important;
    background-color: unset !important;
}

.carousel-item {
    transition: -webkit-transform .6s ease-in-out !important;
    transition: transform .6s ease-in-out !important;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out !important;
}

#testimonialCarousel {
    margin-bottom: 10rem;
}


.testimonial-section {
    background: #f8f9fa;
    padding: 60px 0;
    min-height: 400px;
}

.carousel-inner {
    overflow: visible;
}

.testimonial-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 0 100px;
}

.testimonial-card {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding: 48px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.testimonial-text {
    font-family: 'Book Antiqua Italic', serif;
    font-size: 1.6rem;
    line-height: 2rem;
    color: black;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.author-avatar {
    width: 100%;
    height: auto;
    background: white;
    flex-shrink: 0;
    position: relative;
    /* aspect-ratio: cos(30deg); */
    --r: 0.15; /* control the radius [0 1] */
    --a: 30deg; /* control the rotation */
    aspect-ratio: 1;
    --_a: (30deg*var(--r));
    --_r: (50%*cos(30deg)/cos((30deg*(1 - var(--r)))));
    /* clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0); */
    clip-path: 
    shape(from calc(50% + var(--_r)*cos(var(--a) - var(--_a))) 
               calc(50% + var(--_r)*sin(var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(var(--a))) 
         calc(50% + 50%*sin(var(--a))), 
    line to calc(50% + var(--_r)*cos(60deg + var(--a) - var(--_a))) 
            calc(50% + var(--_r)*sin(60deg + var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(60deg + var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(60deg + var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(60deg + var(--a))) 
         calc(50% + 50%*sin(60deg + var(--a))), 
    line to calc(50% + var(--_r)*cos(120deg + var(--a) - var(--_a))) 
            calc(50% + var(--_r)*sin(120deg + var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(120deg + var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(120deg + var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(120deg + var(--a))) 
         calc(50% + 50%*sin(120deg + var(--a))), 
    line to calc(50% + var(--_r)*cos(180deg + var(--a) - var(--_a))) 
            calc(50% + var(--_r)*sin(180deg + var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(180deg + var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(180deg + var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(180deg + var(--a))) 
         calc(50% + 50%*sin(180deg + var(--a))), 
    line to calc(50% + var(--_r)*cos(240deg + var(--a) - var(--_a))) 
            calc(50% + var(--_r)*sin(240deg + var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(240deg + var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(240deg + var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(240deg + var(--a))) 
         calc(50% + 50%*sin(240deg + var(--a))), 
    line to calc(50% + var(--_r)*cos(300deg + var(--a) - var(--_a))) 
            calc(50% + var(--_r)*sin(300deg + var(--a) - var(--_a))), 
    curve to calc(50% + var(--_r)*cos(300deg + var(--a) + var(--_a))) 
             calc(50% + var(--_r)*sin(300deg + var(--a) + var(--_a))) 
    with calc(50% + 50%*cos(300deg + var(--a))) 
         calc(50% + 50%*sin(300deg + var(--a))));
}

.author-info {
    text-align: right;
}

.author-name {
    font-family: 'Century Gothic Bold', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}

.author-title {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

  /* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 48px;
    height: 48px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    z-index: 10;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-controls-container {
    width: 100%;
    position: relative;
    bottom: 150;
}



/* Carousel Indicators */
.carousel-indicators {
    bottom: -40px;
    margin-bottom: 0;
    position: relative !important;
    width: auto;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #dee2e6;
    margin: 0 6px;
    opacity: 1;
    transition: all 0.2s ease;
}

.carousel-indicators .active {
    background: #cc171f;
    width: 8px;
    height: 8px;
}

main {
    margin-bottom: 150px !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
    h1.brand-landing-page{
        margin-left: 5rem !important;
    }
    .landing-page-cta-message-container {
        padding-bottom: 5rem;
        padding-left: 3rem !important;
        padding-right: 1rem !important;
        text-align: left;
    }

    .landing-page-cta-image-container {
        position: absolute;
        bottom: 0;
        right: 25%;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .landing-page-cta-section {
        padding: 0rem 0rem !important;
        border-radius: 32px !important;
        margin-top: 0rem;
        position: relative;
        bottom: -15rem;
        z-index: 1000;
    }

    .cta-btn-icon {
        left: 0 !important;
        width: 40px !important;
        height: 40px !important;
    }

    main {
        margin-bottom: 20px !important;
    }

    .cta-btn {
        font-size: 1.4rem !important;
        padding: 1rem 2rem !important;
    }

    /* .landing-page-cta-section div.row {
        display: block;
        height: 100%;
    } */

    .landing-page-cta-image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
        position: relative;
        bottom: unset;
    }

    .landing-page-cta-message {
        font-family: 'Century Gothic', sans-serif;
        font-size: 1.8rem !important;
        line-height: 2.3rem !important;
    }

    .landing-page-btn-message-container {
        padding-right: 3rem;
        padding-bottom: 5rem;
        padding-top: 5rem;
        text-align: right;
        width: 100%;
    }

    .landing-page-btn-message-container {
        position: absolute;
        right: 2rem !important;
        top: 20%;
        z-index: 2;
    }

    .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-next {
        right: 20px;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background: #f8f9fa;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .carousel-controls-container {
        width: 100%;
        position: relative;
        bottom: 150;
    }
  
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .contact-person {
        margin-bottom: 2rem;
        margin-top: 15rem;
    }

    #contact-person-name {
        font-size: 2.4rem !important;
    }

    .footer-cta-message {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: 2rem;
    }

    .footer-cta-link {
        font-size: 2rem;
    }

    .footer-social-linkedin, .footer-social-x, .footer-social-tik-tok {
        width: 32px;
        height: 32px;
    }

    h1.brand-landing-page{
        margin-left: unset !important;
    }

    .landing-page-section-title {
        font-size: 2.4rem !important;
        text-align: center;
        line-height: 3rem !important;
    }

    .landing-page-section-subtitle {
        font-size: 1.8rem !important;
        text-align: center;
        line-height: 2.3rem !important;
    }

    .landing-page-section-paragraph {
        font-size: 1.6rem !important;
        text-align: center;
        line-height: 2.1rem !important;
    }

    .landing-page-stats-item h3 {
        font-size: 1.6rem !important;
        text-align: center;
        line-height: 2.1rem !important;
    }

    .landing-page-service-card h3 {
        font-size: 1.8rem !important;
        margin-bottom: 2.3rem !important;
        text-align: center;
    }

    .landing-page-service-card ul {
        font-size: 1.6rem !important;
        text-align: left;
        line-height: 2.1rem;
        margin-bottom: 6rem;
    }

    .landing-page-hero-section {
        height: 50vh;
    }

    .landing-page-hero-image {
        background-position: 45% 0;
        height: 100%;
    }

    main {
        margin-bottom: unset !important;
    }

    .landing-page-stats-item {
        margin-bottom: 1.5rem;
    }

    .landing-page-services-section {
        margin-top: 5rem;
        background-color: rgba(0, 0, 0, 0.15);
        width: 100%;
        position: relative;
        border-radius: 0px;
        margin-bottom: 5rem;
    }

    .landing-page-service-card {
        padding-bottom: 8rem !important;
    }

    #landing-page-service-card-1 {
        border-radius: 32px;
    }

    #landing-page-service-card-2 {
        border-radius: 32px;
        position: relative;
        bottom: unset;
        height: 100% !important;
    }

    .landing-page-services-section div.row.container {
        padding-bottom: 2.5rem !important;
    }

    .landing-page-services-section div.col-md-4 {
        margin-bottom: 2.5rem !important;
        margin-top: 2.5rem !important;
    }

    #landing-page-service-card-3 {
        border-radius: 32px;
    }

    #testimonialCarousel {
        margin-bottom: unset !important;
    }

    .landing-page-cta-message-container {
        padding-bottom: 0rem;
        padding-left: 3rem;
        padding-right: 3rem;
        text-align: center;
    }

    .landing-page-cta-image-container {
        position: absolute;
        bottom: 0;
        right: 10%;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .landing-page-cta-section {
        padding: 0rem 0rem !important;
        border-radius: 32px !important;
        margin-top: 0rem;
        position: relative;
        bottom: -15rem;
        z-index: 1000;
        height: 620px;
    }

    .cta-btn-icon {
        left: unset !important;
        width: 40px !important;
        height: 40px !important;
        right: 67%;
    }

    .cta-btn {
        font-size: 1.4rem !important;
        padding: 1rem 2rem !important;
    }

    /* .landing-page-cta-section div.row {
        display: block;
        height: 100%;
    } */

    .landing-page-cta-image-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
        position: relative;
        bottom: unset;
    }

    .landing-page-btn-message-container {
        padding-right: unset !important;
        position: absolute !important;
        right: unset !important;
        top: unset !important;
        z-index: 2;
        text-align: center;
        bottom: 0;
    }

    .landing-page-services-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    
    .landing-page-cta-message {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .testimonial-slide {
        padding: 0 20px;
    }
    
    .testimonial-card {
        padding: 32px 24px;
    }
    
    .testimonial-text {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .author-avatar {
        width: 100px;
        height: 100px;
    }
    
    .author-info {
        gap: 16px;
        text-align: center;
    }

    .carousel {
        overflow: visible !important;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
}

@media (max-width: 576px) {
    .testimonial-slide {
        padding: 0 10px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}