.top-bar.pt-10.pb-10.background-white.d-none.d-md-block {
    background: #08305e !important;
}
.padtop10.mb-2.language a span {
    color: white !important;
}
.d-inline-block ul li span.font-small {
    color: white;
}
ul.header-social-network.d-inline-block.list-inline li a i {
    color: white !important;
}
.user-account.d-inline-block.font-small a {
    color: white;
}
.top-bar.pt-10.pb-10.background-white.d-none.d-md-block {
    padding: 0px !important;
}
.note.note-warning {
    display: none !important;
}
div#dashboard-alerts {
    display: none;
}
.footer-menu.float-lg-right.mt-lg-0.mt-3 ul li {
    margin-left: 20px !important;
}
.mega-menu {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.main-header .main-nav ul li a {
    padding: 22px 5px !important;
}
.open-search-form .main-search-form {
    height: 20% !important;
}
li.cat-item ul li ul.sub-menu.font-small {
    float: left;
    margin-left: 170px;
    margin-top: -140px;
}
.main-header ul>li:hover>ul.sub-menu {
    min-width: 200px;
}

.speicality-img {
    position: relative;
    height: 150px;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 10%);
    border-radius: 100%;
    width: 150px;
    margin: 0px 25px;
    background: #fff;
}
.speicality-img img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slick-slide img {
    display: block;
}
.speicality-img span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    color: deepskyblue;
}
section.section.section-specialities {
    margin: 50px 0px;
}
.slick-list.draggable {
    padding: 20px 0px;
}
.container-fluid.cat-temp {
    margin: 40px 0px;
}




@media(min-width:992px){
            .main-header .main-nav ul ul.sub-menu {
                /*max-width:500px;*/
                /*min-width:200px;*/
                width: 500px;
            }
            li.cat-item ul.sub-menu li.cat-item ul.sub-menu li{
                width:200px;
                border-left:1px dashed lightgray;
            }
            li.cat-item{
                float:left;
            }
            /*li.cat-item a:hover {*/
            /*    color: red !important;*/
            /*}*/
            li.cat-item ul.sub-menu li.cat-item a:hover{
                color:red !important;
            }
            .main-header .main-menu ul ul.sub-menu {
                border-color: #fff;
            }
            li.cat-item ul.sub-menu li.cat-item ul.sub-menu.font-small {
                float: left;
                /* margin-left: 170px; */
                /* margin-top: -140px;*/
                margin:0px;
            }
            a.active {
                color: red !important;
            }
        }
        @media(max-width:480px){
            li.cat-item ul li ul.sub-menu.font-small {
                float: left;
                /* margin-left: 170px; */
                /* margin-top: -140px; */
                margin:0px;
                background:lightgray;
                width:100%;
                margin-right:20px;
                border-radius:5px;
            }
            
        }

		@media(min-width:340px)(max-width:767px){
			.slick-slide.slick-cloned {
                width: 100%;
            }
		}








.categories-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  }
  
  .section-header {
    margin-bottom: 50px;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #3498db;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  
  .section-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-top: 20px;
  }
  
  .specialities-carousel {
    display: flex;
    gap: 25px;
    padding: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  
  .specialities-carousel::-webkit-scrollbar {
    display: none;
  }
  
  .speciality-card {
    flex: 0 0 280px;
    scroll-snap-align: start;
    perspective: 1000px;
  }
  
  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
  }
  
  .speciality-card:hover .card-inner {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  }
  
  .speciality-icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
  }
  
  .speciality-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e3f2fd;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    transition: all 0.3s ease;
  }
  
  .speciality-card:hover .icon-bg {
    transform: scale(1.1);
    background: #bbdefb;
  }
  
  .speciality-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .view-button {
    display: inline-flex;
    align-items: center;
    color: #3498db;
    font-weight: 500;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  
  .speciality-card:hover .view-button {
    opacity: 1;
    transform: translateY(0);
  }
  
  .view-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }
  
  .view-button:hover i {
    transform: translateX(5px);
  }
  
  @media (max-width: 768px) {
    .speciality-card {
      flex: 0 0 220px;
    }
    
    .section-title {
      font-size: 2rem;
    }
  }







.carousel-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }
  
  .carousel-button {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: #3498db;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carousel-button:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
  }
  
  .prev-button {
    margin-left: -20px;
  }
  
  .next-button {
    margin-right: -20px;
  }
  
  /* Make sure the carousel has some side padding */
  .specialities-carousel {
    padding: 20px 40px;
  }
  
  @media (max-width: 768px) {
    .carousel-button {
      width: 35px;
      height: 35px;
    }
    
    .prev-button {
      margin-left: -10px;
    }
    
    .next-button {
      margin-right: -10px;
    }
  }