    .tsr-faq{
        background: linear-gradient(to bottom, #fff 0%, #fff 20%, #A04C22 20%, #A04C22 99.8%, #fff 99.8%, #fff 100%);
    }
      .tsr-faq-white{
        background: linear-gradient(to bottom, #A04C22 0%, #A04C22 20%, #fff 20%, #fff 99.8%, #A04C22 99.8%, #A04C22 100%);
    }
    .tsr-faqs-dots-wrap{
        position: relative;
    }
    /* moving dot animation */

    .tsr-moving-dot-parent{
        position: absolute;
        inset: 0;
        opacity: 0;
        z-index: -1!important;
    }
    .tsr-moving-dot {
        position: absolute;
        width: 136px;
        height: 180px;
        -webkit-animation: bounce-yy 8s infinite linear;
        animation: bounce-yy 8s infinite linear;
        z-index: 2;
    }

    .tsr-moving-dot::before {
        position: absolute;
        inset: 0;
        content: "";
        background-image: url("/images/dots.png");
    }

    .tsr-moving-dot.horizontal::before {
        transform: rotate(90deg);
    }

    @-webkit-keyframes bounce-yy {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes bounce-yy {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @media (min-width: 992px) {
        .tsr-moving-dot-parent{
            opacity: 1;
        }
        
    }

    /* animations */
    .animation-box{
        opacity: 0 !important;
        transform: translate3d(0, 40px, 0);
        transition: transform 1s, opacity 2s;
        transition-delay: var(--delay);
    }

    .animation-box.slideFromLeft{
        transform: translate3d(-40px, 0, 0);
    }

    .animation-box.slideFromRight{
        transform: translate3d(40px, 0, 0);
    }
    .animation-box.slideFromBottom{
        transform: translate3d(0px, 40px, 0);
    }
    .animation-box.scale{
        transform: scale(.5);
    }

    .animation-box.animated{
        opacity: 1 !important;
        transform: translate3d(0, 0, 0);
    }

    .animation-box.scale.animated{
        transform: scale(1);
    }

    /*TABS - For Styles */


    .sv-tabs ul.nav-tabs{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;    
        border: 0;
        flex-wrap: wrap; 
    }
    /* @media (max-width: 991px) {
    .sv-tabs ul.nav-tabs {
        gap: 0; 
    }
    } */
    .sv-tabs ul.nav-tabs li{
        display: flex; 
        flex-direction: column;
        flex: 1 1 0%;
        min-width: 150px; 
        margin: 20px;      
        
    }
    .sv-tabs ul.nav-tabs li a{
        display: flex;
        justify-content: center;
        align-items: center;          
        padding: 15px;
        transition: all 0.35s ease-out;
        border-radius: 15px 15px 0 0;
        height: 100%;
        color: #351f18;
        background: #fff; 
        border-right:  1px solid #df6f3c;
        border-top:    1px solid #df6f3c;
        border-left:   1px solid #df6f3c;
        
        /* border-bottom: 3px dotted #f00; */
        
    } 
    .sv-tabs ul.nav-tabs li a:hover{
        background-color: #964420 !important;   

    } 
    .sv-tabs ul.nav-tabs li.active a,
    .sv-tabs ul.nav-tabs li:hover a{
        color: #fff;
    }
    .sv-tabs ul.nav-tabs li a {
    -webkit-tap-highlight-color: transparent;
    }
    .sv-tabs ul.nav-tabs li.active a{
        background-color: #964420;
        
    }

    /* .sv-tabs ul.nav-tabs li:hover:not(.active) a{
        background-color: red !important;
        
    } */

    .sv-tabs ul.nav-tabs {
        padding: 0 !important;
        margin: 0 !important;
    }
    /* TABS - For Styles END */

    .rounded{
        border-radius: 20px 20px 20px 20px;
    } 
    .rounded-sm{
        border-radius: 10px 10px 10px 10px;
    } 


    /* Pulsating V4  */

    .features-text-popup {
    position: relative;
    background: #fff;
    padding: 15px;
    width: auto;
    max-width: 850px;
    margin: 20px auto;
    transition: 1s all;
    overflow-y: auto;
    height: auto;
    max-height: calc(80vh - 20px);
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    }
    @media (min-width: 768px) {
    .features-text-popup {
    padding-left: 30px;
    padding-right: 30px;
    }
    }
    /* .features-text-popup img {
    max-width: 100%;
    } */

    .pulsating-variant-v4.product-features .feature-img {
    position: relative;
    display: table;
    margin: 0 auto;
    }

    @media (min-width: 992px) {
    .pulsating-variant-v4.product-features .feature-img {
    margin: 0;
    }
    }

    .pulsating-variant-v4.product-features .feature-show,
    .pulsating-variant-v4.product-features .feature-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    }

    .pulsating-variant-v4.product-features .feature-dot:before,
    .pulsating-variant-v4.product-features .feature-dot:after,
    .pulsating-variant-v4.product-features .feature-show {
    background-color: #964420;
    border-radius: 50%;
    }

    .pulsating-variant-v4.product-features .feature-dot:before,
    .pulsating-variant-v4.product-features .feature-dot:after {
    position: relative;
    content: "";
    display: block;
    }

    .pulsating-variant-v4.product-features .feature-dot:before {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
    animation: pulse-ring 3s cubic-bezier(0.1, 0.61, 0.255, 1) infinite;
    }

    .pulsating-variant-v4.product-features .feature-dot:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

    .pulsating-variant-v4.product-features .feature-dot span {
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    left: 13px;
    line-height: 40px;
    }

    .pulsating-variant-v4.product-features .feature-show:before,
    .pulsating-variant-v4.product-features .feature-show:after {
    display: none;
    }

    @keyframes pulse-ring {
    0% {
    transform: scale(0.33);
    }

    80%,
    100% {
    opacity: 0;
    }
    }

    @keyframes pulse-dot {
    0% {
    transform: scale(0.8);
    }

    50% {
    transform: scale(1);
    }

    100% {
    transform: scale(0.8);
    }
    }

    .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    }

    /* overlay animate in */

    .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
    }

    /* overlay animate out */

    .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
    }

    .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
    }

    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    }

    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    }

    .f-hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, rgba(50, 168, 82, 0), #a04d23, rgba(50, 168, 82, 0));
    margin: 20px 0;
    display: block;
    }

    /* CONTAINER-FLUID */
    @media (max-width: 768px) {
    .container-fluid .row [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid p,
    .container-fluid h1,
    .container-fluid h2,
    .container-fluid .lead {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    }

    @media (max-width: 767px){
        .pb-sm-md {  
            padding-bottom: 25px;  
        }
    }

    ul.nobullet {
        list-style-type: none;
    }

    

    /* .mfp-close-btn-in .mfp-close {
    background: #d8232a;
    opacity: 1;
    color: #fff !important;
    font-size: 32px;
    } */

    /* Pulsating V4 END  */


/* HIGHLIGHT SECTION */
    .hl-flex-row {
  display: flex;
  flex-wrap: nowrap;          /* keep all three on one line            */
  gap: 5px;                   /* modern browsers → 5 px gutter         */
}

/* --- Flex children --------------------------------------------------- */
.hl-flex-1 {
  flex: 1 1 0;                /* each image panel gets equal width     */
}

/* (optional) gap fallback for older Safari / IE11 --------------------- */
@supports not (gap: 5px) {
  .hl-flex-1:not(:last-child) { margin-right: 5px; }
}

.clipped-image {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3; 
  object-position: top;
}
/* HIGHLIGHT SECTION END */
