@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,body,h1,h2,h3,h4,h5,h6,p,a,.listing-box h4 a{
    font-family: "Poppins", serif;
}
.pmenu-cat{
    min-height:320px;
}
.pmenu-spri{
    width:15%;
}
.chosen-container-single .chosen-single{
    padding-top:0;
}
.ban-short-a{
    border-radius:5px;
    margin:5px 0;
}
.home-tit{
    padding-top:50px;
    margin-bottom:20px;
}
.caro-home{
    margin-top:50px;
}
.pri{
    padding:0;
}
.how-wrks-inn ul li div{
    min-height:295px;
}
.mob-app{
    padding:50px 0;
}
.wed-hom-footer{
    padding-top:20px;
    padding-bottom:20px;
}
.wed-hom-footer h4{
    padding:0;
}
.cr p{
    padding:10px 0;
}
.sh-all-scat ul{
    width:50%;
}
.pri .tit h2 span{
    padding-top:0;
}
.list-det-rel-pre{
    padding-top:0;
}
.list-pg-bg{
    padding-bottom:50px;
}
.all-listing-pg{
    background-image:none
}
.listing-box{
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.pmenu-cat ul li a{
    white-space:normal;
}
.pag-p1-phone ul.social-media li{
    padding:0;
    margin-right:5px;
}
section.lg-arb.abou-pg.comp-pro-pg{
    background: linear-gradient(to right, #700edb, #d51075);
    position: relative;
    padding-top:300px;
}
section.lg-arb.abou-pg.comp-pro-pg:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(images/bgIcons.png);
    background-repeat: repeat;
    opacity: .3;
    background-size: contain;
}
.com-pro-pg-bd{
    position:relative;
    z-index:9;
}

@media (max-width:768px){
    .sh-all-scat-box .rhs{
        height:220px;
    }
    .sh-all-scat-box .rhs ol{
        height:100%;
        overflow-y:scroll;
    }
    .pag-p1-phone ul.social-media{
        display:flex;
        justify-content:space-between;
    }
    .pag-p1-phone ul.social-media li img{
        width:40px;
        height:40px;
        margin-top:0;
    }
}
/* Snackbar styles */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    z-index:99999;
}
.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.btn-ser-need-ani,.ani-quo{
    display:none!important;
}
.list-pg-bg div:after{
    position:relative;
}
.h2-ban-ql{
    display:block;
}
.plac-hom-all-pla ul li{
    width:25%;;
}
.usps .plac-hom-all-pla ul li{
    width:20%;
}
.hom-more-modu .plac-hom-box .inn-text{
    bottom:0;
    width:100%;
    text-align:center;
}
.hom-more-modu h4{
    font-size:16px!important;
    text-transform:uppercase;
}
.hm-about{
    background:#ebfaff;
}
p{
    font-size:15px;
}
.hm-about .cta-new-blue{
    background:#1e7bb8;
}
.hom-nav .top-log{
    background:#fff;
    padding:5px;
    margin-top:4px;
    border-radius:2px;
}
.hom-nav .top-log img{
    width:135px;
    margin-top:0;
}
.menu{
    margin-left:10px;
}
.top-ser{
    width:28%;
    padding:6px 0 0 20px;
}
#dailyUpdatesCarousel .carousel-item {
    position: relative;
    text-align: center;
  }
  
  #dailyUpdatesCarousel .carousel-item img {
    max-height: 334px;
    border-radius:0;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  
  #dailyUpdatesCarousel .carousel-caption {
    position: absolute;
    height:100%;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: rgb(0 0 0 / 20%); /* Semi-transparent background */
  }
  #dailyUpdatesCarousel .carousel-caption .description{
      height:50%;
  }
  #dailyUpdatesCarousel .listing-info{
      text-align:left;
      position:absolute;
      bottom:15px;
      width:94%;
  }
  #dailyUpdatesCarousel .listing-info .profile {
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 10px;
  }
  
  #dailyUpdatesCarousel .listing-info .profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
  }
  #dailyUpdatesCarousel .listing-info .profile .detail{
      width:100%;
  }
  #dailyUpdatesCarousel .listing-info .contact{
      margin-top:10px;
      display:flex;
      align-items:center;
      justify-content:space-between;
  }
  #dailyUpdatesCarousel .carousel-control-prev,#dailyUpdatesCarousel  .carousel-control-next{
      width:7%;
  }
  #dailyUpdatesCarousel .carousel-control-prev-icon,#dailyUpdatesCarousel  .carousel-control-next-icon{
      width:15px;
      height:15px;
      filter:invert(1);
  }
  #dailyUpdatesCarousel .carousel-indicators{
      display:none;
  }
  .list-number.pag-p1-phone ul.fix-btn{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#0d57c8;
    padding:8px 0;
    z-index:9999;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    box-shadow:-1px -1px 2px #0000007e;
  }
  .list-number.pag-p1-phone ul.fix-btn li{
    margin-bottom:0;
  }
  .extra-icons img{
    width:40px;
    height:40px;
    margin:0;
  }
  .extra-icons {
    display: none;
    position: fixed;
    bottom: 60px; /* Height + padding of the fixed bar to position above it */
    right: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 10px;
    z-index: 10000;
    flex-direction: column;
    gap: 10px;
    animation: fadeIn 0.3s ease-in-out;
  }
  /* Optional: Animation */
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .advertise img{
    height:auto!important;
  }
  
  .hom-head{
    padding-bottom:180px;
  }
  .ads .row{
    background:#abd2ec;
    border-radius:5px;
    position:relative;
  }
  .ads .row:after{
    content: 'ad';
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #eee;
  color: #000;
  background: #ffffff73; /* add background for contrast */
  padding: 2px 4px;
  font-size: 12px;   /* make sure it's readable */
  font-weight: bold; /* optional, for better visibility */
  line-height: 1;
  font-family:initial;
  border-radius:2px;
  }
  .ads .default img{
    transform:scale(.5);
    animation:scale 3s ease-in-out infinite alternate;
  }
  @keyframes scale {
    from {
        transform:scale(.5);
    }
    to {
        transform:scale(1);
    }
  }
  .hm-categ .plac-hom-box-im img{
    object-fit:contain;
    padding:10px;
  }
  .pg-list-1-pro img{
    width:auto;
    height:auto;
    float:initial;
    object-fit:contain;
  }
  .advertise .carousel-control-prev-icon:before,.advertise .carousel-control-next-icon:before{
    font-size:12px;
    width:12px;
    height:12px;
    left:0;
  }
  .advertise .carousel-control-next-icon:before{
    margin:4px 0 0 5px;
  }
  .advertise .cate-sli .carousel-control-prev-icon:before{
    margin:3px 0 0 4px;
  }
  .advertise .carousel-control-prev-icon,.advertise  .carousel-control-next-icon{
    padding:0px;
  }
  .ads .carousel-control-prev,.ads .carousel-control-next{
    width:5%;
  }
  .about .card{
    min-height:170px;
  }
  .team{
    background:#ebfaff;
  }
  .pri ul li{
    width:50%;
  }
  .pg-list-1-left img{
    width:30px;
    height:30px;
  }
  .ban-tit h1 b span i{
    filter:hue-rotate(45deg);
  }
  .list-det-rel-pre ul li{
    width:20%;
  }
  .plac-hom-box-im h4{
    font-size:15px;
  }
  .list-pg-oth-info ul span{
    background:#1e7bb8!important;
    color:#fff;
  }
  .list-pg-map{
    font-size:12px;
  }
  @media (max-width:768px){
    .ind2-home .hom-head .ban-tit{
        padding-top:0;
    }
    .h2-ban-ql{
        margin-top:0;
    }
    
    .h2-ban-ql ul li{
        width:33.333%;
        margin:5px auto;
    }
    .h2-ban-ql ul li div{
        width:100px;
    }
    .caro-home{
        margin-top:0;
    }
    .caro-home .carousel-item img{
      height:auto;
    }
    .plac-hom-all-pla ul li{
        width:100%;
    }
    .hom-more-modu .plac-hom-box img{
        height:360px;
    }
    .how-wrks{
        padding:0;
    }
    .list-number.pag-p1-phone ul.fix-btn li img{
        width:50px;
        height:50px;
        border:2px solid #fff;
        box-shadow:1px 1px #000;
        border-radius:10px;
    }
    .extra-icons{
        background:transparent;
        box-shadow:none;
        padding:0;
    }
    .extra-icons img{
        width:50px;
        height:50px;
        border:2px solid #0000002d;
        box-shadow:1px 1px #000;
        border-radius:10px;
        background:#fff;
    }
    .hom-head{
        padding-bottom:30px;
    }
    .pri ul li{
        width:100%;
    }
    .pri-box .c3 h2{
        font-size:35px;
    }
    .plac-hom-all-pla.hom-more-modu img{
        width:100%;
    }
    .str.count:after{
        height:65px
    }
    .ban-search li .chosen-container .chosen-single span{
        padding-left:0;
    }
    .usps .plac-hom-all-pla ul li{
        width:100%;
    }
    .list-det-rel-pre ul li{
        width:100%;
      }
      .plan-summary{
        display: flex;
      }
      .plan-summary thead{
        width:40%;
      }
      .plan-summary tbody{
        width:60%;
      }
      .plan-summary tr{
        display:flex;
        flex-direction: column;
      }
  }
  .ads .carousel-inner a{
    position:relative;
  }
  .plac-hom-box-im h4{
    font-family: "Poppins", serif;
  }
  .pg-list-ser-p2{
    position:relative;
    margin-top:0;
    padding:0;
    width:100%;
    bottom:auto;
  }
  .pg-list-ser-p2 h4{
    font-size:14px;
    color:#000;
  }
  .home-list-pop img{
    height:auto!important;
    object-fit:contain;
  }
  .list-pg-review-item .review-rating i{
    font-size:16px;
    color:rgb(255 215 0);
  }
  .listing-box h4 a{
    height:auto;
    display:inline;
    overflow:auto;
  }
  .all-list-sh .list-con{
    height:auto;
    padding:10px 10px 0px;
  }
  .listing-box:hover .list-con{
    margin-top:0;
    height:auto;
  }
  .listing-box .quo{
    padding:5px;
    margin-bottom:13px;
  }
  .listing-box .pg-pro-buy-cta{
    bottom:0;
  }
  .pg-pro-buy-cta a{
    padding:8px 2px;
  }
  .pg-list-ser-p1,.list-pg-lt .pg-list-ser img{
    height:auto;
  }
  .pg-list-ser-p1:before{
    display:none;
  }