*{
    a{
        text-decoration: none;
    }
    
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}



body{
    margin: 0;
    padding: 0;
    font-family: poppins, sans-serif;
}

h1{
    font-size: 2rem;

}
ul,li,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.fa{
    padding: 0px;
    margin: 0px;
}
.top-header{

    padding: 10px 0;
}

.top-contact2{
    display: none;
}
.top-contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.fa a{
  font-family: poppins, sans-serif;
}
@font-face {
  font-family: 'adorbold';
  src:  url('../fonts/adorbold.ttf');
}
@font-face {
    font-family: 'adorregular';
    src: url('../fonts/AdorRegular.ttf');
}

@font-face {
    font-family: 'bolditalic';
    src: url('../fonts/BoldItalic.ttf');
}
@font-face {
    font-family: 'ExtraLight';
    src: url('../fonts/ExtraLight.ttf');
}
@font-face {
    font-family: 'ExtraLightItalic';
    src: url('../fonts/ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'Italic';
    src: url('../fonts/Italic.ttf');
}
@font-face {
    font-family: 'Light';
    src: url('../fonts/Light.ttf');
}
@font-face {
    font-family: 'LightItalic';
    src: url('../fonts/LightItalic.ttf');
}
@font-face {
    font-family: 'SemiBoldItalic';
    src: url('../fonts/SemiBoldItalic.ttf');
} 

@font-face {
    font-family: 'SemiBold';
    src: url('../fonts/SemiBold.ttf');
} 


.navbar{
    border-bottom: #0d6efd 3px solid;
    transition: all 0.3s ease;
}




.navbar-nav{
    .nav-item{
        .active{
            color: #0d6efd;
        }
        .btn:hover{
            .nav-link{
                color: #ffffff;
            }

        }
    }
}

.sticky-top{
    z-index: 99;
}



#tarrifmobile{
    display:none;
}




/* slick slider section start */


.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.home-slider{
    .slider {
        width: 100%;
        overflow: hidden;
        background-image: url('../images/heroSectionBg.svg');
        height: 70vh;
        .row{
            margin:  auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .slider-content{
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
                h3{
                    font-size: 2rem;
                    font-weight: 600;
                }
                h1{
                    font-size: 3.5rem;
                    font-weight: 700;
                }
                h4{
                    font-size: 1.5rem;
                    font-weight: 500;
                }
                button{
                    font-size: 1.5rem;
                    font-weight: 700;
                    background-color: #00aeef;
                    border: none;
                    border-radius: 5px ;
                    padding: 10px;
                    margin-bottom: 20px;
                    transition: 0.2s ease;
                }
                button:hover{
                    background-color: #086fac;
                    color: white;
                    cursor: pointer;
                }
                p{
                    font-size: 1.5rem;
                    font-weight: 700;
                    color: #0000ff;
                    a{
                        color: #00aeef;
                        text-decoration: none;
                        font-weight: 600;
                    }
                }
            }
        }
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 0;
    }
    
    .slick-active {
      width: 100%;
    }

    .slick-current {
      opacity: 1;
    }
    border-bottom: #0d6efd 3px solid;
}

.happy-clients{
    .slider {
        width: 100%;
        overflow: hidden;
        background-image: url('/images/heroSectionBg.svg');
        height: 70vh;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
      width: 100%;
    }

    .slick-current {
      opacity: 1;
    }
    .slick-dots li button{
        background: #000;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.5;
        text-align: center;
    }
    .slick-dots{
        bottom: 20px;
    }
}

/* popups top close icons and quick pay icon */



.popuptop{
    box-sizing: border-box;
}
.popuptop img{
    height: 40px;
}
.popupclose{
    padding: 7px;
    background-color: gray;
    border-radius: 50%;
    float: right;
    transition: 1s ease;
}
.popupclose:hover{
    background-color: rgb(222, 222, 222);
    cursor: pointer;
}

/* Style for the popup container */
.popup {
    display: none;
    position: fixed;
    background: #003347cf;
    height: 60vh;
    width: 45vh;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border: 1px solid #00aeef;
    transition: 100s ease-in;
    padding: 20px;
    z-index: 1000;
}
.popup h2{
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 10px;
    color: #00aeef;
    font-family: 'poppins', sans-serif;
}
.popup label{
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'poppins', sans-serif;
}
.popup input{
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    background-color: rgba(105, 104, 104, 0.808);
    border: none;
    border-radius: 5px ;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
    caret-color: #00aeef;
}

.popup button{
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #00aeef;
    border: none;
    border-radius: 5px ;
    padding: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease;
}
.popup button:hover{
    font-size: 1.7rem;
    cursor: pointer;
}

.img-bk{
    padding: 5px 30%;
}

/* Style for the overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.772);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 999;
}
/* quick pay popup style end */

.card-top{
    background-color: #eceef2;
}

.price{
    h5{
        font-size: 0.9rem;
        font-weight: 600;
        strong{
            font-size: 1.2rem;
        }
    }
}
.card-body{
    padding: 20px;
    h5{
        font-size: 1.2rem;
        font-weight: 600;
        color: #0000ff;
    }
    ul{
        li{
            font-family: 'poppins', sans-serif;
            font-weight: 500;
        }
    }
}

.hero-section{
    background-image: url('../images/breadcrumbs_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) ;
    padding: 100px 0;
    text-align: center;
    color: white;
    z-index: -1;

    h2{
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        z-index: 99;
    }
}

.icons{
    font-size: 2rem;
}
.service-card{
    margin-left: 20px;

}














/* footer style start */

#footer-style{
    background-image: url('../images/footerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.widget-bg{
    background-image: url(../../img/contactinfobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}

.widget_social_buttons a{
    font-size: 1.1rem;
    padding: 13px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.widget_social_buttons a:hover{
    background-color: var(--pink);
    box-shadow: 0 0 4px var(--pink), 0 0 4px var(--pink), 0 0 4px var(--pink), 0 0 4px var(--pink), 0 0 4px var(--pink), 0 0 4px var(--pink), 0 0 4px var(--pink);
}
.cat-item a{
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.widget_icons_list a, p{
    text-decoration: none;
}


.widget_social_buttons a:nth-last-child(1) {
  padding: 0px;
}





.links ul li a:before, .services-links ul li a:before {
    color: #5b83cd;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-right: 10px;
    position: relative;
} 


.whatsapp {
    position: fixed;
    z-index: 999;
    display: block;
    bottom: 10%;
    right: 18px;
    font-size: 80px;
    text-shadow: 1px 1px 2px #000000;
    color: green;
}

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .required:after {
            content: " *";
            color: red;
        }
.registration-form{
    .container{
        p{
            a{
                .border{
                    border-radius: 3px;
                    border: #0000ff 1px solid;
                }
            }
        }
    }
}

/* Popup styling */
        .popup2 {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
            z-index: 1000;
        }
        
        .popup-overlay2 {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 999;
        }
        
        .popup-close2 {
            float: right;
            cursor: pointer;
        }



@media (max-width: 768px) {
    .top-contact {
        display: none;
    }
    .top-contact2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .home .slider .row .slider-img{
        display: none;
    }
    .home .slider .row{
        padding-top: 10px;
        margin-top: 0px;
    }

    .home .slider .row .slider-content h3{
        font-size: 1rem;
        font-weight: 600;
    }
    .home .slider .row .slider-content h1{
        font-size: 2rem;
        font-weight: 600;
    }
    .home  .slider .row .slider-content h4{
        font-size: 0.7rem;
        font-weight: 400;
    }
    .home .slider .row .slider-content button{
        font-size: 1rem;
        font-weight: 500;
        border-radius: 5px ;
        padding: 6px;
        margin-bottom: 10px;
    }
    .home  .slider .row .slider-content p{
        font-size: 1rem;
        font-weight: 500;
    }
    .home  .slider .row .slider-content p a{
        font-weight: 500;
    }
}