   footer {
       padding: 0px 0px 50px 0px;
       /* background: #a38929;
       background: linear-gradient(158deg, rgba(163, 137, 41, 1) 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 87%, rgba(237, 204, 85, 1) 100%);
       background-image: url(../images/footer-bg.jpg);
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover; */
       position: relative;
       overflow: hidden;
   }

   /* background video */
   .footer-video {
       position: absolute;
       inset: 0;
       width: 100%;
       height: 100%;
       object-fit: cover;
       z-index: 1;
   }

   /* 🔥 Overlay layer */
   footer::before {
       content: "";
       position: absolute;
       inset: 0;
       background: rgba(0, 0, 0, 0.65);
       /* overlay darkness */
       z-index: 2;
   }

   footer .ft-img {
       width: 40% !important;
       background-color: #fff;
       margin-bottom: 30px;
   }

   footer .ft-img img {
       width: 100%;
   }

    footer .wave-wrap {
       position: relative;
   }

    footer .wave-svg {
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 100px;
       z-index: 10;
       pointer-events: none;
   }


   footer .top-footer .container {
       padding: 0 20px !important;
   }

   footer .top-footer {
       padding: 40px 0px 0px 0px;
       margin: 150px 50px 0px 50px;
       background-color: #000000b8;
       position: relative;
       z-index: 3;
       overflow: visible;
       border-radius: 20px;
       /* box-shadow: rgb(214 164 0 / 76%) 0px 3px 8px; */
   }

   footer .top-footer .footer-box a p {
       font-size: 20px;
       color: #02175f;
       font-weight: bold;
       padding: 2px 0;
   }

   footer .top-footer .footer-box h4 {
       color: #f7c71e;
       font-weight: bold;
       font-size: 18px;
       padding: 5px 0;
       border-bottom: 2px dashed black;
       display: inline-block;
   }

   footer .top-footer .footer-box p {
       color: #fff;
       font-size: 18px;
       line-height: 1.3;
       padding: 10px 0;
       text-align: justify;
       border-left: 1px solid #D1AB36;
       padding-left: 5px;
   }

   footer .footer-box .quick-links li {
       padding: 5px 0;
   }

   footer .footer-box .quick-links li i {
       padding-right: 5px;
       color: #fff;
   }

   footer .footer-box .quick-links li a {
       color: #fff;
       font-family: "Jost", sans-serif;
   }

   footer .footer-box .contact-list li {
       padding: 10px 0;
       font-family: "Jost", sans-serif;
   }

   footer .footer-box .contact-list li i {
       padding-right: 8px;
       color: #fff;
   }

   footer .footer-box .contact-list li a {
       color: #fff;
       display: flex;
       font-family: "Jost", sans-serif;
   }

   footer .bottom-footer {
       background-color: #f7c71e;
       padding: 10px 0;
       margin-top: 40px;
       position: relative;
       z-index: 1;
       border-bottom-left-radius: 5px;
       border-bottom-right-radius: 5px;
   }

   footer .bottom-footer p {
       color: #000000;
       text-align: center;
       font-size: 20px;
       font-weight: bold;
   }


/************ responsive start **********/
@media (min-width:2001px) and (max-width:3000px){
footer .footer-box .quick-links li a {
    font-size: 22px;
}
footer .footer-box .contact-list li a {
font-size: 22px;
}
footer .top-footer .footer-box p {
    font-size: 22px;
}
.JV_banner .hero-content h1 {
    font-size: 55px;
}
.JV_banner #typingText {
    font-size: 45px;
}
.JV_banner .hero-content h5 {
    font-size: 28px;
}
.JV_banner .hero-content p {
    font-size: 28px;
}
.JV_banner .BNer_btn {
    font-size: 22px;
}


}

/************ mobile responsive **********/
   @media (max-width:900px) {
       footer .top-footer {
           text-align: center;
       }

       footer .foot-icon {
           display: flex;
           justify-content: center;
           align-items: center;
       }

       footer .top-footer {
           padding: 115px 0px 0px 0px;
           margin: 5px;
       }

       footer .disclaimer-FT {
           margin: 5px;
       }
   footer .footer-box .contact-list li a{
    display: block;
   }
   }