/* Custom styles */
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, p, a, span, button, h1, h2, h3, h4, ul, li {
    font-family: 'Montserrat', sans-serif;
}
html {
    scroll-behavior: smooth;
}

/* Кастомний scroll для Chrome/Edge/Opera */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent; /* без фону */
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #A77445 0%, #D2A871 47%, #A77445 100%);
}

/* Firefox (альтернативна підтримка) */
* {
    scrollbar-color: #DCB384 transparent;
    scrollbar-width: thin;
}
.flex-column{
    flex-direction: column;
}
.text-gold:hover {
    color: #f4d060;
}
.text-gold-flat {
  color: #B2844F;
}
.bg-gold {
    background-color: #d4af37;
}
.bg-gold:hover {
    background-color: #f4d060;
}
.gradient-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%);
}
.text-gold, nav a:hover {
    background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    color: transparent!important;
    display: inline-block;
}
.content {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.swiper {
    width: 100%;
    height: 150px;
}
.swiper-button-next, .swiper-button-prev {
    width: 21.5px;
    height: 37.5px;
    color: rgba(255, 255, 255, 0.3);
}
.background-attach {
    background-attachment: fixed;
}
header {
    width: 100%;
    height: 60px;
    top: 0;
    /*z-index: 10000;*/
    /*position: fixed;*/
}
header .logo {
    font-size: 28px;
}
header nav a {
    font-size: 18px;
}
header .lang {
    font-size: 18px;
}

.comment-notes, .comment-form-cookies-consent {
    display: none!important;
}

.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .body-1, .body-2, .body-3 {
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 400;
}
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5 {
    font-family: 'Montserrat', sans-serif;
}
.body-1, .body-2, .body-3 {
    font-family: 'Manrope', sans-serif;
}
.title-h1 {
    font-size: 70px;
}
.title-h2 {
    font-size: 64px;
}
.title-h3 {
    font-size: 48px;
}
.title-h4 {
    font-size: 32px;
}
.title-h5 {
    font-size: 24px;
}
.title-h6 {
    font-size: 21px;
    line-height: 110%;
}
.body-1 {
    font-size: 20px;
    line-height: 120%!important;
    font-weight: 300!important;
}
.body-2 {
    font-size: 16px;
}
.body-3 {
    font-size: 14px;
}
@media (max-width: 768px) {
    .title-h1 {
        font-size: 32px;
    }
    .title-h2 {
        font-size: 28px;
    }
    .title-h3 {
        font-size: 24px;
    }
    .title-h4 {
        font-size: 20px;
    }
    .title-h5 {
        font-size: 18px;
    }
    .title-h6 {
        font-size: 16px;
    }
    .body-1 {
        font-size: 16px;
    }
    .body-2 {
        font-size: 14px;
    }
    .body-3 {
        font-size: 13px;
    }
}


#hero-section .content div {
    bottom: 150px;
    display: flex;
    align-items: end;
    justify-content: end;
}

#about-us .text-block {
    width: 100%;
    max-width: 505px;
}
#about-us .content {
    display: flex;
    align-items: center;
}

#private-clients .swiper-slide {
    width: 100%;
    display: flex!important;
    align-items: center;
}
#private-clients .swiper-wrapper {
    width: 90%;
    margin: 0 auto;
}
#private-clients .swiper-slide img {
    width: 80px;
    height: 80px;
    margin-right: 28px;
}
#private-clients .swiper-slide div {
    width: 100%;
    height: 100%;
    max-width: 250px;
}
#private-clients .swiper-button-next::after, #private-clients .swiper-button-prev::after {
    font-size: 38px;
}
.items {
    border-radius: 16px;
}
.items img {
    height: 182px;
    border-radius: 14px;
}
#business-clients .items, #blog .items {
    width: 100%;
    margin: 10px;
    max-width: 270px;
}
#business-clients .items {
    background: #E2E2E2;
}
#business-clients .mob .items {
    max-width: 100%;
}
#business-clients .mob .items {
    background: rgb(226, 226, 226, 0.2);
}
#business-clients .mob .items img {
    width: 100%;
    height: 100%;
    max-width: 126px;
    max-height: 126px;
}


#blog .items {
    padding: 8px;
    border: 2px solid #B2844F;
}
#blog .items div {
    padding: 6px;
}
#blog span.w-full:hover {
    color: #DCB384;
}


#private-page #private-clients .swiper-slide {
    width: 100%;
    height: auto;
    max-width: 350px;
    align-items: start;
}
#private-page #private-clients .swiper-slide div {
    max-width: 295px;
}
#blog-page #hero-section, #news-page #hero-section {
    height: 330px;
}



#contact img {
    height: 100%;
    width: 100%;
    max-width: 500px;
    max-height: 456px;
}
#contact input {
    opacity: 0.8;
    background: none;
    border-radius: 8px;
    border: 1px solid #DCB384;
}
#contact input::placeholder,
#contact textarea::placeholder {
    color: #fff;
}
#contact button:hover {
    background: linear-gradient(to bottom, #A77445 0%, #D2A871 47%, #A77445 100%);
}

#news-page .cta-content {
    width: 100%;
    max-width: 510px;
}
#news-page .cta-content input {
    height: 56px;
    opacity: 0.8;
    margin-bottom: 7px;
}
#news-page .cta-content button {
    height: 60px;
    width: 100%;
    max-width: 246px;
    margin: 3px 0 0 auto;
}

.reviews-item {
    width: 100%;
    max-width: 400px;
}
#blog .reviews-cont, #blog .reviews-cont div{
    padding: 0;
}
.reviews-item .reviews-statistic span{
    color: #9EA3A9;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.reviews-item .reviews-statistic img{
    width: 16px;
    height: 16px;
}
#news-page #contact p.form-submit, #contact .wpcf7-form p {
    width: 100%;
    max-width: 530px;
    display: flex!important;
}
#contact .wpcf7-form {
  margin-top: 2.5rem;   
}
.wpcf7 .form-input {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  color: white;
  background: transparent;
  border: 1px solid #4B5563; /* Tailwind border-gray-600 */
  border-radius: 0.375rem;
}

.wpcf7 input[type="submit"], .wpcf7-form button {
  background: white;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  margin-left: 10px;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #DCB384; /* hover:bg-gold-400 */
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 20px 0;
    font-size: 14px;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.animate-marquee {
  animation: marquee 5s linear infinite;
}
.animate-marquee img {
  height: fit-content;;
}

#sb_instagram #sbi_load .sbi_load_btn {
    background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    background-clip: text!important;
    color: transparent!important;
    display: inline-block;
    border: 2px solid #B2844F;
}
#sb_instagram .sbi_follow_btn a {
    border: 2px solid #B2844F;
    background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%)!important;
}
#sb_instagram .sbi_follow_btn span, #sb_instagram .sbi_follow_btn svg {
    color: #000;
    font-weight: 500;
}
#sb_instagram .sbi_photo img {
    border-radius: 16px;
}
#sb_instagram .sbi_follow_btn:hover a,
#sb_instagram .sbi_follow_btn:focus a,
#sb_instagram .sbi_follow_btn:active a,
#sb_instagram .sbi_follow_btn:visited a,
#sb_instagram .sbi_follow_btn:focus-visible	 a {
    background: transparent !important;
    box-shadow: none !important;
}

#sb_instagram .sbi_follow_btn:hover span,
#sb_instagram .sbi_follow_btn:focus span,
#sb_instagram .sbi_follow_btn:visited span,
#sb_instagram .sbi_follow_btn:focus-visible span,
#sb_instagram .sbi_follow_btn:active span {
    background: linear-gradient(to bottom, #B2844F 0%, #DCB384 47%, #B2844F 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block;
}

#sb_instagram .sbi_follow_btn:hover svg,
#sb_instagram .sbi_follow_btn:focus svg,
#sb_instagram .sbi_follow_btn:visited svg,
#sb_instagram .sbi_follow_btn:focus-visible svg,
#sb_instagram .sbi_follow_btn:active svg {
    color: #B2844F !important;
}


@media (max-width: 1200px) {
    .cta {
        flex-direction: column;
    }
}


@media (max-width: 768px) {
    #hero-section .content div {
        bottom: 50px;
    }
    #business-clients .items {
        margin: 5px;
    }
    #blog .items {
        max-width: 100%;
        margin: 10px 0;
        border: none;
    }
    #blog .items h4 {
        font-size: 20px;
    }
    #blog .items p {
        line-height: 120%;
    }
    #blog .items span {
        height: 40px;
        width: 112px;
        display: flex;
        margin-left: auto;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgb(226, 226, 226, 0.2);
    }
    #blog .items img {
        height: 267px;
        border-radius: 7px;
    }
    form .w-full p {
        display: flex;
        flex-direction: column;
    }
    form input {
        height: 50px;
    }
    form button {
        width: 100%;
        height: 50px;
        max-width: 144px;
        margin-left: auto;
        margin-top: -10px;
    }
    .wpcf7 input[type="submit"], .wpcf7-form button {
        margin-left: auto;
    }
    #news-page form button {
        max-width: 175px;
        font-weight: 400!important;
    }
    footer .social .flex {
        margin-right: auto;
    }
    footer .social p.hidden {
        display: none;
    }
    #private-clients .swiper-slide img {
        width: 60px;
        height: 60px;
    }
}