* {
    margin: 0;
    padding: 0;
}

body {
    color: var(--bodycolor);
    font-size: var(--font20-16);
    font-family: var(--font_inter);
    line-height: normal;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: -0.4px;
}

::selection {
    color: var(--white);
    background: var(--primary);
}

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

/* ::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #d6d6d6;
}
::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
} */
ul {
    list-style: none;
}


a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button::-moz-focus-inner {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3{
    font-weight: 700;
}

h1 {
    font-size: var(--font35);
    color: var(--white);
    line-height: 100%;
    letter-spacing: -0.7px;
}

h2 {
    font-size: var(--font65);
    letter-spacing: -1.95px;
    line-height: 65px;
    font-weight: 600;
    font-family: var(--font_inter);
    color: var(--primary);
}

h3 {
    font-size: var(--font22);
    letter-spacing: -0.44px;
    line-height: 100%;
}
h6{
    font-size: var(--font24-16);
    font-weight: 700;
    line-height:  28px;
    letter-spacing: -0.48px;
}
.container {
    max-width: 88%;
}
.section-pt {
    padding-top: var(--space100);
}

.section-pb {
    padding-bottom: var(--space100);
}

.img-contain,
.img-cover {
    width: 100%;
    height: 100%;
    display: block;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.btn {
    font-family: var(--font_inter);
    color: var(--white);
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn-orange, 
.btn-orange:focus,
.btn-orange:hover{
    background: var(--lightorange);
    font-size: var(--font24);
    color: var(--white);
}

.btn-sm, .btn-sm:focus{
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 16px 28px;
    font-size: var(--font22-16);
    letter-spacing: -0.44px;
    border-radius: 50px;
}
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:focus-visible{
    background: var(--lightorange);
    color: var(--white);
    border: transparent;
}

.divider {
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}

.section-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec-head {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sec-head h3 {
    font-size: var(--font55);
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -2.75px;
    color: var(--gray);
}
.feature-wrap {
    display: flex;
    flex-direction: column;
}
.modal-backdrop.show {
    opacity: 0.7;
}
/* -------------------------footer------------------------- */
footer{
    background: var(--darkblue);
    font-weight: 300;
}
.ftr-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ftr-logo {
    display: flex;
    justify-content: center;
}
.ftr-logo img{
    max-width: 190px;
}
.ftr-content{
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ftr-content p{
    font-size: var(--font13);
    line-height: 18px;
}
.ftr-copyright p{
    font-size: var(--font12);
}
footer,footer p a {
    color: var(--mediumblue);
}
footer p a:hover {
    color: var(--primary);
}
.ftr-content p br {
    display: none;
}

/* ------------------------- feature style 9 ------------------------- */


.vi-feature-style-9 .feature-content h2{
    margin-bottom: .9375rem;
}
.vi-feature-style-9 .feature-content p{
    font-size: var(--font32);
    color: var(--bodycolor);
    letter-spacing: -0.64px;
    line-height: 38px;
    font-weight: 400;
}
.vi-feature-style-9 .feature-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.vi-feature-style-9 .btm-wrap{
    display: flex;
    flex-direction: column;
    gap: 13px;
}


/* ------------------------- feature style 10 ------------------------- */

.vi-feature-style-10 p{
    font-size: var(--font24-16);
    line-height:  28px;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.vi-feature-style-10 .feature-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

/* slider */

.testimonial-slider{
    position: relative;
    margin: 2.5rem 0 6.5rem 0;
}
.testimonial-slider .swiper {
    width: 100%;
    height: 100%;
    position: initial;
}
.testimonial-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider .slider-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 31px;
    width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.slider-left-arrow svg,
.slider-right-arrow svg{
    width: 20px;
    height: 26px;
    color: var(--white);
}
.slider-left-arrow,
.slider-right-arrow{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider .slider-arrow-wrap .swiper-button-next,
.testimonial-slider .slider-arrow-wrap .swiper-button-prev{
    position: relative;
}
.testimonial-slider .slider-arrow-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}
.content-top {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.content-top svg{
    width: 64px;
    height: auto;
}
.testimonial-slider p{
    font-size: var(--font28);
    margin-bottom: 0;
    line-height: normal;
}
.small-text{
    font-size: var(--font16);
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}
.text-bold{
    font-weight: 700;
}

/* ------------------------- feature style 19 ------------------------- */

.vi-feature-style-19 .feature-card-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.vi-feature-style-19 {
    background: var(--lightblue);
}
.vi-feature-style-19 .feature-wrap {
    gap: 60px;
}
.vi-feature-style-19 .feature-card {
    transition: all ease 0.5s;
    height: 100%;
}
.vi-feature-style-19 .feature-card .feature-card-description {
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 25px ;
    text-align: left;
    min-height: 200px;
}

.vi-feature-style-19 .feature-card .feature-card-description h5 {
    font-size:var(--font24);
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black);
    letter-spacing: -0.48px;
}
.vi-feature-style-19 .feature-card .feature-card-description p{
    font-size: var(--font16);
    font-weight: 400;
    letter-spacing: -0.32px;
}
.vi-feature-style-19 .feature-card .feature-card-description p ,.vi-feature-style-19 .sec-description p {
    margin: 0;
}
.feature-card-img{
    position: relative;
}
.feature-card-img .thumb-img {
    aspect-ratio: 16/ 9;
}
.card-btn img{
    height: 37px;
    width: 37px;
}
.card-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-btn img {
    max-width: 37px;
    width: 100%;
    object-fit: contain;
}

/* ---------------feature style 5------------------- */
.feature-subtext h6{
    margin-bottom: 20px;
}
.gray-text{
    color: var(--gray);
    font-size: var(--font24-16);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.48px;
}
.feature-style-top{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.vi-feature-style-5{
    background: var(--lightpink);
}
.vi-feature-style-5 .feature-card{
    padding: 30px 25px;
    border: 1px solid #CBCBCB;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    height: 100%;
}
.vi-feature-style-5 .card-content{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.vi-feature-style-5 .feature-card img{
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.vi-feature-style-5 .card1 img{
    padding: 14px;
}
.style5-list-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.style5-list-wrap ul li p{
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4px;
    font-size: var(--font20);
}
.style5-list-wrap ul li{
    gap: 10px;
}
.style5-list-wrap ul li,
.style5-btm-card .card4 ul li {
    display: flex;
}
.style5-btm-card .card4 ul li {
    gap: 30px;
}
.style5-list-wrap .featured-list-icon img {
    width: 24px;
    height: 24px;
}
.vi-feature-style-5 .card3{
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #f6eee9;
    padding: 35px 40px;
}
.vi-feature-style-5 .card4 ul li{
    justify-content: flex-start;
    align-items: center;
}
.vi-feature-style-5 .card4{
    padding: 20px 26px;
    border-radius: 23px;
    border: 1px solid #8F8F8F;
    border-radius: 16px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}
.style5-btm-card span{
    font-weight: 700;
}
.vi-feature-style-5 .feature-wrap .style5-card-wrap{
    display: grid;
    grid-template-columns: calc(21% - 8px) calc(30% - 8px) calc(47% - 8px);
    gap: 25px;
}
.vi-feature-style-5 .feature-wrap,
.slider-style-9 .feature-wrap{
    gap: 50px;
}
.vi-feature-style-8 .feature-wrap{
    gap: 25px;
}
.featured-list-content p{
    font-size: var(--font22);
}
/* ------------------- banner ------------------- */
.banner-sec-style-1::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36)100%);
    top: 0;
    left: 0;
}

.banner-sec-style-1{
    height: 665px;
    position: relative;
    width: 100%;
}

.banner-sec-style-1 picture{
    width: 100%;
    height: 100%;
    display: block;
}

.banner-caption-wrap{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 45px;
    height: 100%;
}

.head-logo {
    margin-bottom: 52px;
    max-width: 230px;
}

.banner-caption h1{
    font-size: var(--font65);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.28px;
    margin-bottom: 20px;
}
.banner-caption p {
    font-size: var(--font24-16);
    font-weight: 300;
    line-height: 130%;
    color: var(--white);
    padding-right: 6rem;
    line-height: 117%;
}

.banner-caption p span{
    font-weight: 700;
}

.banner-caption h4{
    font-size: var(--font32);
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 15px;
}
.banner-caption{
    padding-right: 4rem;
}


/* ------------------banner end ------------------- */

/* feature style 2 */

.vi-feature-style-2 p{
    font-size: var(--font20-16);
    font-weight: 400;
    margin-bottom: 24px;
}
.vi-feature-style-2 h4{
    font-size: var(--font40);
    color: var(--black);
    letter-spacing: -1.2px;
    font-weight: 700;
    margin-bottom: 10px;
}
.vi-feature-style-2{
    background: var(--lightblue);
}
.vi-feature-style-2{
    margin-top: -95px;
    z-index: 1;
    margin-bottom: 50px;
}
.video-wrap{
    position: relative;
    margin-bottom: 50px;
}
.video-wrap img{
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.video-wrap .card-btn{
    height: 100px;
    width: 100px;
}
.video-thumbnail{
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 13px; 
    left: 12px;
}
/* ------------------feature style 3 ---------------------- */



.slider-style-9 .vi-tags p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  background: var(--white);
  border-radius: 24px;
}

.slider-style-9 .vi-slider-card {
    padding: 40px;
    height: 100%;
}
.slider-style-9 .vi-slider-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
}
.slider-style-9 .slider-btm img{
    max-width: 230px;
    max-height: 200px;
}
.slider-style-9 .slider-btm{
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.slider-style-9 .slider9-card-1{
    background: #FBFDE9;
}
.slider-style-9 .slider9-card-2{
    background: #FFF8F3;
}
.slider-style-9 .slider9-card-3{
    background: #F9F9F9;
}
.slider-style-9 .slider9-card-4{
    background: #F2F7FD;
}
.slider-style-9 .slider9-card-5{
    background: #E9FDEE;
}
.slider-style-9 .slider-panel p{
    font-size: var(--font20-16);
    font-weight: 400;
    letter-spacing: -0.4px;
}
.slider-panel{
    margin-right: -14vw;
}
.slider-style-9 .swiper-slide{
    height: auto;
}
/* old nav */

.navigation {
  display: flex;
  gap: 15px;
  justify-content: end;
} 


.slider-style-9 .navigation img {
  width: auto;
  height: 18px;
  object-fit: contain;
}

.slider-style-9 .vi-slider-icon svg path {
  fill: #fff;
}

.slider-style-9 .nav-button-next:focus,
.slider-style-9 .nav-button-prev:focus {
  outline: 2px solid #fff;
} 

/* -----------modal video style------------- */

.modal-video iframe{
    height: 100%;
    width: 100%;
}

.modal-video-wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
 
.modal-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap button,
.feature-card button{
    border: none;
}

.modal-header{
    justify-content: flex-end;
}

.modal .modal-btn {
    display: flex;
    justify-content: end;
    border-radius: 24px;
}

.vi-feature-style-2 .modal .modal-header button svg {
    height: 35px;
    width: 35px;
}
.vi-feature-style-2 .modal .modal-header button svg path{
    fill: var(--white);
}
.modal .close-btn {
    background: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    margin: 0 0;
    border-radius: 0;
    opacity: 1;
    padding: 0;
}
.modal-content{
    background-color: transparent;
    border: 0;
}
.modal-header{
    border: 0;
}



    /* Play/Pause Toggle Switch */

    .auto-slide-wrap{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .slider-toggle-wrap{
        position: relative;
        display: flex;
        justify-content: end;
    }
    .toggle-container span{
        font-size: var(--font14);
        font-weight: 400;
        line-height: 15px;
        letter-spacing: -0.28px;
        padding-right: 5px;
    }
    .slider-style-9 .toggle-container {
      display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 11px;
        background: #F5F5F5;
        border-radius: 50px;
        -webkit-border-radius: 50px;
    }

    .slider-style-9 .toggle {
      appearance: none;
      -webkit-appearance: none;
      width: 50px;
      height: 30px;
      border-radius: 20px;
      background: #ddd;
      position: relative;
      outline: none;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .slider-style-9 .toggle:checked {
      background: #4CAF50;
    }

    .slider-style-9 .toggle:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: white;
      transition: 0.3s;
    }

    .slider-style-9 .toggle:checked:before {
      left: calc(100% - 27px);
    }

.slider-card-wrap .card-top p{
    font-size: var(--font24-16);
    font-weight: 400;
    letter-spacing: -0.48px;
}
.slider-card-wrap .card-top h3{
    margin-bottom: 28px;
    font-size: var(--font32);
    font-weight: 700;
    letter-spacing: -0.64px;
}

.slider-card-wrap{
   padding: 50px 80px;
   color: var(--white);
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   justify-content: space-between;
   align-items: flex-start;
   text-align: left;
   gap: 6rem;
   height: 100%;
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
}
.card-content{
    display: flex; 
    flex-direction: column;
    gap: 30px;
}
.card-list ul li::marker{
    font-size: 27px;
}
.card-list ul{
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vi-feature-style-8 .radius-text img{
    height: 28px;
    width: 28px;
}
.vi-feature-style-8 .radius-text p{
    font-weight: 400;
    letter-spacing: -0.36px;
    font-size: var(--font18);
}
.radius-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--white);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
    padding: 14px 34px 14px 18px;
}
.card-list {
    padding-left: 20px;
}
.slider-style-20 .card-btm .card-number,
.slider-style-20 .card-btm p, .slider-20-popup .card-btm p{
    text-box: trim-both cap alphabetic;   
}
.slider-style-20 .card-btm .card-number, .popup-card .card-btm .card-number, .slider-20-popup .card-btm .card-number{
    font-size: var(--font85);
    font-weight: 700;
    letter-spacing: -1.7px;
    border-right: 1px solid var(--white);
    padding-right:15px;
}
.slider-style-20{
    margin-top: 50px;
}
.slider-style-20 .card-btm, .popup-card .card-btm, .slider-20-popup .card-btm{
    display: flex;
    gap: 12px;
    align-items: end;

}
.slider-style-20 .card-btm p, .popup-card .card-btm p, .slider-20-popup .card-btm p{
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    font-size: var(--font30);
}

.swiper-slide{
    height: auto;
}
.vi-feature-style-8 .slider-card-wrap{
    background: #D9D9D9;
    opacity: 0.1;
    color: var(--black);
}
.vi-feature-style-8 .swiper-slide-active .slider-card-wrap{
    opacity: 0.9;
    color: var(--white);
}

.vi-feature-style-8 .swiper-slide-active .slider-one-img, .slider-20-popup .slider-one-img{
    background: url('../image/sliderbg-1.jpg')  no-repeat center center / cover;
}

.vi-feature-style-8 .swiper-slide-active .slider-two-img, .slider-20-popup .slider-two-img{
    background: url('../image/section-2.webp')  no-repeat center center / cover;
}

.vi-feature-style-8 .swiper-slide-active .slider-three-img, .slider-20-popup .slider-three-img{
    background: url('../image/section-3.webp')  no-repeat center center / cover;
}
.vi-feature-style-8 .swiper-slide-active .slider-four-img, .slider-20-popup .slider-four-img{
    background: url('../image/section-4.webp')  no-repeat center center / cover;
}
.vi-feature-style-8 .swiper-slide-active .slider-five-img, .slider-20-popup .slider-five-img{
    background: url('../image/section-5.webp')  no-repeat center center / cover;
}
.vi-feature-style-8 .swiper-slide-active .slider-six-img, .slider-20-popup .slider-six-img{
    background: url('../image/section-6.webp')  no-repeat center center / cover;
}


/* slider btn video */
.vi-feature-style-8 .swiper-slide-active .view-video-btn span{
    color: var(--white);
}
.vi-feature-style-8 .swiper-slide-active .view-video-btn svg{
    filter: none;
    mix-blend-mode: normal;
}

.view-video-btn span{
    font-size: var(--font20);
    letter-spacing: -0.4px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
}

.view-video-btn svg{
    height: 48px;
    width: 48px;
}
.view-video-btn{
    border: 1px solid var(--white);
        padding: 10px 30px 10px 15px;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
     border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    display: none;
}
.slider-btn-wrap{
    display: flex;
}
.slider-btn-wrap a{
    color: var(--white);
}
.view-video-btn svg{
    filter: grayscale(1);
    object-fit: contain;
    transition: all 0.4s ease;
    mix-blend-mode: multiply;
}
.vi-feature-style-10 .btm-wrap a:hover{
    border: 1px solid var(--primary);
}

.popup-content-main-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.5rem;
}

.popup-card .card-btm .card-number{
    font-size: var(--font35);
    border-right: 1px solid var(--black);
    padding-right: 7px;
    letter-spacing: -0.7px;
    color: #9B9B9B;
    text-box: trim-both cap alphabetic;
}

.popup-card .card-btm p{
    letter-spacing: -0.36px;
    font-size: var(--font18);
    font-weight: 700;
}

.popup-card .card-btm{
    gap: 5px;
}
.popup-content-main-wrap:last-child .popup-card{
    border-bottom: 0;
}
.popup-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 30px 0;
    justify-content: space-between;
    text-align: start;
    border-bottom: 1px solid #8F8F8F;
    height: 100%;
}

.popup-card h3 {
    color: var(--secondary);
    font-size: var(--font22);
    margin-bottom: 12px;
}

.popup-card .card-btm p{
    margin-bottom: 0;
}
.popup-card p{
    font-size: var(--font16);
    color: var(--secondary);
    margin-bottom: 40px;
}

.popup-content-main-wrap button{
    padding: 0;
    border: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 100%;
    background: transparent;
    position: relative;
}

.popup-content-main-wrap button .popup-btn{
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 33px;
    height: 33px;
}

.slider-20-popup .slider-card-wrap{
    opacity: 1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    color: var(--white);
}

.slider-20-popup .modal-content{
    position: relative;
    background: #003C97;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.slider-20-popup .modal-content .modal-header{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 22;
}

.slider-20-popup .modal-content .modal-body{
    padding: 0;
}

.slider-20-popup .card-btm .card-number{
    text-box: trim-both cap alphabetic;
}

.slider-20-popup .view-video-btn svg{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
        mix-blend-mode: normal;
}

.slider-20-popup .view-video-btn span {
    color: var(--white);
}

.our-approach .video-thumbnail{
    width: 60px;
    height: 60px;
}


/* floating bbutton */

.floating-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    align-items: end;
}
.floating-btn a{
    width: auto;
}

.floating-btn .btn{
    font-size: max(0.975rem, min(3vw, 1.5rem));
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

