/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@media (min-width: 768px) {
    .feature-box-border-horizontal .feature-box {
        position: relative;
    }

        .feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
        .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
            content: "";
            position: absolute;
            top: 31px;
            left: calc(50% + 32px);
            width: calc(100% - 64px);
            height: 2px;
            border: 1px solid #EEE;
            z-index: 0;
        }

    .feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
    .feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
        border-style: dashed;
    }

    .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
        display: block;
        border-color: #222;
        width: 0;
        transform-origin: top left;
        transition: width .3s ease-in-out;
    }

    /* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */

    .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {
        width: calc(100% - 64px);
    }


    .feature-box-border-horizontal .fbox-icon i,
    .feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
        line-height: 60px;
        font-size: 24px;
        z-index: 1;
        text-align: center;
        box-shadow: 0 0 0px 10px #FFF;
    }

    .feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
    .feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
        left: calc(0% + 100px);
    }
}

.slider-caption {
    max-width: 450px;
}

    .slider-caption > div {
        background-color: rgba(255,255,255,0.9);
        border-radius: 2px;
        padding: 40px;
    }

    .slider-caption h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .slider-caption p {
        margin-bottom: 0;
        font-size: 18px;
    }

.dark .slider-caption {
    background-color: rgba(0,0,0,0.75)
}

.rtl .slider-caption {
    right: -25px;
    left: auto;
}

    .rtl .slider-caption.slider-caption-right {
        right: auto;
        left: -25px;
    }

.hero-diagonal {
    position: relative;
}

    .hero-diagonal::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: calc(100% + 100px);
        -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
        background-image: url('/images/content/14.jpg');
        background-position: center center;
        background-size: cover;
    }

.text-right {
    text-align: right;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

@media (max-width: 576px) { /* Adjust the screen size as needed */
    .section {
        margin: 0;
    }
}

.custom-submit-wrapper {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}

.custom-submit-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 140px;
    border: 3px solid transparent;
    border-radius: 12px;
    background-color: white !important;
    color: #333 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .custom-submit-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .custom-submit-button .dx-button-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

.custom-icon {
    width: 60px;
    height: 60px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.viber {
    border-color: #7c4bc0;
}

.whatsapp {
    border-color: #25d366;
}

.viber-icon {
    background-image: url('/images/content/viber-icon.png');
}

.whatsapp-icon {
    background-image: url('/images/content/whatsapp-icon.png');
}

.si-call:hover,
.si-colored.si-call {
    background-color: #E66C18 !important;
}

@media screen and (min-width: 1200px) {
    .no1 {
        padding-top: 0 !important;
    }
}

.oc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px 0;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    height: 100%;
}

.text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.entity-name {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

.blog-content {
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3rem;
}

.blog-card {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
}

    .blog-card .card-body {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
    }

    .blog-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.blog-card-title {
    font-size: 1rem;
    font-weight: bold;
    color: #e67e22;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 10px 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.blog-card-date {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 12px;
}

.blog-card-summary {
    flex-grow: 1;
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.blog-card-footer {
    margin-top: auto; /* This pushes the footer down */
    text-align: right;
    padding: 1rem;
}

.blog-card .btn {
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .blog-card-title {
        font-size: 1rem;
    }
}

.blog-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top left;
    border-radius: 4px;
}

@media (min-width: 1200px) {
    .menu-link {
        padding: 39px 10px;
    }
}

/* Price card */
.price-card {
    overflow: hidden;
}

.ribbon {
    background: #d9534f;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px 12px;
    font-size: .95rem;
}

.badge-sale {
    background: #ffe9e7;
    color: #d9534f;
    padding: .4rem .6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem;
    border: 1px solid #ffd6d2;
}

.pricing-price {
    font-size: 3.25rem;
    line-height: 1;
}

.price-unit {
    font-size: 1.25rem;
    vertical-align: top;
    margin-right: .15rem;
}

/* Sticky on desktop */
@media (min-width: 992px) {
    .sticky-desktop {
        position: sticky;
        top: 18px;
    }
}

.tb-rangebar {
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg,#6ac46a,#ffd95e,#ff6b6b)
}

.tb-rangebar-fill {
    height: 10px;
    border-radius: 5px;
    background: transparent
}

.min-offer {
    font-weight: bold;
    color: #2e7d32;
}

.total-row {
    background: #f7f7f7;
    font-weight: bold;
}

/* Blur toggles */
.blur-numbers .num-cell {
    filter: blur(6px);
}

.blur-bar .tb-rangebar, .blur-bar .range-values, .blur-bar .range-labels {
    filter: blur(6px);
}


/* (optional) prevent selection/copy when blurred */
.blur-numbers, .blur-bar {
    user-select: none;
}

.compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    --sticky1: 60px; /* width of first column (#). Keep in sync with your column Width */
}
    /* keep numbers tidy */
    .compare-wrap .num-cell {
        white-space: nowrap;
        min-width: 84px;
    }

/* make the whole button a flex row and reverse it so the icon goes to the right */
.dxbs-button.btn-icon-right {
    display: inline-flex; /* override inline-block */
    flex-direction: row-reverse; /* put icon after the text */
    align-items: center;
    gap: .5rem; /* space between text and icon */
}

    /* optional: fine-tune the icon spacing */
    .dxbs-button.btn-icon-right .image {
        margin: 0; /* Bootstrap may add margins */
    }

/* Wrapper stays bottom-right */
.toast-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    max-width: 320px;
}

/* Slide-in animation */
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-slide-in {
    animation: slideInRight 0.5s ease forwards;
}

.hero-img {
    margin-top: -40px;
    margin-bottom: -120px;
}

.tagline-strip {
    background: #F2E9E1;
    padding: 10px 0;
}

.tc-compare-wrap .first-row-border td {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #000;
}

.tc-compare-wrap .total-row td {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #000;
    font-weight: 600; /* optional, if you also want bold text */
}

.tc-footnote {
    margin-top: 4px;
    font-size: 0.75rem; /* or whatever you like */
}
