/*
 * Theme Name: BP_Gutenberg
 * Description: Modern development workflow for WordPress themes.
 * Author: Veaceslav Zolotoi
*/

.wpml-ls-statics-footer, .otgs-development-site-front-end {
    display: none;!important;
}

html {
    overflow-x: hidden;
}

.hero-v2 {
    position: relative;
    height: 786px;
}

.hero-v2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0) 15%, #EBDDF6 95%, #f0e1f8 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-v2 picture {
    height: 100%;
}

.hero-v2__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-v2__container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #FFFFFF;
    max-width: 1400px;
    z-index: 8;
}

.hero-v2__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-v2__content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-v2__content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hero-v2__title {
    color: #FFF;
    font-size: 59px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 64.9px */
    letter-spacing: -2.95px;
    margin-bottom: 190px;
}

.hero-v2__subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    letter-spacing: -2px;
    margin-bottom: 80px;
}

.hero-v2__subtitle._mobile {
    display: none;
}

.hero-v2__description._mobile {
    display: none;
}

.hero-v2__description {
    max-width: 330px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.72px;
}

@media (max-width: 1200px) {
    .hero-v2__content-left {
        align-items: flex-start;
    }
}

.bg-lavanda-dark {
    background-color: #D5C2D9;
    color: #FFFFFF !important;
}

.bg-red-dark {
    background-color: #BA131A;
    color: #FFFFFF !important;
}

.bg-pastel-dark {
    background-color: #DFC2C6;
    color: #FFFFFF !important;
}

.bg-graphit {
    background-color: #6E6A73;
    color: #FFFFFF !important;
}

.bg-truffle {
    background-color: #D2C9C9;
    color: #FFFFFF !important;
}

.bg-champagne {
    background-color: #E1D9DA;
    color: #FFFFFF !important;
}

.footer {
    background: linear-gradient(180deg, #FFD9D8 -6.61%, #3E3E3E -6.61%);
}

@media (max-width: 965px) {
    .hero-v2__title, .hero-v2__subtitle {
        margin-bottom: 32px;
    }

    .hero-v2__title {
        font-size: 48px;
    }

    .hero-v2__subtitle {
        font-size: 32px;
    }

    .hero-v2__description._mobile {
        display: block;
    }

    .hero-v2__content-right {
        display: none;
    }

    .hero-v2__description {
        margin-bottom: 32px;
        max-width: 100%;
    }

    /*.hero-v2__background {*/
    /*    filter: blur(4px);*/
    /*}*/
}

@media (max-width: 768px) {
    .hero-v2__container {
        top: 40%;
    }
    
    .hero-v2__title {
    	font-size: 32px;
        line-height: 40px;
    }
    
    .hero-v2__subtitle {
    	display: none;
    }
}

.footer {
    background: #3E3E3E;
}

.btn, .custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #EF4952;
}

@media (min-width: 1024px) {
	.services-slider-slide {
    	align-items: center;
    }
    
    .services-slider-slide-content {
    	max-width: 350px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
	.services-slider {
    	display: none !important;
    }
    
    .services-slider-slide {
    	position: static !important;
        height: auto !important;
    }
}

.liquid-glass:before {
	z-index: -1;
}

.liquid-glass {
	background: rgba(255, 255, 255, .55);
}

.services-slider-slide-image img {
  will-change: transform;
  filter: none;
}

.services-slider {
	overflow: visible !important;
}


.veltpay-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 140px 0 120px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.veltpay-container h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}

.veltpay-form__copy {
	margin-bottom: 32px;
    font-family: Inter,sans-serif;
}

@media (max-width: 1024px) {
    .veltpay-container {
        padding: 80px 0 80px;
        grid-template-columns: 1fr;
    }
    
    .veltpay-container h1 {
        font-size: 1.5rem;
    }
}

.veltpay-form-wrapper {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.veltpay-form {
    width: 100%;
}

.veltpay-form-group {
    margin-bottom: 0;
}

.veltpay-form-group:last-child {
	margin-bottom: 24px;
}

.veltpay-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.veltpay-required {
    color: #e53e3e;
}

.veltpay-input,
.veltpay-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    background-color: #f7fafc;
}

.veltpay-input:focus,
.veltpay-select:focus {
    outline: none;
    border-color: #667eea;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.veltpay-input:hover,
.veltpay-select:hover {
    border-color: #cbd5e0;
}

.veltpay-input.veltpay-error,
.veltpay-select.veltpay-error {
    border-color: #e53e3e;
}

.veltpay-error-message {
    display: block;
    color: #e53e3e;
    font-size: 13px;
    margin-top: 6px;
    min-height: 18px;
}

.veltpay-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d3748' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Phone input wrapper with country code */
.veltpay-phone-wrapper {
    display: flex;
    gap: 12px;
}

.veltpay-country-code {
    flex: 0 0 130px;
    min-width: 130px;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    background-color: #f7fafc;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d3748' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

.veltpay-country-code:focus {
    outline: none;
    border-color: #667eea;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.veltpay-country-code:hover {
    border-color: #cbd5e0;
}

.veltpay-phone-wrapper .veltpay-phone-input {
    flex: 1;
}

.veltpay-submit-btn {
    width: 100%;
    padding: 14px 24px;
    background: #EF4952;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.veltpay-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.veltpay-submit-btn:active {
    transform: translateY(0);
}

.veltpay-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.veltpay-btn-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: veltpay-spin 0.8s linear infinite;
}

@keyframes veltpay-spin {
    to {
        transform: rotate(360deg);
    }
}

.veltpay-success-message {
    margin-top: 20px;
    padding: 16px;
    background-color: #c6f6d5;
    color: #22543d;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    animation: veltpay-slideDown 0.3s ease;
}

@keyframes veltpay-slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 600px) {
    .veltpay-form-wrapper {
        padding: 30px 24px;
    }
}

/* Input placeholder styling */
.veltpay-input::placeholder,
.veltpay-select::placeholder {
    color: #a0aec0;
}

/* Custom focus visible for accessibility */
.veltpay-input:focus-visible,
.veltpay-select:focus-visible,
.veltpay-submit-btn:focus-visible {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Additional error state styling */
.veltpay-input.error,
.veltpay-select.error {
    border-color: #e53e3e;
    background-color: #fff5f5;
}

.veltpay-input.error:focus,
.veltpay-select.error:focus {
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.two-blocks-list__copy {
    font-size: 0.875rem !important;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {
	.two-blocks-list__items {
    	flex: 0 0 490px;
    }
}