body {
    font-family: 'Lato', 'Helvetica', 'Arial';
    font-size: 18px;
    background-color: #eff5f8;
    font-weight: 300;
    color: #555;
}

div, h1, h2, h3, h4, p {
    font-family: 'Lato', 'Helvetica', 'Arial'
}

div .wf-active, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active p {
    font-family: 'Lato', 'Helvetica', 'Arial' !important;
}

.navbar-toggle {
    padding: 13px 10px;
}

a.sign-in {
    color: #444;
    font-weight: 400;
}

ul.nav.navbar-nav.align-right {
    float: right;
}

section#language-school {
    /*background: #337ab7 url(/images/Learncube-online-class-bg.jpg) center/cover no-repeat;
    background-position: top left;*/
    color: #fff !important;
    font-weight: 600;
    background-image: url("/images/Learncube-online-class-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(51, 122, 183);
    background-position-x: 0%;
    background-position-y: 0%;
}

@media only screen and (max-width: 500px) {
    section#language-school {
        /*background: #337ab7 url(/images/Learncube-online-class-bg.jpg) center/cover no-repeat;
        background-position: top left;*/
        color: #fff !important;
        font-weight: 600;
        background-image: url("/images/Learncube-online-class-bg-mobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(51, 122, 183);
        background-position-x: 0%;
        background-position-y: 0%;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    font-weight: 400;
}

.hero-top h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;

}

@media (min-width: 600px) {
    .hero-top h1 {
        font-size: 38px;
        margin-top: 80px;
    }
}

.hero-top {
    margin-top: 50px;
    text-shadow: 0px 0px 2px #000;
}


.hero-top .btn.btn-warning {
    border: 2px solid #fff;
}

.hero-top p {
    font-size: 17px;
    margin: 30px 0px 10px 0;
}


.hero-top picture .img-responsive {
    margin-top: 0px;
    margin-bottom: 30px;
}

.hero-top ul {
    font-size: 1.1em;
}

.h3-mid {
    font-weight: 600;
    font-size: 30px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
    border: solid 1px #ddd;
    color: #555;
    opacity: 1;
}

.nav-tabs > li > a {
    border: solid 1px #ddd;
    color: #555;
    border-bottom-color: transparent;
    box-shadow: 0 0 2px #ddd;
    opacity: 0.7;
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #337ab7 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #337ab7;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #337ab7 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0;
}

img.price-cube {
    width: 30px;
    margin: 4px !important;
    padding-bottom: 2px;
}


div#osbanner {
    margin: -1px 0;
}

div#osbanner h3 {
    margin: 6px 0 30px 0;
}


img.feature-icon {
    padding: 15px;
}

section#language-school h1 {
    color: #fff;
}

.container.blog {
    width: 90%;
}

.container.page {
    margin-top: 80px;
    margin-bottom: 20px;
}

.entry-content p, .blog-bg p, .entry-content li, .entry-content ul {
    font-size: 18px;
}

.summary .text-center {
    padding: 20px;
}

.embed-responsive.embed-responsive-16by9 iframe {
    padding: 20px;
}

.blog-bg {
    background-color: #337ab7;
}

.background-black {
    background-color: #333740;
}

.background-blue {
    background-color: #337ab7;
}

#vc-features {
    margin-top: 50px;
    padding: 60px 107px;
    background: linear-gradient(135deg, #337ab7 0%, #2e6da4 100%);
    position: relative;
    width: 100%;
}

#vc-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.orange-border {
    border-top: 2px solid #ff8c00;
    border-bottom: 2px solid #ff8c00;
    margin-bottom: 20px;
}

a:hover {
    text-shadow: 0 0 10px #ddd;
}

/* Titles */
h1, h2 {
    font-weight: 600;
    font-size: 42px;
    font-family: Arial;
    color: #444;
}

h3, h5, h6 {
    font-family: Arial;
    font-weight: 400;
    color: #444;
}

h3.big3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-family: Arial;
    font-weight: 300;
    color: #444;
    line-height: 25px;
}

/* Paragraph & Typographic */
p {
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 16px;
}

.navbar-brand {
    padding: 9px 10px;
}

.nav > li > a {
    padding: 5px 8px;
}

.entry-content {
    font-weight: 400;
    font-size: 16px;
    color: #444;
}

#slideshow p {
    font-size: 12px;
}

#showcase p {
    color: #fff;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #337ab7;
    word-wrap: break-word;
    transition: color .1s ease-in, background .1s ease-in;
}

a:hover,
a:focus {
    color: #2e6da4;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    transition: color .1s ease-in, background .1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap, #headerwrap2, #features, .bluewrap {
    background-color: #337ab7;
    padding-top: 60px;
    margin-bottom: -7px;
}

.bluewrap {
    border-bottom: 2px solid #fff;
}

.bluewrap .well {
    text-shadow: 0 0 0;
}

#headerwrap h2, #headerwrap2 h2, #headerwrap h1, #headerwrap2 h1 {
    margin-bottom: 0px;
    color: white;
    font-size: 42px;
    font-weight: 500;
}

#features h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

#headerwrap h3, #headerwrap2 h3 {
    color: white;
    font-size: 26px;
}

#features h3 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    line-height: 60px
}

#testimonials .bluewrap {
    padding: 40px;
}

#headerwrap h5 {
    color: white;
    font-weight: 700;
    text-align: left;
}

#headerwrap p {
    text-align: left;
    color: white;
    font-weight: 400;
}

/* intro Wrap */

#intro {
    padding-top: 50px;
    border-top: #bdc3c7 solid 5px;
}

#features {
    padding-top: 20px;
    padding-bottom: 70px;
    margin-bottom: -75px;
}

#features .ac a {
    font-size: 20px;
}

/* Showcase Wrap */

#showcase h2 {
    color: white;
    font-weight: 600;
}

#footerwrap {
    background-color: #333740;
    color: white;
    padding-top: 40px;
    text-align: left;
    margin: -18px 0;
}

#footerwrap h3 {
    font-size: 28px;
    color: white;
}

#footerwrap p, #footerwrap a {
    color: white;
    font-size: 18px;
}

/* Copyright Wrap */

#c {
    background: #2f2f2f;
    padding-top: 20px;
    color: white;
}

#sitemap {
    color: #fff;
    background-color: #333740;
    margin-top: -18px;
    padding-bottom: 40px;
    line-height: 28px;
}

img.img-responsive.text-center.team {
    max-width: 150px;
    margin: 20px auto !important;
}

#c p, #sitemap a {
    color: white;
}

#sitemap li {
    color: white;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 10px;
    height: 450px;
    margin-bottom: 50px;
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}


#intro img {
    height: 125px;
}

.menu-right {
    margin-top: 12px;
    margin-right: 10px;
}

ol.carousel-indicators {
    margin-bottom: -47px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    background-image: none;
}

.carousel-control.right {
    right: 10%;
}

.carousel-control.left {
    left: 10%;
}

.glyphicon-chevron-left {
    left: -20% !important;
}


.glyphicon-chevron-right {
    left: 100% !important;
}

.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);
}

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

.demo, .demo a {
    color: #fff !important;
}

.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
}

.sumome-scrollbox-link, .sumome-smartbar-link, .sumome-popup-link {
    display: none;
}

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

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


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

.slide-img {
    width: 72%;
    margin: auto;
}

.whiteboard-features {
    margin-top: 20px;
}

.whiteboard-features.col-md-6 .slide-img {
    width: 85%;
    margin-top: 10px;
}


#headerwrap .demo-btn, #features .demo-btn, .dems.demo-btn {
    border-color: #fff !important;
    border-width: 2px;
}

.demo-desc-left, .demo-desc-right, .demo-desc-right2, .demo-desc-left2, .demo-desc-right3, .demo-desc-left3 {
    display: none;;
}

.item p {
    font-size: 16px

}

.item h5 {
    margin-top: 40px;
    font-size: 18px

}


.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
}


/* Vendor prefixes removed - modern browsers support these properties */

.demo-data-form h3, #demoModal h3 {
    font-size: 22px;
}

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

/* pricing */


[class*="col-"].span-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.centered {
    text-align: center;
}

.pricing-table .label-info {
    background-color: #337ab7;
}

.pricing-table.bordered ul {
    text-shadow: 0 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.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;
}

/* Enhanced Button Styles - Modern Material Design */
/* Apply cd-next-btn styling to other buttons while preserving their colors */
.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);
}

.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 styling - 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;
}

.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;
}

p.free-padding {
    margin: 0 0 20px 0;
}

.pricing-table .title,
.pricing-table .price,
.pricing-table .label {
    border-bottom: none !important;
}

.pricing-table .title {
    color: #337ab7;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}

.pricing-table .label {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-align: center;

}

.pricing-table .price {
    position: relative;
    font-weight: bold;
    background-color: #ecf0f1;
    padding: 10px 20px;
    text-align: center;
    min-height: 80px;
    line-height: 12px;
}

.pricing-table p.text-center {
    margin: 5px auto;
}

.add-shadow {
    box-shadow: 0 0 12px #555 !important;
}


strong.wb-starter-price, strong.vc-starter-price {
    margin: 0px;
    padding: 10px 0;
}

li.price.top {
    min-height: 105px;
}

#addonrow > li.price {
    height: 80px;
}


.pricing-table .price .currency-symbol {
    position: relative;
    top: -10px;
    color: #444;
}

.pricing-table .price strong {
    font-size: 34px;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 0px;
}

.pricing-table .price sup {
    position: relative;
    top: -20px;
}

.pricing-table .price em {
    position: relative;
    top: -5px;
    font-size: 14px;
    font-weight: normal;
    color: #a3b6bb;
}

.pricing-table ul {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.pricing-table ul li {
    color: #444;
    background-color: #ffffff;
    padding: 5px 10px;
    border-bottom: 1px solid #ecf0f1;
    font-size: 16px;
}

.pricing-table.rounded ul {
    border-radius: 10px;
}

.pricing-table.rounded .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricing-table.bordered ul {
    border: 4px solid #ccc;
    border-radius: 4px;
}

.pricing-table.bordered ul:hover {
    border: 4px solid darkorange;
}

.pricing-table.standout {
    top: -24px;
    margin-bottom: -24px;
}

.pricing-table.standout .label {
    text-shadow: none;
}

.pricing-table.standout .price .currency-symbol,
.pricing-table.standout .price strong,
.pricing-table.standout .price sup,
.pricing-table.standout .price em {
    color: #ecf0f1;
}

.pricing-table.plain li {
    color: #77939a;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.pricing-table.plain .alt li {
    background-color: #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
}

.pricing-table .btn {
    margin: 15px auto;
    display: block;
    text-align: center;
}

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

.pricing-table.plain .alt .price .currency-symbol,
.pricing-table.plain .alt .price strong,
.pricing-table.plain .alt .price sup,
.pricing-table.plain .alt .price em {
    color: #77939a;
}

.pricing-table.plain .alt-dark li {
    color: #77939a;
    background-color: #2c3e50;
    border-bottom: 1px solid #2c3e50;
}

.pricing-table.plain.standout .price {
    background-color: #ffffff;
}

.pricing-table.plain.standout .price .currency-symbol,
.pricing-table.plain.standout .price strong,
.pricing-table.plain.standout .price sup {
    color: #77939a;
}

.pricing-table.plain.standout .price em {
    color: #94aab0;
}

.pricing-table.plain.standout .label {
    background-color: #ffffff;
}

.pricing-table.plain.standout .alt .price {
    color: #77939a;
    background-color: #f8f9fa;
}

.pricing-table.plain.standout .alt .label {
    background-color: #f8f9fa;
}

.pricing-table.plain.standout .alt-dark .price {
    color: #77939a;
    background-color: #2c3e50;
}

.pricing-table.plain.standout .alt-dark .label {
    background-color: #2c3e50;
}

.pricing-table.hover-animation {
    transition: all 0.3s ease-in-out;
}

.pricing-table .alt li {
    background-color: #f8f9fa;
}

.pricing-table .alt .price {
    background-color: #ecf0f1;
}

.pricing-table .alt-dark {
    color: #ecf0f1;
}

.pricing-table .alt-dark li {
    background-color: #2c3e50;
    border-bottom: 1px solid #273646;
}

.pricing-table .alt-dark .price {
    background-color: #273646;
}

.pricing-table small, .price-info {
    font-size: 15px;
}

.text-center {
    text-align: center;
    display: block;
    margin: auto;
}

.price-desc {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -17px;
}

.pricing-table.bordered ul.sub-feature {
    border: #fff;
    text-shadow: 0 0 0;
    box-shadow: none;
}

.pricing-table.bordered ul.sub-feature li {
    font-size: 14px;
}

.pricing-table.bordered a, .pricing-table.bordered li {
    font-size: 14px;
}

.pricing-table.bordered li.title {
    font-size: 20px;
}

#pricing h3.text-center.text-white {
    font-size: 30px;
}

.bluewrap a.text-white:hover {
    color: #ddd;
}

.green-sea .title,
.green-sea .alt .title,
.green-sea .alt-dark .title {
    color: #79BE37;
}


.green-sea.standout ul {
    border: 5px solid #16a085;
}

.green-sea.standout .price,
.green-sea.standout .label {
    background-color: #14937a;
}

.green-sea.hover-animation:hover {
    margin-top: -5px;
}

.green-sea.hover-animation:hover.bordered ul {
    border: 5px solid #16a085;
}

.green-sea.hover-animation.standout:hover {
    margin-top: -5px;
}

.pricing-table ul.select-border {
    border: 5px solid #79BE37;
}

.text-success {
    color: #79BE37;
}

#pricing-intro {
    margin-top: -55px;
    margin-bottom: -27px;
}

#pricing-intro ul.text-left.list-unstyled {
    font-size: 22px;
}

li.text-muted, li.text-muted .fa, li i.text-muted {
    color: #bbb !important;
}

.nav-bottom {
    margin-bottom: 20px;
    color: #fff !important;
}

a.social-icon {
    margin: 0 20px 0 0;
}


.nav-bottom a {

    color: #fff !important

}

.nav-bottom a {

    color: #fff !important

}

.nav-bottom > li > a:hover, .nav-bottom > li > a:focus {
    text-decoration: none;
    background: none;
}

.nav-bottom > li > a {
    padding: 1px 13px;
    margin: 0px;
    font-size: 16px;
}

.nav-bottom > li > a.social-icon {
    font-size: 22px;
}

.pricing-table .enterprise strong {
    font-size: 36px;
    margin-top: -4px;
}

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

.navbar-default {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 58px;
    font-size: 16px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #337ab7;
    background-color: #fff;
    font-weight: 800;
}

.label-warning {
    background-color: #ee7e01;
}


.popover ul li {
    padding: 5px;
    margin: 5px 10px;
    border: 0 !important;
    list-style: circle;
    border-bottom: 0px solid #ecf0f1;
}

.pricing-table.bordered .popover ul {
    border: 0;

}

.pricing-table.bordered .popover ul:hover {
    box-shadow: none;
}

div#pricing {
    padding-bottom: 50px;
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;

}

.quicklinks {
    margin-bottom: 0;
    padding: 0 0 40px 0;
}

i.centered.white {
    color: #fff;
    padding: 5px 0 0 0;
    display: block;
}


/*  custom tab */
div.custom-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    text-shadow: none;
}

div.custom-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.custom-tab-menu div.list-group {
    margin-bottom: 0;
}

div.custom-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.custom-tab-menu div.list-group > a .glyphicon,
div.custom-tab-menu div.list-group > a .fa {
    color: #444;
}

div.custom-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
}

div.custom-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
}

div.custom-tab-menu div.list-group > a.active,
div.custom-tab-menu div.list-group > a.active .glyphicon,
div.custom-tab-menu div.list-group > a.active .fa {
    background-color: darkorange;
    background-image: darkorange;
    color: #ffffff;
}

div.custom-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid darkorange;
}

div.custom-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    margin: 10px 35px;
}

div.custom-tab div.custom-tab-content:not(.active) {
    display: none;
}

.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
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: orange;
    border-color: orange;
}


#footerwrap ul li a {
    color: #ddd;
}

#headerwrap3 {
    color: white;
    padding: 10px;
    background: orangered;
    text-align: center;
    opacity: 0.8;
}

#headerwrap3 h3, #headerwrap3 h4 {
    color: #fff;
    font-style: italic;
    padding: 0px 0 5px 0;
}

#headerwrap2 p, .blog-social-icons a {
    color: white;
    font-size: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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;
}

article > h2, .page-header > h1 {
    font-size: 30px;
    color: #444;
    margin-top: 5px;
}

article > h2 > a, .page-header > h1 > a {
    color: #444;

}

.custom-tab-content.active h4 {
    font-size: 28px;
    line-height: 35px;
}

.custom-tab {
    border-left: 1px solid rgb(221, 221, 221);
}

.bottom-screenshot {
    max-width: 800px;
}

i.fad.fa-home {
    margin-right: 9px;
}

.enterprise-section i.fad {
 color: #fff;
}

ul.nav.navbar-nav {
    margin-top: -2px;
}

ol.breadcrumb.productbc.vc-s.whitebc {
    color: #fff !important;
    margin-top: -10px;
    margin-bottom: 15px;
    padding-left: 100px;
}

ol.breadcrumb.productbc.vc-s.whitebc li a {
    color: #eee !important;
}

@media only screen and (min-width: 860px) {
    ol.breadcrumb.productbc.vc-s.whitebc.hidden-xs {
        padding-top: 19px;
        border-bottom: 1px solid #666;
        width: 100%;
    }
}


ol.breadcrumb.productbc.whitebc {
    margin-bottom: -70px;
    margin-top: 70px;
}

ol.breadcrumb.productbc.whitebc li a {
    color: #777;
    border-bottom: 0;
}

.breadcrumb {
    padding: 8px 10px;
    background-color: transparent;
}

ol.breadcrumb {
    margin-top: 80px;
}

ol.breadcrumb.productbc {
    margin-top: -9px;
    margin-bottom: 2px;
    font-size: 14px;
}

ol.breadcrumb.productbc li a {
    color: #555;
    border-bottom: 1px solid #ddd;
}

footer.post-info {
    font-size: .8em;
}

.page-header {
    margin: 0 0 20px;
}

.well {
    background-color: #fff;
    border: none !important;
    box-shadow: 0 0 1.25rem 0 rgb(40 75 124 / 8%) !important;
    border-radius: 5px;
    padding: 20px;
}

h1.entry-title {
    font-size: 30px;
}

.text-white {
    color: #fff;
}

.text-white {
    color: #fff;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
  */
@media all and (transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
    }
}


.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 80%;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 15px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
    box-shadow: 0px 0px 1px #444;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -6px;
    margin-top: -18px;
    box-shadow: 0px 0px 1px #444;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
    z-index: 9;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
}

#user-price-gbp, #user-price-euro, #user-price-aud, .total-gbp, .total-euro, .total-aud, #price-gbp, #price-euro, #price-aud {
    display: none;
}

.bread-search {
    margin: 20px -13px;
    position: absolute;
    top: 65px;
    right: 133px;
}

.video-js .vjs-tech {
    height: auto !important;
    position: relative !important;
}

.main-blog-list {
    margin-top: 30px
}

.list-index .img-responsive.text-center {
    height: 250px;
}

li.list-group-item {
    font-size: 15px;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
    padding: 4px;
}

.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-white {
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #337ab7;
    padding-top: 30px;
    margin-bottom: -7px;
}

.background-black .bg-white {
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #ff8c00 !important;
    padding-top: 30px;
    margin-bottom: -7px;
}



.bg-orange {
    background-color: #337ab7;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    margin-bottom: -7px;
}

h2.horange {
    color: darkorange;
}


.os-hero {
    background: rgb(143, 197, 229) url(/images/online-school-software.jpg) center/cover no-repeat;
    margin-top: 50px;
    background-position: top -42px center;
    text-shadow: 1px 1px 1px #444;
}


.wb-hero {
    background: rgb(143, 197, 229) url(/images/whiteboard/students-in-class-online-whiteboard-blue-overlay.jpg) center/cover no-repeat;
    margin-top: 20px;
    background-position: top -42px center;
    text-shadow: 1px 1px 1px #444;
}


.wb-hero h1 {
    font-weight: 600;
}

.bg-white2 h2 {
    font-weight: 600;
    margin-top: 5px;
}

.bg-white2 strong .fa, .wblast strong .fa {
    margin-right: 7px;
    line-height: 36px;
}

.bg-white2.wb-first-sub {
    color: #444;
    border-bottom: 1px solid #ddd;
}

.wb-first-sub .container {
    margin-top: -14px;
}


.container.features {
    width: 100%;
    padding-left: 40px;
    padding-right: 15px;
    background: #fff;
}

.text-wb-left {
    text-align: center;
    padding: 160px 100px 0 100px;
    font-size: 20px;
    line-height: 40px;
}

.img-oslast-right {
    background: rgb(143, 197, 229) url(/images/online-school-owner.jpg);
    padding-bottom: 580px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;

}


.img-wblast-right {
    background: rgb(143, 197, 229) url(/images/whiteboard/teacher-whiteboard-online-in-class.jpeg);
    padding-bottom: 580px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.whiteboard-p1 p {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #444;
}

.wblast {
    width: 100%;
    margin: 7px 0 -50px -15px;
    padding: 0;
}

.wblast-left {
    padding: 10px 20px 0 60px;
}

.wblast strong {
    line-height: 36px;
}

.bg-white2.wb-first-sub img {
    max-height: 94px;
}

.bg-orange h2 {
    color: #fff;

}

.bg-orange .fa-5x {
    padding: 20px;
}

.bg-white img {
    margin: 0 auto;
}

.bg-white2 {
    background-color: #fff;
    padding-top: 30px;
}

.firstsub ul.list-inline.text-left.submenu li a {
    color: #337ab7;
}

/*tipuesearch */

#tipue_search_input {
    font: 13px/1.6 'open sans', sans-serif;
    color: #333;
    padding: 10px 12px 12px 12px;
    width: 214px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: 0;
    margin: 0;
}

form.navbar-form.search-hide {
    margin: 13px 0 0 0;
    position: fixed;
    right: 30px;
    top: 43px;
    border-radius: 0;
    padding: 5px;
    display: none;
    z-index: 999;
}

#tipue_search_content {
    max-width: 650px;
    padding-top: 15px;
    margin: 0;
}

#tipue_search_loading {
    padding-top: 60px;
    background: #fff url('/theme/img/loading.gif') no-repeat left;
}

#tipue_search_warning_head {
    font: 300 15px/1.6 'Open Sans', sans-serif;
    color: #444;
}

#tipue_search_warning {
    font: 300 13px/1.6 'Open Sans', sans-serif;
    color: #333;
    margin: 7px 0;
}

#tipue_search_warning a {
    color: #36c;
    font-weight: 300;
    text-decoration: none;
}

#tipue_search_warning a:hover {
    color: #333;
}

#tipue_search_results_count {
    font: 300 13px/1.6 'Open Sans', sans-serif;
    color: #333;
}

.tipue_search_content_title {
    font: 300 25px/1.7 'Open Sans', sans-serif;
    text-rendering: optimizelegibility;
    margin-top: 23px;
}

.tipue_search_content_title a {
    color: #333;
    text-decoration: none;
}

.tipue_search_content_title a:hover {
    color: #444;
}

.tipue_search_content_url {
    font: 300 13px/1.7 'Open Sans', sans-serif;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tipue_search_content_url a {
    color: #06c;
    text-decoration: none;
}

.tipue_search_content_url a:hover {
    color: #333;
}

.tipue_search_content_text {
    font: 300 15px/1.6 'Open Sans', sans-serif;
    color: #444;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-top: 3px;
}

.h01 {
    color: #333;
    font-weight: 400;
}

#tipue_search_foot {
    margin: 51px 0 21px 0;
}

#tipue_search_foot_boxes {
    padding: 0;
    margin: 0;
    font: 12px/1 'Open Sans', sans-serif;
}

#tipue_search_foot_boxes li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#tipue_search_foot_boxes li a {
    padding: 9px 15px 10px 15px;
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    color: #333;
    margin-right: 7px;
    text-decoration: none;
    text-align: center;
}

#tipue_search_foot_boxes li.current {
    padding: 9px 15px 10px 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    color: #333;
    margin-right: 7px;
    text-align: center;
}

#tipue_search_foot_boxes li a:hover {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.side-badge {
    max-height: 170px;
}

.no-lang {
    padding: 8px 10px 2px 10px;
    margin: 1px -3px;
    position: fixed;
    right: 0;
    z-index: 9;
}

.input-group-addon {
    text-shadow: 0 0 0;
}

.bottom-stat {
    margin-bottom: -80px;
}


#tech-specs {
    font-size: 16px;
}

.alert {
    text-shadow: 0 0 0;
}

.pdf-ico {
    margin: 24px;
}

#vc-features .panel img {
    margin: 10px;
}

#vc-features .panel {
    min-height: 280px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

#vc-features .panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

#vc-features .panel-body {
    padding: 20px 10px;
    text-align: center;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#vc-features .panel-body b {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    display: block;
    margin-bottom: 15px;
    line-height: 1.3;
}

#vc-features .panel-body p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0;
}

#vc-features .f-icon {
    margin: 20px 0;
    transition: transform 0.3s ease;
}

#vc-features .panel:hover .f-icon {
    transform: scale(1.1);
}

#vc-features .f-icon i {
    color: #337ab7;
    font-size: 48px !important;
    margin: 0;
}

#vc-features .panel-footer {
    background: transparent;
    border: none;
    padding: 15px 20px 25px;
    text-align: center;
    margin-top: auto;
}

#vc-features .panel-footer .btn {
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #337ab7;
    background: transparent;
    color: #337ab7;
}

#vc-features .panel-footer .btn:hover {
    background: #337ab7;
    color: #fff;
    transform: translateY(-2px);
}

/* Feature grid improvements */
#vc-features .vc-features {
    margin-top: 50px;
}

#vc-features .vc-features .col-md-3 {
    margin-bottom: 30px;
}

/* Rating section styling */
#vc-features .sratings {
    font-size: 16px;
    margin: 20px 0 40px;
    display: block;
}

#vc-features .sratings i {
    margin: 0 2px;
    font-size: 18px;
}

/* Section headers styling */
#vc-features h2.text-white {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

#vc-features h4.text-white {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

#vc-features .sratings {
    position: relative;
    z-index: 2;
}

/* Video container styling */
#vc-features .video-container {
    margin: 40px 0 60px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

#vc-features .video-container iframe {
    width: 100%;
    height: 315px;
    border: none;
}

/* Enhanced grid spacing */
#vc-features .row.text-center.vc-features {
    margin-top: 60px;
    margin-bottom: 40px;
}

/* Improved link styling in panels */
#vc-features .panel-body a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#vc-features .panel-body a:hover {
    color: #2e6da4;
    text-decoration: none;
}

/* Animation for feature cards */
#vc-features .panel {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

#vc-features .panel:nth-child(1) { animation-delay: 0.1s; }
#vc-features .panel:nth-child(2) { animation-delay: 0.2s; }
#vc-features .panel:nth-child(3) { animation-delay: 0.3s; }
#vc-features .panel:nth-child(4) { animation-delay: 0.4s; }
#vc-features .panel:nth-child(5) { animation-delay: 0.5s; }
#vc-features .panel:nth-child(6) { animation-delay: 0.6s; }
#vc-features .panel:nth-child(7) { animation-delay: 0.7s; }
#vc-features .panel:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Disable animations on mobile for performance */
@media (max-width: 767px) {
    #vc-features .panel {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

.online-school-features img {
    margin-top: -60px;
    margin-bottom: 20px;
}

.os-feature-2 img.img-responsive.text-center {
    max-height: 91px;
}

.typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Removed -webkit-keyframes and -moz-keyframes blink - using standard @keyframes instead */

#support-search > .input-group {
    width: 80%;
}


.issearch {
    width: 108%;
    height: 50px;
    font-size: 20px;
    padding-left: 15px;
}

.ssbtn {
    height: 50px;
}

.sparkley {
    margin: 0px 0px 0px -10px;
}

.firstsub {
    background: #fff;
    padding: 20px 0 1px 10%;
    margin: -4px 0 0px 0px;
}

ul.list-inline.text-left.submenu {
    padding: 5px 0 10px 0;
}

ul.list-inline.text-left.submenu li a {
    color: #989898;
    height: 20px;
    padding: 0px 10px;
}

ul.list-inline.text-left.submenu li a:hover {
    color: #337ab7;
}

.bluehighlight {
    margin: 19px 6px -7px 0;
    color: #337ab7;
}

.bluehighlight2 {
    margin: 0;
    background-color: #337ab7;
    text-align: center;
    padding: 20px;
}

.dropdown-menu > li > a, .dropdown-menu a {
    color: #444;
}

.nav.navbar-nav .dropdown-menu > li > a, .dropdown-menu a {
    font-weight: 800;
}

.dropdown-menu ul {
    list-style: none;
    margin: 2px -10px;
}

ul#included .popover {
    color: #444;
}

.pad-lft {
    padding-left: 10px;
}

.navbar-brand > img {
    display: block;

    max-width: 167px;
}

.thumbnail {
    box-shadow: 0 0 1.25rem 0 rgb(40 75 124 / 8%) !important;
    border-radius: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
}

#language-school a {
    color: #fff;
}

.vjs-poster {
    top: -1px !important;
}

.bicons img.img-responsive {
    margin: auto;
}

ul.subtable {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
    margin: 0;
    padding: 0;
}

/* entire container, keeps perspective */

div.flipf > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a {
    font-weight: bold;
}

.flip-container {
    perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}


/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.back {
    backface-visibility: hidden;
    perspective: 0;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    backface-visibility: hidden;
    perspective: 0;
    visibility: visible;
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    width: 100%;
}

.flipf .row {
    min-height: 360px;
}

.flipf .well {
    min-height: 305px;
    max-height: 240px;
}

.flipf .back {
    min-height: 305px;
}

.flipf .back img {
    max-height: 240px;
    margin: 10px auto;

}

.os-flip.flipper {
    width: 90%;
    margin: -5px auto;
}

.text-primary, a.text-primary:hover, a.text-primary:focus {
    color: #337ab7 !important;
}

/* svg map */
circle.pop {
    fill: #337ab7;
    stroke: #fff;
    stroke-width: 1;
    stroke-opacity: 0.5;
    r: 4;
}

circle.pop.fadein {
    fill: #337ab7;
    fill-opacity: 0.8;
    stroke: #fff;
    r: 6;
    -webkit-animation: fadeinout 3.5s linear forwards;
    animation: fadeinout 3.5s linear forwards;
}

@-webkit-keyframes fadeinout {
    0% {
        stroke-width: 1;
        stroke: #79BE37;
        stroke-opacity: 0.4;
    }
    50% {
        stroke-width: 20;
        stroke: #79BE37;
        stroke-opacity: 0.5;
    }
    100% {
        stroke-width: 1;
        stroke: #FFF;
        stroke-opacity: 0.4;
    }
}

@keyframes fadeinout {
    0% {
        stroke-width: 1;
        stroke: #79BE37;
        stroke-opacity: 0.4;
    }
    50% {
        stroke-width: 20;
        stroke: #79BE37;
        stroke-opacity: 0.5;
    }
    100% {
        stroke-width: 1;
        stroke: #FFF;
        stroke-opacity: 0.4;
    }
}



ul.ossetup li:last-child {
    padding-bottom: 10px;
}

.mar-lft {
    margin-left: 15px;
}

li.pad-lft {
    padding-left: 30px !important;
}

.bluewrap.text-white.blueprint {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 0px), /*grosse ligne verticale*/ linear-gradient(90deg, rgba(255, 255, 255, 0.1) 2px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 0.5px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 0.5px);
    background-size: 30px 30px, 30px 30px, 10px 10px, 10px 10px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    font-weight: 400;
}

#glance img.img-responsive.thumbnail {
    margin: 20px auto;
}

#glance .btn-xlg.btn-embossed {
    margin: 20px;
}

.new-att {
    background-color: #337ab7;
    text-align: center;
    padding: 10px 20px;
    font-weight: 400;
}

.f-icon {
    margin: 20px;
    color: #337ab7;
}

.f-icon .fa-stack.fa-3x {
    font-size: 40px;
    margin: -3px 0;
}


.hidden {
    opacity: 0;
}

/*
.fal:not(.fadein), .fab:not(.fadein) {
  opacity: 0;
}
*/

/*
.fal.fadein, .fab.fadein, div.fadein {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    opacity: 1;
}
*/

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Removed vendor-prefixed fadein animations - using standard @keyframes instead */

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

.label {
    display: inline-block;
    margin: 2px;
    padding: 5px;
}

span.label.label-warning {
    font-size: 15px;
}

footer .label {
    padding: 4px;
}

/* Responsive improvements for vc-features */
@media (max-width: 767px) {
    #vc-features {
        padding: 40px 0;
    }
    
    #vc-features .panel {
        min-height: auto;
        margin-bottom: 20px;
    }
    
    #vc-features .panel-body {
        padding: 25px 15px 15px;
    }
    
    #vc-features .panel-footer {
        padding: 10px 15px 20px;
    }
    
    #vc-features .f-icon i {
        font-size: 40px !important;
    }
    
    #vc-features .panel-body b {
        font-size: 16px;
    }
    
    #vc-features .vc-features .col-md-3 {
        margin-bottom: 20px;
    }
    
    #vc-features .video-container {
        margin: 30px 0 40px;
    }
    
    #vc-features .video-container iframe {
        height: 250px;
    }
    
    #vc-features h2.text-white {
        font-size: 28px;
    }
    
    #vc-features h4.text-white {
        font-size: 18px;
    }
}

/* Fixed heights at different breakpoints for consistent layout */
@media (min-width: 768px) and (max-width: 991px) {
    div#vc-features .col-md-3 .panel {
        height: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div#vc-features .col-md-3 .panel {
        height: 370px;
    }
}

@media (min-width: 1200px) {
    div#vc-features .col-md-3 .panel {
        height: 352px;
    }
}

/* Modern shimmering tag effect for click info text */
.shimmer {
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-weight: 500;
    
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(116, 185, 255, 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
}

.shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: tagShimmer 2.5s infinite;
    z-index: 1;
}

.shimmer::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    border-radius: 18px;
    z-index: -1;
}



@keyframes tagShimmer {
    0% {
        left: -100%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

/* Removed @-webkit-keyframes tagShimmer - using standard @keyframes instead */

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

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

#cd-product-tour a.btn.btn-warning.btn-xlg.btn-embossed.btn-block {
    width: 190px;
    text-align: center;
    margin: auto;
}

img.pwa-icon {
    width: 45px;
    float: left;
    margin: 3px 0 0 0;
}

span.pwa-text {
    margin: 1px 0 0 0;
}

button#pwa-android {
    width: 154px;
    margin: 12px 12px 12px 0;
}

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


i.fad {
    color: #337ab7;
}


i.fad.bullet {
    margin-right: 5px;
}

.fad.fa-star:after {
    content: "\10f005";
    opacity: 1;
}

/* Simple star rating styles without animation */
.sratings {
    position: relative;
    font-size: 2rem;
}

.fad.fa-star.text-warning,
.fa-star.text-warning,
.fa-star-half.text-warning {
    color: #ffc107;
}

/* Trusted By Section Styles */
.trusted-by-section {
    padding: 60px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}

.customer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.customer-logos img {
    max-height: 60px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.customer-logos img:hover {
    opacity: 1;
}

.stats-section {
    text-align: center;
    margin-top: 40px;
}

.stats-section h3 {
    margin-bottom: 15px;
}

.awards-section {
    text-align: center;
    margin-top: 30px;
}

.awards-section img {
    max-width: 100%;
    height: auto;
}

.rating-display {
    margin: 20px 0;
}

.world-map-container {
    margin: 30px 0;
}

.stats-title {
    font-size: 3.5rem;
    color: #333;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trusted-by-section {
        padding: 40px 0;
    }
    
    .customer-logos {
        gap: 20px;
    }
    
    .customer-logos img {
        max-height: 40px;
    }
}

.bg-orange i.fad {
    color: #fff;
    font-size: 70px;
}

button#modalClose {
    margin: 10px 20px 0 0;
}

.modal-dialog {
    width: 800px;
}

.mar-btm {
    margin-bottom: 5px;
}

.mar-top {
    margin-top: 20px;
}


#about hr {
    padding: 1px !important;
}

.hero-text h1 {
    font-size: 44px;
}

picture.img-hero-right {
    filter: drop-shadow(0px 0px 7px #fff);
}

section#content img {
    max-width: 100%;
}

/* Virtual Classroom Info Section Styles */
.virtual-classroom-info {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
}

.virtual-classroom-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e3f2fd' fill-opacity='0.3'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.5;
    pointer-events: none;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-title .title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-title .title-link:hover {
    color: #3498db;
    text-decoration: none;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    margin: 0 auto 25px;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 20px;
    color: #7f8c8d;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 300;
}

.classroom-preview {
    margin: 0;
    position: relative;
    z-index: 2;
}

.screenshot-container {
    position: relative;
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}


.classroom-screenshot {
    width: 100%;
    height: auto;
    display: block;
}

.screenshot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 152, 219, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.screenshot-container:hover .screenshot-overlay {
    opacity: 1;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #3498db;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.screenshot-container:hover .play-button {
    transform: scale(1);
}

.classroom-features {
    margin: 20px 0;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.features-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.features-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 50px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

/* 2 columns for tablets */
@media (min-width: 768px) and (max-width: 1023px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 800px;
    }
}

/* 3 columns optimized for desktop */
@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        max-width: 1300px;
    }
    
    /* Maintain centered layout for 3-column desktop */
    .feature-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Large screens - wider 3 columns */
@media (min-width: 1400px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 45px;
        max-width: 1500px;
    }
    
    .feature-item {
        padding: 40px 35px;
        min-height: 240px;
    }
    
    .feature-content h4 {
        font-size: 21px;
        margin-bottom: 14px;
    }
    
    .feature-content p {
        font-size: 16px;
    }
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(52, 152, 219, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 220px;
    height: 100%;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(52, 152, 219, 0.3);
}

.feature-item:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 18px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
}

.feature-item:hover .feature-icon::before {
    opacity: 1;
}

.feature-icon i {
    font-size: 28px;
    color: white;
    transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon i {
    transform: scale(1.1);
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.feature-item:hover .feature-content h4 {
    color: #3498db;
}

.feature-content p {
    font-size: 15px;
    color: #7f8c8d;
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.feature-item:hover .feature-content p {
    color: #5a6c7d;
}

/* Animation for feature items */
.feature-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.3s; }
.feature-item:nth-child(4) { animation-delay: 0.4s; }
.feature-item:nth-child(5) { animation-delay: 0.5s; }
.feature-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.classroom-cta {
    padding: 60px 40px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}



.classroom-cta h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.classroom-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.cta-buttons .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-buttons .btn-primary {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.cta-buttons .btn-primary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.cta-buttons .btn-warning {
    background: #f39c12;
    border: 2px solid #f39c12;
    color: white;
}

.cta-buttons .btn-warning:hover {
    background: #e67e22;
    border-color: #e67e22;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .virtual-classroom-info {
        padding: 60px 0;
    }
    
    .classroom-features {
        margin: 40px 0;
        padding: 0 15px;
    }
    
    .features-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .features-subtitle {
        font-size: 16px;
        margin-bottom: 35px;
        padding: 0 10px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 35px;
        max-width: 100%;
    }
    
    .feature-item {
        padding: 30px 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 16px;
        min-height: 180px;
    }
    
    .feature-item::before {
        height: 3px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 0 15px 0;
        border-radius: 12px;
    }
    
    .feature-icon i {
        font-size: 24px;
    }
    
    .feature-content h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .feature-content p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .classroom-cta {
        margin: 60px 20px 0;
        padding: 40px 20px;
    }
    
    .classroom-cta h3 {
        font-size: 24px;
    }
    
    .classroom-cta p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }
    
    .features-title {
        font-size: 26px;
    }
    
    .feature-item {
        padding: 20px 15px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
}

/* Enhanced cd-single-point styles for better interactivity */
.cd-single-point > a {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 0 0 1px rgba(0, 0, 0, 0.2),
        0 4px 12px rgba(232, 91, 38, 0.3) !important;
    transition: all 0.3s ease !important;
}

/* Animated border ring for idle state */
.cd-single-point::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
       #ffbb00 0deg,
        #ff8c00 90deg,
       #ffbb00 180deg,
        #ff8c00 270deg,
       #ffbb00 360deg
    );
    border: 1px solid #444;
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    animation: rotateBorder 3s linear infinite;
    z-index: 0;
    opacity: 0.95;
}

/* Enhanced idle border animation */
.cd-single-point:not(.is-open):not(.visited)::before {
    animation: idleBorderPulse 2s ease-in-out infinite;
}

@keyframes idleBorderPulse {
    0% { 
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    25% {
        opacity: 0.9;
    }
    50% { 
        transform: rotate(180deg) scale(1.1);
        opacity: 1;
    }
    75% {
        opacity: 0.9;
    }
    100% { 
        transform: rotate(360deg) scale(1);
        opacity: 0.6;
    }
}

.cd-single-point > a:hover {
    transform: scale(1.1);
    box-shadow: 
        0 0 25px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 8px 20px rgba(232, 91, 38, 0.4) !important;
}

.cd-single-point.is-open > a {
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 6px 16px rgba(51, 122, 183, 0.4) !important;
}

.cd-single-point.visited > a {
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 4px 12px rgba(71, 164, 71, 0.3) !important;
}

@keyframes rotateBorder {
    0% { 
        transform: rotate(0deg);
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% { 
        transform: rotate(360deg);
        opacity: 0.8;
    }
}

/* Add pulse effect for better attention */
.cd-single-point:not(.is-open):not(.visited) > a {
    animation: attentionPulse 2s infinite;
}

@keyframes attentionPulse {
    0% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            0 4px 12px rgba(232, 91, 38, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 
            0 0 20px rgba(0, 0, 0, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.4),
            0 6px 16px rgba(232, 91, 38, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgba(0, 0, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            0 4px 12px rgba(232, 91, 38, 0.3);
    }
}

/* Hide animated border when opened or visited */
.cd-single-point.is-open::before,
.cd-single-point.visited::before {
    display: none;
}

/* Ensure plus/X icon positioning is correct */
.cd-single-point > a {
    z-index: 2;
}

/* Reduce animation on mobile for performance */
@media (max-width: 768px) {
    .cd-single-point::before {
        animation-duration: 4s;
    }
    
    .cd-single-point:not(.is-open):not(.visited) > a {
        animation: none;
    }
    
    .cd-single-point:not(.is-open):not(.visited)::before {
        animation: rotateBorder 4s linear infinite;
    }
}

/* Next button styles for cd-more-info panels */
.cd-next-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(135deg,#ffbb00, #ff8c00);
    border: 1px solid #e67e22;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.cd-next-btn:hover {
    background: linear-gradient(135deg, #ff8c00, #e67e22);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.cd-next-btn i {
    margin-right: 4px;
    font-size: 11px;
}

/* Adjust cd-more-info positioning to accommodate next button */
.cd-more-info {
    position: relative;
    padding-bottom: 50px !important;
}

@media (max-width: 480px) {
    .cd-next-btn {
        bottom: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .cd-more-info {
        padding-bottom: 45px !important;
    }
}

/* ===== VIRTUAL CLASSROOM INTERACTIVE FEATURES - BELOW THE FOLD ===== */

.cd-points-container {
    opacity: 0;
    display: contents;
    animation: fadeInPoints 0.6s ease-out 2s forwards;
}

@keyframes fadeInPoints {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cd-single-point {
    display: block
}

/* Product layout and positioning */
.cd-product-mockup img {
    display: block;
    position: relative;
    outline: 1px solid transparent;
}

/* Interactive Points - Full functionality */
.cd-single-point {
    position: absolute;
    border-radius: 50%;
}

.cd-single-point > a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #e85b26;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    z-index: 2;
    transition: background-color 0.3s;
}

.cd-single-point > a::after, .cd-single-point > a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    transition: transform 0.3s;
}

.cd-single-point > a::after {
    height: 2px;
    width: 12px;
}

.cd-single-point > a::before {
    height: 12px;
    width: 2px;
}

/* Position interactive points */
.cd-single-point:nth-of-type(1) { bottom: 73%; right: 62%; }
.cd-single-point:nth-of-type(2) { top: 14%; right: 38%; }
.cd-single-point:nth-of-type(3) { top: 35%; left: 18%; }
.cd-single-point:nth-of-type(4) { top: 62%; left: 21%; }
.cd-single-point:nth-of-type(5) { top: 8%; left: 18%; }
.cd-single-point:nth-of-type(6) { top: 65%; right: 20%; }

/* Interactive point states */
.cd-single-point.is-open > a {
    background-color: #337ab7;
}

.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.cd-single-point.visited > a {
    background-color: #47a447;
}

/* Hide utility elements */
.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* Animations and transitions */
.cd-product-intro, .cd-product-intro-cor {
    transition: transform 0.6s, opacity 0.6s;
}

/* Interactive point pulse animation */
.cd-single-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    animation: cd-pulse 2s infinite;
}

.cd-single-point.is-open::after {
    display: none;
}

.cd-single-point.is-open .cd-more-info {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

.cd-single-point.visited::after {
    display: none;
}

/* Modal popup styles for cd-more-info */
.cd-single-point .cd-more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2em 1em 1em;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

.cd-single-point .cd-more-info::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent;
}

.cd-single-point .cd-more-info h2 {
    font-weight: bold;
    margin-bottom: .6em;
    font-size: 18px !important;
    color: #555 !important;
    padding: 5px 0 !important;
    margin-top: -10px;
}

.cd-single-point .cd-more-info p {
    color: #3d385a;
    font-size: 14px;
}

/* Desktop modal positioning */
@media only screen and (min-width: 480px) {
    .cd-single-point .cd-more-info {
        position: absolute;
        width: 390px;
        height: 250px;
        margin-top: 18px;
        padding: 1em;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
    }

    .cd-single-point .cd-more-info::before {
        display: block;
    }

    .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
        top: 104%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
        top: 36%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .cd-single-point .cd-more-info.cd-left {
        right: 160%;
        left: auto;
    }

    .cd-single-point .cd-more-info.cd-left::before {
        border-left-color: rgba(255, 255, 255, 0.95);
        left: 100%;
    }

    .cd-single-point .cd-more-info.cd-right {
        left: 160%;
    }

    .cd-single-point .cd-more-info.cd-right::before {
        border-right-color: rgba(255, 255, 255, 0.95);
        right: 100%;
    }

    .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .cd-single-point .cd-more-info.cd-top {
        bottom: 160%;
        top: auto;
    }

    .cd-single-point .cd-more-info.cd-top::before {
        border-top-color: rgba(255, 255, 255, 0.95);
        top: 100%;
    }

    .cd-single-point .cd-more-info.cd-bottom {
        top: 160%;
    }

    .cd-single-point .cd-more-info.cd-bottom::before {
        border-bottom-color: rgba(255, 255, 255, 0.95);
        bottom: 100%;
    }

    .cd-single-point .cd-more-info h2 {
        margin-bottom: 0;
    }

    /* Modal positioning adjustments for desktop */
    .cd-single-point.is-open .cd-more-info.cd-left {
        right: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-right {
        left: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-top {
        bottom: 140%;
    }
    .cd-single-point.is-open .cd-more-info.cd-bottom {
        top: 140%;
    }
}

/* Close button styles */
.cd-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}

.cd-close-info::after, .cd-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    background-color: #ea4a55;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition-property: transform 0.2s;
}

.cd-close-info::after {
    height: 2px;
    width: 16px;
}

.cd-close-info::before {
    height: 16px;
    width: 2px;
}

@media only screen and (min-width: 480px) {
    .cd-close-info {
        display: none;
    }
}

/* Keyframe animations */
@keyframes cd-pulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
    }
    100% {
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
    }
}

@keyframes cd-bounce {
    0% { transform: scale(0); }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Specific info panel heights and utilities */
.vidinfo {
    top: 43% !important;
    height: 115px !important;
    margin-left: 1px !important;
}

.texinfo {
    height: 115px !important;
}

.clainfo {
    height: 175px !important;
}

.docinfo {
    height: 130px !important;
}

.whiinfo {
    height: 243px !important;
}

.bullets {
    list-style: initial;
    margin-left: -19px;
    margin-top: -15px;
    color: #444;
    font-size: 14px;
}


ul.cd-points-container p {
    color: #555 !important;
}

.cd-more-info {
    text-shadow: none;
    z-index: 5;
    min-height: 190px;
}

/* Enhanced animations for larger screens */
@media only screen and (min-width: 860px) {
    .cd-single-point::after {
        animation: none;
    }

    .points-enlarged .cd-single-point {
        transform: scale(1);
        animation: cd-bounce 0.4s;
    }

    .points-pulsing .cd-single-point::after {
        animation: cd-pulse 2s infinite;
    }
}

/* Virtual Classroom Specific Styles */
