/**
 * Theme Name: Moises Chaves
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Moises Chaves theme
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: moiseschaves.com
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 15, 2026 */


@font-face {
    font-family: 'figtreeblack';
    src: url('assets/fonts/figtree-black-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreebold';
    src: url('assets/fonts/figtree-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreeextra_bold';
    src: url('assets/fonts/figtree-extrabold-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreelight';
    src: url('assets/fonts/figtree-light-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreemedium';
    src: url('assets/fonts/figtree-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'figtreeregular';
    src: url('assets/fonts/figtree-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/figtree-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.v-align {
    margin-top: auto;
    margin-bottom: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("assets/img/bankaool-bg-main.webp") no-repeat left top;
    background-size: 100% auto;
}
header {
    padding: 45px 0;
}
header .navbar-toggler {
    display: none;
}
header .navbar-brand img {
    max-width: 180px;
    height: auto;
}
header .navbar-collapse .nav-menu {
    margin-left: auto;
    margin-right: auto; 
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: rgb(199, 251, 86);
}
header .navbar-collapse .nav-menu .menu-item {
    padding: 0 20px;
}
header .navbar-collapse .nav-menu .menu-item .nav-link {
    color: #fff;
}
header .navbar-collapse .nav-menu .menu-item:hover .nav-link,
header .navbar-collapse .nav-menu .menu-item:focus .nav-link,
header .navbar-collapse .nav-menu .menu-item:active .nav-link {
    color: rgb(199, 251, 86);
}
.main-intro {
    padding: 70px 0;
}
.main-intro h1 {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 55px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
}
.main-intro p {
    font-family: 'figtreeregular', Arial, sans-serif;
    font-size: 27px;
    line-height: 41px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.main-image {
    padding: 20px 0;
}
.main-image img {
    wifth: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}
.featured-in {
    padding: 25px 0;
    text-align: center;
}
.featured-in .inner-box {
    background-color: #151515;
    filter: drop-shadow(11px 9px 11px #2d70ff00);
    background-image: linear-gradient(80deg, #0000 30%, #006dfe66);
    border-radius: 20px;
    padding: 15px;
}
.featured-in .inner-box img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 0 25px;
}
.btn-styled {
    position: relative;
    padding-left: 0;
    padding-right: 55px;
}
.btn-styled .text {
    display: inline-block;
    border-radius: 20px;
    padding: 16px 25px;
    background-color:#fff;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: rgb(21, 21, 21);
}
.btn-styled .svg {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px #fff solid;
    text-align: center;
    position: relative;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn-styled .svg svg{
    width: 25px;
    height: auto;
    color: #fff;
    fill: #fff;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-btn {
    padding: 20px 0;
}
.main-btn .btn-main {
    font-family: 'figtreebold', Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: #ff7139;
    border: 1px #ff7139 solid;
    border-radius: 25px;
    padding: 12px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.main-btn .btn-main:hover,
.main-btn .btn-main:focus,
.main-btn .btn-main:active {
    background-color: #fff;
    color: #ff7139;
}
.content {
    padding: 20px 0;
}
.content .inner-content {
    background-color: rgb(21,21,21);
    padding: 20px;
    border-radius: 20px;;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: figtreebold, Arial, sans-serif;
    color: rgb(199, 251, 86);
    margin: 0 0 20px;
}
.content h1 {
    font-size: 50px;
    line-height: 60px;
}
.content h2 {
    font-size: 46px;
    line-height: 56px;
}
.content h3 {
    font-size: 42px;
    line-height: 52px;
}
.content h4 {
    font-size: 38px;
    line-height: 48px;
}
.content h5 {
    font-size: 34px;
    line-height: 44px;
}
.content h6 {
    font-size: 30px;
    line-height: 40px;
}
.content p {
    font-family: figtreeregular, Arial, sans-serif;
    color: rgb(199, 251, 86);
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 25px;
}
.our-news {
    padding: 25px 0;
}
.our-news h2 {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0;
}
.our-news p {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgb(51, 51, 51);
    margin: 0 0 25px;
}
.our-news .inner-box {
    min-height: 444px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.our-news .inner-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    filter: brightness(50%);
    z-index: 1;
}
.our-news .inner-box .info-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 20px;
}
.our-news .inner-box .info-area h3 {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 23px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}
footer {
    background-color: #0f0f0f;
    padding: 20px 0;
}
footer p {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
}
footer ul {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
footer ul li a {
    color: #fff;
}
footer ul li:hover a,
footer ul li:focus a,
footer ul li:active a {
    color: rgb(199, 251, 86);
}
.blog {
    /*background-image: radial-gradient(circle farthest-corner at 100% 0%, #ff8540a3, #fff0 27%), radial-gradient(circle farthest-corner at 50% 0%, var(--base-color-brand--pink-light), #fff0 50%), radial-gradient(circle farthest-corner at 0% 0%, #c7fb56b3, #fff0 31%);*/
}
.blog .inner-banner {
    background-color: #1c1a1b;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 30px;
}
.blog .inner-banner h1 {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 47px;
    line-height: 52px;
    color: #fff;
    margin: 0;
}
.blog .inner-banner nav {
    background-color: transparent;
    text-align: center;
}
.blog .inner-banner nav ol {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.blog .inner-banner nav ol li {
    color: #fff;
}
.blog .inner-banner nav ol li a {
    color: rgb(199, 251, 86);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.blog-posts {
    padding: 40px 0;
}
.blog-posts .inner-box {
    margin: 0 0 30px;
    position: relative;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blog-posts .inner-box:hover,
.blog-posts .inner-box:focus,
.blog-posts .inner-box:active {
    transform: scale(1.05);
}
.blog-posts .inner-box .link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.blog-posts .inner-box .img-wrapper {
    position: relative;
    margin: 0 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 20px;
}
.blog-posts .inner-box .img-wrapper span {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #83a1ff;
    padding: 8px 20px;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(21, 21, 21);
    border-radius: 20px;
}
.blog-posts .inner-box img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.blog-posts .inner-box .blog-post-meta {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 1rem;
    font-weight: 600;
    display: flex;
    color: #fff;
    margin: 0 0 10px;
}
.blog-posts .inner-box .blog-post-meta .text-block {
    flex: 0 auto;
}
.blog-posts .inner-box h3 {
    font-family: 'figtreebold', Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.pagination {
    padding: 30px 0;
    text-align: center;
}
.pagination .page-numbers {
    font-family: 'figtreemedium', Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    border: 1px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-radius: 13px;
    padding: 9px 18px;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    margin: 0 10px;
}
.pagination .page-numbers.current {
    border-color: rgb(199, 251, 86);
    background-color: rgb(199, 251, 86);
}
.single .inner-banner {
    background-color: #1c1a1b;
    padding: 40px 0;
    text-align: center;
    margin: 0 0 30px;
}
.single .inner-banner img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.single .inner-banner nav ol {
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.single .inner-banner nav ol li {
    color: #fff;
}
.single .inner-banner nav ol li a {
    color: rgb(199, 251, 86);
}
.single .inner-banner h1 {
  font-family: 'figtreemedium', Arial, sans-serif;
  font-size: 47px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.single .inner-banner .blog-post-meta {
  font-family: 'figtreemedium', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 3px 16px;
  font-weight: 600;
  display: flex;
  color: #fff;
  margin: 0 0 10px;
}
.single .inner-banner .category {
    display: inline-block;
    background-color: #83a1ff;
    padding: 8px 20px;
    font-family: figtreemedium, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(21, 21, 21);
    border-radius: 20px;
    margin: 0 0 15px;
}
.single .inner-banner ul {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
.single .inner-banner ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.single .inner-banner  ul li:hover a, 
.single .inner-banner  ul li:focus a, 
.single .inner-banner  ul li:active a {
    color: rgb(199, 251, 86);
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: figtreebold, Arial, sans-serif;
    color: #000;
    margin: 0 0 15px;
}
article h1 {
    font-size: 40px;
    line-height: 52px;
}
article h2 {
    font-size: 36px;
    line-height: 48px;
}
article h3 {
    font-size: 32px;
    line-height: 41px;
}
article h4 {
    font-size: 28px;
    line-height: 36px;
}
article h5 {
    font-size: 24px;
    line-height: 31px;
}
article h6 {
    font-size: 20px;
    line-height: 27px;
}
article p,
article ul,
article table,
article ol,
article blockquote {
    font-family: figtreeregular, Arial, sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin: 0 0 15px;
}
article .inner-content {
    padding: 50px 15px;
    background-color: #fff;
    display: flex;
}
aside .toc-widget {
    position: sticky;
    top: 100px; /* ajustează după header */
    padding: 15px;
    background-color: #000;
}
aside .aside-wrapper {
    height: 100%;
}
aside .toc-widget h3 {
    font-family: figtreebold, Arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 20px;
}
aside .toc-widget ul {
    font-family: figtreeregular, Arial, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}
aside .toc-widget ul li {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 8px;
}
aside .toc-widget ul li.h2 {
    font-size: 20px;
    line-height: 27px;
}
aside .toc-widget ul li.h3 {
    font-size: 16px;
    line-height: 12px;
}
aside .toc-widget ul li a {
    color: #fff;
}
aside .toc-widget ul a.active {
    color: rgb(199, 251, 86);
}