@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;

}

* {
    box-sizing: border-box;
}

/* initial */
html, body {
  font-family: var(--font-sans);
  color: #10151C;
  width: 100%;
  margin: 0;
}

a{
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 20px 0;
}

ul{
    padding: 0px;
    margin: 0;
}

ul li{
    list-style: none;
}

p{
    margin: 0 0 26px 0;
    font-weight: 300;
    line-height: 160%;
}

ul li a{
    color: #10151C;
    text-decoration: none;
}

.form-control{
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #e4e5ee;
    color: #10151c;
    font-size: 13px;
}

input.form-control::placeholder{
    color : #9a9da7;
    font-size: 14px;
}

/* navigation */
.navigation .navbar-top{
 background: #F5F8FC;
}

.navigation .navbar-top .container{
 display: flex;
 justify-content: space-between;
}

.navigation .navbar-top .content-left, .navigation .navbar-top .content-right{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.navigation .navbar-top ul li{
    display: flex;
    gap: 2px;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}

.navigation .navbar-top ul li a{
   cursor: pointer !important;
}
.navigation .navbar-top ul li a:hover{
   color: #0081e0;
}

.navigation .navbar-top ul li .dropdown-menu li, .navigation .navbar-top ul li .sub-menu li{
    padding: 8px 20px !important;
}

.navigation .navbar-top span.fa{
    font-size: 11px;
}

/* Dropdown Menu */

.dropdown{
    position: relative;
}

.dropdown-menu, .sub-menu {
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 8px;
    display: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 999;
}

.navbar-bottom .dropdown .dropdown-menu, .navbar-bottom .dropdown .sub-menu{
    left: 0;
}

.dropdown-menu li, .sub-menu li{
    padding: 2px 24px;
    font-size: 16px;
    text-transform: none;
    position: relative;
}

.navbar-bottom .nav-lists{
    position: relative;
}

.navbar-bottom .nav-lists .dropdown{
    position: unset;
}

.navbar-bottom .nav-lists .dropdown-menu, .navbar-bottom .nav-lists .sub-menu{
    position: absolute;
    top: 53px;
    border-radius:  0 0 8px 8px;
    box-shadow: 0 5px 12px #999;
}

.navbar-bottom>li>.dropdown-menu, .navbar-bottom>li>.sub-menu{
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    float: left;
    min-width: 160px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    font-size: 14px;
}

.navbar-bottom ul.nav-lists img.menu-image {
    margin-top: 5px;
    width: 80px;
    height: 80px;
}

@media (min-width: 768px) {
    .navbar-bottom>li>.dropdown-menu {
        border: medium none;
        border-radius: 6px;
        box-shadow: 0 8px 12px #999;
        z-index: 3;
        margin-top: 4px;
    }
}

/* Show menu on hover */
.menu-item-has-children{
    position: relative;
}

.dropdown:hover .dropdown-menu, .menu-item-has-children:hover .sub-menu{
    display: block;
    width: max-content;
}

.navbar-bottom .dropdown:hover .dropdown-menu .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    max-width: 1200px;
}

.navbar-bottom .dropdown .dropdown-menu ul li{
    padding: 0;
    font-weight: 600;
    margin-bottom: 24px;
}

.navbar-bottom .dropdown .dropdown-menu ul li .lists a{
    color: #10151C;
}

.navbar-bottom .dropdown .dropdown-menu ul li .lists a:hover{
    color: #0183E1;
}

.navbar-bottom .dropdown .dropdown-menu{
    padding:  24px 24px 0 24px;
    max-width: 1150px;
}

.navbar-bottom .dropdown .dropdown-menu ul li:hover{
    background: #fff;
    cursor: pointer;
    color: #0081e0;
}

@media screen and (max-width: 768px) {
  .mobile-icon.burge-menu:hover .navbar-bottom{
    display: flex ;
  }
}

/* .navbar */
.navbar {
    padding: 20px 0;
}

.navbar .logo img{
    max-width: 312px;
    height: 40px;
}

.navbar .container {
    display: flex;
    gap: 32px;
    white-space: nowrap; 
    align-items: center;
}

.navbar .navbar-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar .navbar-link .cart{
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar .navbar-link .cart img{
    height: 23px;
}

.navbar .navbar-link .cart .meta-info{
    align-items: start !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.navbar .navbar-link .cart .meta-info .quantity{
    font-weight: 400;
}

.navbar .navbar-link .cart .meta-info a{
    color: #0183E1;
    font-weight: 400;
}

.navbar .container .navbar-link .contact{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.navbar .container .navbar-link .phone-number{
    color: #0183E1;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar .container .navbar-link .meta-info{
    display: flex;
    align-items: center;
    gap: 3px;
    color: #10151C;
    font-size: 12px;
    font-weight: 500;
}

.navbar .container .navbar-link .meta-info p{
    margin: 0;
}

.vertical-line {
    width: 1px;     
    height: 11px;        
    background-color: #b7b7be; 
    border: none;
    margin: 0;
}

.vertical-line-large {
    width: 1px;     
    height: 30px;        
    background-color: #b7b7be; 
    border: none;
    margin: 0;
}

.field-search {
    display: flex;
    gap: 0;
    align-items: center;
    height: 40px;
    flex: 1;  
}

.field-search .form-control{
    font-size: 13px;
    padding: 19px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #E4E5EE;
    height: 40px !important;
    max-height: 18px !important;
}

.field-search button.btn-primary{
    border-radius: 0 6px 6px 0; 
    background-image: url("../img/search-button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    height: 40px;
    width: 40px;
    height: 100%;
    padding: unset;
}

.navigation .navbar-bottom{
    background-image: url('../img/shadow.png');
    border-bottom: 4px solid #5EAF00;
    background-repeat: no-repeat;
    background-position: top center;
}

.navigation .navbar-bottom .nav-lists{
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
}

.navigation .navbar-bottom .nav-lists li{
    padding: 12px 11.5px;
    border-radius: 8px 8px 0 0;
    letter-spacing: -.4px;
}

.navigation .navbar-bottom .nav-lists li:hover a{
    color: #ffff;
}

.navigation .navbar-bottom .nav-lists li a span.fa{
    font-size: 10px;
    position: relative;
    top: 4px;
    left: 2px;
}

.navigation .navbar-bottom .nav-lists span.menu-title {
    display: block;
}

.navigation .navbar-bottom .nav-lists li:hover{
    background: linear-gradient(180deg, #77C201 0%, #52A400 100%);
}

.navigation .navbar-bottom .nav-lists li .list li a{
    display: block;
    color: #10151C !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.navigation .navbar-bottom .nav-lists li .list li .lists a{
    font-size: 14px;
    padding: 0 0 2px 15px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAIAAACAMfp5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG9JREFUeNpinDZt2tGjRxkYGMrLy3V1dRng4P///0uXLpUHAyDjPwwwQKjDhw/r6ekhyzHAlVy6dAlZDiEB0QcxE8hASHz48MHHxwcoWllZidABNMfW1hYuCpXYsmULxPSOjg6Eq4D+wHQrEAAEGABJIo1llWgd8AAAAABJRU5ErkJggg==) no-repeat 0 5px;
}

.navigation .navbar-bottom .nav-lists li .list li .lists a:hover{
    color: #0081e0 !important;
}


/* #footer-main */
#footer-main{
    background: #10151c;
    color: #ffff;
    margin-top: 48px;
    padding: 64px 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    float: left;
    clear: both;
    width: 100%;
}

#footer-main a:hover{
    color: #0183e1 !important;
}

#footer-main .top-content .container{
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

#footer-main .top-content .footer-widget{
    flex: 1;
    font-size: 16px;
}

#footer-main .top-content .footer-widget .title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 23px;
}

#footer-main .top-content .footer-widget a{
    color: #8189a2;
    font-size: 16px;
}

#footer-main .top-content .footer-widget ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 12px;
    color: #8189a2;
}

#footer-main .top-content .footer-widget ul li{ 
    list-style: disc;
}

#footer-main .top-content .footer-widget ul li ul { 
    padding: 16px 0 !important;
    position: unset !important;
    background: unset !important;
}

#footer-main .top-content .footer-widget ul li ul li { 
    list-style: none !important;
    padding: 0 !important;
}

#footer-main .top-content .footer-widget .contact-details{
    padding: 0;
}

#footer-main .top-content .footer-widget .contact-details li{
    list-style: none;
    display: flex;
    gap: 15px;
    color: #fff;
}

#footer-main .top-content .footer-widget .contact-details li a,
#footer-main .top-content .footer-widget .contact-details li p{
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

#footer-main .top-content .footer-widget .contact-details li p{
    margin: 0;
}

#footer-main .footer-widget .newsletter .description {
    font-size: 14px;
    margin-bottom: 12px;
}

#footer-main .footer-widget .newsletter a{
    background: var(--lenear, linear-gradient(270deg, #0081e0 0%, #00c0f0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 14px;
    line-height: 16px;
}

#footer-main .footer-widget .newsletter form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#footer-main .footer-widget .newsletter form input::placeholder{
    color : #9a9da7;
    font-size: 14px;
}

#footer-main .footer-widget .newsletter form input{
    width: unset;
}

.btn.btn-primary.btn-blue-gradient{
    color: #fff;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(270deg,#0081e0 0%,#00c0f0 100%)!important;
    border: none;
}

#footer-main .bottom-content .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    color: #8189a2;
}

#footer-main .bottom-content .link{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#footer-main .bottom-content .link a{
    color: #fff;
    font-size: 12px;
}

#footer-main .bottom-content .social-link{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

#footer-main .bottom-content .social-item{
   border: 1px solid rgba(255 255 255 / .1);
   border-radius: 50%;
   display: flex;
    align-items: center;
    justify-content: center;
   width: 40px;
    height: 40px;
}

#footer-main hr{
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
    border: 1px solid #313131;
}

#footer-main .textwidget ul li{
    list-style: none !important;
    display: flex;
    gap: 12px;
}

#footer-main .textwidget ul li i{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-main .textwidget ul li:last-child{
    color: #fff;
}

#footer-main .textwidget ul{
    padding-left: 0 !important;
}

#footer-main .textwidget ul li p{
    margin-bottom: 0;
}

.navigation .mobile-icon{
    display: none;
}

.navbar-top .mobile-link{
    display: none !important;
}

.navigation .mobile-icon img{
    width: 26px;
}

.cart-qty-float{
    display: hidden;
}

/* RESPONSIVE */

@media screen and (max-width: 1200px) {
    .navbar-bottom .dropdown .dropdown-menu{
        max-width: 950px;
    }
}

@media screen and (max-width: 1000px    ) {
    .navbar-bottom .dropdown .dropdown-menu{
        max-width: 900px;
    }
 }

 @media screen and (max-width: 800px) {
    .navbar-bottom .dropdown .dropdown-menu{
        max-width: 700px;
    }
 }

@media screen and (max-width: 990px) {


}

@media screen and (max-width: 840px) {
    .navbar .logo img{
        height: 29px;
    }
    .navigation .navbar-bottom .nav-lists{
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media screen and (max-width: 768px) {
    .navbar .container{
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .navbar .logo{
        width: 100%;
    }

    .navbar .logo img{
        height: 24px;
    }

    .navbar .navbar-link, .navbar-bottom{
        display: none;
    }

      .navigation .mobile-icon.cart-menu {
        position: relative;
      }

    .navigation .mobile-icon.cart-menu img{
        width: 31px;
    }

    .navbar{
          border-bottom: 4px solid #5EAF00;
    }
    #footer-main .bottom-content .container{
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
    }

        .navigation .mobile-icon{
        display: block;
    }

    #footer-main .top-content .container{
        flex-direction: column;
        gap: 12px;
    }
    
    .navigation .mobile-link{
        display: flex !important;
    }
    
    .navigation .desktop-link{
        display: none !important;
    }

    .navigation .navbar-bottom .nav-lists li .list li .lists a{
        font-size: 16px;
    }

    .btn.btn-primary.btn-blue-gradient{
        font-size: 16px;
        font-weight: 600;
    }

    .navigation .navbar-bottom .nav-lists li .list li .lists a{
        background: unset !important;
    }
    .navigation .navbar-bottom .nav-lists li .list li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #footer-main .top-content .footer-widget .title{
        margin-bottom: 0;
    }

    #footer-main .top-content .footer-widget .title h4{
        margin-bottom: 0;
    }

    .footer-widget .title {
        position: relative;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
        font-size: 16px;
        user-select: none;
        padding-left: 16px;
    }

    .footer-widget .title::before {
        content: "▾";        
        position: absolute;   
        left: -4px; 
        top: -4px;  
        color: #00a5f1;
        transition: transform .25s ease;
        font-size: 20px;
        transform: rotate(-90deg);
    }

    .footer-widget ul, .footer-widget .description,  .footer-widget form {
        max-height: 0;
        overflow: hidden;
        transition: max-height .28s ease, opacity .28s ease;
        opacity: 0;
        margin-top: 8px;
        padding-left: 18px;   
    }

    .footer-widget.open ul, .footer-widget.open  .description,  .footer-widget.open  form {
        max-height: 1000px;   
        opacity: 1;
    }


    .navigation .navbar-bottom .nav-lists li:hover a{
        color: #fff;
    }

    .navbar .logo{
        display: flex;
        justify-content: center;
    }

    .navbar .logo img{
        height: 40px;
    }

    .footer-widget.open .title::before {
        transform: rotate(0);
    }

    .footer-widget ul li {
        padding: 8px 0;
    }

    .footer-widget .title:active {
        opacity: 0.85;
    }

    .navigation .navbar-bottom .nav-lists li .list li a{
        color: #fff !important
    }

     .cart-qty-float{
        position: absolute;
        top: -8px;
        right: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        color: #ffffff;
        background: red;
        font-size: 10px
    }

    #footer-main .top-content .footer-widget ul{
        padding-left: 32px;
        gap: 4px;
        margin-bottom: 0;
    }

    #footer-main .top-content .footer-widget ul li a{
        padding-left: 0;
    }

    #footer-main .footer-widget .newsletter .description{
        margin-top: 16px !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }

    #footer-main .footer-widget .newsletter .description p{
        margin-bottom: 0 !important;
    }

    #footer-main .top-content .footer-widget .contact-details{
        padding-left: 16px;
    }

    .navbar-bottom{
        position: absolute;
        width: 100%;
        z-index: 99;
        border-bottom: none !important;
        background: #666;
        background-image: unset !important;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.35s ease, opacity 0.35s ease;
        display: block; 
    }

    .navigation .navbar-bottom.show-menu {
        opacity: 1;
        max-height: fit-content
    }

    .navbar-bottom .container .nav-lists{
        display: flex ;
        flex-direction: column;
        border-bottom: none !important;
        font-size: 16px;
        padding: 0;
    }

    .navbar-bottom .container .nav-lists li{
        background: unset;
        padding: 8px 0 !important;
        border-bottom: 1px solid #7a7a7a;
        display: flex;
        justify-content: space-between;
    }

    .navbar-bottom .container .nav-lists li span.fa{
        display: none;
    }

     .navbar-bottom .container .nav-lists li a{
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-bottom ul.nav-lists img.menu-image{
        display: none;
    }

    .navbar-bottom .container .nav-lists li a::after {
        color: #fff;
        content: "+";
        font-family: Arial;
        font-display: swap;
        font-size: 20px;
        font-weight: 400;
    }

    .navbar-bottom .container .nav-lists li.dropdown.open{
        border-bottom: none !important;
        max-width: 100%;
        width: 100%;
    }   

    .navbar-bottom .container .nav-lists li a::after{
        display: none
    }

    .navbar-bottom .container .nav-lists li.dropdown a::after{
        display: flex
    }

    /* .navbar-bottom .container .nav-lists li .dropdown-menu .list li:last-child{
        border-bottom: none !important;
    }    */

    .navbar-bottom .container .nav-lists .dropdown.open .dropdown-menu{
        width: 100%;
        max-width: 100%;
        max-height: 100% !important;
        margin-top: 8px;
        border-top: 1px solid #7a7a7a;
        padding-bottom: 0;
    }

        .navbar-bottom .container .nav-lists .dropdown.open .dropdown-menu .open-lists{
        padding-bottom: 0 !important;
    }

    .navbar-bottom .container .nav-lists .dropdown.open .dropdown-menu .open li{
        max-height: 100% !important;
        margin-top: 8px;
        border-top: 1px solid #7a7a7a;
        padding-bottom: 0;
    }

    .navigation .navbar-bottom .nav-lists li .list li a{
        margin-bottom: 0 !important;
    }
    

    .navigation .navbar-bottom .nav-lists li:hover{
        background: none;
    }

    .navbar-bottom .container .nav-lists li.open > a::after {
        content: "–"; 
    }

    .navbar-bottom .container .nav-lists li.open-lists > a::after {
        content: "–";
    }

    .navbar-bottom .container .nav-lists li a::after {
        color: #fff;
        content: "+";
        font-family: Arial;
        font-display: swap;
        font-size: 20px;
        font-weight: 400;
    }

    .navbar-bottom .dropdown:hover .dropdown-menu .container{
        display: block;
    }

    .navbar-bottom .container .nav-lists li.dropdown{
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .navbar-bottom .lists {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    .navbar-bottom li.open-lists > .lists {
        max-height: fit-content;
        opacity: 1;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu .list li:hover{
        background: none;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu  .container{
        padding: 0;
        margin: 0;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu ul li{
        padding-left: 28px !important;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu li{
        border-bottom: none;
        color: #FFF;
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px solid #7a7a7a;
        font-size: 16px !important
    }

     .navbar-bottom .container .nav-lists li .dropdown-menu li:last-child {
        /* border-bottom: none; */
    }

    .navbar-bottom .nav-lists li.open {
        border-bottom: none;
        padding-bottom: 0px !important;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu{
        display: block;
        position: relative;
        top: 0;
        border-radius: 0;
        background: unset;
        padding: 0;
        box-shadow: unset;
        border: none;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu .list li{
        display: flex;
        flex-direction: column;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu .list li .lists img{
        display: none;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu .list li .lists a{
        color: #fff;
        padding: 8px 0 8px 30px;
        border-bottom: 1px solid #7a7a7a;
    }

    .navbar-bottom .container .nav-lists li .dropdown-menu .list li .lists a:last-child{
        border-bottom:  none;
    }

     .navbar-bottom .container .nav-lists li .dropdown-menu .list li .lists a::after{
        display: none;
    }
}

@media screen and (max-width: 480px) {  
    .navbar{
        padding: 20px 0 10px 0;
    }
    .navbar .logo img {
        height: auto;
        width: 100%;
    }

    .field-search .form-control{
        height: 30px;
        max-height: 8px !important;
        padding: 14px !important;
    }
    .field-search button.btn-primary{
        height: 30px;
        width: 30px;
    }
}


/* container */
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        max-width: 100% !important;
    }

    .navigation .navbar-bottom .nav-lists{
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}


/* CONTENT SINGLE-POST */

.content-page{

}

/* SECTION-HEADING */

.section-heading{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 18px 0;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.category-post {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.category-post:active {
    cursor: grabbing;
}

.category-post::-webkit-scrollbar {
    display: none;
}

.category-post .item {
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
}

.section-heading::after {
    pointer-events: none;
}


.section-heading::after{
    content: '';
    position: absolute;
    z-index: 99;
    top: 24px;
    right: -9px;
    width: 100px;
    height: 35px;
    background: linear-gradient(271deg, #FFF 12.58%, rgba(255, 255, 255, 0.00) 83.87%);
}

.category-post::-webkit-scrollbar{
    display: none; 
}

.category-post .item{
    font-size: 14px;
    color: #10151C;
    background: #ffffff;
    padding: 8px 16px;
    border: 1px solid #DDE2F0;
    border-radius: 10px;
    transition: all 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.category-post .item:hover{
    background: #0183E1;
    color: #ffffff;
}

.category-post .item.active{
    background: #0183E1;
    color: #ffffff;
}

.content-page .rank-math-breadcrumb p{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.content-page .rank-math-breadcrumb p:first-child::before{
    content: "\f015"; /* home */
    font-family: "FontAwesome";
    font-weight: normal;
    color: #0081E0;
    font-size: 16px;
}

.content-page .rank-math-breadcrumb .separator{
    font-size: 0px;
    line-height: 0px;
    width: 18px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-page .rank-math-breadcrumb .separator::before{
    content: "\f105"; /* fa-angle-right */
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 16px;
}

.content-page .rank-math-breadcrumb a{
    color: #0081E0;
}

.content-page .rank-math-breadcrumb span.separator {
    color: #0081E0;
}

.section-heading .breadcrumbs img:first-child{
    margin-right: 8px;
}

.section-heading .breadcrumbs a{
    color: #0183E1;
}

/* SECTION-CONTENT */

.section-content-main{
    margin: 24px 0;
}

.section-content-main,
.sidebar {
  overflow: visible !important;
}

.section-content-main .sidebar{
    max-width: 319px;
    width: 319px;
    background: #F4F7FA;
    border-radius: 12px;
    overflow: hidden;
    height: fit-content;
    min-height: 50px;
    flex-shrink: 0;
    position: sticky;
    top: 64px;
}


#ez-toc-container a.ez-toc-toggle{
    display: none;
}

.sidebar #ez-toc-container{
    margin-bottom: 0;
}

#ez-toc-container{
    border: none !important;
    margin: 0;
    background: #F4F7FA !important;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 26px;
}

div#ez-toc-container .ez-toc-title{
    color: #10151C;
    font-size: 18px;
    font-weight: 500;
}

div#ez-toc-container ul li a{
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}

div#ez-toc-container ul li a:hover{
    color: #0081E0;
    text-decoration: unset;
}

.post-content #ez-toc-container{
    display: none;
}

.post-content .post-content-author{
    width: 100%;
    display: flex;
    gap: 24px;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #DADADA;
    margin-top: 24px;
}

.post-content .post-content-author a.author-image{
    min-width: 88px;
    width: 88px;
    height: 88px;
}

.post-content .post-content-author a.author-image img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.post-content .post-content-author .post-meta{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.post-content .post-content-author p{
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .post-meta .author {
        flex-wrap: wrap;
        gap: 8px;
    }

    .post-content .post-content-author a.author-image{
        min-width: 56px;
        width: 56px;
        height: 56px;
    }
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul{
    margin-left: 1em;
}

@media (max-width: 768px) {
    .sidebar{
        display: none !important;
    }

    .post-content #ez-toc-container{
        display: block;
    }

    .section-heading::after{
        content: '';
        position: absolute;
        z-index: 99;
        top: 24px;
        right: -24px;
        width: 100px;
        height: 35px;
        background: linear-gradient(271deg, #FFF 12.58%, rgba(255, 255, 255, 0.00) 83.87%);
    }
}

.section-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 70%;
}

.section-content-main {
    position: relative;
    display: flex;
    gap: 32px;
}

.section-content-main:not(:has(.sidebar *)) .section-content {
    width: 100% ;
    max-width: 100%;
    float: none ;
}

@media screen and (max-width: 1200px) {
    .section-content{
        max-width: 61%;
    }
}

@media screen and (max-width: 925px) {
    .section-content{
        max-width: 70%;
    }

    .section-content-main .sidebar {
        max-width: 250px;
        width: 250px;
    }

     .section-content-main {
          gap: 12px;
     }
}

@media screen and (max-width: 900px) {
    .section-content-main .sidebar {
        max-width: 200px;
        width: 200px;
        margin-right: 12px;
    }

     .section-content{
        max-width: 70%;
    }

     .section-content-main {
        gap: 12px;
        flex-direction: row !important;
     }
 
}

.section-content .heading{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DADADA;
}

body.single article.section-content .featured-image img {
    max-width: 100%;
    object-fit: cover;
}


.post-meta{
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #10151C;
}

.post-meta-info{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 12px;
    align-items: start;
}

.post-meta .author{
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #10151C;
}

.post-meta .author span{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.post-meta .author span{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.post-meta .separator{
    background: #D9D9D9;
    width: 9px;
    height: 9px;
    border-radius: 99px;
}

@media screen and (max-width: 768px) {
    .post-meta .author img{
        max-width: 40px;
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .post-meta-info{
        gap: 6px 10px !important;
    }

    .post-meta{
        align-items: start;
    }

}

.section-content .heading h1.title{
    font-size: 32px;
    line-height: 1,2em;
    margin: 0;
}

.section-content .heading .title{
    font-size: 24px;
}

.section-content .summary{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-content .summary .tab{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DADADA;
}

.section-content .summary .tab .item{
    padding: 12px 16px;
    background: #f7f7ff;
    font-size: 16px;
    font-weight: 500;
}

.section-content .summary .tab .item.active{
    background: #F4F7FA;
    border-bottom: 3px solid #0183E1;
}

.section-content .content-list ul{
    padding-left: 12px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-content .content-list li{
    list-style: disc;
}

.section-content .icon-text{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px 0;
}

.section-content .icon-text .item{
    display: flex;
    gap: 12px;
    align-items: start;
}

.section-content .icon-text img{
    max-width: 64px;
    max-height: 64px;
}

.section-content .icon-text h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.section-content .icon-text p{
    font-size: 14px;
}

.section-content .cta-button{
    display: flex;
}

.btn{
    padding: 12px 32px;
    font-size: 16px;
}

.btn-gradient-blue{
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(270deg, #0081E0 0%, #00C0F0 100%);
}

.quote{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 16px 24px 40px;
    border-left: 6px solid #0183E1;
    background: #F4F7FA;
    border-radius: 0 12px 12px 0;
}

.quote .comment{
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.quote .name{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.section-content .handpick-product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; 
}

.section-content .handpick-product .handpick-card{
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    overflow: hidden;
    position: relative;
}

.section-content .handpick-product .handpick-card img{
    width: 100%;
    height: 198px;
    object-fit: cover;
}

.btn-buy{
    top: 50%;
    padding: 12px;
    color: #0081E0;
    border: 1px solid #0081E0;
    background: rgba(255, 255, 255, 0.67);
    backdrop-filter: blur(16px);
}

.section-content .handpick-product .handpick-card .btn-buy{
    position: absolute;
    transform: translate(0, -10%);
    opacity: 0;
    transition: all ease-in 0.3s;
}

.section-content .handpick-product .handpick-card .info{
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.section-content .handpick-product .handpick-card:hover .info .btn-buy{
    transform: translate(0, -50%);
    opacity: 1;
}

.section-content .handpick-product .handpick-card:hover{
    border: 1px solid #0081E0;
}

.section-content .handpick-product .handpick-card .title{
    position: absolute;
    bottom: 0;
    padding: 12px 12px;
    background: linear-gradient(184deg, rgba(255, 255, 255, 0.00) 16.13%, #FFF 96.49%);
    backdrop-filter: blur(24px);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}


.section-content .carousel-product{
    display: flex;
    gap: 24px;
}

.section-content .carousel-product .carousel-card{ 
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: start;
}


.section-content .carousel-product .carousel-card img{ 
    aspect-ratio: 1;
    max-width: 259px;
}

.section-content .carousel-product .carousel-card .carousel-titel{ 
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.section-content .carousel-product .carousel-card .button{ 
   display: flex;
   width: 100%;
   height: 54px;
   max-height: 54px;
}

.section-content .carousel-product .carousel-card a.btn-gradient-blue{ 
   height: 100%;
   width: 100%;
    max-height: 54px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
}

.section-content .carousel-product .carousel-card .button span{ 
    border-left: 1px solid rgb(255 255 255 / 40%);
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
   
.section-content .carousel-product .carousel-card .button svg{ 
     font-size: 24px;
    position: relative;
    width: 1em;
    height: 1em;
}

/* CAROUSEL */
.btn-carousel.carousel-arrow, .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0081E0;
    font-size: 18px;
    z-index: 2;
}

.carousel-wrapper{
    position: relative;
    width: 100%;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0081E0;
    font-size: 18px;
    z-index: 2;
}

.carousel-viewport {
    overflow: hidden;
    margin-top: 20px;
}

.carousel-arrow.prev {
    left: -18px;
}

.carousel-arrow.next {
    right: -18px;
}

.carousel-arrow:disabled {
    opacity: 0.4;
    cursor: default;
}

.carousel-dots {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.btn-dot-carousel.carousel-dots button.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: #d0d5dd !important;
    background-image: unset;
    background-color: unset;
    cursor: pointer;
    padding: 0;
}

.btn-dot-carousel.carousel-dots button.carousel-dot.is-active {
    background: #0081E0 !important;
}

/* SHOPABLE */

.shopeable-product {
    position: relative;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}

.shopeable-product .shopeable-image {
    display: block;
    width: 100%;
    height: auto;
}

.shop-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
}

.shop-hotspot--top {
    top: 26%;
    left: 33%;
}

.shop-hotspot--bottom {
    top: 68%;
    left: 52%;
}

.shop-dot {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 3px solid #ffffff;
    background: #f97316;        
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    padding: 0;
    outline: none;
}

.shop-dot::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 2px solid rgba(249,115,22,1.0);
    opacity: 0;
    animation: shop-dot-pulse 3s infinite;
    animation-delay: 0s;
}


@keyframes shop-dot-pulse {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    70% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.shop-card {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15,23,42,0.18);
    display: flex;
    align-items: stretch;
    min-width: 260px;
    max-width: 340px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.shop-hotspot--bottom .shop-card {
    top: auto;
    bottom: -10px;
    transform: translate(-50%, 100%);
}

.shop-hotspot:hover .shop-card,
.shop-hotspot.is-active .shop-card {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -110%);
}

.shop-hotspot--bottom:hover .shop-card,
.shop-hotspot--bottom.is-active .shop-card {
    transform: translate(-50%, 110%);
}

.shop-card-thumb {
    flex: 0 0 72px;
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
}

.shop-card-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.shop-card-body {
    padding: 12px 16px 12px 0;
}

.shop-card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #10151C;
    margin-bottom: 4px;
}

.shop-card-price {
    font-size: 14px;
    font-weight: 500;
    color: #16a34a;
}

/* AUTHORPAGE */

.section-content.author .heading{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.section-content.author .heading .post-meta{
    display: flex;
    align-items: center;
    gap: 32px;
}

.section-content.author .heading .post-meta img{
   width: 167px;
   height: 167px;
   aspect-ratio: 1;
}

.section-content.author .heading .post-meta .info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-content.author .heading .post-meta .name{
    font-size: 24px;
    font-weight: 500;
}

.section-content.author .heading .post-meta .job{
    font-size: 16px;
    font-weight: 300;
}

.section-content.author .heading .post-meta .social-link{
    display: flex;
    gap: 8px;
}

.section-content.author .heading .post-meta .social-link .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #DDE2F0;
    font-size: 14px;
}

.section-content.author .heading .post-meta .social-link .icon a {
    color: #10151C;
}

.section-heading:not(:has(.category-post))::before,
.section-heading:not(:has(.category-post))::after {
    display: none;
}

.krp-stat{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.krp-stat h4{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}

.krp-stat p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.section-content.author .title{
    font-size: 18px;
    font-weight: 500;
}

.section-content.author .author-about{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-content.author .author-about .description p{
    font-size: 16px;
    font-weight: 300 !important;
}

/* ACCORDION */

.section-content.author .author-experience{
    background: #F4F7FA;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-content.author .author-experience .accordion-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-content.author .author-experience .accordion-list .item {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 8px 0;
}

.section-content.author .author-experience .accordion-list .item:first-child {
    border-top: none;
    padding-top: 0;
}

.section-content.author .author-experience .accordion-list .item-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    padding: 8px 0;
}

.section-content.author .author-experience .accordion-list .icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.section-content.author .author-experience .accordion-list .title {
    font-weight: 400;
    color: #10151C;
    font-size: 16px;
}

.section-content.author .author-experience .accordion-list p {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, margin 0.28s ease, padding 0.28s ease;
    color: #10151C;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    padding: 0 16px 0 33px
}

.section-content.author .author-experience .accordion-list .item.active p {
    max-height: 400px;
    margin-top: 12px;
    padding-right: 24px;
}

.section-content.author .author-experience .accordion-list .icon i {
    font-style: normal;
    font-size: 16px;
}


.section-content.author .carousel-product .carousel-card .button .btn{
    width: 100%;
}

.section-content.author  .carousel-product .carousel-card .button{
    height: fit-content;
}

.btn-link{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #0081E0;
    padding: 0;
    margin: 0;
    height: fit-content;
    font-weight: 400;
}

.btn-link span{ 
    border: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.separator-text{
    background: #D9D9D9;
    width: 9px;
    height: 9px;
    border-radius: 99px;
}

.section-content .carousel-product .carousel-card .carousel-titel .meta-info{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
}

.section-content.author .carousel-product .carousel-card .carousel-titel{
    font-size: 20px;
    font-weight: 400;
    background: #F4F7FA;
    padding: 24px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.section-content.author .carousel-product .carousel-card .carousel-titel p{
    margin-bottom: 0;
}

.section-content.author .carousel-product .carousel-card .carousel-titel p a{
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #10151C;
}

.section-content.author .carousel-product .carousel-card .carousel-titel p{
    font-size: 20px;
    font-weight: normal;
    word-break: break-all;
    margin-bottom: 0;
    line-height: normal;
}

.section-content.author .carousel-product{
    max-width: 1200px;
}

.section-content.author .carousel-product .carousel-card{
    flex: 0 0 calc((100% - 2 * 24px) / 3);
}

.section-content.author .carousel-product .carousel-card{
    gap: 0;
}

.section-content.author .carousel-product .carousel-card img{
    aspect-ratio: unset;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.section-content.author .carousel-product .carousel-card .featured-image{
    width: 100%;
}

@media screen and (max-width: 1230px) {  
    .section-content-main{
        max-width: 100%;
    }

    .section-content.author{
        max-width: 100%;
    }

    .section-content .carousel-product .carousel-card img {
        max-width: 193px;
    }
}

@media screen and (max-width: 900px) {  
    .section-content-main{
        max-width: 100%;
    }

    .section-content-main .sidebar{
        max-width: 100%;
    }

    .section-content.author{
        max-width: 100%;
    }

    .section-content.author .heading{
        flex-direction: column;
        align-items: start;
    }

    .krp-stat{
        width: 100%;
    }
    
    .krp-stat .item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-content.author .carousel-product .carousel-card img{
        height: 160px;
    }

    .section-content.author .carousel-product .carousel-card .featured-image{
        height: 160px;
    }

    .section-content.author .carousel-product .carousel-card .carousel-titel p{
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #10151C;
        min-height: 44px;
        text-align: center;
        align-items: center;
    }

    .section-content .carousel-product .carousel-card .carousel-titel .meta-info{
        font-size: 12px;
    }

    .section-content.author .carousel-product .carousel-card .carousel-titel{
        padding: 12px;
        font-size: 14px;
    }

    .section-content .carousel-product{
        gap: 24px !important;
        max-width: unset !important;
    }

    .section-content.author .carousel-product .carousel-card .button .btn{
        font-size: 13px;
    }

    .section-content.author .carousel-product .carousel-card{
        flex: 0 0 calc((100% - 2 * 16px) / 3);
    }

    .section-content-main{
        flex-direction: column;
    }

    .section-content .carousel-product .carousel-card img{
        width: 235px;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .section-content{
        max-width: 100%;
    }

    .section-heading {
        overflow: hidden;
    }

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        width: 50%;
    }
    
    .footer .section-subscribe {
        margin-top:16px !important;
        padding: 32px 0 !important;
    }
}

@media screen and (max-width: 664px) {
    .section-content.author .carousel-product .carousel-card{
        flex: 0 0 calc((100% - 1 * 16px) / 2);
    }

    .article-card .article-title h3.title{
        font-size: 18px;
    }

    .section-content .carousel-product{
        gap: 8px !important;
    }

    .section-content.author .author-about .description p{
        font-size: 14px;
        line-height: 22px;
    }

    .section-content.author .author-experience .accordion-list .title, .section-content.author .author-experience .accordion-list p{
        font-size: 14px;
    }

    .section-content .icon-text p{
        line-height: 22px;
    }

    .quote .comment{
        font-size: 16px;
    }

    .section-content .handpick-product{
            grid-template-columns: repeat(1, 1fr);
    }

    .section-content .handpick-product .handpick-card img{
        height: 258px;
    }

    .section-content .carousel-product .carousel-card .carousel-titel{
        line-height: 22px;
    }

    .section-content .carousel-product .carousel-card .button span{
        display: none;
    }

    .section-content .carousel-product .carousel-card .button{
        height: 40px;
    }

    .section-content .carousel-product .carousel-card a.btn-gradient-blue{
        font-size: 12px;
    }

    .category-post .item{
        white-space: nowrap;
    }

    .category-post{
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;  
    }

    .category-post::-webkit-scrollbar{
        display: none; 
    }

    .section-heading .breadcrumbs span{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;         
        text-overflow: ellipsis; 
        display: inline-block;
    }

    .section-content .heading .title{
        font-size: 22px;
    }

    .section-heading .breadcrumbs{
        flex-wrap: nowrap;
    }

    .section-heading .breadcrumbs{
          white-space: nowrap;
    }

    .quote{
       padding: 24px 16px 24px 24px;
    }
}

.section-content .card-lists{ 
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.section-content .article-card{ 
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: start;
}

.article-card .featured-image {
    width: 100%;
}

.article-card .featured-image a{
    display: flex;
}

.section-content .article-card img.thumbnail,
.section-content .article-card img,
.section-content .article-card img.thumbnail,
.section-content .article-card a.article-image{ 
    aspect-ratio: unset;
    max-width: 100%;
    height: 223px;
    object-fit: cover;
    width: 100%;
}


.content-page .container .content-page .container{
    padding: 0;
}

.section-content .article-card img.thumbnail, .section-content .article-card p{ 
    margin-bottom: 0 !important;
}

.article-heading h2.title a{
    font-size: 28px;
}

.section-content .article-card.article-card-large .description p{
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 664px) {
    .article-heading h2.title a{
        font-size: 22px;
        line-height: 28px !important;
    }

    .article-heading h2.title{
        font-size: 22px;
        line-height: 28px !important;
    }

    .section-content .article-card .author a img{
        width: 32px !important;
        height: 32px !important;
        object-fit: cover;
    }

    .section-content .article-card.article-card-large img.thumbnail{
        height: 100% !important;
        width: 100%;
    }
}

.section-content .article-card a.author img{
    width: 32px !important;
    height: 32px !important;
    object-fit: cover;
}

.article-heading h1.title {
    margin-bottom: 16px;
}

.article-heading h2.title {
    font-size: 32px;
    margin-bottom: 16px;
}

.article-heading h2.title a {
    color: #10151C;
}

.section-content .article-card .article-title{
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    background: #F4F7FA;
    padding: 24px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.section-content .article-card .article-title .meta-info{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
}

.article-card .article-title h3.title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}

.article-card .article-title h3.title a {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #10151C;
}

.section-content .article-card .button{ 
   display: flex;
   justify-content: center;
   width: 100%;
   height: fit-content;
   max-height: unset;
}


.section-content .article-card a.btn-gradient-blue{ 
   height: 100%;
   width: 100%;
    max-height: 54px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
}

.section-content .article-card .button span{ 
    border-left: 1px solid rgb(255 255 255 / 40%);
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}
   
.section-content .article-card .button svg{ 
     font-size: 24px;
    position: relative;
    width: 1em;
    height: 1em;
}

.section-content .article-card.article-card-large img.thumbnail{ 
    aspect-ratio: unset;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.section-content .article-card.article-card-large {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    justify-content: start;
}

.section-content.category{
    display: flex;
    flex-direction: column;
    gap: 48px;
}

hr.separator-line{
    border: 1px solid #DADADA;
    width: 100%;
}

.section-content .article-card.article-card-large .description{
    font-size: 24px;
    line-height: 32px;
}

.section-content .article-card.article-card-large .button{
   width: fit-content;
}

.section-content .article-card.article-card-large .button a{
   font-size: 24px;
}

.article-navigation{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.article-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDE2F0;
    color: #10151C;
    border-radius: 99px;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
}

.article-navigation a.active{
    background: #0081E0;
    border: unset;
    color: #fff;
}

.heading.category{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 100%;
    padding: 24px 0;
}

.field-input.search{
    display: flex;
    gap: 16px;
    width: 465px;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

.field-input.search i.fa{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(127%, 110%);
}

.field-input.search .form-control::placeholder{
    color: #10151C;
}

.field-input.search .form-control{
    padding-left: 48px;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
}


.field-input.search .btn.btn-primary.btn-blue-gradient{
   font-size: 14px;
   height: 52px;
   padding-left: 24px ;
   padding-right: 24px;
   font-weight: 500;
}

.section-highlight{
    margin-top: 24px;
}

@media screen and (max-width: 820px) 
{
   
    .section-content .article-card img.thumbnail, .section-content .article-card img, .section-content .article-card img.thumbnail, .section-content .article-card .article-image, .section-content .article-card img.thumbnail, .section-content .article-card img, .section-content .article-card img.thumbnail, .section-content .article-card .featured-image{
        height: 120px !important;
        width: 100%;
    }

    .section-content .article-card .article-title{
        font-size: 14px;
        padding: 12px;
    }

    .section-content .article-card .article-title .meta-info{
        font-size: 12px;
        gap: 6px;
    }

    .section-content .article-card .button a{
        font-size: 14px;
    }

    .section-content .article-card .article-title .meta-info .separator-text{
        width: 6px;
        height: 6px;
    }
    
    .section-content .article-card.article-card-large .description{
        font-size: 14px;
        line-height: 22px;
    }
    
    .section-content .article-card.article-card-large .button a{
        font-size: 14px;
    }

    .section-content .article-card.article-card-large{
        gap: 16px;
    }

    .section-content .article-card.article-card-large img.thumbnail{
        height: 220px;
    }

    .section-highlight{
        margin-top: 0;
    }

    .heading.category{
        padding-bottom: 24px;
    }

    .section-content.category{
        gap: 24px;
    }
}

@media screen and (max-width: 664px) 
{
    .field-input.search{
        width: 100%;
        margin-bottom: 0;
    }

    .heading form#searchform{
        width: 100%;
    }
    

    .field-input.search .btn.btn-primary.btn-blue-gradient{
        display: none;
    }

    .article-heading h1{
        font-size: 22px;
    }

    .section-content .card-lists{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .section-content .article-card img.thumbnail, .section-content .article-card img, .section-content .article-card img.thumbnail, .section-content .article-card a.article-image{
        height: 108px;
    }

    .section-content .article-card .article-title{
        font-size: 14px;
        padding: 12px;
    }

    .section-content .article-card .article-title .meta-info{
        font-size: 12px;
        gap: 6px;
    }

    .section-content .article-card .button a{
        font-size: 14px;
    }

    .section-content .article-card .article-title .meta-info .separator-text{
        width: 6px;
        height: 6px;
    }
    
    .section-content .article-card.article-card-large .description{
        font-size: 14px;
        line-height: 22px;
    }
    
    .section-content .article-card.article-card-large .button a{
        font-size: 14px;
    }

    .section-content .article-card.article-card-large{
        gap: 16px;
    }

    .section-content .article-card.article-card-large img.thumbnail{
        height: 220px;
    }

    .section-highlight{
        margin-top: 0;
    }


    .section-content.category{
        gap: 24px;
    }
}

/* AUTOCOMPLETE SEARCH */

/* style autocomplete */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  float: left;
  display: none;
  /* min-width: 250px; */
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.search-item:hover {
  background-color: #f5f5f5;
}

.search-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-details {
  flex-grow: 1;
}

.search-title {
  font-weight: bold;
  color: #333;
}

.search-price {
  font-size: 12px;
  color: #28a745;
}

.search-type {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
}

@media (max-width: 768px) {
    body.single article.section-content .featured-image img{
        min-height: 250px;
        max-height: 400px;
    }
    
    .bps-shoppable-tooltip{
        max-width: max-content !important;
        margin: 8px !important;
    }
}

.navbar-top .menu-item-has-children::after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: 4px;
  background: url(data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'>\
  <path d='M1 1l4 4 4-4' stroke='black' stroke-width='1.5' fill='none'/>\
  </svg>) no-repeat center;
  display: inline-block;
}

.header .search {
  position: relative;
}

.search form {
  display: flex;
}

.header .search input[type="text"] {
  width: 100%;
}

.header .search .bps-search-results {
  position: relative !important;
  width: 100% !important;
}

.header .search .ui-widget-content.ui-search {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  min-width: none !important;
}

.tooltipster-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   WordPress Default Elements & Blocks Styling
   ========================================================================== */

/* Block Quotes
   ========================================================================== */
blockquote,
.wp-block-quote {
    margin: 2em 0;
    padding: 1.5em 2em;
    border-left: 4px solid #0073aa;
    background-color: #f7f7f7;
    font-style: italic;
    position: relative;
}

blockquote p,
.wp-block-quote p {
    margin: 0 0 1em;
    font-size: 1.1em;
    line-height: 1.6;
}

blockquote p:last-child,
.wp-block-quote p:last-child {
    margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
    font-style: normal;
    color: #666;
}

/* Large Quote Style */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    padding: 2em 0;
    text-align: center;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-weight: 300;
}

/* Pull Quote */
.wp-block-pullquote {
    padding: 3em 0;
    margin: 2em 0;
    text-align: center;
    border-top: 4px solid #0073aa;
    border-bottom: 4px solid #0073aa;
}

.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.wp-block-pullquote cite,
.wp-block-pullquote__citation {
    font-size: 0.875em;
    text-transform: uppercase;
}

/* Image Alignments
   ========================================================================== */
img {
    height: auto;
    max-width: 100%;
}

/* Full Width */
.alignfull,
.wp-block-image.alignfull img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Wide Width */
.alignwide,
.wp-block-image.alignwide img {
    max-width: 1200px;
    width: 100%;
}

/* Center Alignment */
.aligncenter,
.wp-block-image.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.aligncenter img,
.wp-block-image.aligncenter img {
    display: block;
    margin: 0 auto;
}

/* Left Alignment */
.alignleft,
.wp-block-image.alignleft {
    float: left;
    margin: 0.5em 2em 1.5em 0;
}

.alignleft img,
.wp-block-image.alignleft img {
    display: block;
}

/* Right Alignment */
.alignright,
.wp-block-image.alignright {
    float: right;
    margin: 0.5em 0 1.5em 2em;
}

.alignright img,
.wp-block-image.alignright img {
    display: block;
}

/* Clear floats */
.alignleft:after,
.alignright:after {
    content: "";
    display: table;
    clear: both;
}

/* WordPress Image Block */
.wp-block-image {
    margin-bottom: 1.5em;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.is-style-rounded img {
    border-radius: 50%;
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px;
}

/* Image Captions
   ========================================================================== */
.wp-caption,
.wp-caption-text,
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 0.875em;
    color: #666;
    text-align: center;
    font-style: italic;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    padding: 0.5em 0;
}

.wp-block-image figcaption {
    padding: 0.75em 1em;
    background-color: #f7f7f7;
}

/* WordPress Gallery
   ========================================================================== */
.wp-block-gallery,
.gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 1.5em 0;
    gap: 1em;
}

.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.gallery .gallery-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1 1 auto;
}

/* Gallery Columns */
.gallery-columns-2 .gallery-item {
    width: calc(50% - 0.5em) !important;
}

.gallery-columns-3 .gallery-item {
    width: calc(33.333% - 0.67em) !important;
}

.gallery-columns-4 .gallery-item {
    width: calc(25% - 0.75em) !important;
}

.gallery-columns-5 .gallery-item {
    width: calc(20% - 0.8em) !important;
}

.gallery-columns-6 .gallery-item {
    width: calc(16.666% - 0.84em) !important;
}

.gallery-columns-7 .gallery-item {
    width: calc(14.285% - 0.86em) !important;
}

.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 0.875em) !important;
}

.gallery-columns-9 .gallery-item {
    width: calc(11.111% - 0.89em) !important;
}


/* Block Gallery Columns */
.wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc(50% - 0.5em) !important;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.333% - 0.67em) !important;
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em) !important;
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em) !important;
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.666% - 0.84em) !important;
}

.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.285% - 0.86em) !important;
}

.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em) !important;
}


.wp-block-gallery .blocks-gallery-item figure,
.gallery .gallery-item figure {
    margin: 0;
    height: 100%;
}

.wp-block-gallery img,
.gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.wp-block-gallery figcaption,
.gallery-caption {
    padding: 0.5em;
    font-size: 0.875em;
    text-align: center;
    color: #666;
}

/* Gallery with Cropped Images */
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.gallery.is-cropped .gallery-item img {
    object-fit: cover;
    height: 100%;
}

/* Common WordPress Blocks
   ========================================================================== */

/* Separator */
.wp-block-separator,
hr {
    border: none;
    border-top: 2px solid #ddd;
    margin: 2em auto;
    max-width: 100px;
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
}

.wp-block-separator.is-style-dots {
    border: none;
    text-align: center;
}

.wp-block-separator.is-style-dots:before {
    content: '···';
    font-size: 2em;
    letter-spacing: 2em;
    padding-left: 2em;
    color: #ddd;
}

/* Buttons */
.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button__link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: #005177;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #0073aa;
    color: #0073aa;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #0073aa;
    color: #fff;
}

/* Columns */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 1.5em;
}

.wp-block-column {
    flex: 1;
    min-width: 0;
}

@media (max-width: 781px) {
    .wp-block-columns {
        flex-direction: column;
    }
}

/* Cover Block */
.wp-block-cover {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    background-size: cover;
    background-position: center;
}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* Media & Text */
.wp-block-media-text {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    gap: 2em;
    align-items: center;
    margin-bottom: 1.5em;
}

.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
}

.wp-block-media-text__content {
    grid-column: 2;
    grid-row: 1;
    padding: 0 1em;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
}



/* Lists */
.wp-block-list,
.post-content ul,
.post-content ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

.wp-block-list li,
.post-content ul li,
.post-content ol li {
    margin-bottom: 0.5em;
}

.post-content ul li {
    list-style: disc;
}

.post-content ol li {
    list-style: decimal;
}

/* Code & Preformatted */
.wp-block-code,
.wp-block-preformatted,
pre {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1.5em;
    overflow-x: auto;
    margin-bottom: 1.5em;
}

code {
    background-color: #f7f7f7;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 0.9em;
}

/* Table */
.wp-block-table {
    margin: 0 0 1.5em;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
    padding: 0.75em;
    border: 1px solid #ddd;
    text-align: left;
}

.wp-block-table th {
    background-color: #f7f7f7;
    font-weight: 600;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

/* Verse */
.wp-block-verse {
    font-family: inherit;
    padding: 1.5em;
    background-color: #f7f7f7;
    border-left: 4px solid #0073aa;
    white-space: pre-wrap;
    margin-bottom: 1.5em;
}

/* Clear Fix for Floated Elements */
.entry-content:after,
.site-content:after {
    content: "";
    display: table;
    clear: both;
}

.footer{
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.footer .section-subscribe{
    margin-top: 48px;
    padding: 64px 0;
    background: #F4F7FA;
}

.subcribe-content {
    display: flex;
    align-items: center;
    gap: 48px;
}

.subcribe-content h6{
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

.subcribe-content p{
    font-size: 16px;
    margin-bottom: 0;
}

.subcribe-content form{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.subcribe-content .form-control{
    min-width: 400px;
    gap: 12px;
    height: 52px;
    padding: 12px;
    font-weight: 300;
    font-size: 16px;
}

.footer #footer-main{
    margin-top: 0;
}

.subcribe-content .btn.btn-primary.btn-blue-gradient{
    height: 52px;
    font-size: 14px;
    padding: 12px 24px;
}

.footer .bps-newsletter-message{
    grid-column: 1 / -1;
}

.footer #bps-newsletter-message.bps-newsletter-message .success{
    color: green !important;
}

.footer #bps-newsletter-message.bps-newsletter-message .error{
    color: red !important;
}

@media (max-width: 768px) {
    .wp-block-media-text {
        grid-template-columns: 1fr;
    }
    
    .wp-block-media-text__media,
    .wp-block-media-text__content,
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        grid-column: 1;
    }
}

/* fix search box mobile */
@media (max-width: 768px) {
    .field-search{
        position: relative !important;
    }

    #bps-search-results .ui-autocomplete.ui-front{
        top: 38px !important;
        left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #bps-search-results .ui-autocomplete.ui-front .search-item .search-details{
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 4px;
        white-space: normal !important;
    }
}

/* Responsive Typography */
@media (max-width: 768px) {
    blockquote,
    .wp-block-quote {
        padding: 1em 1.5em;
    }
    
    .alignleft,
    .alignright {
        max-width: 50% !important;
    }
    
    .wp-block-pullquote p {
        font-size: 1.25em;
    }

    .content-page .rank-math-breadcrumb p{
        gap: 2px 8px;
    }

    .section-content .heading{
        gap: 20px;
    }

    .section-content .heading h1.title{
        font-size: 22px;
        line-height: 28px;
    }

}

@media (max-width: 980px) {
    .subcribe-content .form-control{
        min-width: unset;
    }

    .subcribe-content .heading{
        flex: 1;
    }

    .subcribe-content form{
        flex: 2;
    }
}

@media (max-width: 768px) {

    .subcribe-content{
        flex-direction: column;
        gap: 24px;
    }

    .subcribe-content form{
        width: 100%;
    }
}

@media (max-width: 512px) {
    
    .subcribe-content form{
        width: 100%;
        grid-template-columns: 1fr;
    }

}

@media (max-width: 992px) {
  .tooltipster-base .tooltipster-content {
    font-size: 12px;
  }
}