* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;

}
.speedbar{
    display: flex;
    padding: 10px;
    margin: 10px 0;
    background: #eee;
    align-items: center;
    gap: 10px;
}
.speedbar i{
    font-size:15px;
    margin:0 10px;
}
.owl-nav{
    display: none;
}
.desktop {
    display: none;
}

header {
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
}
.career-card{
  
    flex-direction:column;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
    -webkit-box-shadow: 9px 7px 27px -3px rgba(112,112,112,1);
-moz-box-shadow: 9px 7px 27px -3px rgba(112,112,112,1);
box-shadow: 9px 7px 27px -3px rgba(112,112,112,1);
    border-radius:10px;
}
.career-card img{
    width:45px;
    height:45px;
     object-fit: cover;
     margin: 5px 10px;
     
}
.containers {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 200px
}

.logo img {
    width: 100%;
    object-fit: cover;
}

.containers i {
    font-size: 24px;
    color: #fff;
}

.headerbg {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: smoothScroll 1s;


}

nav {
    position: relative;
}

.mobil-bars {
    background: #fff;
    top: -500%;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    font-family: "Averta";
    border-top: 1px solid rgb(238, 238, 238);
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.openbars {
    left: 0px;
    top: 3.5rem;
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    /* padding: 30px; */
    opacity: 1;
    visibility: visible;
}

.acc-open span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.altactive {
    display: block;
}

.alt-menu>li>a {
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-decoration: none;
}

.mobil-bars>ul>li>a {
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.headerbg {
    background-color: white; 
    transition: background-color 0.3s ease; 
}




#heads a {
    color: #fff;
    transition: color 0.3s ease; 
}

/*.notfixed{*/
/*     background-color: white; */
/*     box-shadow: rgba(100, 100, 111, 0.2)*/
/*}*/
#heads button {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease; 
}

.mobil-bars ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mobil-bars ul li {
    padding: 1.1rem 2rem;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.mobil-bars .alt-mobil {
    display: none;
}

.lang {
    padding: 1rem 2rem 0 2rem;
    display: flex;
    align-items: start;
    gap: 15px;

}

.lang .langlist {
    display: flex;
    flex-direction: row;
    gap: .5rem !important;
}

.langlist li {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 0 !important;

    a {
        color: #000;
        text-transform: uppercase;
    }
}
.consul{
    padding-bottom: 10px;
}
.consul button {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    transition: all .5s ease;
    padding: 15px 12px;
    border-radius: 35px;
    font-size: 15px;
    margin: 1rem 0 0 2rem;
    cursor: pointer;

}

.consul button:hover {
    border:1px solid #0d6efd;
    background: #0d6efd;
    color: #fff!important;
}


.swiper-content .slider-content {
    width: 95%;
    position: absolute;
    top: 45%;
    padding: 0 0.4rem;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.about {
    padding: 2rem 0;
    background: #f2f3f5;
}

.about-title h2 {
    padding-bottom: 1rem;
    font-size: 35px;
    font-family: "Averta";
}

.about-desc p {
    font-size: 15px;
    line-height: 1.4;
    color: #979797;
}

.about-desc a {
    margin-top: 1.5rem;
    padding: 13px 35px;
    background: #000;
    color: #fff;
    border-radius: 35px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    transition: .4s all ease;
    border: 1px solid transparent;
}

.hekimler {
    padding: 3rem 0 2rem 0;

}


/*Doctor-service*/
.getfulllink{
     width:100%;
}

.doctor-banner{
    height:200px;
    background:#1c2335;
    width:100%;
    display:flex;
      align-items:center;
          justify-content:center;
    
}
.doctor-banner h4{
    margin-top:60px;
    color:#fff;
    font-size: 32px;
}
.container{
    padding:45px 0;
}

.innerflex{
    display:flex;
    align-items:center;
    gap:30px;
    justify-content:center;
        flex-wrap: wrap;
}
.silder {
    padding: 10px;
}

.container .doctor-titles {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.doctor-titles h2 {
    font-size: 35px;
    font-weight: 600;
}

.doctor-titles,.blog-title,.medica-title a {

    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;

    i {
        font-size: 20px;
    }
}

.about-desc a:hover {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.doctor-profil {
    background: #f2f3f5;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.doctor-img {
    width: 100%;


    img {
        width: 100%;
        object-fit: cover;
    }
}

.doctor-title {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 1rem 1.5rem;

}

.doctor-title a {
    padding: 1.5rem 3rem;
    background: #fff;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    border-radius: 2rem;
    transition: .4s all ease;
    color: #000;
    text-align: center;
}
.doctor-title a:hover{
    color:  #F0E08B;
    background: #000;

}

.medical {
    padding: 2rem 0;
    background: #f2f3f5;
}

.container {
    display: flex;
    flex-direction: column;
}

.medica-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3rem;
    gap: 1rem!important;

    p {
        text-align: center;
    }
}

.medica-title h2 {

    font-size: 35px;
    font-weight: 600;
    text-align: center;

}

.medic-link>a .med-item:hover {
    background: linear-gradient(90deg, #A38530, #F0E08B);

    .med-title>h2 {
        color: #fff;
    }
}

.medic-link {
    width: 100%;

    a {
        width: 100%;
    }
}

.med-item {
    display: flex;
    justify-content: space-between;

    padding: 1rem 1.5rem;
    border: 1px solid #e4e4e4;
    transition: .4s all ease;
    width: 100%;
}

.med-icon img {
    width: 30px;
    height: 30px;
    margin: 0;
}

.med-item>svg {
    color: #000;
}

.med-info>.med-title>h2 {
    font-size: 14px;
    color: #000;
}

.med-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.more {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 10px;
    color: #000;
    position: relative;
}
#mobilemore{
    display: none;
}
.more::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0;
    transition: .4s all ease;
    background-color: #000;
}

.more:hover::after {
    width: 100%;
}

.useblog {
    padding: 3rem 0;
}

.blog-title h2 {
    font-size: 35px;
    font-weight: 600;
}

.blog-item {
    margin: 15px 0;
    transition: .4s all ease;
    height: 312px;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional: Add shadow for better visibility */
}

.blog-item:hover .blog-text h4 {
    width: 100%;
    transition: width .4s ease;
    /* Only animate width */
}

.blog-text h4 {
    font-size:20px;
    color: black;
    background: #fff;
    padding: .2rem 1.5rem;
    width: 12rem;
    /* Initial width */
    border-radius: 1.5rem;
    text-align: center;
}


.blog-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    transition: .4s all ease;
}

.blog-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.4%, rgba(0, 0, 0, .56) 58.85%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    border-radius: .5rem
}

.blog-item img:hover {
    transform: scale(1.1);
    /* Optional: Image zoom effect on hover */
}

.blog-text {
    position: absolute;
    bottom: 1rem;
    padding: 0 15px;
    z-index: 2;
    max-width: 100%;
    color: #fff;
}

.blog-item:hover img {
    scale: 1.1;
}


.blog-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-content h4 {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.blog-content h4:hover {
    color: #7c62e3;
    /* Hover effect for the "Daha ətraflı" link */
}

.galerya {
    padding: 3rem 0;
    background: #f2f3f5;
}

.slide-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


.callto {
    background-color: #0069b0;
    height: 300px;
    position: relative;
    background: url(https://premiumclinic.az/img/callbgdoctor.jpg)center/cover;
}

.callto::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0069b0a3;
}

.call-container {
    height: 100%;
}

.cal-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.cal-text p {
    color: white;
    font-size: calc(1.375rem + 1.5vw) !important;
    font-weight: 700;
    text-align: center;
}

.cal-text h2 {
    color: rgba(255, 255, 255, .5) !important;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
}

.call-btn button {
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 4px;
    text-transform: initial;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    transition: all 0.5s ease-out;
}

.call-container button:hover {
    background: #fff;
    color: #000;
    border: 1px solid transparent;
}

footer {
    background: #050505;
}

.footer-top {
    padding: 40px 0;
}

footer {
    background-color: #050505;
}

.insuarance_image span {
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
}

.rv-6-footer-top {
    overflow: hidden;
}

footer li a:hover {
    color: #fff;
}

.rv-1-footer-top {
    padding: 120px 0 90px;
}

.rv-6-footer-top__row {
    justify-content: space-between;
}

.rv-1-footer__about a {
    width: 100%;
    height: 100%;
    display: block;
}

.rv-1-footer__about .logo {
    margin-bottom: 13px;
    max-width: 250px;
    height: auto;
}

.rv-1-footer__about-txt {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 27px;
    line-height: 1.4;
}

.rv-1-socials {
    display: flex;
    gap: 6px;
}

.rv-1-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, .5);
}

footer .has-anim {
    position: relative;
    z-index: 1;
}



footer .has-anim .to-animate {
    background: linear-gradient(to top, #fff, transparent);
    width: 1px;
    height: 50px;
    border: none;
    animation: strokePosition 15s linear forwards infinite;
}

footer .has-anim:last-child .to-animate {
    /*left: auto;*/
    left: 0;
}

footer .has-anim .to-animate.reverse {
    background: linear-gradient(to bottom, #fff, transparent);
    animation: strokePosition 15s linear reverse infinite;
    right: 0;
    left: auto;
}

.rv-1-footer-widget__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.rv-1-footer-widget li,
.rv-1-footer-widget li a {
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
    font-weight: 300;
    transition: .4s ease;
}

.rv-1-footer-widget li {
    margin-bottom: 13px;
}

.rv-6-footer-widget ul {
    padding-left: 0;
}


.rv-6-footer-nwsltr__form .nwsltr-top {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 18px;
}

.rv-6-footer-nwsltr__form .nwsltr-top>* {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
}

.rv-6-footer-nwsltr__form input {
    width: 100%;
}

.rv-6-footer-nwsltr__form button {
    min-width: -moz-max-content;
    min-width: max-content;
}

.rv-6-footer-nwsltr__form button i {
    opacity: 60%;
    padding-right: 6px;
}

.rv-6-footer-nwsltr__checkbox {
    padding-top: 20px;
}

.rv-6-footer-nwsltr__checkbox input {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-right: 10px;
}

.rv-6-footer-nwsltr__checkbox label,
.rv-6-footer-nwsltr__checkbox a {
    color: rgba(255, 255, 255, .5);
}

.rv-6-footer-nwsltr__checkbox a {
    -webkit-text-decoration: 1px underline rgba(255, 255, 255, .5);
    text-decoration: 1px underline rgba(255, 255, 255, .5);
}



.rv-6-footer-bottom {
    padding: 35px 0;
}

.rv-2-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 45px 0;
}

.rv-1-copyright {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.rv-2-footer__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.rv-2-footer__nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.rv-2-footer__nav a:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.rv-2-footer__nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.insuarance_image {
    margin-top: 30px;

}

.insuarance_image p {
    font-weight: 400;
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin-top: 10px;
    line-height: 1.2;

}

.insuarance_image a {
    display: block;
    width: 200px;
    height: 100%;
}

.insuarance_image img {
    width: 100%;
    max-width: 150px;
    height: auto;
}
/* doctor-about */
.about-doctor{
  padding: 40px 0;
}
.doctorsabout{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.doctorsabout .left img{
  width: 100%;
  object-fit: cover;
}
.getfulllink{
     width:100%;
}
    .flexcards{
    display:block;
      align-items:center;
    flex-direction:column;
          justify-content:center;
         
}
  
/* ---------Deatils-page-------------- */
.details-content{
padding: 15px;
}

.deatils-slider{
display: flex;
align-items: center;
justify-content: center;
flex-direction:column;
overflow: hidden;
}
.prdct-content{
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.prdct-content img{
width: 80%;
object-fit: cover;
margin: auto!important;
}
.text-1{
margin-top: 30px;
padding-bottom:2rem;
}
.text-1 h1{
font-size: 2rem;
line-height: 1;
font-weight: normal;
font-family: "Averta";
}
.pfp-body{
padding-block: 2rem;
border-block: 1px solid #eee;
padding-left: 20px;
}

.pfp-body .bold-value {
font-weight: bold;
}
.product-stock-test span {
font-weight: bold;
}
.pfp-body li {
list-style-type: initial !important;
}
.pfp-product-description{
padding-bottom: 9px;
font-size: 22px;

}
.product-stock-test2{
padding-bottom: 9px;
font-size: 22px;
}
.pfp-foot {
padding-top: 1rem;

}
.pfp-product-share{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.pfp-social-list {
display: flex;
gap: 1rem;
}
.pfp-social-link {
display: flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
background-color: #f00;
border: 1px solid #f00;
border-radius: 50%;
transition: all .3s;
}
.full-product-social-icon.facebook-icon {
width: 50%;
height: 50%;
}
.full-product-social-icon {
width: 55%;
height: 55%;
fill: #fff
}
.pfp-social-link:hover {
background-color: transparent
}

.pfp-social-link:hover .full-product-social-icon {
fill: #f00
}

.full-product-social-icon.facebook-icon {
width: 50%;
height: 50%
}

.full-product-social-icon.wp {
width: 60%;
height: 60%
}
.info-box {
background-color: #f2f3f4;
}
.cards .contact-info-box{
padding: 22px 28px 24px;
border-radius: 12px;
border: 1px solid #d7dde3;
}
.contact-info-box h6 {
font-size: 16px;
line-height: 20px;
margin-bottom: 15px;
min-height: 40px;
color: #f99074;
}
.contact-info-box a.tel-link {
font-size: 18px;
line-height: 20px;
margin-bottom: 10px;
display: block;
color: #111;}

.email-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #000;
}
.contact-info-box span{
display: block;
font-size: 14px;
line-height: 20px;
margin-bottom: 18px;
}
.elaqe{
    background-color: #f99074;
    box-shadow: 0 20px 30px -18px #f99074;
width: 100%;
font-size: 18px;
color: #fff;
border-radius: 8px;
transition: all .225s ease 0s;
padding: 15px 0;
text-align: center;
display: block;
}
.onlinesifaris{
    width: 100%;
font-size: 18px;
color: #fff;
border-radius: 8px;
transition: all .225s ease 0s;
padding: 15px 0;
text-align: center;
display: block;
color: #7fd958;
background-color: #fff;
-webkit-box-shadow: 0 20px 30px -18px #7fd958;
-moz-box-shadow: 0 20px 30px -18px #7fd958;
-o-box-shadow: 0 20px 30px -18px #7fd958;
box-shadow: 0 20px 30px -18px #7fd958;
}

.tabs {
    margin-top: 40px;
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
    padding-bottom: 10px;
    
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #f9f9f9;
}

.tab.active {
    background-color: white;
    color: red;
    border: 2px solid red;
}

.tab-content {
    
    padding: 15px;
    background-color: #fff;
}

.tab-content.hidden {
    display: none;
}

.tab-content h4 {
    margin-top: 0;
}

.tab-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.tab-content ul li {
    margin-bottom: 5px;
}
.mobilenone{
    display: none!important;
}

@media only screen and (min-width: 768px) {

/* Ümumi Parametrlər */
.desktopslid{
    display: none!important;
}
.mobilenone{
    display: block!important;
}

/* Container */
.details-content {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Şəkil Slayderi */
.product-silder-container {
    flex: 1;
    max-width: 25%;
    height: 450px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;

}

.prdct-content img {
    width: 100%;
    border-radius: 5px;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail-container img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}

.thumbnail-container img.active {
    border-color: red;
}

/* Mətn və Məlumatlar */
.product-text-container {

    max-width: 100%;
}

.text-1 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

/* Məhsul Məlumatları */
.pfp-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pfp-body li {
    margin-bottom: 10px;
    font-size: 18px;
}

.bold-value {
    font-weight: bold;
}

.product-stock-test2 {
    color: #555;
}

/* Sosial Mediya */
.pfp-product-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pfp-social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.pfp-social-link:hover {
    background-color: #fff;
    border: 1px solid red;
}

/* Əlaqə Bölməsi */
.cards {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.contact-info-box {
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
}

.contact-info-box h6 {
    font-size: 18px;
    color: #f99074;
    margin-bottom: 10px;
}

.contact-info-box a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.contact-info-box .elaqe {
    background-color: #f99074;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
}

.contact-info-box .onlinesifaris {
    background-color: #7fd958;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
}
    .flexcards{
    display:flex;
      align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
          justify-content:center;
          gap:20px;
}
    
    /* doctor-about */
.about-doctor{
  padding: 30px 0;
}
.doctorsabout{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row!important;
  width: 100%;
}
.left{
  width: 60%;
}
.doctorsabout .left img{
  width: 65%;
  object-fit: cover;
}
.rigth{
  width: 50%;
}
     @keyframes strokePosition {
        0% {
            top: -140px
        }

        100% {
            top: calc(100% + 240px)
        }
    }
.addcolor{
 
    color: black!important;
  
}

    .headerbg {
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 10px 0;
#deslang{
    color: #000;
}
        .desktop-bar>ul>li>a {

            color: black !important;
        }
    }

    .containers {
        display: none;
    }

    #bars {
        display: none;
    }

    .desktop {
        display: block;

    }

    .logomob {
        display: none;
    }

    .desktop-logo {
        width: 150px;
        display: block !important;
    }

    .desktop-logo img {
        width: 100%;
        object-fit: cover;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 7;
    
    }

    .desktop {
        width: 960px;
        margin: auto;

    }

    .desktop-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .desktop-bar ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row !important;
        margin-bottom: 0;
        gap: 15px;

        li a {
            color: #fff;
            font-size: 14px;
            transition: .4s all ease;
            text-decoration: none;
        }
    }

    .lang-desktop {
        position: relative;
    }

    .desktop .des-lang-content {
        display: flex;
        cursor: pointer;
        gap: 10px;
    }

    .desktop .lang-desktop span {
        color: #fff;
    }

    .lang-desktop .d-lang {
        position: absolute;
        left: 0;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s all ease;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column !important;
        background: #fff;
        width: 100%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        text-align: center;
        z-index: 1;

        li a {
            display: inline-block;
            width: 100%;
            color: #000;
            transition: .6s all ease;
            text-transform: uppercase;
        }
    }

    .lang-desktop:hover .d-lang {
        visibility: visible;
        opacity: 1;
    }

    .desktop .consul button {
margin: 0;
        color: #fff;
        border: 1px solid #fff;
        transition: all .5s ease !important;
        padding: 15px 12px !important;
        border-radius: 35px !important;
        font-size: 16px !important;
    }

    .desktop .consul button:hover {
        background: #fff;
        color: #000;
    }

    .hoverbar {
        position: relative;
    }

    .drop-menu {
        position: absolute;
        left: 0;
        top: 22px;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column !important;
        gap: 25px;
        visibility: hidden;
        text-align: center;
        opacity: 0;
        width: 180px;
        background: #fff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
        transition: .4s all ease;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .drop-menu ul {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-left: 0;

        li a {
            color: #000;
            padding: 15px 20px;
            display: inline-block;
            width: 100%;
            transition: .4s all ease;
            line-height: 1.3;
        }
    }

    .hoverbar:hover .drop-menu {
        visibility: visible;
        opacity: 1;
    }
    .medica-title{
        display: flex;
        flex-direction: row;
        text-align: start;
        justify-content: space-between;
        align-items: center !important;
        gap: 12rem;
        padding-bottom: 3rem !important;
    }

    #mobilemore{
        display: flex;
    }
    .medica-title p{
    text-align: start;
            width: 50%;
            font-size: .9375rem;
            line-height: 150%;
    }
    .medica-title h2{
        text-align: start;
    }
    .drop-menu>ul>li>a:hover {
        background: linear-gradient(90deg, #A38530, #F0E08B);
        color: #fff;
        opacity: 1;
    }

    .container .doctor-titles {
        width: 100%;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .hekimler .swiper {
        background: blue;
    }
   .hekimler .swiper-slide {
background: red;
        flex: 0 0 250px; /* Hər slide üçün sabit en */
        margin: 10px; /* Aralarında boşluq */
        box-sizing: border-box; /* Boşluqların düzgün hesablama üçün */
    } 
    .silder {
        margin: 0 auto;
    } 


    .doctor-titles h2 {
        font-size: 35px;
        font-weight: 600;
    }

    .doctor-titles a {

        color: #000;
        position: relative;
        display: flex;
        align-items: center;
        gap: .5rem;
        white-space: nowrap;

        i {
            font-size: 20px;
        }
    }

    .about-desc a:hover {
        background: transparent;
        border: 1px solid black;
        color: black;
    }

    .doctor-profil {
        background: #f2f3f5;
        width: 280px;
    }
.owl-carousel .owl-item{
    width: 300px!important;
}
.medica-title{
    display: flex;
    flex-direction: row;
}
.med-title h2

    .doctor-img {
        width: 100%;
        height: 350px;

        img {
            width: 100%;
            object-fit: cover;
        }
    }

    .doctor-title {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        padding: 1rem 1.5rem;

    }

    .doctor-title a {
        padding: 1.5rem 3rem;
        background: #fff;
        width: 140px;
        display: inline-block;
        margin-left: auto;
        border-radius: 2rem;
        transition: .4s all ease;
        color: #000;
        text-align: center;
    }
    
   
.doctor-title a:hover{
    color:  #F0E08B;
    background: #000;
    width: 100%;
}
    .doctor-titles a i {
        color: #000;
    }
    .med-item{
        width: 100%;
        padding: 2.5rem;
        border: 1px solid #e4e4e4;
        transition: .4s all ease;}
        
    .medic-link {

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

  
    }

 .medic-link a {
width: 33.3%;

    }

    .med-item {

        padding: 1rem 1.5rem;
    }

    .footer-top {
        padding: 120px 0 90px;
    }

    .rv-6-footer-top__row {
        justify-content: space-between;
    }

    .rv-1-footer__about a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .rv-1-footer__about .logo {
        margin-bottom: 13px;
        max-width: 250px;
        height: auto;
    }

    .rv-1-footer__about-txt {
        font-weight: 400;
        font-size: 15px;
        color: rgba(255, 255, 255, .6);
        margin-bottom: 27px;
        line-height: 1.4;
    }

    .rv-1-socials {
        display: flex;
        gap: 6px;
    }

    .rv-1-socials a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
        border-radius: 50%;
        color: rgba(255, 255, 255, .5);
    }

    footer .has-anim {
        position: relative;
        z-index: 1;
    }

    footer .has-anim:not(:last-child)::before,
    footer .has-anim .to-animate {
        content: "";
        position: absolute;
        inset: 0;
        border: solid rgba(255, 255, 255, .1);
        border-width: 0 1px 0 1px;
        height: calc(100% + 240px);
        top: 50%;
        translate: -25px -50%;
        z-index: -1;
    }

    footer .has-anim .to-animate {
        background: linear-gradient(to top, #fff, transparent);
        width: 1px;
        height: 50px;
        border: none;
        animation: strokePosition 15s linear forwards infinite;
    }

    footer .has-anim:last-child .to-animate {
        /*left: auto;*/
        left: 0;
    }

    footer .has-anim .to-animate.reverse {
        background: linear-gradient(to bottom, #fff, transparent);
        animation: strokePosition 15s linear reverse infinite;
        right: 0;
        left: auto;
    }

    .rv-1-footer-widget__title {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .rv-1-footer-widget li,
    .rv-1-footer-widget li a {
        color: rgba(255, 255, 255, .6);
        font-size: 15px;
        font-weight: 300;
        transition: .4s ease;
    }

    .rv-1-footer-widget li {
        margin-bottom: 13px;
    }

    .rv-6-footer-nwsltr__form .nwsltr-top {
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 18px;
    }

    .rv-6-footer-nwsltr__form .nwsltr-top>* {
        color: #fff;
        background: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
    }

    .rv-6-footer-nwsltr__form input {
        width: 100%;
    }

    .rv-6-footer-nwsltr__form button {
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .rv-6-footer-nwsltr__form button i {
        opacity: 60%;
        padding-right: 6px;
    }

    .rv-6-footer-nwsltr__checkbox {
        padding-top: 20px;
    }

    .rv-6-footer-nwsltr__checkbox input {
        background-color: rgba(0, 0, 0, 0);
        width: auto;
        margin-right: 10px;
    }

    .rv-6-footer-nwsltr__checkbox label,
    .rv-6-footer-nwsltr__checkbox a {
        color: rgba(255, 255, 255, .5);
    }

    .rv-6-footer-nwsltr__checkbox a {
        -webkit-text-decoration: 1px underline rgba(255, 255, 255, .5);
        text-decoration: 1px underline rgba(255, 255, 255, .5);
    }

    @keyframes strokePosition {
        0% {
            top: -140px
        }

        100% {
            top: calc(100% + 240px)
        }
    }

    .rv-6-footer-bottom {
        padding: 35px 0;
    }

    .rv-2-footer {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 45px 0;
    }

    .rv-1-copyright {
        font-size: 14px;
        font-weight: 300;
        color: rgba(255, 255, 255, .7);
    }

    .rv-2-footer__nav {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    .rv-2-footer__nav a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
    }

    .rv-2-footer__nav a:not(:first-child) {
        border-left: 1px solid #fff;
        padding-left: 10px;
    }

    .rv-2-footer__nav a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
    }

 .blog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-item {
    flex: 1 1 20%; 
    min-width: 250px; 
    box-sizing: border-box;
}
.blog-item:hover .blog-text h4 {
    width: 100%;
    transition: width .4s ease;

}
.blog-text h2{
    font-size: .75rem;
    font-weight: 500;
}

.blog-text h4 {
    color: black;
    background: #fff;
    padding: .2rem 1.5rem;
 
    border-radius: 1.5rem;
    text-align: center;
}
.galareya-slider{
    margin: 10px 0;
    width: 100%;
}


.galareya-slider{width: 100%;}
.galareya-slider .slide-img img {
    height: 600px; 
    width: 100%;
    object-fit:  cover;
}
}


@media (max-width: 995px) {
    #mobilemore {
        display: none; 
    }
    .medica-title{
        display: flex;
        flex-direction: column;
        gap:1rem;
    }
}

@media (min-width: 996px) {
    #mobilemore {
        display: block; 
    }
}
