/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --text-color-primary: #505565;
    --text-color-secondary: #4f4f4f;
    --text-color-third: #1b2534;
    --text-color-fourth: #3b3663;
    --text-color-fifth: #333333;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 5 Free';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
 
}
body {
    font-size: 1.6rem !important;
   
}



.wpcf7-form.submitting .button  {
    pointer-events: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}

.wpcf7-form.submitting .button:after {
 content:'';
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid var(--fs-color-secondary); /* Blue */
  border-radius: 50%;
  display:block;
      position: absolute;
    top: 50%;
    left: 50%;
  width: 28px;
  height: 28px;
  animation: spin 2s linear infinite;
}



@keyframes spin {
  0% { 
      transform: translate(-50%, -50%) rotate(0deg); 
      
  }
  100% { 
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ux-menu-link__link:hover {
    color:var(--fs-color-primary) !important;
}

.button:not(.icon) {
    min-height: 5.2rem;
    line-height: 5.2rem;
}

.button.back-to-top {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
    line-height: 4rem;
    background-color: rgb(255, 241, 235);
    border: none;
}

.button.back-to-top:hover {
    background-color: var(--fs-color-primary)
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.browser_dots {
    background: #fff;
    height: 18px;
    display: flex;
    align-items: center;
}

.browser_dots .dot {
    width: 5px;
    display: inline-block;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    margin-left: 5px;
}

.slider [data-animate], [data-animate] {
    transition: filter 1s, transform 1s, opacity .4s ease-in;
}

p {
    margin-bottom: 1.5rem;
}

.swal2-popup {
    font-size: 1em !important;
}

.col-child-left > .col-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.col-child-right > .col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.col-child-center > .col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-heading-title {
    font-size: 4.8rem;
}

.section-heading-title.smaller {
    font-size: 4rem;
}

.section-heading-title .highlight {
    color: var(--fs-color-primary);
}

.pricing-table-row > .col > .col-inner {
}

.pricing-table-wrapper {
    padding: 0 1.3rem;
}

.pricing-table-wrapper .pricing-table {
    border-radius: 0.8rem;
    box-shadow: 0 0 1rem 0 #ccc;
    text-align: left;
    overflow: visible;
    cursor: pointer;
    transition: all 0.3s;
}

.pricing-table-wrapper .pricing-table:hover {
    box-shadow: 0 0 3rem 0 #ccc;
}

.pricing-table-wrapper .pricing-table .title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    text-transform: initial;
    color: var(--color-black);
    background: transparent;
    border: none;
    padding: 3rem 2rem 2rem;
}

.pricing-table-wrapper .pricing-table .price {
    display: none;
}

.pricing-table-wrapper .pricing-table .pricing-table-items {
    padding: 1rem 2rem;
    position: relative;
}

.pricing-table-wrapper .price-badge {
    color: var(--color-white);
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 1.4rem;
}

.pricing-table-wrapper .price-badge:after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 1.3rem;
    height: 1.5rem;
    display: block;
    background-color: #c42121;
}

.pricing-table-wrapper .new-register:after {
    left: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.pricing-table-wrapper .price-badge p {
    margin: 0;
    line-height: 1.4;
}

.pricing-table-wrapper .price-badge strong {
    font-size: 3.2rem;
}

.pricing-table-wrapper .new-register {
    margin-left: -3.3rem;
    margin-right: 3rem;
    padding-left: 3.3rem !important;
    background: linear-gradient(to right, #ff0000 0%, #ff9e9e 100%);
    border-radius: 0 10rem 10rem 0;
}

.pricing-table-wrapper .extend-per-year {
    margin-right: -3.3rem;
    margin-left: 3rem;
    padding-right: 3.3rem !important;
    background: #ffdede;
    border-radius: 10rem 0 0 10rem;
    color: var(--text-color-third);
}

.pricing-table-wrapper .extend-per-year:after {
    right: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.pricing-table-wrapper .extend-per-year p {
    text-align: right;
}

.pricing-table-wrapper .extend-per-year .table-price {
    color: var(--fs-color-primary);
}

.pricing-table-wrapper .pricing-table-items .bullet-item {
    border: none;
    padding: 1rem 0;
}

.pricing-table-wrapper .bullet-item::before {
    content: '\f058';
    font-family: var(--FontAwesome);
    font-weight: bold;
    color: var(--fs-color-primary);
    margin-right: 0.5rem;
}

.pricing-table-wrapper .bullet-item.is-disabled {
    text-decoration: auto;
    opacity: 0.5;
}

.pricing-table-wrapper .bullet-item.is-disabled::before {
    content: '\f057';
    font-family: var(--FontAwesome);
    font-weight: bold;
    color: #4a4a4a;
    margin-right: 0.5rem;
}

.pricing-table-wrapper .pricing-table .button {
    min-height: 6.4rem;
    line-height: 6.2rem;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.pricing-table-wrapper .pricing-table .clearfix {
    padding: 0;
    border: none;
}

.button .icon-angle-right:before {
    content: '\f061';
    font-family: var(--FontAwesome);
    font-weight: bold;
}

.pricing-table-wrapper .pricing-table .left-btn {
    float: left;
    margin: 0;
    min-height: auto;
    line-height: 1.5;
    color: var(--color-black);
}

.pricing-table-wrapper .pricing-table .left-btn span{
    padding-right: 2.6rem;
    background: url(/wp-content/uploads/2024/07/eye-ball-1.png) no-repeat right 50%/ 2.2rem 2.2rem;
}

.pricing-table-wrapper .pricing-table .right-btn {
    float: right;
    margin: 0;
    min-height: auto;
    line-height: 1.5;
    color: var(--color-black);
}

.pricing-table-wrapper .pricing-table .right-btn span{
    padding-right: 2.6rem;
    background: url(/wp-content/uploads/2024/07/eye-ball-2.png) no-repeat right 50%/ 2.2rem 2.2rem;
}

.pricing-table-wrapper .pricing-table .left-btn:hover {
    color: var(--fs-color-primary)
}

.pricing-table-wrapper .pricing-table .right-btn:hover  {
    color: #39b54a
} 

.sidebar-menu  .nav-sidebar .menu-item a {
    font-size: 1.6rem;
    color: var(--color-black);
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: var(--color-white);
}


#tu-van-popup {
        border-radius: 2rem;
    overflow: hidden;
}


#tu-van-popup  .form-header-container{
        text-align: center;
    font-size: 1.4rem;
}

#tu-van-popup .form-header-title {
    font-size: 2.4rem;
}

#tu-van-popup p {
    margin-bottom:1.6rem;
}

#tu-van-popup form input,
#tu-van-popup form textarea {
    border-radius:0.8rem;
    box-shadow:none;
}

#tu-van-popup form input::placeholder,
#tu-van-popup form textarea::placeholder {
      font-size: 1.4rem;
}

#tu-van-popup form input {
      min-height:4.2rem;
}
#tu-van-popup form button {
        min-height: 4.2rem;
    line-height: 4.2rem;
    border: none;
    border-radius: 10rem;
    text-transform: initial;
    font-size: 1.6rem;
    width: 100%;
        margin: 0;
} 

#tu-van-popup form .wpcf7-form-control-wrap[data-name="name-002"]:after {
    content:'';
    position:absolute;
    left:1rem;
    top:1rem;
    width:2rem;
    height:2.4rem;
    background: url(/wp-content/uploads/2024/07/user.svg) no-repeat center/cover
}

#tu-van-popup form input[name="name-002"] {
    padding-left: 4rem;
}


#tu-van-popup form .wpcf7-form-control-wrap[data-name="tel-002"]:after {
    content:'';
    position:absolute;
    left:1rem;
    top:1rem;
    width:2rem;
    height:2.4rem;
    background: url(/wp-content/uploads/2024/07/phone.svg) no-repeat center/cover
}

#tu-van-popup form input[name="tel-002"] {
    padding-left: 4rem;
}


/*************** HEADER ***************/
#header #masthead .header-nav-main {
    justify-content: end;
    margin-right:3rem;
}

#header #masthead .header-nav-main > .menu-item {
    margin: 0 2rem;
}

#header #masthead .header-nav-main > .menu-item a {
    font-size: 1.6rem;
    color: var(--color-black);
}

#header #masthead .header-nav-main > .menu-item:hover >  a,
#header #masthead .header-nav-main > .menu-item.active  >  a {
    color: var(--fs-color-primary);
}

#header .header-button .button {
    border-width: 0.1rem;
    min-height: 4.8rem;
    line-height: 4.6rem;
    font-size: 1.8rem;
    text-transform: initial;
}

#header .nav-icon  .icon.button{
    min-width: 4rem;
}

#wide-nav .flex-row .nav  .html_topbar_right {
    flex:1;
}


#header .header-button-2 .button  {
    background: var(--color-white) url(/wp-content/uploads/2025/05/header-button-2-icon.png) no-repeat 2rem center / 2.4rem auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 2rem 0 5rem;
    border-color: var(--color-white);
     color: var(--color-black);
}

#header .header-button-2 .button:hover  {
    color: var(--fs-color-primary);
}

#wide-nav  .animate-searchform {
            box-shadow: 0 0 10px 0 hsl(0deg 0% 0% / 10%) !important;
        border-radius: .8rem;
}



#wide-nav  .animate-searchform input {
    height:4.2rem;
    box-shadow: none;
    border-radius: .8rem 0 0 .8rem;
        background-color:var(--color-white);
        border:none;
}

#wide-nav  .animate-searchform button {
    height: 4.2rem;
    min-height: 4.2rem;
     line-height: 4.2rem;
    min-width: 4.2rem;
    margin: 0;
    background-color:var(--color-white);
        box-shadow: none;
    border-radius:  0 .8rem  .8rem 0;
          border:none;
          color:var(--fs-color-primary);
}

#wide-nav  .animate-searchform button i {
    margin:0;
      color:var(--fs-color-primary);
}

    #header  #wide-nav .header-button .button {
        min-height: 4.2rem;
        line-height: 4.2rem;
        font-size: 1.4rem;
        font-weight: 400;
    }

.stuck #wide-nav {
      background-color:var(--color-white) !important;
}


/*************** END HEADER ***************/

/*************** FOOTER ***************/


#footer .contact-row > .col  > .col-inner{
    background: url(/wp-content/uploads/2024/07/Contact-bg.png) no-repeat top left/ 100% 100%;
    min-height: 50rem;
    align-items: center;
    padding: 2rem 5rem;
}


#footer .contact-row form label {
    font-size: 1.6rem;
}

#footer .contact-row form  input,
#footer .contact-row form  textarea {
    border-radius: 1.6rem;
    background-color: transparent;
    color: var(--color-white);
    border-color:   rgb(255 255 255 / 50%);
}

#footer .contact-row form  input::placeholder,
#footer .contact-row form  textarea::placeholder {
    color: var(--color-white);
    opacity: .5;
}

#footer .contact-row form  input {
    height: 5.6rem;
}

#footer .contact-row form  textarea  {
    min-height: 16rem;
}

#footer .contact-row form  button {
    background-color: var(--color-white);
    border-radius: 10rem;
    color: var(--fs-color-primary) ;
}

#footer .follow-icons a {
    width: 3.6rem;
    min-height: 3.6rem;
    height: 3.6rem;
    border-width: .1rem;
    color: var(--fs-color-primary);
    border-color: #ccc;
    border-radius: 1.5rem !important;
}

#footer .follow-icons a i {
    top: .1rem;
}

.footer-navigation {
    position:fixed;
    bottom:0;
    left:0;
    z-index:10000;
    right:0;
    
}

.footer-navigation  .col {
    padding:0 4px !important;
}

.footer-navigation  .col > .col-inner {
    border-radius:0.8rem;
}

.footer-navigation .icon-box  {
    justify-content:center;
    padding:.5rem;
    height:40px;
    overflow:hidden;
    flex-wrap:nowrap;
}

.footer-navigation .icon-box .icon-box-text{
    
   flex: 0 0 auto !important;
       padding-left: .4rem;
    align-self:center;
}

.zalo-col > .col-inner{
    background: linear-gradient(to right, #0068ff 0%, #257cf9 100%);
}

.phone-col  > .col-inner {
    background: linear-gradient(to right, var(--fs-color-primary) 0%, #ec4248 100%);
}

.themes-col   > .col-inner{
        background: linear-gradient(to right, #f94625 0%, #ef654b 100%);
}
/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/
.hero-section h1 {
    font-size: 3.6rem;
        margin-left: -3rem;
}
.hero-section h1 strong {
    color: var(--color-black);
    display: block;
    padding-left: 10%;
    font-size: 6rem;
}

.hero-section ul {
    list-style:none;
}

.hero-section ul li {
    background: url(/wp-content/uploads/2025/05/list-check.png) no-repeat left 0.5rem / 1.8rem auto;
    padding-left: 3rem;
    font-size:1.8rem;
    text-transform: capitalize;
    margin-left:0;
}

.hero-section .refund-text {
    background: linear-gradient(165deg, #FF3C00 0%, #040404 60%, #FFCA8C 90%);
    color: #fff;
    padding: 1rem 3rem 1rem 10rem;
    display: flex;
    align-items: center;
    border-radius: 10rem;
    font-size: 2.4rem;
    font-weight: bold;
    border: 0.3rem solid #fff;
    margin-bottom:4rem;
    position:relative;
        margin-left: 2rem;
}

.hero-section .refund-text:before {
    content:'';
    display:block;
    width:7.8rem;
    height:7.8rem;
    background: url(/wp-content/uploads/2025/05/redund-ticket.png) no-repeat center/contain;
        position: absolute;
    left: -2rem;
    top:-1rem;
}


.hero-section .section-bg:before{
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    aspect-ratio: 1 / 1;
    background-color: #ffffff00;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-37%, -70%);
    background: radial-gradient(circle at 50% 50%, #ffffff, #ffffff 50%, #ffffff00 70%, #ffffff00 100%);
}


.hero-section .section-bg:after{
    content:'';
    display:block;
    position:absolute;
    inset:0;
    background:url(/wp-content/uploads/2025/05/hero-banner-mask.png) 50% 50% / cover;
    
}

.hero-gallery-row > .col.large-7 {
    flex-basis: 60.356%;
    max-width: 60.356%;
}

.hero-gallery-row > .col.large-5 {
    flex-basis:39.644%;
    max-width:39.644%;
}


.hero-gallery-row > .col.large-8 {
    flex-basis:63.314%;
     max-width: 63.314%;
}

.hero-gallery-row .img {
    position:relative;
}

.hero-gallery-row .img img {
    border-radius:2rem;
}

.hero-gallery-row .img.img-1:after{
    content:'';
    position:absolute;
    left:-1.3rem;
    top:-1.3rem;
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/uploads/2025/05/img-1-after.png) no-repeat top left/cover;
}

.hero-gallery-row .img.img-2:after{
    content:'';
    position:absolute;
    right:-1.3rem;
    top:-1.3rem;
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/uploads/2025/05/img-2-after.png) no-repeat top right/cover;
}


.hero-gallery-row .img.img-3:after{
    content:'';
    position:absolute;
    right:-1.3rem;
    bottom:-1.3rem;
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/uploads/2025/05/img-3-after.png) no-repeat bottom right/cover;
}

.white {

    color:var(--color-black) !important;
}


.hero-section .button-group > .col  > .col-inner {
    display:flex;
    align-items:center;
    gap:2rem;
}


.hero-section .button-group .button {
    font-size: 1.8rem;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
      margin-right:0;
      flex:1;
}

.hero-section .button-group .button:hover {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0);
}



.banner-section .slider {
    margin-left: -1rem;
    margin-right: -1rem;
}
.banner-section .slider .flickity-slider > .row {
    opacity: 1;
    padding: 0 1rem;
}

.banner-section .images-col > .col-inner {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.button-group .button {
    font-size:1em;
}

.text-badge {
    background-color: var(--fs-color-primary);
    color: var(--color-white);
    display: inline-block;
    padding: .6rem 1.2rem;
    letter-spacing: 0.3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: .4rem;
        margin-bottom: 1rem;
}

.text-badge p{
    margin-bottom:0;
}

.animate-btn{
    padding: 0 36px;
    text-transform: initial;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);

    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.banner-section  .animate-img{
    width: 20%;
    position: absolute;
    right: -28px;
    bottom: 6%;
    -webkit-animation: pencil-animate 4s linear 1s infinite alternate;
    animation: pencil-animate 4s linear 1s infinite alternate;
}

@keyframes pencil-animate {
    0% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
}
50% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}
100% {
    -webkit-transform: translate(15px, -20px);
    transform: translate(15px, -20px);
}
}

.banner-section .slider .flickity-slider > .row > .col > .col-inner{
    border-radius:1rem 1rem 0 0 ;
    overflow:hidden;
}

.banner-section .slider .flickity-button-icon{
    background-color: var(--fs-color-primary);
    border: none;
    padding: 30%;
}

.bundle-section .content-col .button {
    line-height: 6.4rem;
    background-color: rgb(212 35 41 / 20%);
    border: none;
    color: var(--fs-color-primary);
    padding: 0 3rem;
}

.bundle-section .content-col .button:hover {
    background-color: var(--fs-color-primary);
    color: var(--color-white);
}

.bundle-section .icon-box-col > .col-inner {
    border-radius: 3rem;
    border: 1px solid var(--fs-color-primary);
    padding: 5rem 3rem;
    cursor: pointer;
    transition: all 0.3s;
}

.bundle-section .icon-box-col > .col-inner:hover {
    background-color: var(--color-white);
}

.commit-section .left-col .col-inner {
    display: flex;
    align-items: center;
}

.commit-section .left-col .icon-box .icon-box-img {
    max-width: 100%;
}

.commit-section .left-col .icon-box .icon-box-text {
    align-self: center;
    color: var(--color-black);
    font-size: 1.8rem;
}

.commit-section .left-col .icon-box h5 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0;
}

.commit-section .left-col .icon-box h3 {
    font-size: 5.4rem;
    color: var(--fs-color-primary);
    margin-bottom: 0;
}

.commit-section .left-col .icon-box .icon-box-text a {
    text-decoration: underline;
    color: var(--fs-color-primary);
}

.commit-section .right-col .box .box-text {
    background-color: transparent;
    font-size: 2rem;
    color: var(--color-black);
    bottom: 1.5rem;
    position: absolute;
}

.architecture-nav-section .button {
    margin: 0;
    font-size: 2.4rem;
    padding-right: 2.4rem;
    color: var(--color-black);
    background: url(/wp-content/uploads/2024/07/eye-ball-1.png) no-repeat right 50% / 2rem 2rem;
}

.architecture-nav-section .button:hover {
    color: var(--fs-color-primary);
}

.architecture-section .icon-box-title {
    width: fit-content;
    margin: 0 auto 1.5rem;
}

.architecture-section .icon-box-title .icon-box-text {
    align-self: center;
}

.architecture-section .icon-box-title .icon-box-text {
    font-size: 1.8rem;
    color: var(--text-color-secondary);
}

.architecture-section .icon-box-title .icon-box-text h3 {
    font-size: 4.8rem;
    margin-bottom: 1rem;
    line-height: 1;
}


.architecture-section .header-row.sticky {
    position:sticky;
    top: 7rem;
    z-index: 10;
}

.arrchitecture-section .header-row.sticky > .col  * {
    transition:all 0.3s;
}
.architecture-section .header-row.sticky > .col > .col-inner {
    padding: 1rem !important;
}



.architecture-section .header-row.sticky > .col > .col-inner strong {
    font-size: 1.6rem;
}


.logged-in .architecture-section .header-row.sticky {
    top: 10rem;
}

.architecture-section .header-row >.col+.col {
    border-left: 1px solid #ececec;
}

.architecture-section .header-row > .col:nth-child(2) > .col-inner {
    border-radius: 0.8rem 0 0 0;
}

.architecture-section .header-row > .col:nth-child(4) > .col-inner {
    border-radius: 0 0.8rem 0 0;
}

.architecture-section .header-row > .col > .col-inner p {
    margin-bottom: 0;
}
.architecture-section .header-row > .col > .col-inner strong {
    font-size: 2.4rem;
}

.architecture-section .heading-col > .col-inner{
    border: 1px solid #ccc;
}

.architecture-section .heading-col h3{
    margin-bottom: 0;
}

.architecture-section .body-row > .col > .col-inner {
    display: grid;
    place-content: center;
    padding: 1.2rem 2rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: var(--text-color-secondary);
}

.architecture-section .body-row > .col > .col-inner i {
    color:var(--fs-color-primary);
}

.architecture-section .body-row-container + .heading-title-row > .col > .col-inner {
   border-top: 0;
}

.architecture-section .body-row > .col > .col-inner p:last-child {
    margin-bottom: 0;
}

.architecture-section .body-row > .col:nth-child(1) > .col-inner {
    display: block;
    border-left: 1px solid #ccc;
}

.architecture-section .body-row > .col .text.top {
    position: relative;
    cursor: pointer;
}

.architecture-section .body-row > .col .text.top:after {
    content: '\f0d7';
    font-family: var(--FontAwesome);
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

.architecture-section .body-row > .col .text.top.show:after {
    content: '\f0d8';
}

.architecture-section .body-row > .col .text.sub {
    display: none;
    margin-top: 1rem;
}

.architecture-section .footer-row .button {
    line-height: 5.2rem;
    border: none;
    margin: 0;
}


.themes-section .themes-row > .col > .col-inner {
    border:1px solid rgb(217, 217, 217);
    border-radius:1rem;
    overflow: hidden;
}


.themes-section .themes-row .browser_dots {
    height:2rem;
}

.themes-section .themes-row .browser_dots .dot {
    width:.6rem;
     height:.6rem;
}

.themes-section .themes-row .box .box-image img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}



.themes-section .themes-row .box .box-image .demo-link-wrapper{
        position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 50%);
    z-index: -1;
    opacity:0;
    transition: all 0.3s
}



.themes-section .themes-row .box:hover .box-image .demo-link-wrapper {
    z-index: 1;
    opacity:1;
}

.themes-section .themes-row .box .box-image .demo-link-btn {
        color: #fff;
    background: var(--fs-color-primary);
    padding: 1.2rem 3.6rem;
    border-radius: 10rem;
    font-size: 1.6rem;
    transform:translateY(200%);
    transition: all 0.3s;
    opacity:0;
}

.themes-section .themes-row .box .box-image .demo-link-btn:hover {
       box-shadow: 0 0 5rem 0 rgb(0 0 0 / 30%) inset;
    transition: all 0.3s;
  
}

.themes-section .themes-row .box:hover .box-image .demo-link-wrapper .demo-link-btn  {
  transform:translateY(0%);
      opacity:1;

}



.themes-section .themes-row .box .box-text {
    padding: 1rem 2.4rem 2.4rem;
    margin-top: 1rem;

}


.themes-section .themes-row .label-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.themes-section .themes-row .label-wrapper p {
    border-radius: .8rem;
    background-color: var(--fs-color-primary);
    color: var(--color-white);
    padding: .2rem 1rem;
    font-size: 1.4rem;
}

.themes-section .themes-row .label-wrapper p.outline {
    border: 1px solid var(--fs-color-primary);
    background-color: transparent;
    color: var(--fs-color-primary);
}

.themes-section .themes-row .title-wrapper {
    margin-bottom: 1rem;
}

.themes-section .themes-row .title-wrapper h3 {
    color: var(--text-color-third);
    font-size: 2.4rem;
}

.themes-section .themes-row .code-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    color: var(--text-color-third);
    flex-wrap: wrap;
}

.themes-section .themes-row .code-wrapper  .theme-badge{
    border-radius: .8rem;
    background-color: var(--fs-color-primary);
    color: var(--color-white);
    padding: .2rem 1rem;
    font-size: 1.4rem;
}

.faqs-section {

}

.accordion .accordion-item .accordion-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-black);
    padding: 2.4rem 4.8rem 2.4rem 2.4rem;
    border-top: none;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.accordion .accordion-item:has( + .accordion-item .accordion-title.active ) .accordion-title{
    border-color: transparent;
}

.accordion .accordion-item .accordion-title.active {
    color: var(--fs-color-primary);
    background-color: #FFF1EB;
    border-color: transparent;
}

.accordion .accordion-item .accordion-title .toggle {
    left: auto;
    right: 0;
    opacity: 1;
    top: 1.8rem;
    transition: all 0s ;
}

.accordion .accordion-item .accordion-title .icon-angle-down {
    font-size: 1.8rem;
    color: currentColor;
    transition: all 0s ;
}

.accordion .accordion-item .accordion-title .icon-angle-down::before {
    content: '\f067';
    font-family: var(--FontAwesome);
    font-weight: bolder;
}

.accordion .accordion-item .accordion-title.active .icon-angle-down::before {
    content: '\f068';
    font-family: var(--FontAwesome);
    font-weight: bolder;
}

.accordion .accordion-item .accordion-inner{
    padding: 1em 2.4rem;
}


/*************** END HOME PAGE ***************/


/*************** ARCHIVE THEMES ***************/
.post-type-archive-themes_store #header {
    position:absolute;
}

.post-type-archive-themes_store #header .header-bg-color, 
.post-type-archive-themes_store #header .header-bg-image, 
.post-type-archive-themes_store #header .header-bottom, 
.post-type-archive-themes_store #header .header-wrapper {
    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
}

.nav-container{
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap:1.5rem;
    margin-bottom: 0;
    padding: 2rem;
    background: #f5f5f5;
    border-radius:.8rem;
    margin-bottom:3rem;
}

.nav-container .animate-searchform {
    max-width:40rem;
}


.nav-container .animate-searchform input {
       height: 5rem;
    border-radius: .5rem 0 0 .5rem;
    box-shadow: none;
    border: none;
}


.nav-container .animate-searchform button {
    height: 5rem;
    border-radius:  0 .5rem  .5rem 0;
    width:5rem;
    border:none;
    background-color:var(--fs-color-primary);
    margin:0;
}

.custom-menu {
    margin-bottom: 0;
    display:block;
    width:100%;
    list-style:none;
    

    

}

.custom-menu > li {
    position:relative;
    border: none;
    padding: 1rem 0rem;
    display: inline-flex;
    align-items: center;
    gap: .8rem;
     margin: 0 1.5rem;
}

.custom-menu > li:first-child {
    margin-left:0;
}

.custom-menu > li:last-child {
    margin-right:0;
}



.custom-menu li:hover > a,
.custom-menu li.active > a {
    color:var(--fs-color-primary);
}
.custom-menu > li > a {
    line-height: 2rem;
    padding: 0rem;
    display:inline-block;
}

.custom-menu .sub-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    transform: translateY(100%);
    background: var(--color-white);
    width: 30rem;
    border-radius: .4rem;
    padding: 1.2rem 2.4rem;
    opacity:0;
    margin:0;
    z-index:-1;
        box-shadow: 0 0 1rem 0 rgb(0 0 0 / 5%);
        list-style:none;
}

.custom-menu .sub-menu a {
    color:var(--color-black);
}



.custom-menu > li:hover .sub-menu {
  z-index:100;
    opacity:1;
}


/*************** END ARCHIVE THEMES ***************/



/*************** CUSTOM ***************/

.box-i-cus .icon-box-img {
    color:#fff;
}
.box-i-cus .icon-inner {
background-color: var(--fs-color-primary);
    border-radius: 40px;
    height: 40px;
    padding: 3px;
}

.box-i-cus .icon-inner svg {
    padding-top:0;
}

.tab-cus-2 .box-blog-post {
    border-radius: 34px;
    box-shadow: 0px 0px 10px 0px rgba(223, 223, 223, .5);
    background-color: #fff;
    overflow: hidden;
    font-size: 15px;
}

.tab-cus-2 .box-blog-post .box-text{
        padding: 1rem 2rem 2.5rem;
}

.blog-left .box-blog-post .box-text .is-divider{
    display:none;
}

.blog-left img {
    border-radius: 11px;
}


.blog-archive #post-list .post-item > .col-inner {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 1.5rem 0rem rgb(0 0 0 / 10%);
    transition:all 0.3s;
}

.blog-archive #post-list .post-item:hover > .col-inner {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 1.5rem 1rem rgb(0 0 0 / 10%);
}


.blog-archive #post-list .post-item > .col-inner .box-blog-post .box-text {
        padding: 1rem;
}

.blog-archive #post-list .post-item > .col-inner .box-blog-post .is-divider {
    display:none;
}

.box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 1.5;
    height: 6rem;
    margin-bottom: .5rem;
}


.box-blog-post .from_the_blog_excerpt  {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 1.5;
    height: 4.2rem;
    margin-bottom: .5rem;
}


.blog-single  .entry-category a,
.blog-single .entry-meta a{
    color:var(--fs-color-primary);
}

.blog-single .entry-category a:hover,
.blog-single .entry-meta a:hover {
   text-decoration:underline;
}

.blog-single h1, 
.blog-single h2, 
.blog-single h3, 
.blog-single h4,
.blog-singleh5,
.blog-single h6,
.blog-single .heading-font {
    color: var(--color-black);
}



.post-sidebar .widget{
    padding:1rem;
        border: 1px solid #dbdbdb;
}

.post-sidebar .widget .widget-title {
    
}
.post-sidebar .widget .is-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 1px;
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 0;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}

.header.show-on-scroll, .stuck .header-main {
    height: 70px !important;
    background: #fff;
}



.header-demo {
    height: 40px;
    background: var(--primary-color);
    position: relative;
    z-index: 9999;
    line-height: 40px;
    font-size: 1.4rem;
}

.header-demo img {
    width: 27px;
    height: 27px;
    vertical-align: text-bottom;
}

.header-demo img.image-2 {
    display: none;
}

.header-demo a {
    text-decoration: none;
    color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-demo .demo-choose {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.header-demo  i {
    margin-right:.4rem;
}

.header-demo a.active,
.header-demo a:hover {
    color: #ccc;
}

.header-demo a.is-active .image-2,
.header-demo a:hover .image-2 {
    display: inline-block;
}

.header-demo a.is-active .image-1,
.header-demo a:hover .image-1 {
    display: none;
}

.header-demo  .choose-btn{
background: #f44336;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 10rem;
    margin-right: 1rem;
}

.header-demo  .demo-tools {
        display: flex;
    align-items: center;
    justify-content: right;
}

.header-demo .close1 {
    font-size: 2rem;
    color: #fff;
    cursor:pointer;
}

#demo {
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
}


.demo-wrapper {
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0;
    padding-top: 4rem;
}

.demo-wrapper.has-wp-toolbar {
    padding-top:0;
}

.logged-in .demo-wrapper.has-wp-toolbar {
    padding-top: 3rem;
}

.logged-in .demo-wrapper {
  padding-top: 7rem;
}

.demo-wrapper .demo-view {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.demo-wrapper .demo-view iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demo-wrapper .demo-view iframe.mobile {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 549px;
    height: 90vh;
}

.demo-wrapper .demo-view iframe.tablet {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 849px;
    height: 90vh;
}


.bottom_support {
    height: 45px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #32a22d;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    line-height: 45px;
    z-index: 9999;
}

/*************** END CUSTOM ***************/



@media only screen and (min-width: 1200px) {  
    .header-full-width .container {
        padding: 0 5rem;
    }
}



@media only screen and (max-width: 1400px) and (min-width: 850px) {
	.hero-section h1{
		padding-left: 20px
	}
	.hero-section h1 strong {
		font-size: 5rem;
	}
}
@media only screen and (max-width: 1200px) {  
    .pricing-table-row > .col {
        flex-basis: 50%;
        max-width:50%;
    }

    .commit-section .left-col .icon-box .icon-box-text {
        align-self: center;
        color: var(--color-black);
        font-size: 1.8rem;
        flex: 1 1 100%;
    }

    #header #masthead .header-nav-main .menu-item a {
        font-size: 1.6rem;
    }

    #header #logo {
        width: 14rem ;
    }

    #header .header-button .button {
        min-height: 4.4rem;
        line-height: 4.2rem;
        font-size: 1.6rem;
    }

    #header #masthead .header-nav-main .menu-item {
        margin: 0 1.2rem;
    }
    
    .nav-container {
        flex-wrap: wrap-reverse;
    }
    
    .custom-menu {
       width:100%;
       display:block
    }
    

 
}

@media only screen and (max-width: 1080px) {
    #header #masthead .header-nav-main .menu-item a {
        font-size: 1.4rem;
    }

    #header #logo {
        width: 12rem ;
    }

    #header #masthead .header-nav-main .menu-item {
        margin: 0 1rem;
    }

    #header .header-button .button {
        min-height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }
    
        .home-focus .flickity-slider > .row {
        max-width: 50% !important;
    }

}


@media only screen and (max-width: 849px) {
     .hero-section .section-bg:before{
        content:unset;   
     }
    .hero-section .section-bg:after {

            background: url(/wp-content/uploads/2025/05/hero-mb-mask.png) left 35% / cover;
    }
    
    
	.hero-section .refund-text {
        margin-bottom: 3rem;
        font-size: 1.5rem;
    }
    
    .hero-section h1 {
        font-size: 2.4rem;
        margin-left: 0;
        text-align: center;
    }
    
    .hero-section h1 strong {
        padding-left: 0;
        font-size:4rem
    }
    
    .hero-section ul li {
        background: url(/wp-content/uploads/2025/05/list-check.png) no-repeat left 0.5rem / 1.6rem auto;
        padding-left: 2.4rem;
        font-size: 1.5rem;
    }


		div#button-contact-vr {
        display:none
    }
	
	#footer {
    margin-bottom: 6rem;
}

    .header-main {
        height: 7rem !important;
    }


    /*************** ADD TABLET CSS HERE  ***************/
    .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        font-size: 1.6rem;
    }

    #footer .contact-row {
        padding: 0 1.5rem;
    }
    #footer .contact-row > .col > .col-inner{
         background: linear-gradient(225deg, #d22727 0%, #912020 100%);
         border-radius: 3rem;
         padding: 3rem 4rem;
    }

    .banner-section .slider .flickity-slider > .row {
        max-width: 33.34% !important;
    }

    .pricing-table-row > .col {
        flex-basis: 85%;
        max-width:85%;
    }

    .pricing-table-wrapper .pricing-table .button {
        font-size: 1.6rem;
    }

    .architecture-section .icon-box-title .icon-box-text h3,
    .section-heading-title {
        font-size: 3.6rem;
    }

    .section-heading-title.smaller {
        font-size: 2.8rem;
    }

    .pricing-table-wrapper .pricing-table .title  {
        font-size: 3.2rem;
    }

    .architecture-nav-section .button {
        font-size: 2rem;
    }

    .commit-section .left-col .icon-box h3 {
        font-size: 4.6rem;
    }

    .button:not(.icon)  {
        min-height: 4.6rem;
        line-height: 4.6rem;
                font-size: 1.4rem;
    }
    .bundle-section .content-col .button {
        line-height: 4.8rem;
    }

    .architecture-section .header-row > .col > .col-inner strong {
        font-size: 2rem;
    }
    
    .home-focus .flickity-slider > .row {
        max-width: 70% !important;
    }
    
    .banner-section .images-col > .col-inner {
        justify-content: flex-start;
    }
    
    .banner-section .animate-img {
        right: 5%;
    }
    
    .logged-in .demo-wrapper {
        padding-top: 4rem;
    }

    .logged-in .demo-wrapper.has-wp-toolbar {
           padding-top: 0rem;
    }
    
    .footer-navigation .icon-box .icon-box-img{
          width:1.4rem !important;
        
    }
    
    .footer-navigation .icon-box .icon-box-text{
          font-size:1.4rem;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    .medium-logo-left .flex-right {
        flex: 1 1 auto;
        order: 3;
    }

    .hero-section .refund-text {
        padding: 1rem 1rem 1rem 4rem;
    }
    .hero-section .refund-text:before {
        content: '';
        display: block;
        width: 5.2rem;
        height: 5.2rem;
        background: url(/wp-content/uploads/2025/05/redund-ticket.png) no-repeat center / contain;
        position: absolute;
        left: -2rem;
        top: -0.5rem;
    }
    
    .hero-gallery-row  {
         margin-left: -7.5px;
        margin-right: -7.5px;
        padding:0 2rem !important;
    }
    
    .hero-gallery-row > .col {
        padding:0 0.75rem 1.5rem !important;
    }
    
    .hero-gallery-row .img img {
    border-radius: 1rem
10px
;
}


    .architecture-section .icon-box-title .icon-box-text h3,
    .section-heading-title {
        font-size: 2.4rem;
    }

    .bundle-section .content-col .button {
        line-height: 4rem;
    }

    .section-heading-title.smaller {
        font-size: 2rem;
    }
    
   .banner-section .section-heading-title.smaller {
        font-size: 1.8rem;
    }

    .pricing-table-wrapper .pricing-table .title  {
        font-size: 2.4rem;
    }

    .pricing-table-wrapper .price-badge {
        font-size: 1.6rem;
    }
    .pricing-table-wrapper .price-badge strong {
        font-size: 2.4rem;
    }

    #footer .contact-row > .col > .col-inner{
        padding: 3rem 1.5rem;
   }

   .banner-section .slider .flickity-slider > .row {
        max-width: 50% !important;
    }

    .pricing-table-row > .col {
        flex-basis: 100%;
        max-width:100%;
    }

    .pricing-table-wrapper .pricing-table .button {
        font-size: 1.5rem;
        float: none;
        width: 100%;
        text-align: center;
        min-height: 4rem;
        line-height: 4rem;
       
    }
    .commit-section .left-col .icon-box .icon-box-text {
        font-size: 1.6rem;
    }

    .commit-section .left-col .icon-box h5 {
        font-size: 2rem;
        white-space: pre-wrap;
    }

    .commit-section .left-col .icon-box h3 {
        font-size: 2.8rem;
    }

    .button:not(.icon)  {
        min-height: 4rem;
        line-height: 4rem;
    }
    .architecture-section .header-row > .col > .col-inner p {
        font-size: 1.2rem;
    }

    .architecture-section .header-row > .col > .col-inner strong {
        font-size: 1.5rem;
    }

    .architecture-section .body-row > .col > .col-inner {
        font-size: 1.6rem;
    }
    .accordion .accordion-item .accordion-title {
        font-size: 1.6rem;
        padding: 2 4rem 2rem 2rem;
    }
    
    .bundle-section .icon-box-col .icon-box .icon-box-img  {
        width:10rem !important;
    }
    
    .bundle-section .icon-box-col .icon-box h3  {
        font-size: 1.25em;
                white-space: pre-wrap;
    }
    
    .nav-container .animate-searchform input {
        height: 4rem;
    }
    
    .nav-container .animate-searchform button {
        height: 4rem;
        width: 4rem;
        min-height: 4rem;
        line-height: 4rem;
    }
    
        .home-focus .flickity-slider > .row {
        max-width: 100% !important;
    }
    
    .nav-container {
        gap: 1.5rem;
        padding: 2rem 1rem;
    }
        
    .custom-menu > li {
        margin: 0 1.5rem;
    }
    
    .custom-menu > li img {
       width:1.6rem; 
    }
    
    .custom-menu > li > a {
        font-size:1.2rem;
    }
    
    .button-group  .button:not(.icon) {
        font-size: 1.2rem;
        padding: 0 1rem;
    }
    
        .button-group.bigger .button:not(.icon) {
        font-size: 1.4rem;
        padding: 0 1rem;
    }
    .button-group.expand > .col > .col-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
		gap:1rem
    }  
    

	
	.button-group.expand .button:not(.icon) {
        font-size: 1rem;
        padding: 0 1rem;
        width: 100%;
        white-space: nowrap;
		margin:0
    }
    
    	#header #wide-nav .header-button .button {
		min-height: 4.2rem;
		line-height: 4.2rem;
		font-size: 1.2rem;
		font-weight: 400;
		max-width: 12.5rem;
		line-height: 1;
	}
    .footer-navigation .icon-box .icon-box-img{
          width:1.2rem !important;
        
    }
    
    .footer-navigation .icon-box .icon-box-text{
          font-size:1.2rem;
    }	
    
    .animate-searchform input::placeholder {
        font-size:1.2rem;
    }

	
}

@media only screen and (max-width: 400px) {
    .pricing-table-wrapper .price-badge {
        font-size: 1.5rem;
    }
    .pricing-table-wrapper .price-badge strong {
        font-size: 2rem;
    }
    .pricing-table-wrapper .pricing-table-items .bullet-item {
        font-size: 1.5rem;

    }
    
    .footer-navigation .icon-box .icon-box-img {
          width:1rem !important;
        
    }
    
    .footer-navigation .icon-box .icon-box-text{
          font-size:1rem;
    }
}
