#v-desktop{
    display: block;
}
#v-mobile{
    display: none;
}
@media (max-width: 992px) {
    #v-desktop{
        display: none;
    }
    #v-mobile{
        display: block;
    }
}


/* header */
.header-logo img{
    width: 76px; object-fit:scale-down;
}
@media (max-width: 992px) {
    #header .header-container.header-container-height-sm{
        height: 80px;
    }
    .header-logo img{
        width: 50px;
    }
}

/* home */
.home-title{
    font-size: 60px; font-weight: 500; line-height: 1; letter-spacing: 2px; color: #1E1E1E;
}
.home-subtitle{
    font-size: 20px; font-weight: 400; line-height: 1.4;
}
.desktop-main-title{
    margin-top: 25vh;
}
@media (max-width: 992px) {
    html .home-title{
        color: white;
        font-size: 30px;
    }
    html .home-subtitle{
        color: white;
        font-size: 18px;
    }
    #header .header-container.header-container-height-sm{
        height: 80px;
    }
}
@media (max-width: 499px) {
    
    .desktop-main-title{
       margin-top: 20vh;
    }
    html .home-title{
        font-size: 20px;
    }
    html .home-subtitle{
        font-size: 15px;
    }
}



/* about us */
.about-us-title{
    font-size: 40px; font-weight: 500; line-height: 1; color: #fff; text-align: left;
}
.about-us-subtitle{
    font-size: 20px; font-weight: 400; line-height: 1.4; color: #fff; text-align: left;
}
.about-achive{
    margin: 0 0 0 15px; font-size: 20px; font-weight: 400; line-height: 1.4; color: #fff; text-align: left;
}
.about-destkop{
    display: block;
}
@media (max-width: 1322px) {

   html .about-us-title{
        font-size: 30px;
    }
   html .about-us-subtitle{
        font-size: 18px;
        line-height: 1.2;
    }
   html .about-us-section{
        padding:  10px;
    }
   html .about-achive{
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (max-width: 992px) {
   html .about-destkop{
        display: none;
    }
    section.packages.section-background.custom-squared-section.custom-small-section-padding{
        padding: 10px 20px;
    }
   html .about-us-title{
        font-size: 20px;
    }
   html .about-us-subtitle{
        font-size: 16px;
        line-height: 1.2;
    }
   html .about-us-section{
        padding: 20px 0;
    }
   html .about-achive{
        font-size: 16px;
        line-height: 1.2;
    }
    .about-achive-img img{
        width: 30px;
    }
}
@media (max-width: 499px) {

   html .about-us-title{
        font-size: 16px;
    }
   html .about-us-subtitle{
        font-size: 12px;
        line-height: 1.2;
    }
   html .about-us-section{
        padding: 5px 0;
    }
   html .about-achive{
        font-size: 12px;
        line-height: 1.2;
    }
}



/* products */
.products-title{
    font-size: 40px; font-weight: 500; line-height: 1; color: #1E1E1E; text-align: left;
}
.products-subtitle{
    font-size: 20px; font-weight: 400; line-height: 1.4; color: #656565; text-align: left;
}
.products-achiv{
    margin: 0 0 0 15px; font-size: 18px; font-weight: 400; line-height: 1.4; color: #656565; text-align: left;
}
.prod-achiv{
    margin-top: 10px;   
}
.tableinfo img{
    width: 100%; margin: 60px 0 100px 0;
}

@media (max-width: 1200px) {
    .products-title{
        font-size: 30px;
    }
    .products-subtitle{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .products-achiv{
        font-size: 16px;
        line-height: 1.2;
    }
}
@media (max-width: 992px) {
    .products-title{
        font-size: 30px;
    }
    .products-subtitle{
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .products-achiv{
        font-size: 16px;
        line-height: 1.2;
    }
    .tableinfo img{
        margin: 0px 0 10px 0
    }
    
}
@media (max-width: 588px) {
    .products-title{
        font-size: 18px;
    }
    .products-subtitle{
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .products-achiv{
        font-size: 12px;
        line-height: 1.2;
    }
    .prod-achiv img{
        width: 20px;
    }
    .prod-achiv{
        margin-top: 10px;
        
    }
}
@media (max-width: 400px) {
    .products-title{
        font-size: 14px;
    }
    .products-subtitle{
        font-size: 10px;
    }
    .products-achiv{
        font-size: 10px;
    }
    .tableinfo img{
        margin: 20px 0 10px 0
    }
}



/* gallery */
.gallery-title{
    font-size: 40px; margin-bottom: 30px; font-weight: 500; line-height: 1; color: #1E1E1E; text-align: left;
}
@media (max-width: 992px) {
    .gallery-title{
        font-size: 30px;
    }

    
}
@media (max-width: 588px) {
    .gallery-title{
        font-size: 18px;
    }

}


/* address */
.address-title{
    text-align: start; margin:  0 0 20px 0; font-size: 30px; font-weight: 600; color: #fff;
}
.address-name{
    font-size: 20px; margin: 0 0 0  15px; font-weight: 600; color: #fff; line-height: 1.1; text-align: left;
}
.contacts-title{
    text-align: start; font-size: 30px; margin:  0 0 20px 0; font-weight: 600; color: #fff;
}
.address-block{
    margin: 63px 0;
}
.address-cred{
    font-size: 20px; margin: 0 0 0 15px; font-weight: 600; color: #fff; text-align: left;
}
.input-container {
    width: 650px;
    max-width: 100%;
    /* margin: 20px auto 25px auto; */
}
.input-container p{ margin: 0px; text-align: left; color: white;
	font-size: 18px;
	padding: 10px 0 5px 0;
}
.form-section{
    background-image: url('/images/contact-us.jpg'); background-size: cover; background-position: center; height: 720px;
}
@media (max-width: 992px) {
    .address-block{
        margin: 23px 0;
    }
    .address-title{
        font-size: 20px;
    }
    .address-name{
        font-size: 16px; 
    }
    .contacts-title{
        font-size: 20px; 
    }
    .address-cred{
        font-size: 16px;
    }

    .contact-title{
        font-size: 20px; 
        margin-bottom: 5px;
    }
    .input-container p{
        font-size: 15px;
    }
    input, textarea{
        padding: 4px;
    }

    textarea {
        min-height: 10em;
    }

    .form-section{
    height: 580px;
    }
    
}
@media (max-width: 768px) {


    .form-section{
    height: 650px;
    }
    
}

.footer-privacy{
    font-size: 14px; color: white;
}
@media (max-width: 752px) {


    .footer-privacy{
        font-size: 10px;
    }
}

/* --- Captcha gate --- */
.captcha-gate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
}
.captcha-label {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.captcha-answer {
    width: 80px;
    padding: 4px 8px;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.submit-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}