@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Mea+Culpa:400|Jost:400,500,600|Inter:400,500");

body {
    font-family: "Jost", Helvetica !important;
    /* background: #000000 !important; */
}

.bg-dark {
    background: #000000 !important;
}

.nav-link {
    color: #FFFFFF !important;
    font-size: 1rem;
}

.nav-link:hover {
    color: #8A7D79 !important;
    font-size: 1rem;
}

.white {
    color: white !important;
}

.grey {
    color: #706762 !important;
}

.B6A799 {
    color: #B6A799 !important;
}

.main-title {
    color: black;
    font-family: "Mea Culpa", Helvetica;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    padding-bottom: 20px;
}

.main-second-title {
    color: black;
    font-family: "Jost", Helvetica;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    padding-bottom: 20px;
}

.btn {
    padding: 10px 15px;
    gap: 10px;
    border-radius: 0 !important;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    opacity: 1;
}

.btn.active,
.btn:hover {
    background-color: #8A7D79;
    border: 1px solid #8A7D79;
}

a.btn.main-btn {
    color: white;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    text-align: center;
    margin: 10px;
    display: inline-block;
}

.second-title {
    font-family: "Mea Culpa", Helvetica;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    padding-bottom: 20px;
}

.about-us p,
.contact-section p {
    font-family: "Jost", Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    color: black;
}

.Kontakt-section .container {
    max-width: 100%;
    height: 75vh;
    display: flex;
}

.footer-inner-content p {
    font-family: "Inter", Helvetica !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #B6A799 !important;
    padding-bottom: 15px !important;
}

.second-inner-title {
    font-family: "Jost", Helvetica;
    font-weight: 600;
    font-size: 45px;
    line-height: 48px;
    padding-bottom: 15px;
}

.gallery-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-center .gallery-item {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}

.scroable-section {
    background-color: #B6A799;
    width: 100%;
    overflow: hidden;
}

.section-wrapper {
    width: 100%;
    /* max-width: 1440px !important; */
}

.slider {
    overflow: hidden;
    width: 100%;
}

.slide-track {
    display: flex;
    animation: scroll-right 20s linear infinite;
}

.slide {
    min-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.slide img {
    width: 60px !important;
    height: 60px !important;
    opacity: 50%;
}

.slide .text {
    font-family: "Jost", Helvetica;
    font-weight: 400;
    font-size: clamp(20px, 4vw, 32px);
    line-height: 100%;
    letter-spacing: 0.5px;
}

.before-after-column {
    width: 33.3333%;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.tabs-section {
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.tabs-container {
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    background: #706762;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.tab {
    text-align: center;
    padding: 0.8rem;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 20px;
}

.tab img {
    width: 35px;
    height: auto;
}

.tab:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.tabs-nav li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs-nav li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
}


.tab.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.tabs-content {
    padding: 1.5rem;
    background-color: #b6a799;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.tab-pane h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.tab-pane p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.service-row {
    display: flex;
    border-top: 1px solid #444;
    padding: 1rem 0;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-icon-title {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    min-width: 200px;
    flex: 1;
}

.service-icon-title img {
    width: 60px;
    height: 60px;
}

.service-icon-title .subtitle {
    font-family: "Mea Culpa", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    line-height: normal;
}

.service-icon-title h3 {
    margin: 0.2rem 0 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.service-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 180px;
}

/* .service-list div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
} */

.service-list div>p {
    color: #00000080;
    font-size: 18px;
    font-family: "Jost", Helvetica;
    line-height: normal;
    max-width: max-content;
}

.service-list div>p.price {
    color: #000000;
}

/* .service-list div>span {
    width: 30%;
    border-bottom: 2px dotted #000000;
    flex-grow: 1;
    margin: 0 10px;
} */

.service-list {
    max-width: 400px;
}

.price-details {
    display: flex;
    align-items: flex-end;
    font-family: sans-serif;
    margin-bottom: 5px;
}

.service-name {
    white-space: nowrap;
}

.price {
    white-space: nowrap;
}

.dots {
    flex: 1;
    border-bottom: 2px dotted #000;
    margin: 0 8px;
    height: 0;
}

.img-comp-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    /* aspect-ratio: 4 / 5; */
    height: 450px;
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-comp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-comp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.img-comp-slider {
    position: absolute;
    z-index: 5;
    cursor: ew-resize;
    width: 4px;
    background: white;
    height: 100%;
    left: 50%;
    top: 0;
}

.img-comp-slider:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #B6A799;
    border: 3px solid white;
    border-radius: 50%;
    background-image: url('../assets/images/Group\ 7.png');
    background-repeat: no-repeat;
    background-position: center;
}

input,
textarea {
    width: 100%;
    padding: 8px 8px 8px 30px;
    border: 1px solid #706762;
    background-color: #333;
    color: white;
    font-size: 14px;
}

textarea {
    resize: vertical;
    height: 80px;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #706762;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #9a7a5b;
}


.price-section {
    background-image: url('../assets/images/price_section.png');
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.price-section .second-title {
    padding-bottom: 80px;
}

.nav-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.navbar-brand {
    padding-bottom: 0 !important;
}

.navbar-brand img.logo {
    max-width: 150px;
    height: auto;
}

.kontakt-btn {
    background-color: #8A7D79;
    padding: 25px 25px;
    border: none;
    border-radius: 0 !important;
    border: 1px solid #8A7D79;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar {
    padding: 0 !important;
}

.hero-section {
    background-image: url('../assets/images/a6065c3ead560397457815058c0a11a50229599c.png');
    background-size: cover;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
    position: relative;
    opacity: 85%;
}

.navbar-expand-lg .navbar-nav {
    gap: 20px !important;
}

.hero-section .section-wrapper {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #FFFFFF33;
    margin: 20px 0;
}

.contact-card {
    background: white;
    padding: 20px 15px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    min-height: 182px;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: #B6A799;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #706762;
}

.contact-card h5 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
}

.contact-card p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0;
    letter-spacing: 0;
}

.form-container {
    padding: 40px;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
}

.input-group .icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #bbb;
}

input:focus,
textarea:focus {
    outline: none;
}


.gallery-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-wrapper a {
    display: block;
    position: relative;
}

.gallery-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.gallery-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-wrapper .overlay i {
    font-size: 2rem;
    color: white;
}

.gallery-wrapper:hover .overlay {
    opacity: 1;
}


.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.popup-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.overlay-frame {
    position: relative;
}

.overlay-frame::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #706762;
    z-index: 9;
}

.image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 10;
}

.footer-white-content {
    color: white !important;
    opacity: 50%;
    font-size: 14px;
}

a {
    color: white;
    text-decoration: none;
}

.contact-left {
    width: 50%;
    background-color: rgba(112, 103, 98, 0.5);
    padding: 3% 0;
}

.contact-title {
    margin-left: 333px;
    padding-bottom: 50px;
}

.form-wrapper {
    background-color: black;
    /* padding: 5% 0; */
    margin-right: -40px;
    margin-left: 315px;
    position: relative;
}

.form-full {
    /* width: 98%; */
}

.contact-right {
    width: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section {
    padding: 40px 0;
    background-color: #706762;
}

.footer-section a,
.footer-section p {
    font-family: "Inter", Helvetica;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}

.footer-wrapper {
    /* width: 100%; */
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo .logo {
    max-width: 180px;
    height: auto;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-left p {
    margin: 0;
    line-height: 30px;
}

.footer-center {
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: end;
}

.footer-links span {
    font-size: 25px;
    color: white;
}

.footer-links a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
    font-weight: 400;
}

.footer-links a:hover {
    color: #000;
}

.footer-right {
    text-align: right;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.social-links p {
    margin: 0;
}

.footer-divider {
    border-bottom: 1px solid #FFFFFF33;
    margin: 30px 0;
}

.footer-disclaimer p {
    margin-bottom: 15px;
    color: #B6A799;
    font-size: 14px;
    line-height: 1.6;
}

.footer-disclaimer strong {
    display: block;
    margin-bottom: 5px;
}

.gallery-swiper {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.swiper-pagination-bullet-active {
    background-color: #B6A799 !important;
}

.about-images {
    gap: 15px;
}

@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }

    .kontakt-btn {
        margin: 10px auto;
        justify-content: center;
    }

    .hero-section .section-wrapper {
        top: 50%;
        padding: 0 15px;
    }

    .about-images {
        flex-direction: column;
        align-items: center;
    }

    .image-wrapper {
        width: 100%;
        max-width: 300px;
    }

    .gallery-center {
        flex-direction: row;
        justify-content: space-around;
    }

    .tabs-nav {
        flex-direction: column;
    }

    .tab {
        width: 100%;
        padding: 0.6rem;
    }

    .service-row {
        flex-direction: column;
        align-items: center;
    }

    .service-icon-title {
        justify-content: center;
        text-align: center;
    }

    .service-list {
        width: 100%;
        align-items: center;
    }

    .img-comp-container {
        height: 300px;
    }
}

@media (max-width: 768px) {

    .navbar-toggler {
        width: 60px !important;
        border-radius: 0 !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .main-title {
        font-size: 50px;
    }

    .main-second-title {
        font-size: 40px;
    }

    .second-title {
        text-align: center;
        font-size: 36px;
    }

    .second-inner-title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .about-us p {
        text-align: center;
    }

    .slide-track {
        flex-wrap: nowrap;
        animation: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .slide {
        min-width: 100px;
        scroll-snap-align: center;
    }

    .slide .text {
        font-size: 24px;
    }

    .slide img {
        width: 50px !important;
        height: 50px !important;
    }

    .contact-card {
        padding: 20px 10px;
        min-height: 140px;
    }

    .icon-wrapper {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .form-container {
        padding: 15px;
    }

    .input-group .icon {
        width: 16px;
        height: 16px;
    }

    .map-iframe iframe {
        height: 300px;
    }

    .about-images {
        display: flex;
        gap: 10px;
        max-width: 90%;
        margin: 0 auto;
    }

    .about-images img {
        width: 100%;
        height: 229px;
        object-fit: cover;
    }

    .image-wrapper {
        display: flex;
        justify-content: center;
    }

    .overlay-frame::before {
        top: -10px;
        left: -10px;
    }

    .img-comp-container {
        margin: 0 auto;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-center {
        text-align: left;
    }

    .footer-right {
        text-align: left;
    }

    .social-links {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {

    .navbar {
        padding: 20px !important;
    }

    .navbar-brand img.logo {
        max-width: 200px;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .kontakt-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .hero-section {
        min-height: 50vh;
    }

    .container {
        padding: 0;
    }

    .btn.main-btn {
        width: 43%;
        margin: 5px 0;
        font-size: 12px;
    }

    .gallery-wrapper img {
        height: 200px;
    }

    .tabs-nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .tabs-nav li {
        font-size: 14px !important;
    }

    .service-row {
        gap: 5px !important;
    }

    .service-icon-title {
        width: 100% !important;
        justify-content: unset;
        text-align: left;
        padding-bottom: 30px;
    }

    .service-icon-title h3 {
        font-size: 24px;
    }

    .service-list {
        display: unset;
    }

    .service-list div {
        align-items: center;
        text-align: center;
    }

    /* .service-list div>span {
        width: 30%;
        border-bottom: 2px dotted #000000;
        flex-grow: 1;
        margin: 0 10px;
    } */

    .service-list div>p {
        font-size: 16px;
    }

    .contact-card {
        margin: 5%;
    }

    .contact-card h5 {
        font-size: 25px;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .contact-card p {
        font-size: 16px;
    }

    .icon-wrapper {
        height: 50px;
        width: 50px;
        font-size: 30px;
    }

    .img-comp-container {
        height: 400px;
    }

    .kontakt-row {
        flex-direction: column-reverse;
    }

    .about-us-row {
        flex-direction: column-reverse;
    }

    .about-us p {
        margin: 0 20px;
    }

    .contact-left {
        width: 85%;
        margin-left: 33px !important;
        margin-top: -85px !important;
        position: relative;
        z-index: 9999;
        background: #383331;
    }

    .contact-right {
        width: 100%;
    }

    .contact-title,
    .form-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-title {
        padding: 30px 30px !important;
    }

    .form-wrapper {
        padding: 20px 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .price-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-position: center;
    }

    .price-section .second-title {
        padding-bottom: 40px;
    }

    .tabs-section {
        width: 90%;
        margin-left: 20px;
    }

    .tabs-content {
        padding: 9px;
    }

    .before-after-column {
        width: 90%;
        margin: 0 auto;
    }

    .Kontakt-section .container {
        width: 100%;
        display: inline;
    }

    .kontakt-row {
        margin: 0;
    }

    .tabs-container {
        padding: 0;
    }

    .gallery-swiper {
        margin-left: 40px;
        margin-right: 40px;
    }

    .slide-track {
        display: flex;
        animation: scroll-right 20s linear infinite;
        width: 200%;
    }

    @keyframes scroll-right {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}


/********************************** 12th AUG 2025 Gautam *******************************************/

.gallery-slider .gallery-item {
    padding: 0 10px;
}

.gallery-slider .slick-slide {
    outline: none;
}

.mobile {
    display: none;
}

@media only screen and (max-width:600px) {
    .about-us .container .row>* {
        padding-right: 0 !important;
    }

    .tabs-section {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .before-after-row {
        max-width: 88%;
        margin: 0 auto;
        gap: 30px;
    }

    .form-wrapper {
        margin: 0 5px !important;
        padding: 0 0 20px !important;
    }

    .before-after-row .before-after-column {
        width: 100% !important;
        margin: unset !important;
        padding: 0 !important;
    }

    #Kontakt .second-inner-title {
        font-size: 28px !important;
        line-height: 40px !important;
        text-align: left !important;
        font-weight: 400 !important;
    }

    .contact-left {
        width: 90% !important;
        margin-top: -85px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contact-card {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0 !important;
    }

    .contact-card h5 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .contact-section .row.contact-section-row {
        gap: 30px;
    }

    .contact-section .row.contact-section-row .col-12 {
        width: 90%;
        margin: 0 auto;
    }

    .map-iframe {
        padding: 0 !important;
    }

    .contact-section .contact-details {
        padding: 0 !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .gallery-slider .slick-slide {
        transform: scale(0.9);
    }

    .gallery-slider .slick-slide.slick-active {
        transform: scale(1);
    }


}