﻿.btn-outline-info {
    color: #11b0de !important;
    border-width: 3px;
    border-color: #11b0de !important;
    border-radius: 0;
    background-color: transparent !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #fff !important;
    background-color: #11b0de !important;
    border-color: #11b0de !important;
}

.btn-std-width {
    width: 240px;
}

.me-md-4 {
    margin-right: 1.5rem;
}

/**********/
/* Banner */
/**********/
#software-banner {
    background-image: url(../../img/softwares/software-home/banner/Software-Banner.png);
    background-position: left center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.software-header-banner {
    position: relative;
}

.software-header-banner h2 {
    font-weight: 900;
    color: #ffffff;
}

.software-header-banner p {
    color: #ffffff;
}

.software-header-banner .container {
    padding-top: 100px;
    padding-bottom: 140px;
}

/*****************************/
/* software second level menu */
/*****************************/
.software-second-level-menu {
    background-color: darkblue;
    padding: 20px 0 20px 0;
    text-align: center;
}

.software-second-level-menu .menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block; /* REQUIRED */
    transition: text-decoration-color 0.2s ease;
}

.software-second-level-menu .menu a:hover,
.software-second-level-menu .menu a:active,
.software-second-level-menu .menu a.active {
    text-decoration: underline; /* underline on hover & active */
    text-underline-offset: 10px; /* distance below text */
    text-decoration-thickness: 3px; /* double-size underline */
    text-decoration-color: skyblue;
}

.card-flat {
    border: 0;
    border-radius: 0;
    min-height: 360px;
}

/**********************/
/* Tailored-Solutions */
/**********************/
.grocery {
    background-image: url(../../img/softwares/software-home/Tailored-Solutions/Grocery-Icon.png), url(../../img/softwares/software-home/Tailored-Solutions/Grocery-Box.png);
    background-position: center, center;
    width: 100%, 100%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.retail {
    background-image: url(../../img/softwares/software-home/Tailored-Solutions/Retail-Icon.png), url(../../img/softwares/software-home/Tailored-Solutions/Retail-Box.png);
    background-position: center center;
    width: 100%, 100%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.hospitality {
    background-image: url(../../img/softwares/software-home/Tailored-Solutions/Hospitality-Icon.png), url(../../img/softwares/software-home/Tailored-Solutions/Hospitality-Box.png);
    background-position: center center;
    width: 100%, 100%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.feature-box {
    background-color: #b1b1b1;
    max-width: 420px;
    text-align:left;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.feature-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #333;
}

.card-software {    
    min-height: 650px;
    background-color: #b1b1b1;    
}

/* Mobile (phones) */
@media (max-width: 767.98px) {
    .card-software {
        min-height: 450px;
    }
}

@media (max-width: 991.98px) {
    .card-software {
        min-height: 450px;
    }
}

/***************/
/* performance */
/***************/
.img-wrapper {
    position: relative;
}

.stat-info-num {
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
}

/* Desktop positioning (use percentages instead of px) */
.pos-terminals {
    top: 35%;
    left: 51%;
}

.service-calls {
    top: 35%;
    left: 81%;
}

.pos-lanes {
    top: 65%;
    left: 66%;
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {

    .stat-info-num {
        font-size: 14px;
    }

    .pos-terminals {
        top: 35%;
        left: 52%;
    }

    .service-calls {
        top: 35%;
        left: 83%;
    }

    .pos-lanes {
        top: 65%;
        left: 67%;
    }

}

/* Remove the default button background and border */
.custom-tabs .nav-link {
    background: none;
    border: none;
    outline: none;
    transition: color 0.3s ease;
}

/* Force the text-info color when the button has the .active class */
.custom-tabs .nav-link.active {
    color: #0dcaf0 !important; /* Cyan color */
    font-weight: bold;
}

/* Keep inactive tabs white */
.custom-tabs .nav-link:not(.active) {
    color: #ffffff !important;
}

/* ============================= */
/* Integrations Section */
/* ============================= */

/* --- Base Layout & Section --- */
.integrations-section {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    padding: 60px 0;
    min-height: 520px;
}

/* --- Scaling Logic for Mobile/Tablet --- */
.orbit-scale-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transform-origin: center center;
}

@media (max-width: 992px) {
    .integrations-section {
        min-height: 450px;
    }

    .orbit-scale-wrap {
        transform: scale(0.75);
    }
}

@media (max-width: 767px) {
    .integrations-section {
        min-height: 180px;
        max-height: 280px;
    }

    .orbit-scale-wrap {
        transform: scale(0.46);
    }
}

@media (max-width: 480px) {
    .integrations-section {
        min-height: 300px;
    }

    .orbit-scale-wrap {
        transform: scale(0.4);
    }

    .orbit-inner h2 {
        font-size: 1.85rem;
    }
}

/* --- Container & SVG --- */
.orbit-container {
    position: relative;
    width: 960px;
    height: 520px;
}

.orbit-container svg.ellipse {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* --- Center Content (Stacked & Higher) --- */
.orbit-inner {
    position: absolute;
    /* Adjusted to 10% to move the entire block higher */
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    text-align: center;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.orbit-inner h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin-bottom: 35px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

.orbit-inner p {
    font-size: 0.88rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 35px;
    /* Reduced max-width to be narrower than the title block */
    max-width: 480px;
    /* Centers the paragraph within the flex container */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* --- Button --- */
.btn-learn {
    display: inline-block;
    border: 2px solid #3a8fd6;
    color: #3a8fd6;
    font-weight: 600;
    padding: 10px 40px;
    background: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    letter-spacing: .04em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-learn:hover {
    background: #3a8fd6;
    color: #fff;
}

/* --- Icon Base Styles --- */
.int-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.int-icon img {
    display: block;
    object-fit: contain;
}

/* --- Specific Icon Positions --- */
.pos-shopify {
    left: 158px;
    top: 130px;
}

.pos-shopify img {
    width: 62px;
}

.pos-powerbi {
    left: 798px;
    top: 130px;
}

.pos-powerbi img {
    width: 56px;
}

.pos-qb {
    left: 930px;
    top: 268px;
}

.pos-qb img {
    width: 74px;
}

.pos-odoo {
    left: 825px;
    top: 393px;
}

.pos-odoo img {
    width: 90px;
}

.pos-givex {
    left: 596px;
    top: 456px;
}

.pos-givex img {
    width: 82px;
}

.pos-lobyco {
    left: 364px;
    top: 456px;
}

.pos-lobyco img {
    width: 150px;
}

.pos-ubereats {
    left: 112px;
    top: 380px;
}

.pos-ubereats img {
    width: 52px;
}

.pos-localexp {
    left: 30px;
    top: 268px;
}

.pos-localexp img {
    width: 84px;
}

/*************/
/* help-desk */
/*************/

.card-help-desk {
    background-color: #b1b1b1;
    text-align: center;
    align-items: center;
    padding-top: 20px;
    min-height: 220px;
}

.card-help-desk:hover {
    background-color: #2b348e;
    color: #ffffff;    
}