﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.footer {
    background-color: #f5f5f5;
    padding: 20px;
}

#welcome-popup .dx-popup-content {
    padding:0 !important;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}


.dx-widget {
    font-weight: 400;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    line-height: 1.35715;
}

.dx-pending-indicator {
    visibility: hidden !important;
}

.dx-field-item:not(.dx-field-item-has-group):not(.dx-field-item-has-tabs):not(.dx-first-row):not(.dx-label-v-align) {
    padding-top: 0 !important;
}

.dx-layout-manager .dx-field-item {
    padding-bottom: 0 !important;
    font-size: 11px;
}

.dx-layout-manager .dx-field-item {
    padding-bottom: 10px;
    font-size: 11px;
}

.dx-layout-manager .dx-field-item:not(.dx-last-col) {
    padding-right: 10px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 1px; 
}

.dx-overlay-wrapper {
    font-weight: 400;
    font-size: 12px;
    font-family: "Poppins",sans-serif;
    line-height: 1.35715;
}

.dx-data-row > td {
    vertical-align: middle !important;
}

.dx-fileuploader-wrapper {
    padding: 0;
}

.dx-layout-manager .dx-field-item:not(.dx-first-col) {
    padding-left: 0;
}

.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

.fs-12px { font-size: 12px !important; }
.fs-14px { font-size: 14px !important; }
.fs-16px { font-size: 16px !important; }
.fs-18px { font-size: 18px !important; }
.fs-20px { font-size: 20px !important; }
.fs-22px { font-size: 22px !important; }
.fs-24px { font-size: 24px !important; }
.fs-26px { font-size: 26px !important; }
.fs-28px { font-size: 28px !important; }
.fs-30px { font-size: 30px !important; }
.fs-36px { font-size: 36px !important; }
.fs-42px { font-size: 42px !important; }

.ff-sans-serif { font-family: "Poppins", sans-serif !important; }
.ff-serif { font-family: "Merriweather", serif !important; }
.ff-cursive { font-family: "Merienda", sans-serif !important; }

.language-button .dx-button-content {
    padding: 3px 8px 3px;
}

.subscription-editor {
    background-color: rgba(51,51,51,.3) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

    .subscription-editor .dx-texteditor-input {
        color: rgba(255, 255, 255, 0.75) !important;
    }

.footer-col1 {
    width: 40%;
    padding-right: 30px;
}

.footer-col2 {
    width: 15%;
}

.footer-col3 {
    width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-col1 { width: 45% !important; }
    .footer-col2 { width: 20% !important; }
    .footer-col3 { width: 35% !important; }
}

@media (max-width: 767px) {
    .footer-col1,
    .footer-col2,
    .footer-col3 {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.footer-col11 {
    width: 20%;
    padding-right: 30px;
}

.footer-col21 {
    width: 50%;
}

.footer-col31 {
    width: 20%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-col11 { width: 30% !important; }
    .footer-col21 { width: 50% !important; }
    .footer-col31 { width: 20% !important; }
}

@media (max-width: 767px) {
    .footer-col11,
    .footer-col21,
    .footer-col31 {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.slider-text-glow {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.75), 0 0 30px rgba(255, 255, 255, 0.75);
}

.footer-blog-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-blog-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0; 
    object-fit: cover;
    border-radius: 4px;
}

.footer-blog-title {
    font-family: "Poppins",sans-serif;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px; 
}

.txt-l-101 {
    font-family: "Merriweather", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-overlay {
    background-color: rgba(255, 255, 255, 0.75); 
    backdrop-filter: blur(5px);                
    -webkit-backdrop-filter: blur(5px);      
    padding: 1rem;
    border-radius: 8px;
}

.how-overlay1::before {
    background-color: #243718;
    opacity: 0.7;
}

.top-button .dx-button-content {
    padding: 6px 0;
}

.size-w-26 {
    width: calc(100%) !important;
}

.footer-col-title img {
    max-width: 50%;
}

.main-menu > li > a {
    font-family: "Poppins", serif;
    font-size: 14px;
}

#rev_slider_1 .layer1 {
    font-family: "Poppins", sans-serif;
}

#rev_slider_1 .layer2 {
    font-family: "Great Vibes", cursive !important;
    text-transform: none !important;
}

#rev_slider_1 .layer3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

