*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#212529;
    text-transform:initial;
    /* max-width:1920px; */
    margin:0 auto;
	overflow-x:hidden;
}

/* a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
} */
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: capitalize; */
}
p {
	margin: 0;
	color:#4e555a;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
    padding-left: 20px;
    list-style-position: outside;
}
ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
ol, ul, dl {
        padding: 0 40px !important;
}
ul li {
	list-style: initial;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.menu-item.active {
    background-color: #e9e7e359;
    border-left: 3px solid #3327ec;
}
.menu-item.active a{
    color: #3327ec;
    font-weight:bold;
}
.section-header h2{
    color: #505866;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 24px;
    line-height: 56px;
    font-size: 40px;
    font-weight: bold;
}
/* .section-header h2 span{text-transform: lowercase;} */
.section-header p {
    font-size: 18px;
    text-transform: uppercase;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: .0625rem solid #e9edf6;
    z-index: 999 ;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    /* padding: 34px 0px; */
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#3327ec;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #3327ec;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #3327ec;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;
    /* height: 350px; */
}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #3327ec;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #3327ec;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #3327ec;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background-position:center;
    background-size:cover;
    text-align: center;
    height:480px;
    z-index: 1;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}
.welcome-hero-txt { padding-top: 155px;}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #3327ec;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#3327ec;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 10px;}

.single-how-works{
    text-align: center;
    padding:30px 18px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
    font-weight: bold;
    text-align: left;
}
.single-how-works h2  {
    margin: 35px 0 20px;
    text-align: left;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {text-transform: initial;    margin-bottom: 25px; text-align: left;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#3327ec;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #4e555a;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #3327ec;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #3327ec;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    /* border: 1px solid #edeff1; */
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(162,172,177,.2); */
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 21px;
    background: #3327ec;
    border-radius: 3px;
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
}
.single-explore-img-info .btn-read{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 21px;
    background: #3327ec;
    border-radius: 3px;
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 10px 24px 10px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #4e555a;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/counter/counter-banner.jpg)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:127px 0 120px;
}
.statistics:before{
    position:absolute;
    content:'';
    background: rgba(75,75,75,.60);
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#fff;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#3327ec;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background-image: linear-gradient(to right, #ffeee51f 0%, #ffeee5 75%);
    padding:20px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
    margin-bottom: 30px;
}
.subscription-input-group-result .subscription-input-form{
    display: flex;
    align-items: center;
    padding-left:25px;
    padding-right:25px;
    font-size: 16px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group-result:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
input.send-search-btn {
    background: #3327ec;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.send-search-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #0d058f;
}
.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:45px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #3327ec;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #0d058f;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-top: 20px;
}
.footer-menu ul li.scroll {
    margin-bottom: 10px;
}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #3327ec;}
.footer-social a:hover {background:#3327ec;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#3327ec;
	border:1px solid #3327ec;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #3327ec;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
.btn_login,.btn_tg{
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 14px!important;
    color: #fff!important;
    background: #ff545a!important;
    text-transform: capitalize!important;
    margin-left: 30px!important;
    border-radius: 3px!important;
}
form.form_pf fieldset {
    margin-bottom: 10px;
}
fieldset.checkbox_box a {
    color: #337ab7;
    font-size: 14px;
}
fieldset.star::before {
    content: '*';
    display: block;
    position: absolute;
    width: 20px;
    text-align: left;
    height: 20px;
    overflow: hidden;
    font-size: 30px;
    left: -20px;
    top: 0px;
    height: 100%;
    color: #3327ec;
    z-index: 1;
}
fieldset {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
form.form_pf label {
    font-weight: normal;
}
.container .box{
    padding-top: 20px;
}
.fix {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0px;
    padding: 0px !important;
    display: block;
}
.btn_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #3327ec;
    text-transform: capitalize;
    border-radius: 3px;  
    padding: 8px 20px;
    border:unset;
    margin:10px 0px
}
.form_pf .form-control{
    box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, .15);
    background-color: #f4f5f7;
}
.error_box {
    position: relative;
    top: 7px;
    display: block;
    line-height: 1.2;
    color: #d95b06;
    font-style: italic;
    font-size: 12px;
    padding: 5px 10px;
    border-top: 1px solid #d95b06;
    background: #ffffff00;
}
.error_box::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 20px;
    width: 0px;
    height: 0px;
    border-left: 10px solid #ffffff00;
    border-right: 10px solid #ffffff00;
    border-bottom: 5px solid #d95b06;
}
.mash{display:block;z-index:9999999 !important;width:100%;height:100%;position:fixed !important;
	padding:0px !important;margin:0px !important;top:0px;left:0px;text-align:center;}
.mash.accent{font-size:14px;}
.mash:before{content:'';position:absolute;background:#000;top:0px;left:0px;opacity:0.7;
	display:block;width:100%;height:100%;}
.mash.accent:before{background:#3327ec8f;}
.mash > div{position:relative;display:inline-block;padding:20px;background:#fff !important;overflow:hidden;
	width:600px;height:400px;top:20%;}
.mash.accent > div{width:400px;height:auto;min-height:auto;padding:40px;text-align:left;background:#3327ec !important;color:#fff;}
.mash.accent h4{
    color: #fff;
}
.mash img{width:100%;}
.mash.exit{display:none;}
.close {
    position: absolute;
    right: 20px;
    top: 0px;
    border-radius: 0px 0px 50% 50%;
    background: #e8e8e8;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: unset !important
}
.block_box {
    width: 900px;
    margin-left: -450px;
    padding: 80px 80px 80px 480px !important;
}
.block_box {
    display: block;
    z-index: 9999999 !important;
    width: 500px;
    color: #000 !important;
    position: relative !important;
    text-align: center;
    padding: 0px !important;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #192051;
    background: #fff;
}
.block_box {
    border: none;
    -webkit-box-shadow: 0 0 10px 0px var(--Bg);
    -moz-box-shadow: 0 0 10px 0px var(--Bg);
    box-shadow: 0 0 10px 0px var(--Bg);
}
.containerLoginBox {
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* background: linear-gradient(90deg, rgb(188 184 255 / 18%) 0%, rgba(255, 255, 255, 1) 50%, rgb(51 39 236 / 10%) 100%); */
    flex-direction: column;
    gap: 20px;
}
.contentBoxL{
    width: 960px;
    background: #fff;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 80px 80px 80px;
    box-shadow: 0 0 10px 0px #cac6ea;
}
.containerLoginImage,#login_box{
    width: 350px;
}
#login_box fieldset label {
    display: none !important;
}
#login_box input, #login_box select, #login_box textarea {
    /* width: 100%; */
    padding: 0px 10px;
    font-size: 15px;
    line-height: 38px;
    height: 40px;
    margin: 0px;
    position: relative;
    border: 1px solid #C6C6C7;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #3327ec;
}
#login_box .checkbox_box input[type=checkbox], #login_box .checkbox_box input[type=radio] {
    position: absolute;
    left: 0px;
    width: 20px !important;
    height: 20px;
}

#login_box .checkbox_box {
    position: relative;
    padding: 5px 0px 5px 26px;
}

#login_box fieldset.submit_box {
    margin-top: 20px;
}
#login_box  #submit_login{
    background-color: #3327ed;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;  
}
form .icon.right {
    right: 0;
    border: none;
}
#form_update .icon{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    position: absolute;
    z-index: 9;
    top: 28px;
    color: #8e8e8e;
    margin-left: 10px;
}
form .icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 58px;
    padding: 0px;
    position: absolute !important;
    z-index: 9;
    font-size: 22px;
    top: 20px;
}
.btn_view_all{
    border: 1px solid #CDCCC8;
    padding-block: 0px;
    line-height: 1.5rem;
    letter-spacing: 0px;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: bold;
    color: #343a3f;
    text-decoration: unset;
}
.single-explore-item:hover .single-explore-txt {
    padding-left: 10px;
    padding-right: 10px;
}
.library-section-container{
    margin-top: 50px;
        margin-bottom: 50px;
    text-align: center;
}
img.etEqgd {
    width: 260px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: rgba(102, 54, 27, 0.1) 0px 2px 7px 0px;
}


.fdzrTG {
    text-align: center;
    width: 100%;
    margin: 20px 0px 24px;
    padding: 0px;
}
.kfztic {
    margin: 0px 0px 20px;
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    color: var(--text-primary, #000000);
    font-weight: bold;
}
.cppaRZ {
    width: 100vw;
}
.dTKWmw {
    white-space: nowrap;
    letter-spacing: 0.1px;
    line-height: 34px;
    color: var(--text-primary, #000000);
    pointer-events: auto;
    padding-right: 4px;
    padding-left: 4px;
    text-decoration: underline;
}
.dwJXON {
    font-size: 0.938rem;
    line-height: 1.5rem;
    letter-spacing: 0.016rem;
    font-weight: 500;
    color: var(--text-tertiary, #666565);
    margin: 10px 0px 5px;
}
.jSrKGk {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 280px;
    margin: 24px auto 48px;
}
.jOXllU {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: var(--text-primary, #000000);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 244px;
    margin-right: 0px;
    filter: none;
}
.isQxhQ a {
    text-decoration: none;
    min-height: 44px;
    width: -webkit-fill-available;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.isQxhQ a > div:first-of-type {
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: 0px;
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    width: -webkit-fill-available;
    height: 44px;
    padding: 0px 20px;
    border-radius: 6px;
    color: var(--text-inverted, #FFFFFF);
    background-color: var(--primary500, #3327EC);
    cursor: pointer;
    pointer-events: auto;
}

@media (min-width: 48em) {
    .fdzrTG {
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    .kfztic {
        font-size:25px;
        line-height: 3rem;
        letter-spacing: 0.025rem;
    }
    .cppaRZ {
        padding-bottom: 40px;
    }
    .dTKWmw {
        line-height: 20px;
    }
    .dwJXON {
        font-size: 16px;
        line-height: 1.625rem;
        letter-spacing: 0.016rem;
    }
    .jSrKGk {
        flex-flow: wrap;
        -webkit-box-pack: unset;
        justify-content: unset;
        margin: 24px 0px 48px;
        width: auto;
    }
    .jOXllU {
        font-size: 0.75rem;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .isQxhQ a > div:first-of-type {
        font-size: 16px;
        line-height: 1.6875rem;
        letter-spacing: normal;
    }
}
@media (min-width: 64em) {
    .kfztic {
        font-size:25px;
        line-height: 3rem;
        letter-spacing: 0.025rem;
    }
    .dwJXON {
        font-size: 16px;
        line-height: 1.625rem;
        letter-spacing: 0.016rem;
    }
    .dwJXON {
        margin: 10px 0px;
    }
    .jOXllU {
        font-size: 0.75rem;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .isQxhQ a > div:first-of-type {
        font-size: 16px;
        line-height: 1.6875rem;
        letter-spacing: normal;
    }
}
#product_option.fixed{top:auto !important;bottom:0px;border-top:2px solid #3327ec;background:#fff;} 
#product_option.fixed:before{content:'';z-index:99;display:block;position:absolute;top:2px;left:0px;width:100%;
	height:1px;background:#3327ec;}
#product_option.fixed .box{padding:0px 30px;min-height:auto;}
#product_option.fixed .box *{position:relative;}
#product_option.fixed .box div.paging{padding-top:10px;padding-bottom:10px;}
#product_option .box{padding:0px;} 
/* #product_option.fixed .box{padding:0px 10px;} */
.fixed { position: fixed !important;width: 100%;top: 0px;z-index: 999999 !important;left: 0px;}
div.paging{display:block;clear:both;padding:30px 0px;vertical-align:top;line-height:26px;color:#3327ec;text-align:center;}
div.paging *{color:#3327ec;vertical-align:top;}
.paging span.paging_info{display:block;float:right;padding:0px 10px;margin-left:10px;background:#3327ec;border-radius:4px;
line-height:36px !important;height:36px !important;color:#fff;}
.paging form{display:inline-block;padding:2px 0px 2px 5px;width:70px;line-height:36px !important;height:36px !important;}
.paging form input{padding:0px 2px;line-height:30px !important;height:32px !important;text-align:center;
	border:1px solid #d4d8dd;border-radius:4px;max-width:70px;}
.paging span{position:relative;display:inline-grid;text-align:center;line-height:34px !important;height:34px !important;overflow:hidden;}
.paging span .icon{float:none !important;font-size:20px !important;width:inherit !important;}
.paging strong{background:#fff;margin:0px 2px 2px 0px;display:inline-block;width:36px;height:36px;
	line-height:34px;text-align:center;border:1px solid #d4d8dd;border-radius:4px;}
.paging a,a.paging{background:#d4d8dd;border:1px solid #d4d8dd;display:inline-block;padding:0px;margin:0px 2px 2px 0px;width:36px;
	height:36px;border-radius:4px;line-height:34px;text-align:center;color:#3327ec !important;}
.paging a:hover,a.paging:hover{background:#e5e7ea;}
.paging a.prev,.paging a.first{float:left;}
.paging a.next,.paging a.last{float:right;}
.paging a.inactiv{pointer-events:none;cursor:default;color:#fff !important;}
.paging a.inactiv *{color:#fff !important;}
.paging span {position: relative;display: inline-grid;text-align: center;line-height: 34px !important;height: 34px !important;overflow: hidden;align-items: center;}
a .icon { float: left;font-size: 16px;line-height: inherit;height: inherit;}

.left_box{width:30%;float:left;}
.left_box.slider{position:fixed;display:block !important;left:0px;top:0px;width:300px;height:100%;background:#eceaeb;border-right:4px solid #3327ec;
	overflow:visible;z-index:9999999;}
.left_box.slider.closed{left:-300px;}
.left_box.slider.opened{left:0px;}
.left_box.slider *{position:relative;}
.left_box.slider .slider_content{height:100%;width:100%;padding-top:350px;}
.left_box.slider a.slider_button{position:absolute;width:100px;z-index:99999;right:-100px;top:50%;
	transform:rotate(-90deg);transform-origin:left top 0;}
.left_box.slider a.slider_button.spete_button{margin-top:110px;}
.left_box.slider a.slider_button span{white-space:nowrap;display:block;line-height:30px;height:34px;width:100px;background:#e4e2e3;
	padding:0px 20px;text-transform:uppercase;border-radius:0px 0px 4px 4px;text-align:center;font-weight:bolder;cursor:pointer;
	border-top:4px solid #3327ec;}
.left_box.slider a.slider_toogle{display:none;position:absolute;width:100px;z-index:99999;top:0px;right:20px;}
.left_box.slider a.slider_toogle span{white-space:nowrap;display:block;line-height:30px;height:34px;width:100px;cursor:pointer;
	background:#e4e2e3;padding:0px 20px;text-transform:uppercase;border-radius:0px 0px 4px 4px;text-align:center;
	font-weight:bolder;border-top:4px solid #3327ec;}
.left_box.slider .slider_image{position:absolute;display:block;top:0px;left:0px;z-index:999;width:100%;height:300px;
	padding:20px;background:#fff;text-align:left;}
.left_box.slider .slider_image img{max-width:100% !important;height:auto !important;max-height:250px;}

.left_box.slider .slider_content.video{padding-top:190px;}
.left_box.slider .slider_content.video .slider_image{height:190px;}
.left_box.slider .slider_text{padding:30px 20px;overflow-y:scroll;height:100%;}
.left_box .left_header{background:#d9d6d8;color:#000;text-transform:uppercase;padding:20px;font-size:16px;
	border-radius:7px;font-weight:bold;margin-right:20px;}
.left_box.slider .slider_search{position:absolute;top:-50px;left:0px;width:100%;height:50px;background:#fff;}
.left_box.slider .slider_tab{position:absolute;top:-50px;left:0px;width:100%;height:50px;}
.left_box.slider .slider_tab_title{line-height:50px;padding:0px 10px;font-size:16px;font-weight:bold;}
.left_box.slider form{padding:5px 80px 5px 5px;height:50px;min-height:50px;}
.left_box.slider fieldset{overflow:hidden;padding:0px;margin:0px;}
.left_box.slider label{display:none;}
.left_box.slider .icon{color:#3327ec;}
.left_box.slider input{background:#fff;border:1px solid #3327ec !important;color:#3327ec;width:100% !important;}
.left_box.slider input[type=submit]{background:#3327ec !important;padding:0px 5px !important;width:100% !important;color:#fff !important;text-align:center;}
.left_box.slider fieldset.submit_box{position:absolute;right:5px;top:5px;width:70px !important;}
#index_slider_box,#spete_slider_box{height:100%;}
#spete_slider_box{display:none;}
.tabs_head{margin:0px;padding:0px;display:table;}
.tabs_head li{display:table-cell;padding:0px 4px 0px 0px;text-align:center;vertical-align:top;}
.tabs_head li a{position:relative;height:40px;display:block;width:100%;margin:0px;border-radius:4px 4px 0px 0px;background:#8678ab;}
.tabs_head li a > span{display:block;line-height:38px;border-radius:4px;height:38px;padding:0px 10px;white-space:nowrap;
	font-size:14px;color:#fff;font-weight:normal;text-transform:uppercase;}
	.tabs_head li a span .noMinim{display:inline-block;}
.tabs_head li a:hover span,.tabs_head li a.active span{background:#3327ec;color:#fff;
	text-decoration:none;border-radius:0px;}
.tabs_head li a.active{background:#efeeef;}
.tabs_head li a.active span{line-height:42px;height:42px;}
.tabs_head li a.active span.noMinim{display:inline-block !important;padding:0px;}
.tabs_head li a .icon{padding:0px;font-size:26px;float:left;width:34px;text-align:left;}
.tabs_body{display:block;clear:both;}
.tabs_body .tab{display:none;padding:0px;clear:both;}
.tabs_body .tab,.tabs_body .tab *{font-family:'Poppins',sans-serif !important;}
.tabs_body .tab .material-icons{font-family: 'Material Icons' !important;}
.tabs_body .tab.active{display:block;}
.tabs_body .tab > label{display:none;font-size:18px;position:absolute;margin-top:-30px;color:#3327ec;
    left:60px;text-transform:uppercase;}
.product_index a {
    position: relative;
    display: block;
    line-height: 1.6;
    padding: 5px 0px;
    border-bottom: 1px solid #d9d6d8;
}
.product_content {
    position: relative;
    border: 2px solid #efeeef;
    padding: 20px 20px 20px;
}
.product_content_header {
    position: absolute;
    background: #efeeef;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 5px 30px;
    text-align: right;
}
/* .product_content_header a {
    position: relative;
    display: inline-block;
    padding: 0px 2px;
    margin: 0px 10px;
    line-height: 28px;
    height: 28px;
    background: #7b83af;
    color: #fff;
}
.product_content_header a::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-right: 10px solid #7b83af;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.product_content_header a::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 10px solid #7b83af;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.product_content_header a .icon {
    border-right: 1px solid #efeeef;
    margin-right: 5px;
    width: 22px;
    text-align: left;
} */
#show_tabs {
    position: relative;
    z-index: 999999;
    display: block;
    width: 50px;
    height: 40px;
    text-align: center;
    background: #3327ec;
    color: #efeeef !important;
    border-radius: 4px 4px 0px 0px;
}
#show_tabs .icon {
    font-size: 30px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    float: none;
}
.print_box, .onlyMinim, .onlyMobile, .onlyTablet, .noDesktop, .noMaxim {
    display: none;
}
.navbar-nav>li.onlyMobile{
    display: none;
}
.container-category{
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;    background-color: #fbfbfb; padding:40px 0px;
}
#page_title {
    padding-bottom: 30px;
    position: relative;
}
#page_title a#show_info {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
}
#page_title h1.page_title {
    margin-bottom: 10px;
    border-color: #7b83af;
    font-weight: 900;
    padding-right: 60px;
}

h1.page_title {
    color: #203097;
    text-transform: none;
    border-bottom: 2px solid #203097;
}

.three-design {
    margin-bottom: 25px;
}
.three-design h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.three-design h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.three-design h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}

.section-btn {
    background: #3327ec;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
padding: 5px 10px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
}
.section-btn:hover {
    transform: translateY(-5px);
}

.btn-default:hover {
    color: #ffffff;
    background-color: #3327ec;
    border-color: #adadad;
}
.print_box.watermark{position:fixed;top:45%;left:50px;transform:rotate(-45deg);transform-origin:50% 50%;opacity:.2;
	font-weight:bold;font-size:60px !important;color:#efefef !important;width:480px;text-align:center;border:none;margin:0px;padding:0px;}
@media print {
  .noprint {
    display: none !important;
  }
}

popup{display:block;z-index:9999999 !important;width:400px;color:#000 !important;position:fixed !important;text-align:center;
	padding:30px 20px !important;top:20%;left:50%;margin-left:-200px;}
.popup.accent{color:#000 !important;}
.popup.double{width:800px;margin-left:-400px;top:10%;}
.popup.big{width:100%;height:100%;left:0px;margin:0px;top:0px;}
.popup:before{content:'';position:absolute;background:#C6C6C7;top:0px;left:0px;opacity:0.7;display:block;width:100%;height:100%;}
.popup.accent:before{background:#ffe500;}
.popup > div{    width: 80%;
    max-width: 600px;
    margin: 15% auto;
    padding: 35px 20px;
    border: 1px solid #888;
    border-radius: 6px;
    position: relative;
}
.popup.big > div{width:1200px;top:5%;position:relative;margin:0px auto;}
.popup.big h1{font-size:26px;margin:15px 0px;line-height:1.1;}
.popup h3.popup_title{padding-bottom:10px;margin:0px;}
.popup .popup_title.small{margin:10px 0px;text-transform:none;line-height:1.2;font-size:26px;}
.popup .important{color:#22529b !important;}
.popup img{max-width:100%;max-height:300px;}
.popup.big .product_content{position:relative;padding:30px;height:80%;overflow-y:scroll;}
.popup .left_box{padding-right:20px;height:80%;overflow-y:scroll;}
.popup .product_optionbox,.left_box .product_optionbox{text-align:left !important;}
.popup .product_optionbox a,.left_box .product_optionbox a{padding:0px 10px 0px 0px !important;margin-bottom:5px;display:block;overflow:hidden;color:#fff !important;
	background:#8b92b9;border-radius:4px;line-height:36px;}
.popup .product_optionbox a .icon,.left_box .product_optionbox a .icon{background:#6b74a5;line-height:36px;height:36px;float:left;margin-right:10px;
	width:38px;border-right:2px solid #fff;}
.popup .product_optionbox a:hover,.left_box .product_optionbox a:hover{background:#6b74a5;color:#fff !important;}
.popup .product_optionbox a:hover *,.left_box .product_optionbox a:hover *{color:#fff !important;}
.popup .product_optionbox a:hover .icon,.left_box .product_optionbox a:hover .icon{background:#545c8a;}

.popup .popup_options{text-align:left !important;}
.popup .popup_options.right{text-align:right !important;border-top:2px solid #8b92b9;padding-top:5px;}
.popup .popup_options a{padding:0px 5px !important;margin:2px;display:inline-block;overflow:hidden;color:#fff !important;
	background:#8b92b9;line-height:26px;}
.popup .popup_options.right a{padding:0px 10px !important;line-height:32px;margin:0px;}
.popup .popup_options a:hover{background:#6b74a5;color:#fff !important;}
.popup .popup_options a:hover *{color:#fff !important;}

.nota{display:block;padding:5px 0px;border-top:2px solid #efeeef;}
.nota:first-child{border:none;}
.nota strong{display:block;}
.WordSection3 h2 {
    margin-bottom: 15px;
}
#pagina200 {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
}
#pagina200 {
    position: relative;
}
#pagina200 h1{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.5;
    font-size: 2.5rem;
    color: #003a66;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
#print_content h2{
    margin-bottom: 15px;
}

.page_title_h2{
    margin-bottom: 20px;
    border-color: #7b83af;
    font-weight: 900;
    padding-right: 60px;
    color: #203097;
    font-size: 20px;
    text-transform: none;
    border-bottom: 2px solid #203097;
}

.popup{
    display:block;
    z-index:99999999 !important;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.popup.accent{color:#000 !important;}
.popup.double{width:800px;margin-left:-400px;top:10%;}
.popup.big{width:100%;height:100%;left:0px;margin:0px;top:0px;}
.popup:before{content:'';position:absolute;background:#C6C6C7;top:0px;left:0px;opacity:0.7;display:block;width:100%;height:100%;}
.popup.accent:before{background:#ffe500;}
.popup.big > div{width:1200px;top:5%;position:relative;margin:0px auto;}
.popup.big h1{font-size:26px;margin:15px 0px;line-height:1.1;}
.popup h3.popup_title{padding-bottom:10px;margin:0px;}
.popup .popup_title.small{margin:10px 0px;text-transform:none;line-height:1.2;font-size:26px;}
.popup .important{color:#22529b !important;}
.popup img{max-width:100%;max-height:300px;}
.popup.big .product_content{position:relative;padding:30px;height:80%;overflow-y:scroll;}
.popup .left_box{padding-right:20px;height:80%;overflow-y:scroll;}
.popup .product_optionbox,.left_box .product_optionbox{text-align:left !important;}
.popup .product_optionbox a,.left_box .product_optionbox a{padding:0px 10px 0px 0px !important;margin-bottom:5px;display:block;overflow:hidden;color:#fff !important;
	background:#8b92b9;border-radius:4px;line-height:36px;}
.popup .product_optionbox a .icon,.left_box .product_optionbox a .icon{background:#6b74a5;line-height:36px;height:36px;float:left;margin-right:10px;
	width:38px;border-right:2px solid #fff;}
.popup .product_optionbox a:hover,.left_box .product_optionbox a:hover{background:#6b74a5;color:#fff !important;}
.popup .product_optionbox a:hover *,.left_box .product_optionbox a:hover *{color:#fff !important;}
.popup .product_optionbox a:hover .icon,.left_box .product_optionbox a:hover .icon{background:#545c8a;}

.popup .popup_options{text-align:left !important;}
.popup .popup_options.right{text-align:right !important;border-top:2px solid #8b92b9;padding-top:5px;}
.popup .popup_options a{padding:0px 5px !important;margin:2px;display:inline-block;overflow:hidden;color:#fff !important;
	background:#8b92b9;line-height:26px;}
.popup .popup_options.right a{padding:0px 10px !important;line-height:32px;margin:0px;}
.popup .popup_options a:hover{background:#6b74a5;color:#fff !important;}
.popup .popup_options a:hover *{color:#fff !important;}

.nota{display:block;padding:5px 0px;border-top:2px solid #efeeef;}
.nota:first-child{border:none;}
.nota strong{display:block;}
#formular_nota{padding:10px 0px;}
#formular_nota input[type=text],#formular_nota textarea{font-style:italic;    border-radius: 6px;}

.popup > div{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}
#formular_nota{padding:10px 0px;}
#formular_nota textarea{
    font-style:italic;
    width:100%;
    border: 1px solid #C6C6C7;
    font-weight: normal;
    color: #192677;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 38px;
}
#formular_nota input[type=text]{
    font-style: italic;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    margin: 0px;
    position: relative;
    border: 1px solid #C6C6C7;
    font-weight: normal;
    color: #192677;
    border-radius: 6px;
}
/* List pagina informatii examen */
ol.list-exam {
  list-style: none;
  counter-reset: list;
  /* padding: 0 1rem; */
  --length: 5;
      padding-left: 0px;
}
li.list-item-exam {
  position: relative;
  counter-increment: list;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;
}
/* CULORI FIXE */
.item-color-0 {
    --c1: #495057; /* gri închis neutru */
    --c2: #6c757d; /* gri mediu */
}
.item-color-1 {
    --c1: #E63946;
    --c2: #f34755;
}
.item-color-2 {
    --c1: #F77F00;
    --c2: #fea23f;
}
.item-color-3 {
    --c1: #FDCB6E;
    --c2: #fcd386;
}
.item-color-4 {
    --c1: #6BCB77; 
    --c2: #7ddf8a; 
}
.item-color-5 {
    --c1: #2D6A4F;
    --c2: #48a079;
}
li.list-item-exam::before {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1), var(--c2));
}
h3.list-subtitle::before {
  background-color: var(--c1);
}
h3.list-subtitle::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}
@media (min-width: 40em) {
	li.list-item-exam {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}
	
	h3.list-subtitle {
		font-size: 2.25rem;
		margin: 0 0 2rem;
	}
	
	h3.list-subtitle::before {
		margin-right: 1.5rem;
	}
}
.list-item-exam2{
  counter-increment: list;
}
fieldset.rating {
    margin-bottom: 15px;
}

.main_form textarea {
    width: 100% !important;
    height: 200px!important;
    line-height: 1.6!important;
    padding: 10px!important;
}
.review h4{
    font-size: 18px!important;
    line-height: 1.4!important;
    font-weight: bold!important;
    margin-bottom: 10px!important;
}
fieldset label {
    display: block!important;
    color: #000!important;
    text-align: left !important;
}
.form_footer {
    font-size: 15px!important;
}

fieldset label{display:block;color:#000;}
fieldset label.show{display:block !important;float:left !important;font-size:13px !important;line-height:40px !important;padding-right:20px;}
fieldset label.show .icon{position:relative;float:left;margin-right:10px;}
fieldset.rating span{display:inline-block;line-height:40px;vertical-align:top;padding-left:20px;font-weight:bold;color:#203097;font-style:italic;}
form .icon{display:block;width:40px;height:40px;text-align:center;line-height:40px;padding:0px;
	position:absolute !important;z-index:9;font-size:22px;}
form .icon .material-icons{line-height:34px;font-size:inherit;}
form .icon + input,form .icon + select{padding-left:45px;}
.error {
    display: block;
    line-height: 1.2;
    color: #ad4804;
    border: 1px solid #ad4804;
    padding: 5px;
    margin: 10px 0px;
}
.review{display:block;clear:both;padding:20px;margin-bottom:10px; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);-moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);}
.review p{margin:0px;color:#203097;}
.review.form{box-shadow:none !important;padding:0px;}
.review.form .col32{padding:20px 30px 20px 0px;}
.review .review_info{padding-bottom:10px;}
.review .review_info,.review .review_info *{line-height:24px;}
.review .review_info img{height:20px !important;float:left;margin-right:10px;}
#example_rating,#example_rating *{line-height:20px;vertical-align:top;}

.add-favorite a::before{
    content: unset;
}
.add-favorite a::after{
    content: unset;
}
.add-favorite a{
    padding: unset;
    margin: unset;
}
.add-favorite a .icon{
    border-right: unset;
    width: unset;
    margin-right: unset;
}

.add-favorite a i.material-icons{
    margin-right: unset !important;
}
.mt-4{
    margin-top: 40px;
}
/* .mb-4{
    margin-top: 40px;
} */
.mt-3{
    margin-top: 30px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-1{
    margin-bottom: 10px;
}
@media (min-width: 48em) {
    .hUSg {
        font-size: 0.875rem;
        line-height: 1.25rem;
        letter-spacing: 0px;
    }
}
.hUSg {
    display: flex;
    padding: 15px 20px;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    transition: transform 1s ease-in-out;
    transform: translateX(0px);
    font-size: 1.3rem;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: var(--text-primary, #000000);
    border: 1px solid var(--surface04, #CDCCC8);
}
.glsgFT {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    gap: 16px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
        justify-content: center;
}
.dTVEVe {
    display: inline-block;
}
button.hUSg.ajax-button.active {
    border: 1px solid #3327ec;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.lkUTcT{
    font-size: 18px;
}


.img-container {
  height: 220px;          
  overflow: hidden;
  display: flex;
  justify-content: center;  
  align-items: center;      
}


.card-body {
  /* min-height: 160px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  padding: 15px 20px;
}
.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card.h-100.shadow-sm {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
}
.card-img-top{
	max-height: 180px;
}
.card-img-top img{
	height: 100%;
	width: auto;
	margin: auto
}
.card-title {
  margin-bottom: 6px; 
}

.card-text {
  margin-bottom: 10px;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.row.equal-cols {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; 
}

.row.equal-cols > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
    flex: 1;
    display: flex;
    flex-direction: column;
        margin-bottom: 20px;
}
.card .btn-hover {
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.3s ease;
  position: absolute;    
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.card {
  position: relative; 
  overflow: hidden;  
  transition: background-color 0.3s ease;
}

.btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

/* .max-witdh-160{
        max-width: 160px;
} */
.mb-20{
        margin-bottom: 20px;
}

.breadcrumbs {
    position: relative;
    display: inline-block;
    padding: 0px 2px 0px 10px;
    margin-right: 4px;
    line-height: 22px;
    background: #696969c7;
    color: #fff;
    margin-bottom: 4px;
}

.breadcrumbs::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 7px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.breadcrumbs::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 7px solid #696969c7;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.library-wrapper {
  display: flex;
  gap: 20px;
}

.sidebar {
  /* min-width: 300px; */
  background: #f7f7f7;
  border-radius: 6px;
  padding: 15px;
  height: fit-content;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.sidebar h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.chapter-list {
  list-style: none;
  padding-left: 0;
}

.chapter-list li {
  margin-bottom: 10px;
      list-style: none;
}

.chapter-list a {
  color: #4e555a;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 10px;
  display: block;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.chapter-list a.active,
.chapter-list a:hover {
  background-color: #3327ec;
  color: white;
}

.chapter-content {
  flex-grow: 1;
  background: white;
}

.chapter-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.chapter-navigation button {
  background: #3327ec;
  border: none;
  padding: 8px 16px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.chapter-navigation button:disabled {
  background: #aaa;
  cursor: not-allowed;
}

input#submit_nota {
    padding: 5px 10px;
    background: #3327ec;
    color: #fff;
    border: unset;
        border-radius: 6px;
}
.img-preg{
    max-width: 200px;
    /* float: right;
    margin-left: 25px; */
}
.content-img {
    float: right;
    margin-left: 30px;
    text-align: center;
}
.ribbon-soon{
    color: white;
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) auto auto calc(-1 * var(--f));
    padding: 5px 20px 5px calc(10px + var(--r));
    clip-path: polygon(100% 0%, calc(100% - 0.75rem) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: linear-gradient(135deg, #ff4d4d, #ff9999);
     animation: float 3s ease-in-out infinite;
         z-index: 99;
}
   @keyframes float {
      0%, 100% {
        transform:  translateY(0px);
      }
      50% {
        transform:  translateY(-5px);
      }
    }


.band-top{
    width: 300px;
    text-align: center;
    background: linear-gradient(135deg, #ff4d4d, #ff9999);
    color: white;
    font-weight: bold;
     clip-path: polygon(
        0 0,
        0.75rem 50%,
        0 100%,
        100% 100%,
        calc(100% - 0.75rem) 50%,
        100% 0
      );    font-size: 16px;
    padding: 12px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); animation: float 3s ease-in-out infinite;
    z-index: 999;
}

.min-height-200 {
    min-height: 200px;
}
.product_image {
    width: 180px;
    height: 180px;
}
.product_image .imgS {
    width: auto;
    height: 100%;
}
.boder-bottom {
    border-top: 1px solid #e4e5e6 !important;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center;
}

.image-wrapper {
  position: relative;
  display: inline-block; /* sau block dacă vrei să ocupe tot spațiul */
}

.image-wrapper img {
  display: block;
  width: 100%; 
  height: auto;
}

.image-wrapper .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004a; 
  opacity: 0.4;
  pointer-events: none; 
}
.section-library {
    padding: 20px 0;
}
.section-grey{
  padding: 50px 0;
  background: linear-gradient(rgb(249, 248, 246) 0%, rgb(255, 255, 255) 100%);
}
.breadcrumbs-active{
    background: #3327ec;
    text-decoration: unset;
}
.breadcrumbs-active::after{
   border-left: 7px solid #3327ec; 
}
.img-product-single{
    max-width: 200px;
    height: auto;
    margin: auto;
}
h3.block_title {
    font-size: 20px !important;
    color: #192051;
    padding-bottom: 25px;
    margin: 0px;
}
span.replace {
    display: inline-block;
    background: #ffe57a;
}
.subscription-input-form-search{
    height: 60px;
    width: 100%;
    padding-left: 45px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0px 10px rgba(21, 19, 19, .1);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.icon-categ-search{
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
}
.mt-2{
    margin-top: 20px;
}
.mt-1{
    margin-top: 10px;
}
.mt-3{
    margin-top: 30px;
}
.width-100{
    width: 100%;
}


.back-link {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f0f0f0;
  color: #333;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;

  transition: all 0.3s ease;
  animation: bouncen 1.5s infinite;
}

.back-link:hover {
  background-color: #e0e0e0;
  color: #000;
  transform: scale(1.05);
}

.white-color{
       background-color: #fff; 
}

/* ===============start PRICING TABLE===============*/


.pricing_1 .responsive-cell-block {
  min-height: 75px;
}

.pricing_1 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.pricing_1 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}


.pricing_1 .responsive-container-block.container {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.pricing_1 .text-blk.head {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
}

.pricing_1 input {
  z-index: 5;
  height: 1.8rem;
  opacity: 0;
  width: 6rem;
  position: absolute;
  cursor: pointer;
  margin-left: -1.5rem;
}

.pricing_1 .switch {
  position: relative;
  display: inline-flex;
  width: 51px;
  height: 24px;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.pricing_1 .switch-text {
  display: flex;
  align-items: center;
}

.pricing_1 .slider {
  z-index: 0;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: black;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 input:checked+.slider {
  background-color: white;
}

.pricing_1 input:checked+.slider::before {
  transform: translateX(26px);
}

.pricing_1 .slider.round {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.pricing_1 .slider.round::before {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing_1 .responsive-container-block.swiping-box {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  min-height: 50px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .d-nones {
  display: none;
}

.pricing_1 .card {
  text-align: center;
  width: 250px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
    border-radius:6px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  min-height: 150px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #212529;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.pricing_1 .card-selected {
border-radius: 6px;
  color: white;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #3327ec;
  box-shadow: rgba(0, 0, 0, 0.54) 1px 2px 13px -1px;
}

.pricing_1 .card-selected .card-text,
.pricing_1 .card-selected .card-description {
  color: white;
}

.pricing_1 .card-description {
  margin-bottom: 8rem;
  color: #686868;
}

.pricing_1 .card h1 {
    font-size: 25px;
    line-height: 40px;
  font-weight: 900;
  margin-top: 1rem;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.pricing_1 .card li {
  line-height: 35px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.pricing_1 .buy-button {
  bottom: 37px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

.pricing_1 .btns {
  background-color: white;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
    border-radius: 3px;
     padding: 4px 40px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.pricing_1 .btns:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: white;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transform: scale(1.05);
}

.pricing_1 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  /* margin-left: 10px; */
  max-width: 360px;
}
.paid-guide-message {
  background-color: #ffdddd;     /* fundal roșiatic, pentru alertă */
  color: #a33;                   /* text roșu închis */
  border: 1px solid #a33;        /* chenar roșu */
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin: 10px auto;
}

.pricing_1 .text-center.witch.switch-text {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .responsive-container-block.card-container {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .text-blk.card-points {
  line-height: 35px;
}

@media (max-width: 768px) {
  .pricing_1 .text-blk.head {
    font-size: 32px;
    line-height: 40px;
  }
  .submenu {
        display: none;
    }
    .sc-bNYLpl.bGsqKP img {
        width: auto !important;
        max-width: 250px;
    }
    .KbjDi:hover{
        background:unset !important;
    }
    .pricing-container{
            flex-direction: column !important;
    align-items: center!important;
    }
}

@media (max-width: 500px) {
  .pricing_1 .card {
    width: 250px;
  }

  .pricing_1 .card.card-selected {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .pricing_1 .text-blk.card-points {
    font-size: 15px;
    line-height: 35px;
  }

  .pricing_1 .text-blk {
    font-size: 16px;
  }

  .pricing_1 .text-blk.head {
    font-size: 28px;
    line-height: 34px;
  }

  .pricing_1 .btns {
    font-size: 18px;
    height: 50px;
  }

  .pricing_1 .card.card-selected {
    min-height: 250px;
  }
}
.card.card-selected .text-blk {
    color: #fff;
}
.card.card-selected .monthly-price{
 color: #fff;
}
.card.card-selected .btns{
 color: #000;
}
/* ===============end PRICING TABLE===============*/
.justify-content-center{
        justify-content: center;
}
div#product_content_header .section-btn {
    margin: 0px 5px;
}
.banderola-abonament {
  display: inline-block;
  background-color: #ff734b; 
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
      margin-bottom: 10px;
}

ul.table-of-contents li {
    list-style: unset;
}
ul.table-of-contents{
    padding-left: 0px !important;
}

ul.table-of-contents li {
    list-style: unset;
}
ul.table-of-contents{
    padding-left: 0px !important;
}

ul.table-of-contents li a {
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 5px 5px 5px 5px;
    white-space: inherit;
    /* font-weight: bold; */
}
.dropdown-menu-chapters >ul.table-of-contents li {
    margin: 0;
    border-top: 1px solid #eee;
}
/* .part-title {
    padding: 0px 10px;
} */
.table-of-contents li:has(> a.active) {
    border-left: 5px solid #3327ec;
}
.table-of-contents li a.active .part-title{
    color: #3327ec;
    font-weight:bold;
}

.single-book-box {
    border: 10px solid #f3f3f3;
    margin-bottom: 90px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-top: 40px;
}
.single-book-box .post-thumbnail {
    display: inline-block;
    margin: -40px 0 -40px -10px;
}
.single-book-box img {
    width:300px;
}
.single-book-box .post-detail {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    padding: 49px 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
        /* left: 250px; */
}
.single-book-box .entry-header .entry-title {
    color: #282828;
    font-size: 22px;
    margin-bottom: 10px;
}
.single-book-box .entry-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-book-box .optional-links {
  background-color: #f4f4f4;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.07), 5px 0 5px -5px rgba(0, 0, 0, 0.07), 0 5px 5px -5px rgba(0, 0, 0, 0.07);
  opacity: 0;
  position: absolute;
  right: -70px;
  text-align: center;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 70px;
}
.list-content-product li{
    list-style: none;
    margin: 10px 0px;
}
.subscription-container {
    flex: 1 1 auto;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 18px;
    position: relative;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition: margin 250ms ease-in-out, box-shadow 250ms ease-in-out, border-color 250ms ease-in-out;
    background-color: rgb(255, 255, 255);
    padding: 10px;
        margin: 5px 0px;
        text-align:center;
}

.subscription-header {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 8px;
    /* min-height: 83px; */
    text-align: center;
    padding: 10px 16px;
    background: radial-gradient(140.76% 131.96% at 100% 100%, rgb(109, 59, 227) 0%, rgba(74, 42, 150, 0.5) 73.57%, rgba(74, 42, 150, 0) 100%), rgb(29, 82, 157);
}

.subscription-details{
        padding: 10px 16px;
}
.list-prices {
    padding: 12.5px 0px;
    margin: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    flex-direction: column;
        font-weight: 500;
    line-height: 1.53846;
    color: rgb(118, 118, 118);
}
.list-prices:last-child {
  border-bottom: none;
}
.list-prices .btns {
    border: 0;
    cursor: pointer;
    fill: currentColor;
    position: relative;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4,0,0.68,0.06);
    vertical-align: text-top;
    width: 100%;
    font-family: unset;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 4.5rem;
    padding: 10px 40px;
    border-radius: 0.25rem;
    background: rgb(229, 9, 20);
    color: rgb(255, 255, 255);
}
.submenu {
    background: #3327ec;
    color: #fff;
}
#menuTop{display:flex;position:relative;clear:both;font-size:14px;height:56px;line-height:56px;margin:0px;padding:0px;position:relative;text-align:center;}
#menuTop li{display:table-cell;position:relative;vertical-align:middle;margin:0px;padding:0px;list-style:none;    padding: 0px 50px;}
/* #menuTop li:first-child{border:none;} */
#menuTop li > a{position:relative;text-decoration:none;display:table-cell;font-weight:bold;vertical-align:middle;text-align:center;
	height:56px;line-height:18px;padding:0px 10px;color:#fff;margin:0px;overflow:hidden;font-size: 18px;text-transform: uppercase;}
#menuTop li > a .material-icons{padding:0px 10px;height:40px;line-height:40px !important;font-size:30px;}
/* #menuTop li:hover,#menuTop li.active{background:#2083c3;color:#FFF;} */
.dropdown-menu-chapters-neplatit{
    display: flex;
    justify-content: space-between;
}
.list-meniu-free li{
      list-style: none;
}
.list-meniu-free{
    padding: 0px !important;
        margin: 0px !important;
}
.part-title {
    padding-left: 10px;
}
#menuTop ul {
padding: 0px !important;
}
/* #menuTop .padding-max > a {
    padding: 0px 50px !important;
} */

li.sc-deb1acf0-3.dTVEVe.padding-max.meniuActiv .categ-desc{
    /* background: #2083c3;
    color: #FFF; */
    border-bottom: 3px solid #ff734b;
}

#menuTop li:hover > a, #menuTop li.meniuActiv > a {
    color: #FFF;
    /* border-top: 4px solid #fff; */
    /* background: linear-gradient(to bottom, #1d13b9 5%, #0c0667 100%) !important; */
}
.single-how-works:hover .btn {
    background: #fff;
    color: #3327ec;
    font-weight: bold;
}
footer .footer-title {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    height: 40px;
    margin-bottom: 20px;
    color: #fff;
}
footer .footer-title::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 80px;
    height: 2px;
    background: #3327ec;
}
.footer-menu img{
    width: 300px;
    max-width: 90%;
    padding-bottom: 10px;
}

.sectiune_tg_2 {
    background-color: #f5f5f5;
}
.afisare-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection-cover-outer-container {
    height: 0;
    overflow: hidden;
    padding-top: 37.09677419%;
    /* background: #fff; */
    position: relative;
    margin-bottom: 24px;
    margin-top: 24px;
    border-radius: 6px;
}

.collection-cover-outer-container .collection-cover-image {
    display: block;
    margin: 0 auto;
    width: 100%
}

.collection-cover-outer-container .collection-cover-inner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 6px;
}

.collection-cover-outer-container .collection-cover-inner-container .collection-cover-text {
    position: absolute;
    top: 35%;
    width: 100%
}
.collection-cover-outer-container .collection-cover-inner-container .collection-cover-text-img {
    position: absolute;
    top: 7%;
    width: 100%
}

.collection-cover-outer-container .collection-cover-inner-container .collection-cover-text div {
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(100,100,100,.8)
}

.collection-cover-outer-container .collection-cover-inner-container .collection-cover-text .collection-cover-text-title {
    font-weight: 600;
    font-size: 1.2vw;
    text-transform: uppercase
}

.collection-cover-outer-container .collection-cover-inner-container .collection-cover-text .collection-cover-text-subtitle {
    font-size: 14px;
    padding: 5px 15px 5px
}
.collection-cover-text-title.ng-binding {
    padding: 0px 15px 0px;
}
.text-align-left{
    text-align: left !important;
}
/* .categ-desc{
  border: 1px solid;
    padding: 5px 10px;
    border-radius: 9px;  
} */
 .afisare-autor{
    color: #a1a1a1;font-size: 13px;
 }

.KbjDi:hover {
    z-index: 10;
    background-color: rgb(249, 248, 246);
}
.KbjDi:hover .afisare-text{
    padding:0px 5px;
}
.KbjDi:hover .afisare-autor{
      padding:0px 5px;
}
.KbjDi:hover .afisare-btn {
      display: block;
      position: relative;
}
.afisare-btn-n{
    display: none;
}
.KbjDi:hover .afisare-btn-n {
    display: block;
    z-index: 9;
    position: absolute;
    width: 100%;
}
.afisare-btn a, .afisare-btn-n a {
    color: #fff !important;
}
.mb-30{
    margin-bottom: 30px;
}
.tR{
    right: 8px !important;
    top: 10px !important; 
}
.cMBK button{
   background-color: #ffffff !important; 
}
.iXcqjY {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(249, 248, 246);
    /* margin-left: 16px; */
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    /* height: 32px;
    width: 32px; */
    margin-right: 10px;
    padding: 2px;
}
.menu-item.active .menu-link .iXcqjY{
    background-color: rgb(51 39 236); 
    color: #fff;
}
.khfZaA {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1.5rem;
    letter-spacing: 0px;
    font-weight: 500;
    width: stretch;
    min-height: 36px;
    min-width: 36px;
    border: none;
    border-radius: 0px 0px 6px 6px;
    color: var(--text-inverted, #FFFFFF);
    background-color: #3327EC;
    cursor: pointer;
    pointer-events: auto;
    padding: 0px 12px;
    white-space: nowrap;
    margin-top: -30px;
}
.afisare-btn {
    display: none;
    z-index: 1;
}

.box-cart{
    z-index: 999999;
    top: 8rem;
    right: 21%;
    position: absolute
}
.box-cart{
    width: 350px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(73, 74, 78, .1);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 2rem 0;
    position: absolute;
    z-index: 99;
    display: none;
}
.basket-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
}
.basket__header-title{
    margin-right: auto;
    /* font-size: 1.8rem; */
    padding-left: 2rem;
    font-weight: 700;
    line-height: 15px;
}
.account__menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.account__menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px;
}

.account__item{
    width: 100%
}

.account__item-footer{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f2f2f7
}

.account__link{
    width: 100%;
    display: block;
    padding: .8rem 2rem;
    color: #6b7999;
    font-size: 1.4rem;
    cursor: pointer
}

.account__link:hover {
    color: #1f2533;
    background-color: #f2f2f7
}

.basket__header-title {
    margin-right: auto;
    /* font-size: 1.8rem; */
    font-weight: 700;
    margin-left: 0rem
}

.basket__header-count {
    font-size: 1.3rem;
    color: #6b7999;
    margin-right: 2rem
}
.box-cart:after {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 1px solid #e8e8ed;
    border-top: 1px solid #e8e8ed;
    transform: rotate(45deg);
    background: inherit;
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 1;
}
.account__menu li{
    list-style: unset;
}

.input-group-update {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 5px;
}
.input-group-text-update {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-update>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-merge-update .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}
#see_icon {
    border-top-left-radius: 0px !important;
    border-top-right-radius: .25rem !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: .25rem !important;
}
.input-group-update>.custom-file, .input-group-update>.custom-select, .input-group-update>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.block_info {
    font-size: 14px;
    margin-top: 15px;
}
.btn-class{
    background-color: #3327ed;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
}

.kNZJgC {
    position: absolute;
    height: 32px;
    right: 15px;
    top: 15px;
}
/* img.sc-gkRewV.OHJud.ls-is-cached.lazyloaded {
    margin-top: 40px;
} */
.ieJLQN {
    width: 75px;
    white-space: nowrap;
    min-width: fit-content;
}
.gKwZA button {
    background-color: #fff;
}

.bqHXii {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.cnEWoZ {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 36px;
    min-width: 36px;
    width: 100px;
    border-radius: 6px;
    /* border: 1px solid var(--border-secondary, #948F8F); */
    background-color: transparent;
    color: var(--text-primary, #000000);
    cursor: pointer;
    pointer-events: auto;
    padding: 0px;
    white-space: nowrap;
}
.fyMQVa {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    font-weight: 400;
    color: var(--text-primary, #000000);
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    z-index: 60;
    width: 295px;
    height: fit-content;
    box-shadow: rgba(78, 78, 78, 0.04) 0px 2px 6px, rgba(144, 48, 7, 0.08) 0px 2px 6px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: auto;
    border-radius: 6px;
}
.bNmpgj {
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    background-color: unset;
    gap: 4px;
    border: 1px solid var(--border-secondary, #948F8F);
    justify-content: center;
    margin-top: 15px;
    font-size: 14px;
}
.dhneAk{
    margin: 0px 10px;
}
.gJMvZ {
    width: 100%;
    height: 100%;
}
.cSusYk {
    border-radius: 6px;
    background-color: var(--surface01, #FFFFFF);
}
.hOLuzq {
    width: 295px;
    border-radius: 6px;
    box-shadow: rgba(86, 31, 0, 0.15) 2px 2px 10px 0px;
    padding: 20px 14px;
}
.jJAZRX {
    font-size: 13px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: rgb(119, 118, 116);
    padding: 0px 14px 6px;
    border-top: 0px;
    outline: none;
}
.hzFygM {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 8px;
    border-left: 1px solid rgb(178, 177, 174);
    height: 100%;
}
.irTomk {
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0px 10px;
    border-radius: 4px;
    color: var(--primary500, #3327EC);
}
.bNrnbD {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgb(233, 231, 227);
    width: 100%;
}
.hnMHll {
    padding: 15px 0px;
    font-size: 14px;
    line-height: 1.25rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #4e555a;
}
.irTomk:hover {
    background-color: #f9f8f6;
}

.hQOviw {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 6px;
    height: 30px;
    width: 3px;
    background-color: var(--primary500, #3327EC);
}
.colorIcon {
    color: #3327ec !important;
}

.table-feedback {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-feedback thead tr{
  background-color: #ffeee5; 
  /* #color: #ffffff; */
  text-align: left;
  font-weight: 600;
  border-radius: 8px 8px 0 0; 
}
.table-feedback th {
  padding: 12px 15px;
}
.table-feedback tbody tr {
  background-color: #f9f9fb;
  transition: background-color 0.3s ease;
  border-radius: 6px;
}
.table-feedback tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table-feedback tbody tr:hover {
  background-color: #ffeee594;
}
.table-feedback td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.table-feedback tbody tr:hover td {
  border-bottom-color: #ff7753;
}
.table-feedback tbody td:last-child {
  /* text-align: center; */
  color: #888;
  font-style: italic;
}

.modal-username {
  display: none; /* Ascunsă implicit */
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  /* text-align: center; */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.notes-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.note {
  background: #ffffff;
  border-left: 6px solid #ffeee5;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.note-header {
  margin: 0 0 5px;
  font-size: 18px;
  color: #34495e;
}

.note-body {
  font-size: 15px;
  color: #555;
  margin: 5px 0 10px;
}

.note-date {
  font-size: 12px;
  color: #888;
}
.note-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.note-form input,
.note-form textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.note-form textarea {
  resize: vertical;
  min-height: 80px;
}

.note-actions {
  display: flex;
  gap: 10px;
margin-top: 10px;
}

.btn {
    padding: 10px 20px;
	    font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn.edit {
  background-color: #f39c12;
  color: white;
}

.btn.edit:hover {
  background-color: #d68910;
}

.btn.delete {
  background-color: #e74c3c;
  color: white;
}

.btn.delete:hover {
  background-color: #c0392b;
}
.container_suna {
    background-image: linear-gradient(#ffeee5, #ffeee51f);
    border-radius: 1rem;
    padding: 15px;
    text-align: center;
}
.mr-1 {
    margin-right: 10px;
}
.top-position{
    top: 15% !important;
}
.font-size-16{
    font-size: 16px !important;
}
/**/
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
  display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}
.input-group-icon .input-icon {
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
  width: 3.4em !important;
  height: 2.4em !important;
  line-height: 2.4em !important;
  text-align: center !important;
  pointer-events: none !important;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
}
.input-group-icon input {
  padding-left: 4.4em !important;
}
.br-10 {
  border-radius: 10px !important;
}
.input-group-icon input {
    padding-left: 4.4em !important;
}
#form_test input {
    color: #00283a;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    border: none;
    box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, .15);
    background-color: #f4f5f7;
    padding: 0 20px;
}
#form_test input[type=checkbox], #form_test input[type=radio], #form_test input.checkbox {
    width: 20px !important;
    height: 20px;
    display: inline-block;
    margin: 0px 5px;
    border: none;
    float: left;
    padding: 0px;
    box-shadow: unset;
}
input#submit_test {
    width: 100%;
    background: #3327ec;
    color: #fff;
    max-width: 400px;
    /* padding: 10px 0px; */
    padding-left: unset !important;
    padding: unset !important;
}
input#submit_modifica {
    width: 100%;
    background: #3327ec;
    color: #fff;
    max-width: 300px;
    padding-left: unset !important;
    /* padding: unset !important; */
}
.input-group-icon .antispam {
    padding-left: 0px !important;
    width: 60px !important;
    text-align: center !important;
    border-radius: 10px !important;
}

em.help_form_new {
    display: none;
    position: absolute;
    background: #838181;
    color: #fff;
    padding: 2px 5px;
    z-index: 9999;
    margin-bottom: 10px;
    bottom: 100%;
    line-height: 1.2;
    left:20%;
    font-size: 13px;
}
em.help_form_new::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #838181;
}
.input-group:hover em.help_form_new, .input-group:focus em.help_form_new, input:focus + em.help_form_new, textarea:focus + em.help_form_new, select:focus + em.help_form_new {
  display: block;
}

.pricing-container {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
}
ul.footer-menu-item {
    padding: 0px !important;
}

.card {
  background: #0f1d38;
  color: white;
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    overflow: visible;
}

.price-badge {
  background: #fff;
  color: #000;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  /* background: linear-gradient(to bottom right, #ff7e5f, #feb47b); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.price-badge .price {
  font-size: 16px;
  color: #fff;
}

.price-badge .price small {
  font-size: 14px;
}

.price-badge .currency {
  font-size: 14px;
  color: #fff;
}

.card .title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 8px 0;
  border-radius: 5px;
}

.card.start .title {
  background: linear-gradient(to right, #FFA500, #FFB347); /* Orange */
}
.card.partener .title {
  background: linear-gradient(to right, #0072ff, #00c6ff); /* Blue */
}
.card.plus .title {
  background: linear-gradient(to right, #a18cd1, #fbc2eb); /* Purple */
}
.card.team .title {
  background: linear-gradient(to right, #43e97b, #38f9d7); /* Green */
}
.price-badge.start{
    background: linear-gradient(#0f1d38, #0f1d38) padding-box, linear-gradient(to right, #FFA500, #FFB347) border-box;
    border: 5px solid transparent;
}
.price-badge.partener{
    background: linear-gradient(#0f1d38, #0f1d38) padding-box, linear-gradient(to right, #0072ff, #00c6ff) border-box;
    border: 5px solid transparent;
}
.price-badge.team{
    background: linear-gradient(#0f1d38, #0f1d38) padding-box, linear-gradient(to right, #43e97b, #38f9d7) border-box;
    border: 5px solid transparent;
}
.price-badge.plus{
    background: linear-gradient(#0f1d38, #0f1d38) padding-box, linear-gradient(to right, #a18cd1, #fbc2eb) border-box;
    border: 5px solid transparent;
}
.card.start .buy-btn {
  background: linear-gradient(to right, #FFA500, #FFB347);
}
.card.partener .buy-btn {
  background: linear-gradient(to right, #0072ff, #00c6ff);
}
.card.team .buy-btn {
  background: linear-gradient(to right, #43e97b, #38f9d7);
}
.card.plus .buy-btn {
  background: linear-gradient(to right, #a18cd1, #fbc2eb);
}

.features {
  background: white;
  color: #333;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  list-style: none;
  margin: 0 0 30px 0;
}
.mb-70{
    margin-bottom: 70px;
}
.mt-80{
    margin-top: 80px;
}

.features li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.features li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 16px;
}

.card.basic .features li::before {
  color: #ff7e5f;
}

.card.standard .features li::before {
  color: #a18cd1;
}

.card.premium .features li::before {
  color: #00c6ff;
}

.buy-btn {
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.card.basic .buy-btn {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
}

.card.standard .buy-btn {
  background: linear-gradient(to right, #a18cd1, #fbc2eb);
}

.card.premium .buy-btn {
  background: linear-gradient(to right, #00c6ff, #0072ff);
}
ul.features li {
    list-style: none;
}

.about-box-caption-wrapper {
    position: relative;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    filter: drop-shadow(0px 3px 8px #00000008);
    height: 100%;
}
.about-box-caption {
    background-color: #FFFFFF;
    padding: 38px 40px 57px 40px;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) bottom right no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    border-radius: 24px;
    height: 100%;
}
.title-icon {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.about-box-caption .title-icon .icon {
    display: flex
;
    flex-shrink: 0;
    padding: 19px;
    background-color: var(--e-global-color-highlight);
    border-radius: 50%;
}
.about-box-caption .about-content {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 86px;
    padding: 26px 0 0 0;
    border-top: 1px solid var(--e-global-color-border);
}
.about-box-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: flex
;
}
 .about-box-caption .title-icon .icon img {
    width: 42px;
    height: 42px;
    color: var(--e-global-color-secondary);
}


.tn-services-3-card {
    box-shadow: 8px 8px 20px rgba(13, 38, 101, 0.2);
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    padding: 25px 25px;
    transition: 0.3s var(--tn-cube-1);
}
.tn-services-3-card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s var(--tn-cube-1);
    transform: scale(3);
}
.tn-services-3-card .icon-x-btn {
    display: flex;
    flex-wrap: wrap;
}
.tn-services-3-card .card-title {
    font-size: 18px !important;
    margin-top: 20px!important;
    transition: 0.3s var(--tn-cube-1);
}
.tn-services-3-card .card-disc {
      font-size: 15px;
    margin-top: 5px;
}
:root {

--tn-cube-1: cubic-bezier(.79,.12,.25,1);
}
.tn-services-3-card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s var(--tn-cube-1);
    transform: scale(3);
}
.tn-services-3-card .icon {
    display: inline-flex
;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
background: #3327ec;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
}
.tn-services-3-card .card-btn {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(3, 15, 43, 0.2);
    border-radius: 50%;
    font-size: 30px;
    color: #000;
    transition: 0.4s var(--tn-cube-1);
}
/* ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}
a.btn-login {
    padding: 10px 20px !important;
    border: none;
    background-color: #005b99 !important;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
} */
/* #navbar-menu{
    min-height: 90px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;  
}
a.btn-login {
    background-color: #005b99 !important;
        padding: 15px 25px !important;
    display: flex!important;  
    gap:10px!important; 
    margin-right: 10px;
    color:  #fff !important;
    border-radius: 12px;
} */

.header-1 {
    background-color: #ffffff;
    color: #fff;
        padding: 10px 0;
}

/* .header-1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* Logo */
.logo-1 a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
li.menu-item-1 {
    list-style: none;
}
span.categ-desc {
    font-size: 18px;
    font-weight: bold;
}

/* Butoane de logare */
.login-buttons {
    display: flex;
    gap: 20px;
}

.btn-login, .btn-register {
    padding: 10px 20px;
    border: none;
    background-color: #e000b5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-login:hover, .btn-register:hover {
    background-color: #3327ec;
    color: #fff;
}

/* Meniul */
.menu-1 {
    background-color: #3327ec;
    z-index: 99;
}
li.menu-item-1.active {
    background-color: #00b796;
}

.menu-list-1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
     justify-content: space-between;
    align-items: center;
}

.menu-item-1 a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    text-align: center;
}

.menu-item-1 a:hover .categ-desc {
    border-bottom: 2px solid #e000b5;
}
li.menu-item-1.meniuActiv span.categ-desc {
    border-bottom: 2px solid #e000b5;
}
/* Meniul hamburger */
.menu-toggle-1 {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.bar-1, .bar-2, .bar-3 {
    width: 30px;
    height: 4px;
    background-color: #000;
}
.flex-container-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-container {
  margin: 0 auto;
}

.faq {
  background-color: transparent;
  border: 1px solid #9fa4a8;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: 0.3s ease;
}

.faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
  color: #2ecc71;
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-size: 7rem;
  left: 20px;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  left: -30px;
  top: -10px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
}
.faq-toggle .fa-times,
.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
}

.faq-toggle .fa-chevron-down {
  display: block;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}

.class--form--select{
    color: #00283a;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, .15);
    background-color: #f4f5f7;
    padding: 0 20px;
}
.submit-btn{
    width: 100%;
    background-color: #3327ec !important;
    color: #fff !important;
    max-width: 400px;
    padding-left: unset !important;
    padding: unset !important;
    margin-top: 10px;
}

.containerFormFlex2 {
    display: flex;
    gap: 10px;
}
.div-factura {
    background-color: #cbdfdf;
    padding: 10px;
    margin-bottom: 10px;
}
span.paging_info {
    display: none !important;
}

.now {
    background: #007BFF !important;
}
.now:hover{
    background: #0056b3 !important;
}

.finish {
    background: #28A745 !important;
}
.finish:hover{
    background: #1e7e34 !important;
}

.favorit {
    background: #FFC107 !important;
}
.favorit:hover{
    background: #e0a800 !important;
}
.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
       background-image: linear-gradient(to right, #ffeee51f 0%, #ffeee5 75%);
    padding: 15px 0;
}
.breadcrumb-wrapper .book1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.breadcrumb-wrapper .book2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.breadcrumb-wrapper .page-heading h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 9;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    text-transform: capitalize;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    list-style: unset !important;
}
.page-heading{
    z-index: 9;
    position: relative;
    padding: 15px 0px;
}
.breadcrumb-items li a::after {
    content: ">";
    color: #3327ec;
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 4px;
}

.text-container {
  max-height: 4.5em; /* aproximativ 3 rânduri */
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  transition: max-height 0.4s ease;
}

.text-container.expanded {
  max-height: 500px; /* suficient pentru text complet */
}

.show-more {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: blue;
  margin-top: 5px;
  user-select: none;
}

.show-more::after {
  content: " ➤";
  transition: transform 0.3s ease;
}

.text-container.expanded + .show-more::after {
  transform: rotate(90deg);
}

.product_content table {
    width: 100%;        /* tabelul ocupă tot ecranul */
    table-layout: fixed; /* distribuie celulele proporțional */
}
.product_content td {
    width: auto !important;  /* ignoră width-ul fix din HTML */
    max-width: 673px;        /* dimensiunea maximă pe desktop */
    height: auto !important; /* ignoră height-ul fix din HTML */
    overflow-wrap: break-word; /* sparge textul lung */
}
.collection-cover-text-img{
    display: flex
;
    justify-content: center;
}
.tgBox:hover .afisare-btn {
    display: block;
    z-index: 1;
    position: relative;
}
.tgBox{
    margin-right: 10px;
}

.ribbon-badge{
  position:absolute; top:10px;
  background: #ff5722;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  pointer-events:none;
  z-index: 11;
}
.ribbon-panglica {
  position: absolute;
  top: 0px;
  width: auto;
  background: #ff6a00;
  color: #fff;
  text-align: center;
  z-index: 11;
  padding: 5px 8px;
}

.ribbon-panglica::before,
.ribbon-panglica::after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-top: 10px solid #ff6a00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.ribbon-panglica::before { left: 0; }
.ribbon-panglica::after { right: 0; }

.availability-banner {
  background: #fff3cd;
  color: #856404;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.breadcrumb-items{
      list-style-type: none;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #FFF;
    font-size: 18px;
    margin: 5px;
    padding: 5px 12px;
    background: #3F51B5;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

/* Containerul principal */
#content-area-titluri .owl-carousel {
  position: relative; /* important ca să poți poziționa săgețile */
}


#content-area-titluri .owl-prev {
  position: absolute;
  top: 40%;
  left: -30px; 
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#content-area-titluri .owl-next {
  position: absolute;
  top: 40%;
  right: -30px;     
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content-area-titluri .owl-prev:hover,
#content-area-titluri .owl-next:hover {
  background: #000;
}

/* search result */
.search-results {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .book-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .book-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .chapters-list {
    list-style-type: none;
    padding:0px !important;
    margin: 0px!important;
  }

  .chapters-list li {
    list-style: unset;
    padding: 8px 10px;
    margin-bottom: 5px;
    border-left: 3px solid #3327ec;
    background-color: #3327ec08;
    border-radius: 5px;
  }

  .chapters-list li span {
    font-weight: bold;
    text-transform: capitalize;
  }

  .chapter-snippet {
    font-size: 13px;
    color: #555;
    margin-top: 3px;
  }
.hidden_chapter{
  display: none;
}
 .more-btn {
    display: inline-block;
    margin-top: 5px;
        color: #3327ec;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
  }
  /* end search result */
button.hUSg.ajax-button-titluri.active {
    border: 1px solid #3327ec;
}

.stack-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -80px; /* negative gap pentru suprapunere */
  perspective: 1000px;
}

.stack-card {
  position: relative;
  width: 230px;
  transition: transform 0.5s, z-index 0.5s;


}

.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.stack-card .info {
    position: absolute;
    bottom: 0px;
    color: white;
    background: rgb(0 0 0 / 84%);
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s;
    min-height: 140px;
    width:100%;
}

.stack-card:hover {
  transform: scale(1.1) translateY(-10px);
  z-index: 10;
}
.stack-card:hover .info {
  opacity: 1;
}
.menu-inner,.account__menu,.menu-list-1{
    padding: unset !important;
}
ul.table-of-contents li {
    list-style: none;
}
.box-shadow-container{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.mt-demo{
    margin-top: -20px;
}
.locked {
  color: red !important;
}
#inbox_menu a.active {
    background: #3327ec;
    color: #fff;
}
#inbox_menu a {
    display: block;
    float: left;
    line-height: 32px;
    height: 32px;
    margin: 3px 3px 3px 0px;
    padding: 0px 10px;
    background: #e8e8e8;
    color: #000;
}
.inbox_lst{width:100%;border-spacing:0px;}
.inbox_lst td{padding:5px;border-bottom:1px solid #e4e5e6;/* text-align:left; */}
.inbox_lst th{padding:10px 5px;border-bottom:1px solid #000;text-align:left;line-height:34px;}
.inbox_lst input[type=submit]{float:right;padding:0px 10px !important;}
.inbox_lst tbody tr td{font-size:13px;line-height:1.2;vertical-align:top;}
.inbox_lst tr.initial td{background:#f2f2f2;border-top:1px solid #111;}
.inbox_lst a{color:#000;}
.inbox_lst a:hover{color:#cc0000;}
select#option_inbox {
    padding: 0 10px;
    font-size: 13px;
    margin: 0;
    border: 1px solid #c6c6c7;
    position: relative;
    font-weight: 400;
}
span.no {
    padding: 1px 5px;
    background: #c00;
    height: 14px;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    text-align: center;
}
a.class_style {
    color: #2196F3 !important;
    font-weight: bold;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.new-badge {
    display: inline-block;
    background: #3327ec;
    color: white;
    border-radius: 4px;
    padding: 1px 10px;
    margin-left: 10px;
    font-weight: bold;
    animation: pulse 1s infinite;
}