@import url(https://fonts.googleapis.com/css?family=Poppins:300);
:root{
    --brand:#FF6310;
    --brand2:#650046;
    --bg-color: #FE6500;
    --sbg-color: #650046;

}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
        scroll-behavior: smooth;
        background: #ffffff ;
        /* font-family: 'Poppins', sans-serif;
        font-family: "Roboto Condensed", sans-serif; */
        font-family: "Open Sans", sans-serif;
        padding: 0px 20px;
        

    }
    /* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #FF6310, #650046);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #650046, #FF6310);
}


a{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.modal{
    z-index: 99999999 !important;
}
.sticky {
  position: fixed;
  width: 99.5%;
  margin: auto ;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
  padding: 10px 30px; 
  animation: slideDown 0.3s ease forwards;
  z-index: 999;
    left: 4px;
  .main-header{
    grid-template-columns: 70% 30%;
  }
  .header-nav{
    grid-template-columns:  repeat(3, 1fr) !important;
    .head-category{
        display: none;
    }
    .login{
        margin: 0px 5px !important;
    }
    .advertise{
        text-align: end;
    }
  }
}
.dropdown-login {
    position: relative;
}

.dropdown-login-myaccount {
    cursor: pointer;
}

.dropdown-login-myaccount:hover i {
    color: #0072b1;
}

/* Hover effect se dashboard show */
.dropdown-login:hover .dropdown-login-dashboard {
    display: block;
    ul{
        margin-top: 20px;
    }
}

.dropdown-login-dashboard {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    height: auto;
    display: none;
}

.dropdown-login-dashboard ul {
    list-style: none;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    padding: 10px;
    transition: 0.3s;
    border-radius: 5px;
}

.dropdown-login-dashboard ul li {
    padding: 5px;
}

.dropdown-login-dashboard ul li:hover {
    background-color: #e9f2ff;
    a {
        color: #0072b1;
        i{
            color: #0072b1;
        }
    }
}

.dropdown-login-dashboard ul li a {
    color: #333;
}

.sticky-header{
   position: fixed;
    z-index: 10001;
    left: 23%;
    width: 52%;
    top: 2%;
    animation: slideDown 0.3s ease forwards;
    .city{
        padding: 9px !important;
    }
    .search-box form {
        input{
            padding: 9px !important;
        }
        button{
            padding: 4px 0px 0px 3px !important;
            width: 5.5% !important;
            i{
                font-size: 18px !important;
            }
        }
    }
}

/* Smooth slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* main-header */
.main-header{
    padding: 15px 0px 10px 0px;
    display: grid;
    grid-template-columns:  64% 36%;
    .brand-logo{
        width: 275px;
        height: auto;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .mbl-logo{
            display: none;
        }
    }
    .header-nav-bar-icon{
        display: none;
    }
    .header-nav{
        
        display: grid;
        grid-template-columns: 25% 20% 25% 30%;
        text-align: right;
        text-align: center;
        align-items: center;
        padding-top: 9px;

        .head-category{
            position: relative;
            cursor: pointer;
            transition: 0.3s;
            font-family: "Roboto Condensed", sans-serif;
            i{
                font-size: 15px;
            }
            .dropdown-main-cat{
                opacity: 0;
                width: 600px;
                visibility: hidden;
                position: absolute;
                right: -50%;
                top: calc(100% + 20px);
                transition: 0.3s;
                z-index: 1000;
                
            }
            .category-dropdown{
                margin-top: 30px;
                padding:10px 20px;
                border: 1px solid rgb(255, 255, 255);
                border-radius: 5px;
                background-color: #ffffff;
                box-shadow: 0px 0px 3px 1px;
                display: grid;
                grid-template-columns: 33% 30% 37%;
                
                .category-item{
                    min-width: fit-content;
                    padding: 8px 5px ;
                    a{
                        font-size: 14px;
                        font-weight: 500;
                        color: #082744;
                        display: inline-block;
                        text-align: start;
                        white-space: break-spaces;
                        &:hover{
                            color: #06bbf8;
                        }
                    }
                }
            }
            .category-dropdown {
                max-height: 250px;
                overflow-y: auto;
                overflow-x: hidden;
                text-align: start;
                }

                /* Scrollbar Track */
                .category-dropdown::-webkit-scrollbar {
                width: 8px;
                }

                /* Scrollbar Background */
                .category-dropdown::-webkit-scrollbar-track {
                background: #f0f0f0;
                border-radius: 10px;
                }

                /* Scrollbar Thumb (the draggable part) */
                .category-dropdown::-webkit-scrollbar-thumb {
                background: linear-gradient(180deg, var(--brand), var(--brand2));
                border-radius: 10px;
                }

                /* Scrollbar Thumb on Hover */
                .category-dropdown::-webkit-scrollbar-thumb:hover {
                background: linear-gradient(180deg, #e84118, #00a8ff);
                }

            &:hover{
                .dropdown-main-cat{
                    /* display: block; */
                    opacity: 1;
                    visibility: visible;
                    right: -50%;
                    top: calc(100% - 20px);
                }
            }
        }

        .advertise{
            a{
                color: #171717;
                &:hover{
                    color: #0072b1;
                }
                i{
                    font-size: 14px;
                }
            }
        }
        .freelisting{
            position: relative;
            .business{
                position: absolute;
                top: -20px;
                left: 40px;
                background-color: var(--brand2);
                padding: 0px 7px;
                color: #fff;
                font-size: 14px;
                
                    &:hover{
                        color: #fff !important;
                    }
            }
            a{
                color: #171717;
                font-size: 16px;
                &:hover{
                    color: #0072b1;
                }
            }
            span{
                color: #171717;
                font-size: 16px;
                cursor: pointer;
                &:hover{
                    color: #0072b1;
                }
            }
        }
        .login{
            background-color: var(--brand);
            color: #fff;
            padding: 2px 0px;
            margin: 0px 15px;
            border-radius: 5px;
            a{
                color: #fff;
            }
        }
    }
}
/* second header */
.second-header{
    padding: 15px 0px 10px 0px;
    display: grid;
    grid-template-columns:  23% 77%;
    .brand-logo{
        width: 275px;
        height: auto;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .mbl-logo{
            display: none;
        }
    }
    .header-nav-bar-icon{
        display: none;
    }
    .header-nav-main-part{
        display: grid;
        grid-template-columns: 65% 35%;
        align-items: center;

        .sticky-header{
            top: 28%;
        }
    }
    .home-search{
        padding: 0px;
        margin: 0px;
        width: 100%;
        grid-template-columns: 25% 70%;
        .city{
            padding: 11px;
        }
        .search-box {
            form {
                input {
                    padding: 11px;
                }
                button{
                    padding:  5px 5px 3px 5px;
                    i{
                        font-size: 18px;
                    }
                }
                
            }
        }
    }
    .header-nav{
        
        display: grid;
        grid-template-columns: 30% 30%  40%;
        text-align: right;
        text-align: center;
        align-items: center;
        padding-top: 9px;
        .advertise{
            a{
                color: #171717;
                &:hover{
                    color: #007bff;
                }
                i{
                    font-size: 14px;
                }
            }
        }
        .freelisting{
            position: relative;
            cursor: pointer;
            .business{
                position: absolute;
                top: -20px;
                left: 40px;
                background-color: var(--brand2);
                padding: 0px 7px;
                color: #fff;
                font-size: 14px;
            }
            a{
                color: #171717;
                font-size: 16px;
            }
        }
        .login{
            background-color: var(--brand);
            color: #fff;
            padding: 2px 0px;
            margin: 0px 15px;
            border-radius: 5px;
            a{
                color: #fff;
            }
        }
    }
}
header{
    transition: 0.4s ease ease-in-out;
    
.home-search {
    display: grid;
    width: 90%;
    margin: 10px 35px;
    padding-top: 5px;
    grid-template-columns: 25% 70%;
}

.home-search .city {
    border: 1px solid gray;
    margin-right: 10px;
    padding: 13px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px;
}
.dropdown-city-main-border{
    border: 2px solid var(--brand) !important;
}
.home-search .city .dropdown-toggle::after {
    display: none;
}

.home-search .city .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    width: 111%;
    padding-top:0px ;
    top: 11px !important;
    left: -10px !important;
    border: 2px solid var(--brand) !important;
}

.search-city-box {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}


.home-search .search-box {
    border: 1px solid gray;
    border-radius: 5px;
    
    box-shadow: 0px 0px 3px;
}
.search-box-border{
    border: 1px solid var(--brand) !important ;
    box-shadow: 0px 0px 3px 1px var(--brand) !important;
}
.search-dropdown{
    top: 55px !important;
    max-height: 300px;
    min-height: 0px;
    overflow-y: auto;

    
}
#SearchKeyContainer{
    padding: 0px !important;

}

.search-dropdown-item:first-child{
    margin-top: 15px;
    /* border-top: 3px solid var(--brand); */
}
#search-drop-down{
    border: 2px solid var(--brand);
    /* display: none  !important; */
}
.search-dropdown-item{
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 15px;

    p{
        line-height: 13px;

    }
    small{
        font-size: 12px;
    }
}
.search-dropdown-item:hover{
    background-color: #fff;
}
.home-search .search-box form {
    position: relative;
    z-index: 858;
}

.home-search .search-box form input {
    width: 87%;
    /*position: absolute;*/
    border: 0px;
/*    left: 0;
    top: 0;*/
    padding: 13px;
    margin-left: 3px;

}

.home-search .search-box form input::placeholder {
    color: rgb(170, 170, 170);
}

.home-search .search-box form input:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.home-search .search-box form img {
    width: 4%;
    height: auto;
    position: absolute;
    top: 6px;
    right: 8.5%;
}

.home-search .search-box form button {
    position: absolute;
    right: 6px;
    border: 0px;
    top: 6px;
    width: 6%;
    background: var(--brand);
    color: #fff;
    padding: 8px 0px 4px 0px;
    border-radius: 5px;
}

.home-search .search-box form button i {
    font-size: 23px;
}
}
.top-ads-rights-side{
    height: 80px;
    width: 98%;
    margin-right: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;

    }
}

/*  home page slider section */
.home-main-slider{
    .slide{ 
        border-radius: 10px;

        img{
            height: 240px;
            border-radius: 10px;
        }
        .carousel-control-prev-icon{
            border-radius: 0px 5px 5px 0px;
            background-image: url('../../favicon/arrow-left.svg');
            /* border-radius: 50%; */

        }
        .carousel-control-next-icon{
            border-radius: 5px 0px 0px 5px;
            background-image: url('../../favicon/arrow-right.svg');
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-size: 20px 20px;
            background-repeat: no-repeat;
            background-position: center;
            width: 30px;
            height: 35px;
            background-color: white;
            opacity: 1 !important;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            /* transition: all 0.3s ease; */
        }

        

        /* Optional: Adjust arrow position */
        .carousel-control-prev,
        .carousel-control-next {
            width: auto;
            display: none;
        }

        &:hover .carousel-control-prev, &:hover .carousel-control-next{
            display: block;

        }
    }
}
.slider-main-cards{
    display: grid;
    height: 240px;
    grid-template-columns: 25% 25% 25% 25%;
    .main-cards{
        margin: 0px 10px;
        border-radius: px;
        overflow: hidden;
        position: relative;
        .card-img-top{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            mix-blend-mode: multiply;
        }
        .card-bodys{
            position: absolute;
            top: 10px;
            left: 6px;
            a{
                font-size: 22px;
                font-weight: 600;
                line-height: 10px;
                color: #fff;
            }
        }
        .more{
            position: absolute;
            left: 0px;
            bottom: 20px;
            width: 31px;
            font-family: "Roboto Condensed", sans-serif;
            height: 32px;
            background-color: #fff;
            border-radius:0px 5px 5px 0px ;
            padding: 2px;
            overflow: hidden;
            transition: 0.5s;
            a{
                text-decoration: underline;
                color: #007bff;
                text-align: right;
                margin-left: -35px;
                transition: 0.5s;
                align-items: center;                
                img{
                    width: 21px;
                    height: 21px;
                    margin-left: 5px;
                    margin-top: 3px;    
                }
            }
        }
        &:hover{
            .more{
                width: 90px;
                a{
                    margin-left: 20px;
                }
            }
            
        }
    }
}


/* back-color */
.back-color{
    position: relative;
    width: 100%;
    span {
        position: absolute;
        width: 100%;
        z-index: 0;
        left: 0px;
        top: 10px;
        height: 70vh;
        background: linear-gradient(to bottom, var(--brand), #E3E6E6);
    }
}
/* category-divide-main-part */
.category-divide-main-part{    
    margin-top: 10px;
    background-color: #E3E6E6;
    padding: 10px 10px;
    display: grid;

    grid-template-columns: 19.47% 19.47% 19.47% 19.47% 19.47%;
    column-gap: 10px;
    .category-divided-main-part-item{
        z-index: 1;
        padding: 10px 0px 10px 10px;
        margin-bottom: 10px;
        background-color: #fff;
       
        .title{
            h2{
                font-size: 18px;
                a{
                    color: #171717;
                    font-weight: bold;
                }
            }
        }
        .body-main-part{
            display: grid;
            grid-template-columns: 50% 50%;
            
            .body-main-part-item{
                padding: 0px 10px 5px 0px;
                text-align: center;
                .body-img{
                    width: 80%;
                    height: 96px;
                    margin: auto;
                    overflow: hidden;
                    border: 1px solid rgb(212, 212, 212);
                    border-radius: 10px;
                    overflow: hidden;
                    padding: 20px;
                    box-shadow: 0 0px 6px -3px rgba(0, 0, 0, 0.7);
                    text-align: center;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
                .body-title{
                    h3{ 
                        padding: 0px;
                        margin: 0px;
                        padding-top: 7px;
                        font-size: 14px;
                        font-weight: 300;
                        padding-bottom: 7px;
                        a{
                            color: #171717;
                        }
                    }
                }
            }
        }
        .down-see-more{
            padding-top: 10px;
        }
    }
}
.category-divide-main-part .category-divided-main-part-item .cat-img {
    display: none;
}
/* brand-slider */
.brand-slider{
    padding: 10px 0px;
    img{
        width: 99%;
        margin: auto;
        height: 100%;
    }
    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        background-color: white;
        
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        z-index: 10;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .slick-prev:hover, .slick-next:hover {
        background-color: #f0f0f0; /* light grey on hover */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }   

    .slick-prev {
        left: 0px;
        border-radius: 0px 5px 5px 0px;
        
    }
    .slick-next {
        right: 0px;
        border-radius: 5px 0px 0px 5px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
        color: var(--brand);
        opacity: 1;
    }
}

/* second-down category-divided */
.newdiv-box-img {
    max-width: 200px;
    max-height: 135px;
    overflow: hidden;
}

.top-footer-seo{
    .trending-searches {
        padding: 0px 10px;
        margin-top: 10px;
}

    .trending-searches h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
    }

    .trending-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    }

    .trending-list li {
    position: relative;
    display: inline;
    white-space: nowrap;
    }

    .trending-list li:not(:last-child)::after {
    content: '|';
    margin: 0 3px;
    color: #555;
    }

    .trending-list a {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    transition: color 0.3s ease;
    }

    .trending-list a:hover {
    color: #007bff;
    text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 576px) {
    .trending-list {
        gap: 5px;
    }
    .trending-list a {
        font-size: 11px;
    }
    }
}
/* daily-row */
.daily-row{
    border: 1px solid gray;
    border-radius: 10px;
    padding: 25px 25px;
    margin:0px 8px 0px 4px;
    display: grid;
    grid-template-columns: 26% 74%;
    .daily-row-left{
        border-right: 1px solid gray;
        padding-right: 10px;
         h2{
            font-size: 20px;
        }
    }
    .daily-row-right{
        display: grid;
        padding: 0px 10px 0px 20px;
        grid-template-columns: repeat(6, 1fr);
       
        .explore-link {
            color: #007bff;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .explore-link:hover {
            text-decoration: underline;
            margin-left: 5px;
        }

        .icon-box {
            background: #f9f9f9;
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s ease;
            font-size: 14px;
            text-align: center;
            margin: 0px 10px;
            img{
                mix-blend-mode: multiply;
                width: 100%;
            }
        }

        .icon-box i {
            font-size: 60px;
            color: var(--brand2);
            margin-bottom: 20px;
        }

        .icon-box:hover {
            background: #e9f2ff;
            cursor: pointer;
            transform: translateY(-4px);
        }

    }

}
/* home-down-main-newdiv-part */
.home-down-main-newdiv-part-item-body{
    border: 2px solid gray;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin: 5px 10px 30px 5px;
    .newdive-title{
        color: #650046;
        margin-bottom: 15px;
    }
    .newdiv-box-item a{
        color:#FC6603;
        text-transform: capitalize;
        margin-bottom: 10px;
       
    }
    .newdiv-box-name{
        padding-top: 10px;
        margin-bottom: 6px;
    }
    .newdiv-box-img{
        max-width: 190px;
        max-height: 120px;
        overflow: hidden;
        margin: auto;
    }
    .newdiv-box-img img{
        border-radius: 5px;
    }
    .newdiv-box-item{
        transition: transform 0.3s ease;
        overflow: hidden;
    }
    .newdiv-box-item:hover{
        transform: scale(1.05);
    }
}

/* footer  */
footer{
    background-color: #f1efef36;
    margin-top: 30px;
    padding: 50px 0px 0px 17px;
    .text-muted{
        color: #1e1e1e !important;
    }
    i.fab.fa-facebook-square {
        color: #4267B2; 
        font-size: 15px;
    }
    i.fab.fa-youtube {
        color:  #c4302b;
        font-size: 15px;
    }
    i.fab.fa-whatsapp {
        color:  #25D366;
    
    }

    i.fab.fa-twitter {
        color:  #00acee;
        font-size: 15px;
    }
    i.fab.fa-linkedin {
        color:  #0072b1;
        font-size: 15px;
    }
    .t-footer .text-mute{
        color: #000000 !important;
    }
    a{
        .t-google-btn {
            border: 2px solid #650046;
            border-radius: 5px;
            padding: 0px 0px 0px 5px;
            width: 150px;
            align-items: center;
            i{
                color: var(--brand2);
            }
            p {
                padding: 0px !important;
                margin-bottom: -7px;
                font-size: 14px;
                color: #650046;
            }
            .google-app {
                padding-left: 2px;
                font-size: 16px;
                font-weight: 700;
                color: #ff4e00;
            }
        }
        .t-google-btn-left {
            font-size: 30px;
        }
        .t-google-btn-right{
            padding-left: 3px;
        }
    }

    .t-about-mb{
        margin-left: 70px;
    }
}
.footer-logo-part{
    img{
        mix-blend-mode:multiply;
    }
}

/* manage-listings pages style css */
.search-bread{
    font-size: 15px;
    /* padding-top: 10px; */
    color: #757575;
    padding: 15px 0px 5px 0px;
    text-transform: capitalize;
    a{
        color: #757575;
        &:hover{
            color: #007bff;
        }
    }
}

/* search title */
.search-top-title-main{

    h1{
        font-size: 28px;
        margin: 0;
        line-height: 11px;
        font-weight: 600;
        text-transform: capitalize;
        /* text-align: center; */
    }
}
/* listing-menu-top */
.listing-menu-top {
  margin-top: 20px;
}

.listing-menu-top ul {
  list-style: none;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  scrollbar-width: none; /* Firefox */
}

.listing-menu-top ul::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.listing-menu-top ul li {
  position: relative;
  flex: 0 0 auto;
}

.listing-menu-top ul li a {
  display: inline-block;
  background: #f3f9fe;
  color: #000;
  padding: 5px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
}

.listing-menu-top ul li a:hover {
  background-color: #a5f5ff;
  border-color: #57dcfd;
}

/* Dropdown styling */

.listing-menu-top-drop {
  min-width: 180px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  display: none;
  z-index: 9999;
}

.listing-menu-top-drop li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.listing-menu-top-drop li a:hover {
  background-color: #f5f5f5;
}
.search-nav-dropdown .fa-star {
    color: gold;
    font-size: 20px;
}

/* single-listinf-item-main */
.single-listinf-item-main{
    border: 1px solid gray;
    padding: 5px;
    margin-top: 10px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 23% 59% 18%;
    align-items: center;
    

    .img{
        height: 180px;
        object-fit: contain;
        mix-blend-mode: multiply;
        padding: 13px;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            
        }
    }
    .company-info{
        .company-name{
            h2{
                font-size: 22px;
                font-weight: bold;
                text-transform:capitalize;
                color: var(--brand2);
            }
        }
        .rating{
            span{
                font-size: 15px ;
            }
            p{
                font-size: 18px;
            }
            .verify{
                width: 70px;
                padding-bottom: 6px;
                margin-right: 5px;
                margin-left: 5px;
            }
                img{
                    width: 100%;
                    height: 100%;
                }
            }
        .number-part {
            padding-top: 5px;
            .phone{
                a{
                    background-color: green;
                    padding: 7px 11px;
                    color: #fff;
                    border-radius: 3px;
                    i{
                        transform: rotate(90deg);
                        animation:phone 2s infinite;
                    }

                }
            }
            .whatsapp{
                margin-left: 10px;
                /* border: 1px solid green ; */
                padding:2px 5px 2px 2px;
                border-radius: 3px;
                align-items: center;
                a{
                    color: #000;
                        display: flex;
                        align-items: center;
                }
                img{
                    width: 25px;
                    object-fit: contain;
                }
            }
        }
        
    }
    .more-details{
        button{
            border: 0px;
            background-color: #fff;
        }
        a{
            background-color: var(--brand);
            padding: 8px 28px;
            border-radius: 6px;
            color: #fff;
            font-size: 20px;

        }
    }
}
.send-enquire-for-lisitng-page{
    border: 1px solid gray;
    margin-left: 10px;
    border-radius: 3px;
    padding:3px 5px;
    img{
        mix-blend-mode: multiply;
    }
}
@keyframes phone {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(110deg); }
  50%  { transform: rotate(70deg); }
  75%  { transform: rotate(110deg); }
  100% { transform: rotate(90deg); }
}


/* search-rights-ads */
.search-rights-ads{
    margin-top: 10px;
    img{
        border-radius: 10px;
    }
}

.viber-chat{  
    background-color: #7f5af0;
        padding: 6px 10px 8px;
        color: #fff;
        border-radius: 3px;
        font-size: 16px;
        margin-left: 10px;
        &:hover{
            background-color: #5a3ebf;
            text-decoration: none;
            color: #fff;
        }
    img{
        width: 25px;
        height: 25px;
        object-fit: contain;
        border-radius: 50%;
    }
}
.message-div-part{
    background-color: green;
    color: #fff;
    padding: 8px;
    
}
.single-listinf-item-main:hover{
    background-color: #f0f7f9;
    scale: 1.01;
    box-shadow: 0px 0px 3px var(--brand);
    border: 0;
}

/* education details page css all  */
.t-mobile-listing-top-img{
    height: 250px;
}
.edu-t-mobile-listing-top-img{
    display: grid;
    grid-template-columns: 25% 50% 25%;    
    height: 250px;  
    
}
.details-left-video {
    height: 250px;
    position: relative;
}
.tcicon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    
}
.tcicon img{
    position: absolute;
    width: 20%;
    height: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: 0.5s;
    cursor: pointer;
}
.tcicon img:hover{
    scale: 1.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tcicon::after{
    content: ' ';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    
}

.details-left-video video{
    width: 100%;
    height: 100%;
}

.education-main-details{
    background-color: #f2f2f2;
    width: 90%;
    padding: 10px;
    margin:-2rem auto 1rem auto;
    display: grid; 
    border-radius: 5px;
    grid-template-columns: 15% 70% 15%;
    z-index: 2;
    
}
.education-logo{
    background-color: #fff;
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
}
.education-address-part{
    margin-left: 1.1rem;
    color: #640045;
}
.education-address-part h1{
    font-size: 2rem;
    font-weight: 600;
}
.name-right-thi{
    background-color:#FF6600;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 2px 15px;
    margin-left: 1rem;
}
.education-logo img{
    width: 100%;
}
 .education-enquire-btn{
    margin-top: 4rem;
}
.time-show-icon p{
    margin: 0rem;
    
}
.time-show-header{
    margin-left: 10rem;
}
.edu-star{
    color: #FF6600;
}
.edu-t-rating img{
    margin-top: -0.6rem !important;
}
.adress-rating-num {
    background-color:#FF6600 ;
    padding: 2px 3px;
}

.t-mobile,.edu-number{
    align-items: center;
}
.education-phone {
    color: white;
    border: none;
    padding: 10px ;
    border-radius: 5px;
    cursor: pointer;
    background-color: #217f23;
}
.education-phone:hover{
    background-color: green;
    color: #fff;
}
.education-phone-icon {
    font-size: 15px;
    color: rgb(255, 255, 255);
    rotate: 90deg;
    /* Specify animation properties */
    /* animation: educationrotate 0.5s infinite linear; */
}
.eductaion-km{
    border-radius:5px !important;
    padding: 11px;
    margin-left: 20px;
    font-size: 1rem !important;
}
.eductaion-km input{
    background: #0D6EFD;
    border: 0px;
    width: 2.1rem;
    color: #fff;
}
.education-nav-part ul li a{
    color: #640045;
    transition: all 0.3s;
}
.education-nav-part ul li:hover{
    list-style: none;
}
.education-nav-part ul li a:hover
{
    padding-left: 15px;
}

/* admission */
 .addmission-main-model{
        
    .admision-nav .nav-item{
        margin-bottom: 0.5rem;
        border-right: 3px solid #d1d5db;
        .nav-link{
            padding: 10px 20px;
            i{
                padding: 3px;
                background-color:var(--bg-color) ;
                color:#fff ;
                width:20px;
                height:20px;
                border-radius: 50%;
            }
            span{
                color: #000;
            }
            &:hover {
                background-color: var(--bg-color);
                color: #fff;
                border-color: var(--bg-color) var(--bg-color) #fff;
                i{
                    padding: 3px;
                    background-color:#fff ;
                    color:var(--bg-color) ;
                    width:20px;
                    height:20px;
                    border-radius: 50%;
                    }
                span{
                    color: #fff;
                }
            }
        }
    }
    .admision-nav .nav-link.active {
        background-color: var(--bg-color);        
        border-color: var(--bg-color);
        font-weight: 600;
            i{
                padding: 3px;
                background-color:#fff ;
                color:var(--bg-color) ;
                width:20px;
                height:20px;
                border-radius: 50%;
            }
        span{
            color: #fff;
        }
    }
    .section-header {
        background-color: var(--bg-color);
        color: white;
        font-weight: 600;
            font-size: 0.8rem;
            padding: 0.6rem 0.5rem;
        margin-bottom: 0.75rem;
    }
    header{
        h1{
            font-size: 1.8rem;
            color: var(--sbg-color);
            margin-bottom: 0rem;
        }
        p{
            line-height: 1.3rem
        }
    }
    .dob-box{
    display: flex;
    gap: 0.5rem;
    }
    .bs, .ad{
        padding: 0.25rem 0.5rem;
        margin-bottom: 10px;
    }
    .gender-main{
        margin-bottom: 10px;
    }
    .age-box input {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    border: 1px solid #9ca3af;
    margin-right: 0.125rem;
    pointer-events: none;
    background-color: #fff;
    font-size: 0.75rem;
    color: #374151;
    }
    .age-labels {
    font-size: 0.625rem;
    color: #6b7280;
    display: flex;
    justify-content: space-between;
    margin-top: 0.125rem;
    width: 7.75rem;
    }
    input {
    padding: 0.25rem;
    font-size: 0.875rem;
    border: 1px solid var(--bg-color) !important;
    }
    select{
        border: 1px solid var(--bg-color) !important;
    }
    h6{
        color: var(--sbg-color) !important;
        font-family: 'Mulish', sans-serif !important;
        font-weight: 500 !important;
    }
}
/* stick and gallery  */

.detail-gallery-slider {
    height: 250px;
}

.detail-gallery-slider .gallery-item {
    padding: 5px;
}

.detail-gallery-slider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.detail-gallery-slider img:hover {
    transform: scale(1.05);
}
/******* educztion-right-side-main ************/
/* .educztion-right-side-main .message-from{
   
} */
.educztion-right-side-main{
    width: 100%;
    overflow: hidden;
}
.educztion-right-side-main img {
    width:90%;
    max-height: 16rem;
    margin: auto;
    border-radius: 2%;
    object-fit: cover;
    box-shadow: 0px 0px 0px 4px #ffffff;
}
.educztion-right-side-main .rMessage h3{
    font-size: 16px ;
}
.educztion-right-side-main .rMessage h4{
    font-size: 15px ;
}
.educztion-right-side-main .rMessage p{
    text-align: justify;
}
.educztion-right-side-main .rNews p{
    text-align: justify;
    color: #313131 !important;
    
}
.educztion-right-side-main .rNews p a{    
    color: #313131 !important;
    font-weight: 500;
}


.details-right-gallery{
    display: grid;
    grid-template-columns: 50% 50%;
    height: 250px;
    
}
.details-right-gallery-item{
    height: 125px;
}
.details-right-gallery-item img{
    width: 100%;
    height: 100%;
}
.details-right-gallery-item span{
    display: none;
}
.details-right-gallery-item:last-child{    
    position: relative;
}
.details-right-gallery-item:last-child span{
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    font-size: 25px;
    cursor: pointer;
}
/**** education-content-main-item ********/
.education-content-main-item p{
    
    font-size: 18px;
}
.edu-program-div-desc{
    background:  #f2f2f2;
    border: 1px solid#ccc8c8;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 20px 0px;

}
.edu-program .description p{
    padding: 0rem;
    margin: 0rem;
    color: #494949;
    font-weight: 600;
}
.apply-btn{
    color: #fff;
    background-color: #640045;
}
.apply-btn:hover{
    color: #fff;
    background-color: #FF6600;
}
.edu-scolorship{
    background:  #f2f2f2;
    border: 1px solid#ccc8c8;
    border-radius: 5px;
}
.card > hr{
    margin: 5px;
    margin-top: -5px;
}

a.whatsapp-chat {    
    border: 1px solid gray;
    padding: 2px 10px;
    border-radius: 3px;
}
a.whatsapp-chat img{
    width: 19px;
    padding-bottom: 2px;

}
a.edu-whatsapp-chat{
    border:1px solid rgb(168, 168, 168);
    border-radius: 7px;
    margin-left: 35px;
    padding: 7px 18px;
    background-color: #fff;
    font-size: 15px;
    
}
a.edu-whatsapp-chat:hover{
    background-color: rgb(233, 233, 233);
}
a.edu-whatsapp-chat i{
    font-size:20px;
    padding-right: 2px;
}
a.edu-whatsapp-chat span{
    color: black;
}

.choices{
    height: 100% !important;
    width: 100% !important;
}

/*****down banner deatails ****/
.second-edu-details-banner{
    background-color: #fff;
    padding: 10px;
    display: none !important;
    position: fixed;
    bottom: 0px;    
    left: 0px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    z-index:5;
    transition: 0.5s;
}
.second-edu-details-banner-show{
    display: block !important;
    z-index: 99;
}
.second-edu-details-banner-main{
    width: 1297px;
    margin: auto;
    align-items: center;
}
.second-edu-details-banner .adress-rating{
    font-size: 20px;
}
.second-edu-details-banner-left{
    width: 60%;
}
.second-edu-details-banner-right{
   
    width: 40%;
}
.second-edu-details-banner-right a.edu-whatsapp-chat{
    margin-left: 8px;
    padding: 7px 10px;
    font-size: 20px !important;
}
.share-in-socialmedial {
    border: 1px solid rgb(168, 168, 168);
    border-radius: 7px;
}

.edu-share-icon a {
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 30px;
}
.edu-share-icon .fa-facebook{
    
    background-color:#ffff ;
    border-radius: 5px;
    color: #108FEC;
    font-size:40px;
}
.edu-share-icon .fa-twitter{    
    color: #00acee !important;
    font-size:40px !important;
}
.edu-share-icon .fa-whatsapp{ 
    font-size:40px !important;
}
.edu-share-icon .fa-link{ 
    font-size:30px !important;
    padding-top: 10px;
}
.edu-share-icon p{
    font-weight: bold;
}