*{
 margin: 0;
 padding: 0;
}
 body{
    font-family: "Poppins", sans-serif;
 }
 

 .p-6{
    padding-top: 60px;
    padding-bottom: 60px;
 }
 .enquire-btn {
    background-color: #057dcd;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 38px;
    font-weight: 500;
    outline:  #057dcd;
    transition: all .3s ease-in;
}
.enquire-btn:hover{
    background-color: #15427e;
}
.apply-btn {
    background-color: white;
    color:black;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 38px;
    font-weight: 500;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}

.navbar-toggler{
    border: none;
    font-size: 16px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding-left: 33px;
    font-size: 13px;
}

#offcanvasNavbarDropdown {
    color: black;

    font-size: 13px;
    font-weight: 600;
}
/*Hero Section start */
.hero-section {
    background-image: url(../img/hero-banner.jpg);
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.hero-info h4{
    color: white;
    
}
.hero-info h3{
    color: white;
    font-size: 50px;
}
.hero-info p{
    color: white;
    margin-bottom: 40px;
}

.service-item {
    background: #fff;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.service-item h4{
    font-size: 16px;
    font-weight: 600;
    color: #057dcd;
}
.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.service-item p{
    font-size: 14px;
}

.service-item:hover .flip-img{
    transform: rotateY(180deg);
}
.flip-img{
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.about-info h3{
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.product-item h4{
    font-size: 16px;
}

.about-info h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #0d6efd; 
}
.counter-card {
    position: relative;
    outline: 1px solid #deddd9 ;
}
.counter-card::after {
    content: "";
    width: 209px;
    height: 2px;
    border-width: 0;
    position: absolute;
    right: 0;
    bottom: 0%;
    background: #0d6efd;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
/* logo */

.logo-track-wrapper {
    width: 100%;
    overflow: hidden;
  }
  
  .logo-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
  }
  
  .logo-track img {
    width: auto;
    margin: 0 0;
   
    transition: 0.3s;
  }
  
  .logo-track img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  



/* footer start */

.footer-section {
    background-color: black;
}


.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    color: #fff;
}

.footer-title::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #3f6aa2;
    left: 0;
    top: 0;
}


.footer-text {
    line-height: 1.6;
}

.footer-links {
    padding: 0;
    list-style: none;
}

.footer-links li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #3f6aa2;
    padding-left: 5px;
}


.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ccc;
}

.footer-contact i {
    color: white;
    font-size: 16px;
}


.social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #3f6aa2;
}

.share-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
    color: #fff;
}

/* Contact */

.contact-area {
    width: 100%;
    background-image: url(../img/contactus-bg.jpg);
    object-fit: cover;
    height: 400px;
    background-repeat: no-repeat;
}
.contact-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 150px;
}

/* Our Service */


.mobile-reacharge {
    width: 100%;
    background-image: url(../img/mr.png);
    object-fit: cover;
    height: 450px;
    background-repeat: no-repeat;
}
.reacharge-content {
    position: relative;
    z-index: 2;
    color: white;
    top: 180px;
}


.dth-reacharge {

    width: 100%;
    background-image: url(../img/bannerdth.png);
    object-fit: cover;
    height: 450px;
    background-repeat: no-repeat;
}

a.dropdown-item.pb-1 {
    font-size: 13px;
    font-weight: 600;
}

.fastag-reacharge{

    width: 100%;
    background-image: url(../img/fastagbanner.jpg);
    object-fit: cover;
    height: 450px;
    background-repeat: no-repeat;

}
.loan-pay{
    width: 100%;
    background-image: url(../img/payloan1.jpg);
    object-fit: cover;
    height: 450px;
    background-repeat: no-repeat;

}

.bill-item{
    background-color: #057dcd;
    height: 70px;
}
.loan-item {
    background-color: #057dcd;
    height: 70px;
    color: white;
}

.footer-bottom {
    color: #ffffff;
    font-size: 14px;
}
.footer-contact li.address {
    display: flex;
    gap: 10px;
    line-height: 1.6;
}

.footer-contact li.address i {
    color: white;
    font-size: 18px;
    margin-top: 3px;
}

.address-text {
    font-size: 14px;
    color: #ddd;
}
