@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Public Sans", serif;
}
a{
    text-decoration: none;
    color: inherit;
}
h1{
    font-family: "Roboto", serif;
}
img{
    width: 100%;
}
header{
    box-shadow: 0px 2px 6px 0px #f7f7f7;
}
header .navbar .navbar-brand{
    width: 100%;
    max-width: 120px;
}
header .navbar .navbar-nav .nav-item .nav-link.active{
    font-weight: 700;
}
header .navbar .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
header .navbar .navbar-nav .nav-item.login-btn .nav-link{
    background-color: #0073E6;
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 2px;
    text-transform: uppercase;
}
.login-bg-box {
    background-image: url(../images/bg-auto-image.png);
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.login-bg-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: -1;
}

.login-bg-box .login-register-form{
    width: 100%;
    max-width: 720px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.login-bg-box .login-register-form .nav.nav-tabs .nav-item{
    width: 100%;
    max-width: 50%;
    text-align: center;
}
.login-bg-box .login-register-form .nav.nav-tabs .nav-item .nav-link{
    width: 100%;
    color: #77878F;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #ffffff;
    padding: 16px;
    text-transform: uppercase;
}
.login-bg-box .login-register-form .nav.nav-tabs .nav-item .nav-link.active{
    border-bottom: 4px solid #0073E6;
    width: 100%;
    color: #212121;
}
.login-form-design {
    width: 100%;
    max-width: 80%;
    margin: auto;

}
.login-form-design form label {
    font-size: 16px;
    font-weight: 600;
    color: #191C1F ;
}
.login-form-design form input {
    font-size: 16px;
    font-weight: 500;
    color: #191C1F ;
    padding: 12px 8px;
}
.login-form-design form p.text-end a {
    font-size: 16px;
    font-weight: 500;
    color: #2DA5F3 ;
    text-decoration: none;

}
.login-form-design .toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -28px;
}   
.login-btn-form button{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0070BC;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    padding: 16px 48px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.login-btn-form p{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #5F6C72;
}
.login-btn-form p a{
    font-size: 16px;
    font-weight: 500;
    color: #2DA5F3;
    text-transform: uppercase;
    text-decoration: none;
}


.CaptchaWrap { position: relative; }

#CaptchaImageCode { 
  text-align:center;
  padding: 0px 0;
  width: 100%;
  overflow: hidden;
  height: 48px;
}

.capcode { 
  font-size: 36px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}
.login-form-design form input {
    font-size: 16px;
    font-weight: 500;
    color: #191C1F;
    padding: 12px 8px;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}
.Product-sec .product-headering h1{
    font-size: 32px;
    font-weight: 700;
    color: #020A13;
}
.Product-sec .product-box h2{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    display: block;
}
.Product-sec .product-box p{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: block;
}
.Product-sec .product-box p span{
    display: block;
}
.Product-sec .product-box .buttons-prodcut{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: between;
}
.Product-sec .product-box .buttons-prodcut a{
    background-color: #0073E6;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    padding: 8px 24px;
    border-radius: 2px;
    max-width: 48%;
    text-align: center;
    text-decoration: none;
}
.Product-sec .product-box .product-img{
    width: 100%;
    max-width: 70%;
    margin: auto;
    padding: 32px 8px;
    margin-bottom: 16px;
    border-bottom: 2px solid #f7f7f7;
}
.Product-sec .product-box {
    box-shadow: 0px 0px 20px 0px #c4c4c4;
    padding: 16px 24px;
    border-radius: 12px;
}
footer{
background-color: #0073E6;
padding: 60px 0;
}
footer .footer-about .brand{
    width: 100%;
    max-width: 210px;
} 
footer .footer-about p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
} 
.subscribe-box .input-group{
    border: none;
}
.subscribe-box input{
    font-size: 14px;
    padding: 12px 24px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}
.subscribe-box .input-group-text{
    font-size: 14px;
    padding: 12px 24px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    background-color: #000000;
    color: #ffffff;
    border: none;
}
footer .footer-pages h3{
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
}
footer .footer-pages ul li {
    margin-bottom: 10px;
}
footer .footer-pages ul li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
footer .footer-address h3{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}
footer .footer-address ul li i{
    color: #ffffff;
    margin-top: 5px;
}
footer .footer-address ul li a, footer .footer-address ul li p{
    color: #ffffff;
} 
.Choose-delivery-sec .devivery-sec-box img{
    width: auto;
    height: 190px;
}
.Choose-delivery-sec .devivery-sec-box h3{
   font-size: 24px;
   font-weight: 700;
   margin-top: 15px;
}
.Choose-delivery-sec .devivery-sec-box{
    height: 100%;
    padding: 60px 20px 20px;
    border-radius: 2px;
}
.Choose-delivery-sec .row .col-lg-6:nth-child(1) .devivery-sec-box{
    background-color: #F9B925;
}
.Choose-delivery-sec .row .col-lg-6:nth-child(2) .devivery-sec-box{
    background-color: #AFD9E6;
}
.Choose-delivery-sec .row .col-lg-6:nth-child(3) .devivery-sec-box{
    background-color: #0073E6;
}
.Choose-delivery-sec .row .col-lg-6:nth-child(4) .devivery-sec-box{
    background-color: #83C980;
}
.pincode-box .modal-title{
    font-size: 32px;
    font-weight: 600;
}
.pincode-box .form-label{
    font-size: 18px;
    font-weight: 600;
}
.pincode-box input{
    font-size: 18px;
    font-weight: 600;
    padding: 12px 12px;
}
.pincode-box .form-check{
    display: flex;
    align-items: center;
    gap: 8px;
}
.pincode-box p{
    margin-top: 12px;
}
.login-bg-box.track-0rder .login-form-design h3{
    font-size:28px;
    font-weight:700;
    color:#333333;
    margin-bottom: 24px;
}
.login-bg-box .tiel-bow h3{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.login-bg-box .address-box  ul li{
    display: flex;
    gap: 8px;
}
.login-bg-box .address-box  ul li .img-box{
    background-color: #D9D9D9;
    width: 100%;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-bg-box .address-box  ul li .address-text h3{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.login-bg-box .address-box  ul li .address-text p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4px;
}
.file-def {
    position: relative;
}
.file-upload-img {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 4px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 5px 2px #dee2e6;
    border-radius: 4px;
}
.inner-sec {
    position: relative;
}
.file-def .inner-sec input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.file-def .inner-sec span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -12px;
    top: -12px;
    background-color: #33bf3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}
.manufacture-form .from-box{
    border: 1px solid #CCCCCCCC;
    border-radius: 5px;
    padding: 48px;
}
.manufacture-form .from-box .from-box-title h3{
    font-size: 24px;
    font-weight: 700;
    color: #020A13;
}
.manufacture-form .from-box .label{
    font-size: 14px;
    font-weight: 500;
}
.manufacture-form .from-box input{
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
}
.Faq-page .Faq-box .Faq-box-title h3{
    font-size: 32px;
    font-weight: 700;
}
.Faq-page .Faq-box .faq-tabs .nav-item button.nav-link{
    border: 3px solid #0073E6;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 48px;
    text-transform: uppercase;
}
.Faq-page .Faq-box .faq-tabs .nav-item button.nav-link.active{
    border: 3px solid #0073E6;
    background-color: #0073E6;
}
.Faq-page .Faq-box .tabs-accordian .accordion .accordion-item h2 button{
    font-size: 16px;
    font-weight: 700;
    color: #5F5F5F;
}
.Faq-page .Faq-box .tabs-accordian .accordion .accordion-item .accordion-button{
    font-size: 16px;
    font-weight: 700;
    color: #0073e6;
    background-color: #ffffff;
    border: 1px solid #0073E6;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 24px;
}
.Faq-page .Faq-box .tabs-accordian .accordion .accordion-item  .accordion-button.collapsed{
    color: #5F5F5F;
    border: 1px solid #5F5F5F;
    border-radius: 12px;
    overflow: hidden;
}
.Faq-page .Faq-box .tabs-accordian .accordion .accordion-item{
    border: none;
    margin-bottom: 24px;
}
.Faq-page .Faq-box .tabs-accordian .accordion .accordion-item .accordion-body p{
    font-size: 16px;
}
.home-banner{
    background-image: url(../images/Banner-3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 116px 0;
    z-index: 0;
}
.home-banner::before{
    background-image: url(../images/Banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 50%;
    height: 350px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
}
.home-banner .banner-content h1{
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
}
.home-banner .banner-content p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.home-banner .banner-content ul li{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 8px 0;
}
.home-banner .banner-content{
    width: 100%;
    max-width: 750px;
}
.maufacture-banner .manufacture-box{
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    overflow: hidden;
}
.maufacture-banner .col-lg-6:nth-child(1) .manufacture-box{
    background-image: url(../images/manufacture-bg.png);
}
.maufacture-banner .col-lg-6:nth-child(2) .manufacture-box{
    background-image: url(../images/agency-auto.png);
}
.maufacture-banner .manufacture-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b85ffb0;
    z-index: -1;
}
.maufacture-banner .manufacture-box .manufacture-content{
    padding: 70px 30px;
    z-index: 1;
}
.maufacture-banner .manufacture-box .manufacture-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.maufacture-banner .manufacture-box .manufacture-content a{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 16px;
    margin-bottom: 0;
}

.maufacture-permits .permits-box{
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    overflow: hidden;
}
.maufacture-permits .col-lg-3:nth-child(1) .permits-box{
    background-image: url(../images/city-permit.png);
}
.maufacture-permits .col-lg-3:nth-child(2) .permits-box{
    background-image: url(../images/ncr-permit.png);
}
.maufacture-permits .col-lg-3:nth-child(3) .permits-box{
    background-image: url(../images/fitness-fee.png);
}
.maufacture-permits .col-lg-3:nth-child(4) .permits-box{
    background-image: url(../images/renew-meter.png);
}
.maufacture-permits .permits-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b85ffb0;
    z-index: -1;
}
.maufacture-permits .permits-box .permits-content{
    padding: 70px 30px;
    z-index: 1;
    height: 350px;
}
.maufacture-permits .permits-box .permits-content h3{
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.maufacture-permits .permits-box .permits-content a{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 16px;
    margin-bottom: 0;
}
.about-page .about-title h1{
    font-size: 32px;
    font-weight: 700;
} 
.about-page .about-content ol li h2{
    font-size: 32px;
}
.about-page .about-content ol li h3{
    font-size: 28px;
}
.about-page .about-content ol li h4{
    font-size: 24px;
}
.about-page .about-content ol li h5{
    font-size: 20px;
}
.about-page .about-content ol li h6{
    font-size: 16px;
}
.about-page .about-content ol li p{
    font-size: 16px;
}
.about-page .about-content ol li::marker{
    font-size: 28px;
}
.about-page .about-content ol li ol li::marker{
    font-size: 16px;
}

.main-box-bokfrm{
    #msform {
        /* text-align: center; */
        position: relative;
        margin-top: 20px
    }
    
    #msform fieldset {
        background: white;
        width: 100%;
        position: relative
    }
    
   
    
    #msform fieldset:not(:first-of-type) {
        display: none
    }
    

    
    /* #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #0073E6;
        outline-width: 0
    } */
    
    #msform .action-button {
        width: 100px;
        background: #0073E6;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 0px 10px 5px;
        float: right
    }
    
    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #0073E6
    }
    
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        float: right
    }
    
    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }
    
    .card {
        z-index: 0;
        border: none;
        position: relative
    }
    
    .fs-title  h2{
        font-size: 25px;
        color: #212121;
        margin-bottom: 8px;
        font-weight: 700;
        text-align: left
    }
    .fs-title  p{
        font-size: 15px;
        color: #212121;
        margin-bottom: 15px;
        font-weight: 500;
        text-align: left
    }
    
    .purple-text {
        color: #0073E6;
        font-weight: normal
    }
    
    .steps {
        font-size: 25px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        /* text-align: right */
    }
    
    .fieldlabels {
        color: gray;
        text-align: left
    }
        #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #progressbar .active {
        color: #0073E6
    }
    
    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: calc(100%/7 - 12px);
        /* float: left; */
        text-align: center;
        position: relative;
        font-weight: 400
    }
    
    #progressbar #account:before {
        /* font-family: FontAwesome; */
        content: "01"
    }
    
    #progressbar #personal:before {
        content: "02"
    }
    
    #progressbar #payment:before {
        content: "03"
    }
    
    #progressbar #confirm:before {
        content: "04"
    }
    #progressbar #summery:before {
        content: "05"
    }
    #progressbar #verifyDetail:before {
        content: "06"
    }
    #progressbar #reciept:before {
        content: "07"
    }
    
    #progressbar li:before {
        width: 36px;
        height: 36px;
        line-height: normal;
        display: block;
        font-size: 15px;
        color: #242e39;
        background: #ffffff;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #A1AEBE;
    }
    
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: -50%;
        top: 19px;
        z-index: -1
    }
    #progressbar li:first-child:after {
        content: '';
        width: 0;
    }
    
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #0073E6
    }
    #progressbar li.active:before{
        color: #ffffff;
    }
    
    .progress {
        height: 20px
    }
    
    .progress-bar {
        background-color: #0073E6
    }
    
    .fit-image {
        width: 100%;
        object-fit: cover
    }  

    fieldset {
       border: 2px solid #CCCCCC;
       border-radius: 8px;
       padding: 48px;
    }
    .form-card input{
        font-size: 16px;
        font-weight: 500;
        color: #191C1F;
        padding: 12px 8px;
    }
    .form-card select{
        font-size: 16px;
        font-weight: 500;
        color: #191C1F;
        padding: 12px 8px;
    }
    .form-card label{
        font-size: 16px;
        font-weight: 600;
        color: #191C1F;
    }
    .available-un .unavailable{
        background-color: #ffffff;
        width: 100%;
        max-width: 300px;
        border: 1px solid #0073e6;
        color: #0073e6;
        padding: 12px 24px;
        text-align: center;
        border-radius: 8px;
        display: block;
    }
    .available-un .available{
        background-color: #0073e6;
        width: 100%;
        max-width: 300px;
        border: 1px solid #0073e6;
        color: #ffffff;
        padding: 12px 24px;
        text-align: center;
        border-radius: 8px;
        display: block;
    }
    .cal-month__previous, .cal-month__next {
            background-color: #cccccc;
            border-radius: 50%;
        }


        .calendar {
            width: 350px;
            /* margin: 0 auto 0; */
            margin:  0;
          }
          
          .calendar__month {
            font-size: 20px;
            font-weight: 800;
            padding: 10px 0;
            width: 100%;
            position: relative;
          }
          
          .cal-month__previous,
          .cal-month__next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            width: 30px;
            height: 30px;
            text-align: center;
            
            &:hover {
              background-color: #42A5F5;
              box-shadow: 0 5px 5px -5px rgba(0,0,0,0.75);
              border-radius: 50%;
              font-weight: 800;
              color: #111;
            }
          }
          
          .cal-month__next {
            right: 0;
          }
          
          .cal-month__current {
            text-align: center;
            color: #0073e6;
            font-size: 16px;
        font-weight: 600;
          }
          
          .cal-head__day,
          .cal-body__day {
            display: inline-block;
            width: 50px;
            height: 50px;
            float: left;
            color: #0073E6;
          }
          
          .cal-body__week,
          .calendar__head {
            display: block;
            height: 50px;
            width: 350px;
          }
          
          .calendar__head {
            line-height: 50px;
            position: relative;
            
            &:after {
              content: ' ';
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              height: 1px;
              background-color: #90CAF9;
            }
          }
          
          .cal-body__day {
            color: #777;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
          }
          
          .cal-day__month--current {
            color: #000000;
          }
          
          .cal-day__day--today {
            font-weight: 800;
            color: #2196f3;
          }
          
          .cal-day__day--selected {
            background-color: #2196f3;
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
            border-radius: 50%;
            color: #111;
          }
          .rtyhfds{
            font-size: 14px;
            font-weight: 400;
            color: #191C1F;
          }
          .form-card .card .card-header{
              padding: 24px 48px;
        }
        .form-card .card .card-body{
            padding: 24px 48px;
          }
          .form-card .card .card-body p {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
          }
          .form-card .card .card-body p span {
            white-space: nowrap;
          }
        .ansdkjhlkaln li{
            margin-bottom: 12px;
            font-size: 18px;
        }
}
.main-box-vehical  .form-card input{
    font-size: 16px;
    font-weight: 500;
    color: #191C1F;
    padding: 12px 8px;
}
.main-box-vehical .form-card select{
    font-size: 16px;
    font-weight: 500;
    color: #191C1F;
    padding: 12px 8px;
}
.main-box-vehical .form-card label{
    font-size: 16px;
    font-weight: 600;
    color: #191C1F;
}
.main-box-vehical .exist-tiele{
    width: 100%;
    max-width: 80%;
    margin: auto;
}
.main-box-vehical .exist-tiele h3{
    font-weight: 700;
    font-size: 32px;
    color: #0073e6;
}
.main-box-vehical .exist-tiele p{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.cart-page{
    .card-title {
        font-weight: bold;
    }
    .product-listing {
        transition: all 0.3s linear;
    }
    .product-listing:hover {
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    }
    .product-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .cart-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }
    .brand-img{
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    
    .footer-title{
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .footer-title::after{
        z-index: 999;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #0d6efd;
        width: 15%;
        height: 2px;
    }
    .footer-app{
        width: 150px;
        object-fit: contain;
    }
    
    @media screen and (max-width: 789px) {
        .cart-image {
            width: 120px;
            height: 120px;
        }
    }
}