/* LearnCube - Comprehensive Button Styles */

/* Base Button Classes */
.btn-embossed {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    text-shadow: 0 0 1px #000;
    font-style: normal;
}

.btn-xlg {
    padding: 10px;
    font-size: 18px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
}

/* Enhanced Warning Button - Primary CTA */
.btn.btn-warning {
    background: linear-gradient(135deg, #ffbb00, #ff8c00) !important;
    border: 1px solid #e67e22 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #ffbb00, #ff8c00) !important;
    border: 1px solid #e67e22 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23) !important;
    transform: translateY(-2px) !important;
}

.text-warning {
    color: darkorange;
}

/* Hero Section Button Override */
.hero-top .btn.btn-warning {
    border: 2px solid #fff;
}

/* Enhanced Button Styles - Modern Material Design */

/* Video Button */
.btn.video-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e67e22;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(135deg,#ffbb00, #ff8c00);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn.video-btn:hover,
.btn.video-btn:focus {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-1px);
}

.btn.video-btn:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(0);
}

/* Info Button */
.btn.info-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e67e22;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(135deg,#ffbb00, #ff8c00);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn.info-btn:hover,
.btn.info-btn:focus {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-1px);
}

.btn.info-btn:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(0);
}

/* Enhanced Large Buttons - Override existing styles */
.btn-xlg.btn-embossed {
    padding: 12px 24px !important;
    font-weight: 800 !important;
    border: 1px solid #e67e22 !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg,#ffbb00, #ff8c00) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn-xlg.btn-embossed:hover,
.btn-xlg.btn-embossed:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23) !important;
    transform: translateY(-2px) !important;
}

.btn-xlg.btn-embossed:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transform: translateY(0) !important;
}

/* Large Button */
.btn-lg {
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid #e67e22 !important;
    border-radius: 5px !important;
    background: linear-gradient(135deg,#ffbb00, #ff8c00) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn-lg:hover,
.btn-lg:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23) !important;
    transform: translateY(-2px) !important;
}

.btn-lg:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transform: translateY(0) !important;
}

/* Enhanced Primary Button Styles */
.btn.btn-primary {
    background: linear-gradient(135deg, #337ab7, #2e6da4) !important;
    border: 1px solid #2e6da4 !important;
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: linear-gradient(135deg, #2e6da4, #337ab7) !important;
    border: 1px solid #2e6da4 !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.btn.btn-primary:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transform: translateY(0) !important;
}

/* Enhanced Info Button Styles - Dark Theme */
.btn.btn-info {
    background: linear-gradient(135deg, #333740, #2c2f36) !important;
    border: 1px solid #2c2f36 !important;
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
    background: linear-gradient(135deg, #2c2f36, #333740) !important;
    border: 1px solid #2c2f36 !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.23) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.btn.btn-info:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    transform: translateY(0) !important;
}

/* Demo and Special Buttons */
#headerwrap .demo-btn, #features .demo-btn, .dems.demo-btn {
    border-color: #fff !important;
    border-width: 2px;
}

/* Skip Button */
.btn-skip {
    padding: 4px 8px;
    margin: 0px 3px 1px 0px;
}

/* Pricing Table Button */
.pricing-table .btn {
    margin: 15px auto;
    display: block;
    text-align: center;
}

ul.select-border .btn {
    opacity: 1;
}

/* Special Button States */
.ready {
    font-size: 11px;
    text-align: center !important;
    margin-bottom: -5px;
    margin-top: -8px;
    display: none;
}

/* Apple PWA Button */
a.btn.btn-apple-pwa {
    background: #fff;
    color: #000 !important;
    width: 154px;
    margin-top: 15px;
}

/* Intercom Button */
.col-md-3 button.intercom {
    text-align: center;
    margin: auto;
    width: 100%;
}

/* Social Buttons */
.social-links .IN-widget button, .fb-like.fb_iframe_widget {
    margin: 5px;
}

/* Android PWA Button */
button#pwa-android {
    width: 154px;
    margin: 12px 12px 12px 0;
}

/* Modal Close Button */
button#modalClose {
    margin: 10px 20px 0 0;
}

/* Demo Related Styles */
.demo, .demo a {
    color: #fff !important;
}

.demo-title1 {
    margin: -10px 0px -10px 0px;
    font-weight: bold;
}

.demo-title2 {
    margin: 30px 0px -10px 0px;
    font-weight: bold;
}

/* Demo Screen Styles */
.podio-webform-inner {
    display: none;
}

#demo-screen {
    margin-top: 9px;
    display: none;
}

#demo-screen2 {
    position: fixed;
    height: 100%;
    background: url("../img/demo.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin-top: -2px;
}

/* Corner Badge */
.corner {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 147px;
    height: 147px;
    background: url(/images/triangle.png);
    z-index: 1;
}

/* Demo Description Elements */
.demo-desc-left, .demo-desc-right, .demo-desc-right2, .demo-desc-left2, .demo-desc-right3, .demo-desc-left3 {
    display: none;
}

/* Demo Data Form */
.demo-data-form h3, #demoModal h3 {
    font-size: 22px;
}

/* Sumo Badges */
.sumome-scrollbox-link, .sumome-smartbar-link, .sumome-popup-link {
    display: none;
}

#sumotest-badge {
    width: 42px !important;
    bottom: 4px !important;
    right: -41px !important;
    top: 600px !important;
}

/* Enterprise Button Enhancement */
.pricing-table .enterprise strong {
    font-size: 36px;
    margin-top: -4px;
}

/* Carousel Control Icons */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 95% !important;
}

.left, .right {
    display: none;
}

/* Additional Button Utilities */
.slide-img {
    width: 72%;
    margin: auto;
}

/* Special Class for Centered Columns */
[class*="col-"].span-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/* Centered Pills Navigation */
.centered-pills {
    text-align: center;
}

.centered-pills ul.nav-pills {
    display: inline-block;
}

.centered-pills li {
    display: inline;
}

.centered-pills a {
    float: left;
}

* html .centered-pills ul.nav-pills, * + html .centered-pills ul.nav-pills {
    display: inline;
}

/* Nav Pills Enhancement */
.nav-pills > li a {
    background-color: #eee;
}

.nav.nav-pills > li > a:focus, .nav.nav-pills > li > a:hover {
    text-decoration: none;
    background-color: #ddd;
}

/* Responsive Menu Enhancement */
.collapse.in .menu-right.pull-right {
    float: none !important;
    text-align: center;
    margin: 12px auto;
} 