
.qbc-foter a {
    text-decoration: none;
}

/* Custom container (like Bootstrap .container) */
.container1 {
    width: 100%;
    max-width: 1257px;   /* center align */
    margin: 0 auto;

}

/* Row behaves like flexbox */
.qbc-foter .row {
    display: flex;
    flex-wrap: wrap;
}

/* Columns: 2 per row on mobile */
.qbc-foter .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

/* Tablet (≥768px) → 3 per row */
@media (min-width: 768px) {
    .qbc-foter .row > [class*="col-"] {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* Large desktop (≥1200px) → respect your col-xl sizes */
@media (min-width: 1200px) {
    .qbc-foter .row > .col-xl-1 { flex: 0 0 8.33%; max-width: 8.33%; }
    .qbc-foter .row > .col-xl-2 { flex: 0 0 16.66%; max-width: 16.66%; }
    .qbc-foter .row > .col-xl-3 { flex: 0 0 25%;    max-width: 25%; }
    .qbc-foter .row > .col-xl-4 { flex: 0 0 33.33%; max-width: 33.33%; }
}
.qbc-foter-social-wrpp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* allow next line */
  gap: 15px;
}



.qbc-foter-social-item i {
  font-size: 20px;
  color: #fff;
}

/* Mobile view */
@media (max-width: 576px) {
	.qbc-foter-social-wrpp{
		gap: 10px !important;
	}
  .qbc-foter-social-item {
    flex: -1 1 30%; /* make them wider so 3 fit per row */
	
  }
  .qbc-foter-social-item i {
    font-size: 18px;
  }
}




/*H CSS START*/

@media (min-width: 1200px) {
	.qbc-foter .row > .col-xl-2 {
	    flex: 0 0 20%;
	    max-width: 20%;
	}

	.abdsigur3 { 
    	flex: 0 0 23% !important;
    	max-width: 23% !important;
	}


	.abdsigur2 { 
	    flex: 0 0 17% !important;
	    max-width: 17% !important;
	}


	.abdsigur1 { 
	    flex: 0 0 15% !important;
	    max-width: 15% !important;
	}

	.abdsigur4 { 
	    flex: 0 0 25% !important;
	    max-width: 25% !important;
	}
}

@media (max-width: 669px) {
.qbc-foter .row > .col-xl-2 {
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
	    text-align: center;
	}
}



.footer_about_widget.home6 p, .footer_qlink_widget.home6 li a, .footer_contact_widget.home6 li a {
 	padding: .3rem 0;
 	line-height: normal;
}

.qbc-foter-link-titl::after{
	display: none;
}

.footer_qlink_widget.home6 li a {
    border: 0; 
    transition: all 300ms ease;
    position: relative;
}

.footer_qlink_widget.home6 li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 7px;
    height: 7px;
    /* background: #f15a2b; */
     transition: all 300ms ease;
    transform: scale(0);
    border-radius: 31px;
}

.footer_qlink_widget.home6 li a:hover:before {
    transform: scale(1);

}



.footer_qlink_widget.home6 li:hover a { 
    /* color: #f15a2b;  */
        color: white; 
        text-decoration: underline !important; 
    border: 0;
}

.fgrwed {
    color: #fff !important;
    padding: 0;
}

.asfw434rrge {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #ffffff29;
}

.knrigg {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15spx;
}
 
.playstore-img1 {
    transition: all .3s ease-in-out;
    height: 40px;
}

.playstore-img-dv { 
	gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 0 30px;
}

.qbc-foter2 {
    padding: 30px 0rem !important;
    background-color: #0f5d9a;
}

.lnfowi {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.qbc-foter, section.qbc-foter2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 999 !important; 
    clear: both !important;
    width: 100% !important;
}

.timefooter{
font-size:16px;
}
/*H CSS OVER*/
@media (min-width: 992px) {
    .footer_qlink_widget h4 {
        min-height: 50px !important;
        margin-bottom:0px !important;
    }
}