@font-face { font-family: 'FuturaCyrillicBold'; src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype'); }
@font-face { font-family: 'FuturaCyrillicLight'; src: url('../fonts/FuturaCyrillicLight.ttf') format('truetype'); }
@font-face { font-family: 'FuturaCyrillicBook'; src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype'); }


.futura-bold {font-family: 'FuturaCyrillicBold',sans-serif!important;}
.futura-book {font-family: 'FuturaCyrillicBook',sans-serif!important;}
.futura-light {font-family: 'FuturaCyrillicLight',sans-serif!important;}

.ls-2px {letter-spacing: 2px;}
.ls-3px {letter-spacing: 3px;}
.ls-4px {letter-spacing: 4px;}
.ls-5px {letter-spacing: 5px;}


:root {
            --primary-color: #2c3e50;
            --secondary-color: #ecf0f1;
            --accent-color: #3498db;
        }
        
        body {
            font-family: 'Roboto Condensed', sans-serif;
            line-height: 1.6;
        }
        
        .cover-slider {
            background-size: cover!important;
            background-position: center!important;
            color: white;
            display: flex;
            align-items: center;
            text-align: center;
        }
.hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400 !important;
}        

        
        .navbar-brand img {
            width: 305px;
        }
        
        .navbar-nav .nav-link {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: var(--primary-color) !important;
            padding: 0.75rem 1rem !important;
            margin: 0 0.25rem;
        }
        
        .navbar-nav .nav-link:hover {
            color: #88b960 !important;
        }
        
        .navbar-nav .nav-link.active {
            color: #88b960 !important;
        }
        
        .navbar-nav .dropdown-menu .dropdown-item {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.85rem;
        }
        
        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            margin-bottom: 2rem;
        }
        
        .product-card {
            transition: transform 0.3s ease;
            border: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }
        
.advantage-card {
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.advantage-card:hover {
  transform: translateY(-5px);
}

.adv-icon img {
  max-width: 60px;
  height: auto;
}

.adv-title {
  margin-top: 0.5rem;
    color: #333; }
        
        .footer {
            background: black;
            color: white;
            padding: 3rem 0 1rem 0;
        }
        
        .social-icons a {
            color: white;
            font-size: 2rem;
            margin: 0 1rem;
            transition: color 0.3s ease;
        }
        
        .social-icons a:hover {
            color: var(--accent-color);
        }
        
        .btn-primary {
            background-color: var(--accent-color);
            border-color: var(--accent-color);
        }
        
        .btn-primary:hover {
            background-color: #2980b9;
            border-color: #2980b9;
        }
        
        .btn-contact {
            background-color: #88b960 !important;
            border-color: #88b960 !important;
            color: white !important;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }
        
        .btn-contact:hover {
            background-color: #9cc46f !important;
            border-color: #9cc46f !important;
            color: white !important;
        }
        
        .collapse-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .collapse-content.show {
            max-height: 200px;
        }
        
        @media (max-width: 768px) {
            .hero-section {
                min-height: 60vh;
            }
            .section-title {
                font-size: 2rem;
            }
            .navbar-brand img {
                width: 200px;
            }
        }


@media (min-width: 1400px)  and (max-width:2920px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
   .hero-title { font-size: 5rem; line-height: 1.2; } 
}

@media (min-width: 1200px)  and (max-width:1400px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
   .hero-title { font-size: 4.5rem; line-height: 1.2; } 
}
@media (min-width: 992px) and (max-width:1200px) { /*----------------------MIN 992 MAX 1200 ---------------------------*/
    .hero-title { font-size: 4rem; line-height: 1.2; }
}
 @media (min-width: 768px) and (max-width:992px) { /*----------------------MIN 768 MAX 992 ---------------------------*/
    .hero-title { font-size: 3.5rem; line-height: 1.2; }
}
@media (min-width: 576px) and (max-width:768px) { /*----------------------MIN 576 MAX 768 ---------------------------*/
    .hero-title { font-size: 3rem; line-height: 1.2; }
}
@media (min-width: 320px) and (max-width:576px) { /*----------------------MIN 320 MAX 576 ---------------------------*/
.hero-title { font-size: 2.5rem; line-height: 1.2; }
}

.bold { font-weight:bold!important;}

/* Simple Black on White Button - No Border, Square */
.btn-black-white {
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-black-white:hover {
    color: #ffffff;
    background-color: #000000;
}

/* Black on White Button with Thick Border - Inverts on Hover */
.btn-black-border {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-black-border:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}

.btn-white-border {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-white-border:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}


.demo-section {
    padding: 40px;
    background-color: #f8f9fa;
}

/* ------------------------------ FOR PRODUCT PAGE ------------------------------ */
.product-images .main-image {
    text-align: center;
}

.product-images .main-image img,
.main-product-image {
    max-height: 500px;
    width: auto;
    cursor: pointer;
}

.product-images .main-image a {
    display: inline-block;
}

.thumbnail-img {
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.thumbnail-img:hover {
    border-color: #007bff;
}

.product-info {
    position: sticky;
    top: 20px;
}

@media (max-width: 991.98px) {
    .product-info {
        position: static;
    }
}

/* Fancybox customizations */
.fancybox__container {
    z-index: 9999;
}

/* Smooth thumbnail container hover effect */
.bg-secondary.bg-opacity-10 {
    transition: all 0.3s ease;
}

.bg-secondary.bg-opacity-10:hover {
    background-color: rgba(108, 117, 125, 0.2) !important;
}

/*------------------------------- FOR CONTACT FORM ---------------------------------*/


.form-control {
    border-color: #7E8A94; border-radius: 0px;
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}
.form-control.is-valid ~ .invalid-feedback {
    display: none;
}
.btn-loading {
    pointer-events: none;
}
#contact-form-submit .form-control {
    transition: all 0.3s ease;
}
.alert {
    border-radius: 0.5rem;
}
.card {
    border-radius: 1rem;
    border: none;
}
@media (max-width: 576px) {
    .card-body {
        padding: 1.5rem !important;
    }
}


/* ------------------------------- GALLERY CSS ------------------------------*/
.gallery-item {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-image-wrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.gallery-image {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-link:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-link:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    background: #fff;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #f0f0f0;
}

.gallery-link {
    text-decoration: none;
    color: inherit;
}

.gallery-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .gallery-overlay .fas {
        font-size: 1.5rem !important;
    }
    
    .gallery-caption h6 {
        font-size: 0.85rem;
    }
}

/* Fancybox customizations */
.fancybox-button {
    background: rgba(0, 0, 0, 0.5) !important;
}

.fancybox-caption {
    background: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
}

/* ------------------------------- END GALLERY CSS ------------------------------*/
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.bg-gradient-dark {
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
}

.video-thumbnail:hover .fa-play-circle {
    opacity: 1 !important;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/*----------------------------- END MEDIAS ATTACHMENTS ------------------------------*/