@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --custom-primary: #b38f66;
    --custom-secondary: #212529;
}
*:not(i){
    font-family: "Inter", sans-serif !important;

}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.navbar-toggler {
    outline: none !important;
    border: none !important;

}


nav.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background: transparent;
    font-family: 'Oswald', sans-serif;
} 


@media screen and (min-width: 767px) {
    nav.navbar-fixed .navbar-collapse{
        display: flex;
        justify-content: center;
        padding: 0 !important;
    }
}

.navbar-nav{
    gap: 20px;
}

.navbar-brand img{
    width: 50px;
    height: auto;
    display: none;
}
.menu-item{
    display: flex !important;
}

.menu-item a{
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.menu-item a:hover{
    color: var(--custom-primary);
}

.main-header-cont{
    padding-top:10px;
    display:grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
.main-header-cont a {
    color: white !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
ul{
    padding: 0px !important;
}
.main-header-cont .mega-menu{
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 430px;
}
.main-header-cont >div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;

}
.header-right-links{
    display:flex;
    gap: 16px;
}


.main-header-cont >div:nth-child(3){
   display: flex;
    align-items: center;
    justify-content: end; 
}
.header-right-links > a:nth-child(2){
    background-color: #1b1b1b !important;
    padding: 14px 30px 14px 30px;

}
@media screen and (max-width: 767px) {
    .navbar-nav{
        gap: 12px !important;
        padding: 10px 0 !important;
    }
    .navbar-brand{
        margin: 0 !important;
    }
    .navbar-brand img{
        display: block;
    }
    .menu-item a::after{
        display: none !important;
    }
    .nav-item{
        padding: 4px 0 !important;
    }
    .menu-item a{
        padding: 0 !important;
        font-size: 15px !important;
    }
    nav.navbar-fixed {
        background: var(--custom-secondary) !important;
    }
    .navbar-toggler{
        background: var(--custom-primary) !important;
        color: #fff !important;
    }
    .navbar-toggler span{
        color: #fff !important; 
    }
}

.last-nav-link::after{
    display: none !important;
}

nav.navbar-scrolled{
    background: var(--custom-secondary) !important;
}

.main-custom-content-text h1{
    font-size: 100px  !important;
    font-weight: 300 !important;
}
.main-absolute-section{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    z-index: 10;
    color: #fff;
    width: 100% !important ;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    opacity: 1;
}
.divider-sp{
    width: 1px ;
    height: 60px;
    background-color: #DDD8D4;
}
.main-custom-content-links{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.main-custom-content-links a:hover{
    background: #fff;
    color: #212529;
}
.main-custom-content-links a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding: 12px 24px;
    background: var(--custom-primary);
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.main-custom-content-links a:last-child{
    width: 100%;
    text-align: center;
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .main-absolute-section{
        width: 75%;
    }
}

@media screen and (max-width: 475px) {
    .main-absolute-section{
        width: 90%;
    }
    .main-custom-content-links a{
        grid-column: span 2;
    }
}

.about-section-container{
    padding: 80px 0;
}

.about-on-page{
    padding: 20px 0 60px 0 !important;
}

.about-section-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-title{
    font-size: 48px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0;
    color: #191919;
    font-family: 'Playfair Display', serif;
}
.about-section-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #191919;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 20px;
}

.parallax-content .parallax-title{
    text-align: center;
    font-size: 42px;
    color: #191919;
    line-height: 2;
    text-align: center;
    font-weight: 500;
    animation-delay: 200ms;
    font-family: 'Playfair Display', serif;
} 

.parallax-content .parallax-text{
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    animation-delay: 200ms;
    font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 767px) {
    .parallax-content .parallax-title{
        font-size: 36px;
    }
    .parallax-content .parallax-text{
        font-size: 24px;
    }
}



.parallax-title {
    margin-bottom: 1rem;
}

.parallax-text {
    margin: 0;
}


.services-section-item-wrapper{
    width: 100%;
    background: linear-gradient(to bottom, #000, var(--custom-primary));
    padding: 4px;
    transition: all 0.2s ease-in-out;
}


.services-section-row{
    row-gap: 20px;
}

.services-section-item{
    width: 100%;
    background: #fff;
}
.services-section-item img{
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.opcrt-gallery-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100% !important;
    background: #f4f4f4;
}
.opcrt-gallery-wrap h2{
    font-size: 48px;
    margin-bottom: 1.5rem;
}
.opcrt-gallery {
    display: grid;
    width: 100% !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.opcrt-gallery-item {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
}

.opcrt-gallery-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.opcrt-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opcrt-play-button::before {
    content: '\25B6'; /* Unicode Play icon */
    color: white;
    font-size: 24px;
}




.services-section-item-wrapper:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    cursor: pointer;
}
.services-title{
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: var(--custom-secondary);
    margin-top: 0;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    padding: 10px 0;
}
.services-text{
    margin-bottom: 0 !important;
    margin-top: 0;
    display: block;
    margin: 0 auto;
    line-height: 26px;
    width: 100%;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .services-title{
        font-size: 26px;
    }
    .services-text{
        font-size: 14px;
    }
}


.service-category-title{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px !important;
    margin-bottom: 24px;
    padding-bottom: 20px !important;
    letter-spacing: -0.05em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    background: var(--custom-secondary);
}

.instagram-section-container{
    padding: 80px 0;
}

.instagram-section-title{
    font-size: 42px;
    color: var(--custom-primary);
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.instagram-section-text{
    font-size: 30px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.instagram-profile{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: #212529;
    text-decoration: none;
    margin-top: 40px;
    width: 100%;

}
.instagram-profile:hover{
    color: #212529;
    text-decoration: none;
}
.instagram-profile .instagram-profile-image{
    position: relative;
}
.instagram-profile .instagram-profile-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.instagram-profile .instagram-profile-image-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.instagram-profile:hover .instagram-profile-image-overlay{
    opacity: 1;
}

.instagram-profile-username{
    line-height: 1.4;
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;   
    margin-bottom: 6px;
}
.instagram-profile-description{
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--custom-primary);
}
.instagram-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.instagram-video{
    position: relative;
}
.instagram-video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}
.instagram-section-row{
    padding: 0 5px;
}
.instagram-section-row div{
    padding: 10px 10px;
}
.instagram-section-row a{
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.instagram-section-row a:hover{
    opacity: 0.85;
}

@media screen and (max-width: 767px) {
    .instagram-section-title {
        font-size: 32px;
    }
    .instagram-section-text{
        font-size: 20px;
    }
    .instagram-section-row div{
        padding: 8px 4px;
    }
    .instagram-profile{
        padding: 0 4px;
    }
}

.professional-services-section-container{
    padding: 120px 0;
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.professional-services-section-content h2{
    font-size: 42px;
    color: var(--custom-primary);
    line-height: 2;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.professional-services-section-content p{
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 767px) {
    .professional-services-section-content h2{
        font-size: 32px;
    }
    .professional-services-section-content p{
        font-size: 20px;
    }
}


footer .footer-map{
    width: 100%;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    footer .footer-map{
        height: 400px;
    }
    .footer-form,
    .footer-contact{
        padding: 40px 20px !important;
    }
}

footer .footer-map iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

footer {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--custom-secondary);
}
footer h1{
    font-size: 100px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
footer * {
    color: white !important;
}
footer .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white !important;
}

footer .footer-contact .footer-logo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

footer .footer-contact .footer-address{
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    border-bottom: 1px solid #c29e75;
    border-top: 1px solid #c29e75;
    padding: 10px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.footer-contact-text{
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--custom-secondary);
    margin: 20px 0 20px 0;
}
.footer-contact-number{
    font-size: 28px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-family: Oswald, sans-serif;
    margin: 0 0 14px 0;
    transition: all 0.2s ease-in-out;
}
.footer-sp-link{
    padding: 14px 30px 14px 30px;
    color: #191919;
    background-color: #DDD8D4;
}
.footer-contact-number:hover{
    opacity: 0.75;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.fa-instagram{
    background-color: transparent !important;
}
.footer-social-media{
    font-size: 24px;
    margin-bottom: 1.5rem;
}
.footer-form{
    width: 100%;
    background: var(--custom-secondary);
    padding: 40px;
}
.footer-form-title{
    font-weight: 600;
    color: #c29e75;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 42px;
    position: relative;
    padding-left: 1.2rem !important;
    font-family: Oswald, sans-serif;
    letter-spacing: -0.05em;
}
.footer-form-title::before {
    content: '';
    background: #C29E75;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
.footer-form-subtitle{
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15.4px;
    transition: all 1s ease .4s;
    line-height: 26px;
    margin: 0 auto;
    text-align: left;
    color: #777777;
    font-family: Montserrat, sans-serif;
}
.form-element{
    width: 100%;
    padding: 8px 4px !important;
    border: none;
    border-bottom: 1px solid #777777;
    outline: none;
    background: transparent;
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
select.form-element option{
    color: var(--custom-secondary);
}
.form-element:focus{
    color: #fff;
}

select.form-element option:hover{
    background: var(--custom-primary);
    color: #fff;
}
textarea.form-element{
    resize: none;
}
.footer-form form .row > div {
    padding: 0 8px !important;
}
.btn-custom{
    padding: .5rem 1.5rem;
    background: #000;
    font-size: 1.1rem;
    line-height: 1.5;
    border: none;
    font-family: Oswald;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.1s;
    font-weight: 700 !important;
}
.btn-custom:hover{
    background: #000 !important;
    color: #fff !important;
}

.footer-bottom{
    background: var(--custom-secondary);
    padding: 50px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #777777;
}
.footer-bottom a{
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    text-decoration: none;
}
.instagram-icon{
    background: #7c4a3a;
}
.facebook-icon{
    background: #3b5998;
}
.twitter-icon{
    background: #00acee;
}
.youtube-icon{
    background: #ff0000;
}

.btn-loadmore,
.btn-follow{
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
    border-radius: 0;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
.btn-loadmore:hover,
.btn-follow:hover{
    text-decoration: none;
    color: #fff;
}
.btn-loadmore{
    background: #333333;
    color: #fff;
}
.btn-loadmore:hover{
    background: #444444;
    color: #fff;
}
.btn-follow{
    background: #408bd1;
    color: #fff;
}
.btn-follow:hover{
    background: #359dff;
    color: #fff;
}


.footer-bottom-text{
    background: var(--custom-secondary);
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
}
.footer-bottom-text a{
    color: var(--custom-primary);
}

#goToTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--custom-secondary);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
}
#goToTop.show{
    visibility: visible;
    opacity: 1;
}

#goToTop:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    color: #fff;
}

.breadcrumb{
    padding-top: 150px;
    width: 100%;
    border-bottom: 4px solid #777777;
    background-color: var(--custom-secondary);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 30px;
    text-align: center;
    display: block;
    border-radius: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .breadcrumb{
        padding-top: 120px;
    }
}

.prices-title{
    font-size: 21px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 12px !important;
    padding-top: 12px !important;
    padding-right: 16px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    background-color: var(--custom-secondary) !important;
    width: max-content;
}
.prices-table td{
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #212529;
    padding: 10px 0;
}

.services-page-text{
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 40px;
}
.services-text strong{
    font-weight: 700;
}
.services-page-container{
    margin-bottom: 60px;
}

.gallery-container{
    width: 100%;
    margin: 3rem 0 60px 0;
}

.gallery-item{
    user-select: none;
}
.gallery-container .row{
    row-gap: 20px;
}
.gallery-item a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
    z-index: 1;
    pointer-events: none;
}
.gallery-item a:hover::before{
    opacity: 1;
}

.gallery-item a{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.gallery-item img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.gallery-item:hover img{
    transform: rotate(10deg) scale(1.4);
    transition: all 0.4s ease-in-out;
}

#whatsapp{
    position: fixed;
    bottom: 12px;
    left: 12px;
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;  
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
#whatsapp .whatsapp-icon{
    font-size: 32px;
    color: #4dca5b;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 0;
}
#whatsapp .whatsapp-icon i{
    pointer-events: none;
}

#whatsapp .whatsapp-icon i::before{
    pointer-events: none;
}

#whatsapp #whatsapp-checkbox{
    display: none;
}
#whatsapp .wp-content{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 350px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(50px);
    pointer-events: none;
}
@media screen and (max-width: 364px) {
    #whatsapp .wp-content{
        width: 300px;
    }
    #whatsapp .wp-content .center-content{
        padding: 20px 40px 20px 20px;
    }
}
#whatsapp #whatsapp-checkbox:checked ~ .wp-content{
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
#whatsapp .wp-content .top-content{
    background: #095e54;
    padding: 10px 20px;
    position: relative;
}
#whatsapp .wp-content .top-content h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
#whatsapp .wp-content .top-content p{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
#whatsapp .wp-content .top-content i{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}



.wp-content .center-content{
    padding: 20px 80px 20px 20px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.wp-content .center-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./wp-bg.png');
    opacity: 0.08;
}
.wp-content .center-content .chat-message{
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
}
#whatsapp #whatsapp-checkbox:checked ~ .wp-content .center-content .chat-message{
    animation: come-in 0.5s ease-in-out forwards .5s;
}
@keyframes come-in{
    0%{
        opacity: 0;
        transform: translateX(-54px);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

.wp-content .center-content .chat-message::before{
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.wp-author{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
}
.wp-text{
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: var(--custom-secondary);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
.wp-time{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    margin-top: 8px;
}
.wp-content .bottom-content{
    padding: 20px 20px;
    background-color: #fff;
}
.wp-randevu-button{
    background: #4dca5b;
    color: #fff;
    padding: 8px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp-randevu-button:hover{
    background: #4dca5b;
    color: #fff;
    text-decoration: none;
}
.wp-randevu-button i{
    font-size: 18px;
}
.mega-menu ul.menu{
    list-style-type: none !important;
    display: flex;
    align-items: center;
    margin: 0px !important;
}
#metaslider-id-31 {
    height: 100vh !important;
}
#metaslider-id-31 *{
    height: 100% !important;
}
#metaslider-id-31 img{
    object-fit: cover;
}
.main-first-section{
    position: relative;
}
.menu-item span{
    padding-left: 15px;
}

.reviews{
    padding-top: 80px;
    padding-bottom: 80px;
}
.review-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating {
    font-size: 24px;
    color: #FFD700;
    margin: 5px 0;
}

.rating .fa-star-half-alt {
    color: #FFD700;
}

.review-count {
    font-size: 14px;
    color: gray;
}

.google-logo {
    font-size: 22px;
    font-weight: bold;
    color: #4285F4;
    margin-top: 10px;
}

.review-boxes {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.review-box {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: left;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-header h4 {
    font-size: 14px;
    font-weight: bold;
}

.review-text {
    font-size: 13px;
    color: #444;
}
.review-count{
    font-weight: 500;
}
.review-container h2{
    font-size: 48px;
}
.review-container p strong{
    font-size: 24px !important;
}
.new-wp{
    position: fixed !important;
    bottom: 30px;
    left: 30px;
    z-index: 99999;
  
}
.new-wp a{
    gap:1.5rem;
    display: flex;
    align-items: center;
}
.wp-ikon{
    display: block;
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.2sease-in-out;
    transition: all 0.2sease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center / 44px 44px no-repeat #25D366;
}
.new-wp span {
    padding: 4px 10px;
    border-radius: 8px;
    color: #191919;
    font-weight: bold;
    background-color: white;
}
@media screen  and (max-width: 768px) {
.main-header-cont > div:nth-child(2),.main-header-cont > div:nth-child(3){
    display: none !important;
}    
.opcrt-gallery{
    grid-template-columns: 1fr 1fr !important;
}
.opcrt-gallery-item{
    height: 200px;
}
.review-boxes{
    flex-direction: column !important;
}
}
.opcrt-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.opcrt-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.opcrt-form {
    display: flex;
    flex-direction: column;
}

.opcrt-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.opcrt-form-group {
    display: flex;
    flex-direction: column;
    width: 32%;
}

.opcrt-form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.opcrt-form-group input,
.opcrt-form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.opcrt-form-group textarea {
    height: 80px;
    resize: none;
}

.opcrt-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.opcrt-button:hover {
    background-color: #333;
}
.spcl-grid-3{
    display: grid;
    grid-template-columns: 1fr 1r 1fr;
    gap: 30px;
}
.b h1{
    font-size: 48px;
}
.b span{
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 1rem;
}