body {
    font-family: 'Inter', sans-serif !important;
}
.bond{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
}
.perform_usa p, .get_approve p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.site_banner {
    background: url('../images1/banner-img(1).jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position-y: unset;
    color: white;
}
.site_banner1{
    background: url('../images1/dfd.jpg') no-repeat center center/cover;
    height: 500px;
    display: flex;
    align-items: center;
    
    
}
.exp h2 {
    margin-bottom: 18px;
}
.test h6{
    color: #CC0033;
    font-weight: 600;
    font-size: 19px;
}
.test h4{
    color:#07184A;
    font-weight: 600;
}

.sli_div{
    
    background-image: linear-gradient(#FFEFEF, #fff);
    height: 550px;
}

    .backbond p {
        font-size: 16px;
        color: #4E5771;
        text-align: justify;
        /* padding-right: 118px; */
    }
    
    .banner_inner p {
        font-size: 18px;
    }

.banner_inner h2 {
    font-size: 47px;
    font-weight: 700;
}

.bond-btn button {
    background: #CC0033;
    color: #fff;
    border: none;
    border-radius: 34px;
    width: 216px;
    height: 49px;
    font-size: 16px;
    font-weight: 500;
}
.right_bond p{
    color: #4E5771;
    font-size: 15px;
}
.right_bond h2{
    font-weight: 700;
}
.req_link{
    padding: 0 13%;
}
.card_text h4{
    color: #1693EA;
    font-weight: 600;
    padding: 0 13%;
}
.req_link a {
    color: #CC0033;
    font-weight: 600;
}
.card_text p{
    color:#4E5771;
    font-size: 16px;
    padding: 0 10%;
}
.bond-card .card{
    border:1px solid #EEF4FD;
    background-color: #EEF4FD;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.line_ {
    min-height: 112px;
}
.bond-card {
    display: flex;
}
.bid h4{
    font-weight: 600;
}
.fast_text h6{
    color:#0072C2;
    font-size: 18px;
    font-weight: bold;
}
.fast_text p{
    color:#767D91;
    font-size: 15px;
    font-weight: normal;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pricing {
    display: flex;

}
.logo_profile p{
    font-size: 12px;
    color: #767D91;
}
.exp {
    display: flex
;
    align-items: center;
  
}


.sli_p p {
    font-size: 14px;
    padding: 0 32px;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */

}
.acc{
    background-image: linear-gradient(#EFF4FF,#FCFDFF);
    height: auto;
}
/* accordion */
.accordion-item {
    margin-bottom: 20px;
}
div#accordionExample {
    width: 70%;
    margin: 0 auto;
}
.accordion-button:not(.collapsed){
    border: 1px solid #BDCFED;
    box-shadow: none !important;
    border-bottom: 0;
}
.accordion-body {
    border: 1px solid #BDCFED;
    border-top: 0;
}
.accordion-button{
    color: #07184A !important;
    font-weight: 600;
}
button.accordion-button.collapsed {
    border: 1px solid #BDCFED;
    line-height: 26px;
}
.accordion-body p{
    font-size: 15px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
  }
  button.accordion-button {
    background: white !important;
    /* border-bottom: 0 !important; */
}
  .accordion-button::after {
    transition: all 0.5s;
  }
  .footer {
    background-color: #111;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-logo h2 {
    color: white;
}

.footer-logo .bonds {
    color: #4691f6;
}

.footer-logo .usa {
    color: #ff5722;
}
.footer-links {
    line-height: 38px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-logo p {
    color: #BBBFCC;
}

.footer-links ul li {
    margin-bottom: 10px;
    color: #BBBFCC;
}

.footer-links ul li a {
    color: #BBBFCC;
    text-decoration: none;
}

.footer-contact p {
    margin: 5px 0;
}

.footer-contact .icon {
    margin-right: 10px;
}

.social-icons a img {
    width: 46px;
    margin-right: 10px;
}
.footer_ h4{
 color:#BBBFCC ;
 font-size: 13px;
}
.footer_ p{
    color:#BBBFCC !important ;
    font-size: 15px;
   }
   .footer_bottom1{
    width: 100%;
    background: #262626 0% 0% no-repeat padding-box;
    opacity: 1;
   }

   .fast-bond {
    margin: -1px 0 0 0 !important;
}
.progres_ img {
    width: auto;
    height: 177px;
}.progres_ {
    margin: 0 auto;
   text-align: center;
}
/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
    z-index: 1000;
}
input#exampleInputEmail1 {
    background-color: #e4f0f6;
    border-style: solid;
    border-width: 1px;
    border-color: #8ec5e3;
}
/* Popup Box */
.popup {
    background: white;
    padding: 20px;
    border-radius: 12px;
    width: 48%;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: scale(0.7) translateY(-30px) rotate(-10deg);
    transition: transform 0.5s ease-out, opacity 0.5s;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #e4f0f6;
    border-style: solid;
    border-width: 1px;
    border-color: #8ec5e3;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

/* Close Button Hover Effect */
.close-btn:hover {
    transform: rotate(180deg);
}

/* Show Popup with Full Animation */
.popup-overlay.active {
    visibility: visible;
    opacity: 1;
    /* height: 100vh !important; */
}

.popup-overlay.active .popup {
    transform: scale(1) translateY(0) rotate(0);
    opacity: 1;
}

/* .video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
} */
.video-thumbnail {
    position: relative;
    /* cursor: pointer; */
} 
.video-thumbnail img {
    width: 100%;
    border-radius: 10px;
    height: 282px;
    display: flex;
    align-items: center;
    object-fit: contain;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 54px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.popup1 video {
    width: 600px;
    max-width: 100%;
}

/* .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: black;
} */

.close {
    position: absolute;
    top: -13px;
    right: -13px;
    font-size: 23px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    color: black;
    height: 29px;
    font-weight: 600;
    width: 29px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        
    }
   
    .progres_ img {
        width: 100%;
        height:100%;
    }
    .progres_ {
        margin: 0 auto;
        width: 80%;
    }
    .fast-bond{
        margin: 30px 0 !important;
    }
    .video_img img {
      
        height: 369px;
    }
    .social-icons {
        margin-top: 8px;
    }
}
/* Responsive Styles */
@media (max-width: 992px) {
    .bond {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 10px 0;
    }
    .site_banner ,.site_banner1{
        height: auto;
        padding: 50px 20px;
    }
    .banner_inner h2 {
        font-size: 28px;
    }
    .bond-btn button {
        width: 180px;
        height: 45px;
    }

    .video-thumbnail img {
        width: 100%;
        border-radius: 10px;
        height: auto !important;
        display: flex;
        align-items: center;
        object-fit: contain;
    }
 
}

@media (max-width: 767px) {
    .site_banner ,.site_banner1{
        height: auto;
        padding: 50px 5px;
    }
    .video-thumbnail img {
        height: auto !important;
    }
    .sli_div{
    
        background-image: linear-gradient(#FFEFEF, #fff);
        height: 515px !important;
    }
    .banner_inner h2 {
        font-size: 15px;
    }
    .bid h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .backbond h2 {
        width: 55%;
        font-size: 15px;
    }
    .backbond p{
        font-size: 15px;
        color: #000000;
        font-weight: 600;
    
    }
    .backbond p {
        font-size: 12px;
        color: #4E5771;
        text-align: unset !important;
        width: 58%;
    }
    
    .banner_inner p {
        font-size: 12px;
        width: 47%;
    }
    .req_link {
        padding: 0%;
    }
    .video_img img {
        height: auto !important;
    }
    .bond-btn button {
        width: 134px;
        height: 32px;
        font-size: 11px;
    }
    div#accordionExample {
        width: 100%;
        margin: 0 auto;
    }
    .exp h2 , .exp p {
        font-size: 20px;
    }
    .acc {
        background-image: linear-gradient(#EFF4FF, #FCFDFF);
        height: auto !important;
    }
    .popup-content {
        position: relative;
        background: white;
        padding: 20px;
        border-radius: 10px;
        width: 85%;
    }
}
@media (min-width: 768px)and (max-device-width : 1024px)  {

    .popup{ 
        height:auto !important; overflow: hidden !important;
     }
    .fast-bond{
        margin-top: 30px !important;
    }
    .popup{width: 70% !important;}
    .req_link {
        padding: 0%;
    }
    .req_link a {
        color: #CC0033;
        font-weight: 600;
        font-size: 12px;
    }
    .vdo_img{
        width: 100% !important;
    }
    .video_img img {
        height: auto;
    }
    .perform_usa p {
        font-size: 17px !important;
    }
    .exp h2 {
        font-size: 26px;
    }
}

.test h6 {
  display: none;
}

