body {
    margin: 0px;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
    background-color: #fff;
}

h1, h2, h3, h4 {
    font-family: "EB Garamond", Sans-serif;
}

.footer_logo img {
max-width: 260px;
}

#hero-container {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

#hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

#hero-opacity-layer {
    background: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

#hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: 1px;
}

#hero-subtitle {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
}

#hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 100vh;
}

#title-section {
    padding: 20px;
    text-align: center;
}

#button-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.row {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-button {
    color: white;
    background-color: black;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
}

.hero-button:hover {
    background-color: #FF8800;
}

#information-section {
    padding: 80px 0px 80px 0px;
}

#information-container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}

#information-title {
    font-size: 45px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 1px;
    margin: 0px;
    margin-bottom: 20px;
}

#information-text {
    line-height: 28px;
}

.subtext {
    color: #707070;
}

.subtext > strong {
    color: #000000;
}

#services-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.service-box-resizable {
    background-color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 650px;
    width: 100%;
    margin-right: 5px;
    transition: width 0.7s ease-in-out !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-box-resizable::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.service-box-resizable:hover {
    width: 230%;
}

.service-text {
    font-family: "EB Garamond", Sans-serif;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 47px;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    position: relative;
    z-index: 2;
}

.about-link {
    color: black;
    text-decoration: none;
}

.about-link:hover {
    color: #ff8800;
}

#ourprocess-section {
    background-color: #707070;
    padding: 100px 0px 100px 0px;
    margin-top: 80px;
    background-position: center center;
    background-size: cover;
}

#process-container {
    background-color: #F2F2F2E6;
    width: 60%;
    margin-left: auto;
    margin-right: 2.5%;
    padding: 60px 40px 60px 60px;
}

#process-title {
    font-size: 45px;
    font-weight: 300;
    line-height: 60px;
    margin: 0px;
    margin-bottom: 20px;
}

#process-text {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

#process-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 17px 20px 17px 20px;
    margin-top: 10px;
    transition: background-color 0.3s;
    display: inline-block;
}

#process-button:hover {
    background-color: #FF8800;
}

#testimonials-section {
    padding: 90px 0px 80px 0px;
    background-color: #F2F2F2;
}

#testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#testimonials-title {
    font-size: 45px;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0;
}


#review-counter-section {
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    gap: 250px;
    padding: 60px 20px;
}

.review-container {
    text-align: center;
}

.review-counter {
    font-size: 70px;
    font-weight: 300;
    font-family: sans-serif;
    margin: 0;
}

.review-star-counter {
    color: #707070;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
}

.review-title {
    text-decoration: none;
    font-weight: 300;
    font-size: 32px;
    color: black;
    font-family: sans-serif;
}

#before-after-section {
    padding: 60px 30px 60px 30px;
    background-color: #fff;
}

#before-after-container {
    max-width: 1200px;
    margin: 0 auto;
    border: 4px solid #e0e0e0;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#before-after-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

#before-after-carousel {
    position: relative;
    overflow: hidden;
    cursor: grab;
}

#before-after-carousel:active {
    cursor: grabbing;
}

#before-after-carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.before-after-item {
    min-width: 100%;
    box-sizing: border-box;
}

.twentytwenty-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.twentytwenty-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#before-after-steps {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#before-after-steps .fa-circle {
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

#before-after-steps .fa-circle.active {
    color: #FF8800;
}

#passion-section {
    padding: 60px 30px 60px 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#passion-text-container {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}

.passion-image-container {
    width: 50%;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.passion-image-container::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    border: 4px solid #e0e0e0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.passion-image-container img {
    position: relative;
    width: 80%;
    height: auto;
    z-index: 2;
    margin-left: 30px;
    margin-top: 50px;
}

#passion-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 53px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 20px;
}

#passion-text {
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

#passion-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 20px 21px 20px 22px;
    margin-top: 10px;
    transition: background-color 0.3s;
    display: inline-block;
}

#passion-button:hover {
    background-color: #FF8800;
}

#location-container {
    display: flex;
    width: 100%;
}

.location {
    height: 500px;
    background-color: #707070;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background-color 0.3s;
}

.location:hover::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.location-link {
    text-decoration: none;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 53px;
    font-size: 45px;
    position: relative;
    z-index: 2;
}

.social-media-icon {
    color: #FF8800;
}

#socialmedia-container {
    display: flex;
    width: 100%;
}

.social-media-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media-icon {
    margin-bottom: 10px;
}

#socialmedia-section {
    padding: 8rem 0;
}


#review-card-carousel {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#review-cards-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review-slide {
    min-width: 100%;
    display: flex;
    gap: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.review-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.reviewer-info img:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviewer-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a73e8;
    text-decoration: none;
    font-family: "Montserrat", Sans-serif;
}

.reviewer-name:hover {
    text-decoration: underline;
}

.review-time {
    font-size: 13px;
    color: #5f6368;
}

.google-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.review-stars {
    margin-bottom: 12px;
}

.review-stars .fa-star {
    color: #fbbc04;
    font-size: 16px;
    margin-right: 2px;
}

.review-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-text-container {
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 15px;
    padding-right: 8px;
}

.review-text-container::-webkit-scrollbar {
    width: 6px;
}

.review-text-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.review-text-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.review-text-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.review-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
}

.review-photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
    margin-top: auto;
    max-height: 180px;
    overflow-y: auto;
    padding-right: 4px;
}

.review-photos-grid::-webkit-scrollbar {
    width: 6px;
}

.review-photos-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.review-photos-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.review-photos-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.review-photo-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 20px;
    user-select: none;
    z-index: 10000;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #FF8800;
}

#review-carousel-steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

#review-carousel-steps .fa-circle {
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

#review-carousel-steps .fa-circle.active {
    color: #FF8800;
}

@media (max-width: 768px) {
    #new-review-section {
        padding: 60px 10px;
    }
}

@media (max-width: 768px) {
        #services-section {
        flex-direction: column;
    }

    .service-box-resizable {
        margin-right: 0px;
        margin-bottom: 10px;
        height: 300px;
    }

    .service-box-resizable:hover {
        width: 100%;
    }

    #process-container {
        margin-left: auto;
        margin-right: auto;
    }

    #review-counter-section {
        flex-direction: column;
        gap: 40px;
    }

    #passion-section {
        flex-direction: column;
    }

    #passion-text-container {
        width: 100%;
    }

    .passion-image-container {
        width: 100%;
    }

    #location-container {
        flex-direction: column;
    }

    .twentytwenty-container {
        height: 400px;
    }
}