/* Custom Color Theme - Primary: #FA6E00 */

:root {
    /* Override primary colors */
    --purple: #fa6e00;
    --bg-purple: #fa6e00;
    --dark-purple: #c85800;
    --light-purple: #fff4e6;
    --body-text-purple: #5a4a3f;
    --light-bg: #ffe5cc;
    --slider-dots-color: #ffd4a3;
}

/* Button colors */
.white_btn {
    background: #fa6e00 !important;
    border-color: #fa6e00 !important;
}

.white_btn:hover {
    background: #c85800 !important;
    border-color: #c85800 !important;
}

.puprple_btn,
.dark_btn {
    background: #fa6e00 !important;
    border-color: #fa6e00 !important;
}

.puprple_btn:hover,
.dark_btn:hover {
    background: #c85800 !important;
    border-color: #c85800 !important;
}

/* Navigation active states */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fa6e00 !important;
}

/* Section title spans */
.section_title h2 span {
    color: #000000 !important;
}

.get-app {
    text-decoration: underline;
    color: #fa6e00 !important;
}

/* Links */
a:hover {
    color: #fa6e00 !important;
}

/* Banner shapes */
.banner_section {
}

/* Highlighted pricing block */
.pricing_block.highlited_block {
    background: #fa6e00 !important;
}

.pricing_block.highlited_block .price,
.pricing_block.highlited_block h3,
.pricing_block.highlited_block span,
.pricing_block.highlited_block p {
    color: #ffffff !important;
}

/* Toggle button */
.tog_block {
    background: #ffe5cc !important;
}

.tog_block .tog_btn {
    background: #fa6e00 !important;
}

/* Offer badge */
.toggle_block .offer {
    background: #fa6e00 !important;
}

/* Icons and accents */
.feature_box .icon {
    background: #fff4e6 !important;
}

/* Social media icons */
.social_media li a:hover {
    background: #fa6e00 !important;
    border-color: #fa6e00 !important;
}

/* Newsletter button */
.newsletter_section .btn {
    background: #fa6e00 !important;
}

.newsletter_section .btn:hover {
    background: #c85800 !important;
}

/* Footer links hover */
footer a:hover {
    color: #fa6e00 !important;
}

/* Go top button */
.go_top:hover {
    background: #fa6e00 !important;
}

/* Video play button */
.play_btn {
    background: #ffffff38 !important;
}

/* Counter numbers */
.counter-value {
    color: #fa6e00 !important;
}

/* Story boxes hover */
.story_box:hover {
    box-shadow: 0 4px 30px rgba(250, 110, 0, 0.2) !important;
}

/* Input focus */
input:focus,
textarea:focus,
select:focus {
    border-color: #fa6e00 !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 110, 0, 0.25) !important;
}

/* FAQ accordion */
.faq_section .btn-link.active,
.faq_section .btn-link:hover {
    color: #fa6e00 !important;
}

/* Rating stars */
.rating .icofont-star {
    color: #fa6e00 !important;
}

/* App icon hover */
.app_icon a:hover {
    background: #fa6e00 !important;
    color: #ffffff !important;
}

/* Step numbers */
.step_number h3 {
    color: #fa6e00 !important;
}

/* Loader */
#loader:before {
    border-top-color: #fa6e00 !important;
}

/* Newsletter box */
.newsletter_box {
    background: linear-gradient(135deg, #fff4e6 0%, #ffe5cc 100%) !important;
}

/* Highlighted elements */
mark,
.highlight {
    background-color: #ffe5cc !important;
    color: #c85800 !important;
}

/* Border accents */
.pricing_block.highlited_block:before {
    background: #fa6e00 !important;
}

/* Background overlays */
.purple_backdrop {
    background: rgba(250, 110, 0, 0.9) !important;
}

/* Card hover effects */
.card:hover {
    border-color: #fa6e00 !important;
}

/* Scroll indicator */
::-webkit-scrollbar-thumb {
    background: #fa6e00 !important;
}

/* Additional hover states */
.btn-primary {
    background-color: #fa6e00 !important;
    border-color: #fa6e00 !important;
}

.btn-primary:hover {
    background-color: #c85800 !important;
    border-color: #c85800 !important;
}

/* Badge colors */
.badge-primary {
    background-color: #fa6e00 !important;
}

/* Alert colors */
.alert-primary {
    background-color: #fff4e6 !important;
    border-color: #fa6e00 !important;
    color: #c85800 !important;
}

/* Progress bars */
.progress-bar {
    background-color: #fa6e00 !important;
}

/* List markers */
ul.app_statstic li .icon img {
    filter: hue-rotate(180deg) saturate(1.5) brightness(1.2);
}

/* Custom selection */
::selection {
    background-color: #fa6e00 !important;
    color: #ffffff !important;
}

::-moz-selection {
    background-color: #fa6e00 !important;
    color: #ffffff !important;
}

/* Marketplace Section App Buttons */
section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li {
    list-style: none;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a {
    display: block;
    padding: 12px 30px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    position: relative;
    border-radius: 12px;
    transition: 0.4s all;
    overflow: hidden;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a img {
    transition: 0.4s all;
    display: block;
    max-height: 45px;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a .white_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a:hover {
    background-color: #c85800;
    border: 2px solid #ffffff;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a:hover .blue_img {
    opacity: 0;
}

section[style*="background: linear-gradient(135deg, #FA6E00"] .app_btn li a:hover .white_img {
    opacity: 1;
}