/* ===================================
    CUSTOM OVERRIDES MAIN
====================================== */
:root {
  --shootbee-primary: #ea9d3e !important;
  --shootbee-primary-hover: #e5ac3f !important;
  --base-color: #ea9d3e !important;
}

/* ===================================
    CLOUD FOREGROUNDS
====================================== */

.page-title-foreground-clouds {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: url('/img/header-clouds.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    bottom: -2px;
}

.page-title-center-alignment {
    overflow: hidden;
    position: relative;
}

.bg-shootbee-pages-footer-img {
    background-image: url('/img/footer-pages.png');
}

.bg-shootbee-features-footer-img {
    background-image: url('/img/footer-features-pages.png');
}


/* ===================================
    CUSTOM OVERRIDES
====================================== */
.nowrap {
  white-space: nowrap;
}

.nav-swich-tabs .nav-link::after {
    background: #ea9d3e !important;
}

.nav-swich-tabs .nav-link::before,
.nav-swich-tabs .nav-link::after {
    box-shadow: none !important;
}

/* ===================================
    CUSTOM STYLES
====================================== */
/* Link modifications */
.ahref {
    color: var(--shootbee-primary) !important;
}
.ahref:hover {
    color: var(--shootbee-primary-hover) !important;
}


.bg-shootbee-primary {
    background-color: var(--shootbee-primary) !important;
}

/* Button modifications */
.btn.btn-shootbee-primary {
    background-color: var(--shootbee-primary) !important;
    color: white !important;
}
.btn.btn-shootbee-primary:hover {
    background-color: var(--shootbee-primary-hover) !important;
    color: white !important;
}

/* Used in call to action */
.bg-shootbee-call-to-action {
    background-color: #eabc64;
}

/* Used when no call to action is present */
.bg-shootbee-footer {
    background-color: #f7f7f7;
}

.bg-shootbee-blog-comments-write {
    background-color: #e5ac3f;
}

.nav-link-custom {
    font-size: 1.1rem !important;
    font-weight: 700;
}

.bg-shootbee-home-footer {
    background-color: #ea9d3e;
}
.bg-shootbee-features-footer {
    background-color: #f4f7fd;
}

.list-style-01 {
  text-align: left;
  margin-left: 50px;
}

/* ===================================
    RESPONSIVE TABLE FOR FEATURE COMPARISON
====================================== */
.table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.table-responsive table.table-feature-comparison {
    width: auto;
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap; 
}

.table-responsive table.table-feature-comparison td,
.table-responsive table.table-feature-comparison th {
    text-align: center !important;
    white-space: nowrap !important;
    word-break: keep-all;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: middle;
}

/* 4. Exception: First Column (Left Aligned) */
.table-responsive table.table-feature-comparison tr td:first-child {
    text-align: start !important;
    white-space: nowrap !important; 
}

/* 5. Exception: Section Titles (Background Color) */
.table-responsive table.table-feature-comparison td.section-title {
    background-color: #f0f0f0 !important; 
    font-weight: bold;
    text-align: center !important;
    white-space: nowrap !important;
}

.table-responsive table.table-feature-comparison td.section-main-title {
    background-color: #eabc64 !important; 
    font-weight: bold;
    text-align: center !important;
    white-space: nowrap !important;
}

